/* 保護者・生徒の声ページ専用スタイル */

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

/* レスポンシブ対応 */
@media screen and (max-width: 767px) {
    ._voice [id^="section"] {
        scroll-margin-top: 80px;
    }
}
