@charset "UTF-8";
/* カスタムスタイル */

/*--20260408 変更 見出しタグh1の設定--*/
.scn-main-heading {
    text-align: center;
    font-size: clamp(14px, 2vw, 24px);
    margin-top: 2em;
}
.scn-main-heading h1 {
    font-size: 1em;
}

/*--20260408 追加 フッターリンクの追加--*/
.footer .footer-inner .footer-menu-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.footer .footer-inner .footer-menu-list li:nth-child(1) { order: 1; }
.footer .footer-inner .footer-menu-list li:nth-child(9) { order: 2; }
.footer .footer-inner .footer-menu-list li:nth-child(2) { order: 3; }
.footer .footer-inner .footer-menu-list li:nth-child(10) { order: 4; }
.footer .footer-inner .footer-menu-list li:nth-child(3) { order: 5; }
.footer .footer-inner .footer-menu-list li:nth-child(11) { order: 6; }
.footer .footer-inner .footer-menu-list li:nth-child(4) { order: 7; }
.footer .footer-inner .footer-menu-list li:nth-child(12) { order: 8; }
.footer .footer-inner .footer-menu-list li:nth-child(5) { order: 9; }
.footer .footer-inner .footer-menu-list li:nth-child(13) { order: 10; }
.footer .footer-inner .footer-menu-list li:nth-child(6) { order: 11; }
.footer .footer-inner .footer-menu-list li:nth-child(14) { order: 12; }
.footer .footer-inner .footer-menu-list li:nth-child(7) { order: 13; }
.footer .footer-inner .footer-menu-list li:nth-child(15) { order: 14; }
.footer .footer-inner .footer-menu-list li:nth-child(8) { order: 15; }

@media screen and (min-width: 767px) {
    .footer .footer-inner .footer-menu-list {
        display: flex;
        align-self: end;
    }
    .footer .footer-inner .footer-menu-list li {
        order: 0;
    }
}