/* 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;
    font-size: 1.2rem;
}

/* ここに個別調整用の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;
}