/*
* modify.css (DIサイト効果改善用CSS)
*/

@charset "UTF-8";

/* [GAセミナーフォーム]他のセミナー */
.l-entry-content .wp-block-separator.seminar_ga_other_space { margin-bottom: 4.5% !important; }
.seminar_ga_other_hd { margin-top: 0 !important; }
.seminar_ga_other { display: flex; flex-wrap: wrap; margin-bottom: 0 !important; }
.seminar_ga_other li { position: relative; padding-right: 2%; margin-right: 2%; }
.seminar_ga_other li:after { content: ""; position: absolute; top: 7px; right: 0; width: 1px; height: 1em; background: #000; }
.seminar_ga_other li:last-child:after { display: none; }
.seminar_ga_other a { text-decoration: none !important; font-size: 1.4rem; }
@media only screen and (min-width: 768px), print{
  .l-entry-content .wp-block-separator.seminar_ga_other_space { margin-bottom: 30px !important; }
}

/* ヘッダーを追従ヘッダーにオーバーライド */
.l-header { position: sticky; top: 0; }

/* リリースノート（/release-note）のタイトル */
.l-entry-content h1.release_note-title { font-weight: bold; line-height: 1.5; margin: 8% 0 10%; }
.l-entry-content h1.release_note-title span.release_note-title-label { display: block; font-size: 1.6rem; margin-bottom: 2%; }
.l-entry-content h1.release_note-title span.release_note-title-txt { font-size: 2rem; }
.l-entry-content .release_note-wysiwyg h3 { font-size: 1.8rem; }
.l-entry-content .release_note-wysiwyg ul { font-size: 1.6rem; }
.l-entry-content .release_note-wysiwyg ul li { position: relative; text-indent: 0; padding-left: 3.5rem; }
.l-entry-content .release_note-wysiwyg ul li:before { position: absolute; top: .2rem; left: 0; width: 2.5rem; height: 2.5rem; background: url(../img/release-note/ico_check.svg) no-repeat center; background-size: 100% auto; }
.l-entry-content .release_note-wysiwyg ul li+li { margin-top: .5rem; }
@media only screen and (min-width: 768px), print {
  .l-entry-content h1.release_note-title { margin: 40px 0; }
  .l-entry-content h1.release_note-title span.release_note-title-label { margin-bottom: 10px; }
  .l-entry-content h1.release_note-title span.release_note-title-label { font-size: 2.2rem; }
  .l-entry-content h1.release_note-title span.release_note-title-txt { font-size: 3rem; }
  .l-entry-content .release_note-wysiwyg h3 { font-size: 2.3rem; }
  .l-entry-content .release_note-wysiwyg ul { font-size: 1.8rem; }
}

/* サービス第三階層「ダウンロードはこちら」ボタン */
.l-entry-content .p-service_wrap { grid-template-columns: 1fr 34% !important; }
.l-entry-content .docDownload { margin-top: 8%; }
.l-entry-content .docDownload__btn { margin-top: 4%; }
.l-entry-content .docDownload__btn a { display: inline-block; text-decoration: none; padding: .7rem 4rem; transition: border .3s, background .3s, color .3s; color: #fff; border: 1px solid #fff; background: #1281D1; }
.l-entry-content .docDownload__btn a:hover { color: #1281D1; border: 1px solid #1281D1; background: #fff; }
@media only screen and (min-width: 768px), print {
  .l-entry-content .docDownload { margin-top: 1.2vw; }
  .l-entry-content .docDownload__btn { margin-top: 1.5vw; }
}