/* 2026sxページ専用カスタムCSS */

/* 例: メインビジュアルの見出し調整 */
.content-element.content-1 h1 {
    font-size: 3rem;
    color: #294F73;
    font-weight: bold;
}

/* 例: ボタンのカスタマイズ */
.button-cont .size-l.blue {
    /* border-radius: 8px; */
    padding: 18px 40px ! important;
    font-size: 1rem !important;
}

/* ここに個別調整用のCSSを追加してください */

/* セクションごとの画像縦横比調整 */

/* サステナビリティ2026問題とは */
.content-element.content-5 img {
    height: auto !important;
    max-width: 100%;
}

/* 600人に聞いたサステナビリティ情報開示・SXに関する調査 */
.content-element.content-6 img {
    height: auto !important;
    max-width: 100%;
}

/* サステナビリティ2026問題 解決の為のアクション */
.content-element.content-7 img {
    height: auto !important;
    max-width: 100%;
}

/* 賛同企業 */
.content-element.content-9 img {
    height: auto !important;
    max-width: 100%;
}

/* 賛同企業の声 */
.content-element.content-10 img {
    height: auto !important;
    max-width: 100%;
}

/* 【過去イベント】 経営層向けカンファレンス */
#fo-base .content-element.content-11 img {
    height: auto !important;
    max-width: 100%;
} 
.theme-fo-base .wrapper .contents .col{
    vertical-align: top;
}

/* 16:9のアスペクト比でレスポンシブ対応 */
.iframe-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 = 9/16 = 0.5625 = 56.25% */
    height: 0;
    overflow: hidden;
}
.iframe-wrap iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
:root:root:root:root:root:root [data-designpart=seminar-text] {
    font-family: var(--fo-text-font-family);
    font-size: var(--fo-text-font-size-pc);
    color: var(--fo-text-main-color);
    line-height: var(--fo-text-line-height);
    letter-spacing: var(--fo-text-letter-spacing);
    background-color: var(--fo-background-color2);
    margin-top: calc(32px * var(--fo-spacing-coef));
    padding: 24px;
}
.sp-only {
    display: none !important;
}
@media (max-width: 768px) {
    .rich-heading .font-size-36px {
        font-size: 1.3rem !important;
    }
    .rich-heading .font-size-30px{
        font-size: 1.2rem !important;
    }
    .rich-heading .font-size-26px {
        font-size: 1rem !important;
    }
    .rich-heading .font-size-24px {
        font-size: 1rem !important;
    }
    .rich-heading .font-size-16px {
        font-size: 0.8rem !important;
    }
    .sp-only {
        display: block !important;
    }
}