@charset "UTF-8";

/* ==================================================
   よくあるご質問ページ専用スタイル
   ================================================== */

/* ページ内スクロール時のオフセット調整 */
._faq [id^="section-"] {
    scroll-margin-top: 100px;
}

.content-ttl {
    margin-bottom: 0px;
}

._faq h2 {
    margin: 80px 0 20px 0;
    font-size: clamp(24px, 3vw, 28px);
    font-weight: bold;
}

._faq .color-block {
    margin-top: 20px;
    padding: 50px 40px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: space-around;
}

._faq .content-2col-wrapper {
    margin-top: 0px;
     align-items: center;
}

/* white-box スタイル */
._faq .white-box {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    margin-top: 10px;
}

/* スマホ対応 */
@media screen and (max-width: 767px) {
    ._faq [id^="section-"] {
        scroll-margin-top: 80px;
    }
}
