@charset "utf-8";

html {
	font-size: 62.5% !important;
    scroll-padding-top: 8px;
}
@font-face {
    font-family: font-txt;
    src: url("../../fonts/NotoSansJP-Regular.otf") format("truetype");
}
body {
    font-family: "font-txt", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", "Yu Gothic", sans-serif;
    font-size: 1.5rem;
    line-height: 1.4em;
    letter-spacing: 0em;
    background: #fff;
    color: #231815;
    /*position: relative;*/
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
a {
    color: inherit;
    text-decoration: none;
    transition: .4s;
}
a:hover,
a:focus {
    color: inherit;
	outline: none;
}
a:active,
button:active,
svg:active {
    text-decoration: none;
    outline: none;
}
ul {
    margin:0;
    padding: 0;
}
li {
    list-style-type: none;
}
figure {
    margin: 0;
}
h1, h2, h3, h4, h5 {
    margin: 0;
}

/*** bootstrap ***/
.mpx-t-24 { margin-top: 24px !important; }
.mpx-t-48 { margin-top: 48px !important; }



/***** common *****/
.wrapper-main {
    min-width: 1330px;
    position: relative;
}
.content-block {
    position: relative;
    width: 100%;
}
.content-block-inner {
    width: 1040px;
    min-width: 1040px;
    margin: 0 auto;
    padding: 72px 20px;
}
/*.main-page {
    position: relative;
}*/


/***** header *****/
header {
    position: relative;
    display: block;
    height: auto;
    margin-top: 8px;
    background: rgba(255,255,255,1);
    transition: 1.0s;
}
header .header-logo {
    text-align: center;
}
header .header-logo img {
    width: auto;
    height: 56px;
}

h1.site-title {
    margin: 64px auto;
    padding: 0;
    width: 1040px;
    text-align: center;
    color: #117fa5;
    font-size: 3.2rem;
    letter-spacing: 0.12em;
}

.header-nav {
    width: 100%;
}
.nav-step-indicator {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1040px;
    height: 56px;
    margin: 0 auto;
}
.nav-step-indicator li {
    position: relative;
    flex: 0 0 calc(100% / 6);
/*    flex: 0 0 148.57px;*/
    color: #5baebc;
    background: #c6dfe5;
    border-right: 4px solid #fff;
}
.nav-step-indicator li:nth-last-child(1) {
    border-right: none;
}
.nav-step-indicator li span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 56px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.4;
    background: #c6dfe5;
}
.nav-step-indicator li a {
    display: block;
}
.nav-step-indicator li.current span {
    color: #fff;
    background: #117fa5;
}
.nav-step-indicator li.link a span {
    color: #666;
    background: #bbb;
}
.nav-step-indicator li.link:hover a span {
    color: #fff;
    background: #727272;
    transition: .4s;
}
.step-arrow li::after,
.step-arrow li > *::after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    content: '';
    height: 0;
    width: 0;
    border: 28px solid transparent;
    border-right-width: 0;
    border-left-width: 12px;
}
.step-arrow li::after {
    z-index: 1;
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
    border-left-color: #fff;
    margin: 0;
}
.step-arrow li > *::after {
    z-index: 2;
    border-left-color: #c6dfe5;
}
.step-arrow li.current > *::after {
    z-index: 2;
    border-left-color: #117fa5;
}
.step-arrow li.link > *::after {
    z-index: 2;
    border-left-color: #bbb;
}
.step-arrow li.link:hover > *::after {
    z-index: 2;
    border-left-color: #727272;
    transition: .4s;
}
.step-arrow li:nth-last-child(1)::after,
.step-arrow li:nth-last-child(1) > *::after {
    content: none;
}


/***** footer *****/

footer {
    border-top: 4px solid #999;
    border-bottom: 10px solid #117fa5;
}
footer .content-block-inner {
    padding: 24px 20px;
}
.footer-bottom-content {
    margin-bottom: 24px;
}
.footer-bottom-logo {
    margin-bottom: 40px;
    text-align: center;
}
.footer-bottom-logo img {
    width: auto;
    height: 56px;
}
.link-contact-more a {
    display: block;
    width: 300px;
    height: 70px;
    margin: 0 auto 24px;
    padding: 0;
    background: #117fa5;
    border-radius: 70px;
    font-size: 2.0rem;
    color: #fff;
    text-align: center;
    line-height: 70px;
}
.link-contact-more a::before {
    display: inline-block;
    content: url(../../img/avance/mail_icon.svg);
    width: 24px;
    height: 18px;
    margin-right: 12px;
    position: relative;
    top: 2px;
}
.wrapper-danks .link-contact-more a::before {
    content: url(../../img/danks/mail_icon.svg);
}
.nav-footer-ul {
    margin-bottom: 40px;
}
.nav-footer-ul li.link-footer-pp {
    text-align: center;
}
.nav-footer-ul li.link-footer-pp a {
    display: inline-block;
    padding: 0 16px;
    border-left: 1px solid #444;
    border-right: 1px solid #444;
    font-size: 1.6rem;
}
.footer-bottom-menu-copy {
    display: flex;
    flex-direction : row-reverse;
    justify-content: center;
}
.copyright {
    margin: 0;
    font-size: 1.4rem;
}



/***** page-top-scroll *****/
.page-top-scroll {
    display: none;
    position: fixed;
    bottom: 104px;
    right: 4%;
    z-index: 99;
    transition:  1.8s;
}
.page-top-scroll.show {
    display: block;
    animation: appear 1.8s ease;
}
@keyframes appear {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.page-top-scroll a {
    display: block;
}
.page-top-scroll a img {
    width: 94px;
    height: auto;
}


/***** main *****/


.page-content-block {
    position: relative;
    width: 100%;
}
.page-content-block-inner {
    width: 1040px;
    min-width: 1040px;
    margin: 0 auto;
    padding: 64px 20px 160px;
}
.page-primary-block {
    background: #fff;
}
.content-section {
    margin-bottom: 48px;
}
h2.page-content-title {
    font-size: 2.0rem;
    color: #b2672f;
    line-height: 1.6em;
    letter-spacing: 0.12em;
    margin-bottom: 12px;
}
p.page-content-text-main {
    font-size: 1.6rem;
    color: #231815;
    line-height: 1.8em;
    letter-spacing: 0.12em;
    margin: 0 0 1rem;
}
.box-agreement.box-scrl {
    width: 100%;
    height: 560px;
    padding: 24px 24px 96px;
    border: 1px solid #ccc;
    overflow-y: scroll;
}
.box-agreement.box-scrl.not-scrl {
    height: auto;
    padding: 24px 24px 96px;
    border: 1px solid #ccc;
    overflow-y: none;
}
.box-agreement h3 {
    margin-bottom: 32px;
}
.box-agreement h4.title-agreement:nth-child(n + 2) {
    margin-top: 24px;
}
.box-agreement h4 {
    margin-bottom: 8px;
    font-size: 1.5rem;
}
.box-agreement h5 {
    margin-top: 1rem;
    margin-bottom: 4px;
    font-size: 1.4rem;
}
.box-agreement p {
    font-size: 1.4rem;
    line-height: 1.6;
}
.box-agreement ol {
    padding-left: 0;
}
.box-agreement ol li {
	list-style-type: none;
	counter-increment: cnt;
    padding-left: 2em;
    text-indent: -2em;
    font-size: 1.4rem;
    line-height: 1.6;
}
.box-agreement ol li::before {
	content: "( "counter( cnt )" ) ";
}
ol.ol-list-as li {
    list-style-type: none;
    padding-left: 1em;
    text-indent: -1em;
}
ol.ol-list-as li::before {
    content: "＊";
}
ol.ol-list-pnt li {
    list-style-type: none;
    padding-left: 1em;
    text-indent: -1em;
}
ol.ol-list-pnt li::before {
    content: "・";
}
.box-agreement table {
    width: 60%;
}
.box-agreement table,
.box-agreement td,
.box-agreement th {
    border: solid 1px #595959;
    border-collapse: collapse;
}
.box-agreement table tr td:nth-of-type(1) {
    width: 12em;
}
.box-agreement td,
.box-agreement th {
    padding: 2px 4px;
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: normal;
}
.box-agreement p.txt-brd {
    width: 60%;
    border: 1px solid #595959;
    padding: 2px 4px;
}
.box-agreement table.tbl-w100 {
    width: 100%;
}
.box-agreement table.tbl-w100 tr td:nth-of-type(1) {
    width: 10em;
}
.box-agreement p.txt-brd.txt-brd-w100 {
    width: 100%;
}

fieldset.box-check-next + h2.page-content-title {
    margin-top: 88px;
}
fieldset.box-check-next {
    margin: 48px 0;
    text-align: center;
}
.check-box-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.check-box-flex .check-box {
    flex: 0 0 auto;
    margin-right: 48px;
}
.check-box-flex .check-box:nth-last-child(1) {
    margin-right: 0;
}
input[type="checkbox"] {
    inline-size: 2.0rem;
    block-size: 2.0rem;
    position: relative;
    top: 4px;
    margin-right: 12px;
}
/* 20260425追加 */
.box-photo-request {
    width: 100%;
    padding: 24px 0;
}
.box-photo-request textarea {
    width: 100%;
    height: 160px;
    padding: 12px;
    font-size: 1.4rem;
    line-height: 1.6;
    border: 1px solid #595959;
    resize: none;
}
.tbl-prmbg {
    width: 100%;
}
.tbl-prmbg table,
.tbl-prmbg td,
.tbl-prmbg th {
    border: solid 1px #595959;
    border-collapse: collapse;
}
.tbl-prmbg tr td:nth-of-type(1) {
    width: 14em;
}
.tbl-prmbg td,
.tbl-prmbg th {
    font-size: 1.6rem;
    line-height: 1.8em;
    font-weight: normal;
}
.tbl-prmbg td a {
    display: block;
    position: relative;
    padding: 8px 12px 6px;
}
.tbl-prmbg td:nth-child(n + 2) {
    padding: 8px 12px 6px;
}
.tbl-prmbg td.td-link-mark a::after {
    content: '';
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #117fa5 transparent transparent transparent;
    transition: 0.2s;
}
.tbl-prmbg td.td-link-mark a:hover::after {
    border-color: #b2672f transparent transparent transparent;
}

.tbl-blcbg {
    width: 100%;
}
.tbl-blcbg table,
.tbl-blcbg td,
.tbl-blcbg th {
    border: solid 1px #595959;
    border-collapse: collapse;
}
.tbl-blcbg th {
    width: 14em;
    background: #f9f9e8;
    font-weight: normal;
}
.tbl-blcbg td.td-width {
    width: 14em;
}
.tbl-blcbg td,
.tbl-blcbg th {
    font-size: 1.6rem;
    line-height: 1.8em;
    padding: 8px 12px 6px;
}
.tbl-blcbg td span {
    display: block;
    font-size: 1.4rem;
    line-height: 1.6em;
}

ol.ol-text-rmark {
    margin: 1rem 0;
    padding: 0;
}
ol.ol-text-rmark li {
    list-style-type: none;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.6em;
}
ol.ol-text-rmark li::before {
    content: "※";
}
ol.ol-text-rmark + table.tbl-blcbg {
    margin-top: 1.8rem;
}


/***** スクール選択 *****/

.search-area-pref {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 88px;
    border: 1px solid #595959;
}
.search-area-pref h3.pref-title {
    flex: 0 0 200px;
    background: #f9f9e8;
    font-size: 1.6rem;
    width: auto;
    height: 86px;
    display: flex;
    align-items: center;
    text-align: left;
    margin: 0;
    padding: 0 12px;
    border-right: 1px solid #595959;
}
.search-area-pref ul.pref-choice {
    flex: 0 1 calc(100% - 200px);
    display: flex;
    padding: 0 12px;
}
.search-area-pref ul.pref-choice li {
    flex: 0 0 96px;
    margin-right: 12px;
    font-size: 1.4rem;
}
.search-area-pref ul.pref-choice li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    background: #f1f1f1;
    border: 1px solid #bbb;
    border-radius: 4px;
    color: #666;
    transition: 0.4s;
}
.search-area-pref ul.pref-choice li.selected a {
    background: #117fa5;
    border-color: #117fa5;
    color: #fff;
    pointer-events: none;
    cursor: default;
}
.search-area-pref ul.pref-choice li a:hover {
    background: #727272;
    border-color: #727272;
    color: #fff;
}

.search-area-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    margin-top: -1px;
    padding: 0;
    width: 100%;
    border: 1px solid #595959;
}
.search-area-detail .search-detail-title {
    flex: 0 0 100px;
    height: 160px;
    background: #f9f9e8;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    text-align: left;
    margin: 0;
    padding: 0 12px;
    border-right: 1px solid #595959;
}
.search-area-detail .search-detail-outer {
    flex: 0 0 calc(100% - 100px);
    padding: 8px 0;
}
.search-detail-inner {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    height: 48px;
}
.search-detail-inner h4 {
    flex: 0 0 100px;
    display: flex;
    justify-content: end;
    align-items: center;
}
.search-detail-inner ul.detail-choice {
    flex: 0 0 calc(100% - 6em);
    display: flex;
    padding: 0 12px;
}
.search-detail-inner ul.detail-choice li {
    flex: 0 0 64px;
    margin-right: 8px;
    font-size: 1.2rem;
}
.search-detail-inner ul.detail-choice li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    background: #f1f1f1;
    border: 1px solid #bbb;
    border-radius: 4px;
    color: #666;
    transition: 0.4s;
}
.search-detail-inner ul.detail-choice li.selected a {
    background: #117fa5;
    border-color: #117fa5;
    color: #fff;
    cursor: pointer;
/*    pointer-events: none; */
/*    cursor: default; */
}
.search-detail-inner ul.detail-choice li a:hover {
    background: #727272;
    border-color: #727272;
    color: #fff;
}
/* --- 20260414 追加 --- */
.search-detail-inner ul.detail-choice li.selected a:hover {
    background: #0d6d8d;
}
/* 2. 【データあり】（期待感アップ） */
/* hover時に元々のグレー（#727272）になるように設定 */
.search-detail-inner ul.detail-choice li.is-active a:hover {
    background: #727272;
    border-color: #727272;
    color: #fff;
}

/* 3. 【データなし】（でも移動は自由！） */
.search-detail-inner ul.detail-choice li.is-data-none a {
    opacity: 0.4;
    /* background: #f0f0f0; ほんの少しグレーにしてもいいかも */
}

.search-detail-inner ul.detail-choice li.is-data-none a:hover {
    opacity: 1.0; /* ホバーした時だけ「行けるよ！」と明るくする */
    background: #999; /* 控えめなグレーで反応を返す */
    color: #fff;
}
/* --- 20260414 追加ここまで --- */

.content-section.section-btm16 {
    margin-bottom: 16px;
}

.school-choice-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
}
.school-choice-box .school-choice-list {
    flex: 0 0 260px;
}
.school-choice-list .school-list-header {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 12px;
    background: #117fa5;
}
.school-choice-list h3.school-list-title {
    display: block;
    width: 65%;
    height: 64px;
    padding: 0 12px;
/*    background: #117fa5;*/
    font-size: 1.6rem;
    color: #fff;
    line-height: 64px;
}
.school-choice-list a.btn-reset {
    display: block;
    height: 38px;
    padding: 0 12px;
    background: #f1f1f1;
    border: 1px solid #bbb;
    border-radius: 4px;
    color: #666;
    transition: 0.4s;
    font-size: 1.4rem;
    line-height: 36px;
}
.school-choice-list a.btn-reset:hover {
    background: #727272;
    border-color: #727272;
    color: #fff;
}

.school-choice-list ul.school-list-ul {
    width: 100%;
    height: 680px;
    /*height: 300px;*/
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: auto;
/*    white-space: nowrap;*/
    border-left: 1px solid #595959;
    border-bottom: 1px solid #999;
}
.school-choice-list ul.school-list-ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
/*    height: 83px; */
    min-height: 83px;
    border-bottom: 1px solid #595959;
}
.school-list-ul li.school-li {
    background: #c6dfe5;
}
.school-choice-list ul.school-list-ul li:nth-last-child(1) {
    border-bottom: none;
}
ul.school-list-ul label {
    display: block;
    width: 100%;
    padding: 12px 0;
    background-color: #fff;
}
ul.school-list-ul li .li-name {
    flex: 0 0 90%;
    padding: 0 12px;
    font-size: 1.4rem;
    color: #117fa5
}
/* スクール名 */
ul.school-list-ul li .li-name span.school-label {
    display: block;
    font-size: 1.6rem;
}
/* 練習場所 */
ul.school-list-ul li .li-name span.place-label {
    display: block;
    font-size: 1.3rem;
    color: #666;
    padding: 5px 0;
}
ul.school-list-ul li .li-name span.place-label::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 3px;
    position: relative;
    top: 1px;
    background: url(../../img/maps/avance/venue.png) 0% 0% / cover no-repeat;
}
/* エリア・開催曜日 スクールタイプ */
.search-label {
    width: 64px;
    height: 28px;
    padding: 0;
    border-radius: 4px;
    background: #c6dfe5;
    font-size: 1.2rem;
    font-weight: bold;
    color: #117fa5;
    text-align: center;
    line-height: 28px;
    /* 20260319 追加 */
    display: inline-block; /* blockから変更 */
    flex-shrink: 0; /* 横幅が潰れないように固定 */
    align-items: center;
    vertical-align: middle; /* テキストを中央に配置 */
}
/* 学年 */
ul.school-list-ul div.grades {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex: 1 1 240px;
    flex-wrap: wrap;
}
ul.school-list-ul div.grades span.grade-label {
    margin: 8px 2px 0 0;
    width: 5rem;
    padding: 5px;
    align-items: center;
    text-align: center;
    font-size: 1.3rem;
    background: #f5af46;
    font-weight: bold;
    color: #666;
}

.school-list-ul .school-details {
    padding: 12px 12px 0 12px;
    display: none;
}
.school-list-ul .school-detail-item {
    padding: 5px 0;
}
.school-list-ul .coach {
    padding: 5px 0;
    font-size: 1.4rem;
}

ul.school-list-ul li .li-check {
    flex: 0 0 10%;
    display: flex;
    justify-content: center;
    align-items: center;
/*    height: 82px; */
    min-height: 82px;
    background: #c6dfe5;
}
.li-check input[type="checkbox"] {
    inline-size: 1.4rem;
    block-size: 1.4rem;
    position: relative;
    top: 2px;
    margin-right: 0;
}
ul.school-list-ul li .li-check {
    pointer-events: none;
    cursor: default;
}
.school-choice-box .school-choice-map {
    flex: 0 0 calc(100% - 260px);
}
.school-choice-map iframe {
    width: 100%;
    height: 744px;
}
/*
.school-list-ul label.selected {
    background: #ecc9b8;
}
*/

/***** 会員情報入力 *****/

h3.page-content-title-arrow {
    position: relative;
    font-size: 1.8rem;
    line-height: 1.6em;
    letter-spacing: 0.12em;
    margin-top: 16px;
    margin-bottom: 12px;
    text-indent: 24px;
}
h3.page-content-title-arrow::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 8px 0 8px;
    border-color: #b2672f transparent transparent transparent;
    transition: 0.2s;
}
h3.page-content-title-arrow-s {
    position: relative;
    font-size: 1.6rem;
    line-height: 1.6em;
    letter-spacing: 0.12em;
    margin-top: 16px;
    margin-bottom: 12px;
    text-indent: 24px;
}
h3.page-content-title-arrow-s::before {
    content: '';
    position: absolute;
    top: 0;
    left: 4px;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #212121 transparent transparent transparent;
    transition: 0.2s;
}
.tbl-form {
    width: 100%;
}
.tbl-form table,
.tbl-form td,
.tbl-form th {
    border: solid 1px #595959;
    border-collapse: collapse;
}
.tbl-form th {
    width: 14em;
    background: #f9f9e8;
    font-weight: normal;
}
.tbl-form td.td-width {
    width: 14em;
}
.tbl-form td,
.tbl-form th {
    font-size: 1.6rem;
    line-height: 1.8em;
    padding: 16px 12px 12px;
}
.tbl-form th.required::after {
    content: ' ※ 必須';
}

.form-member input[type="text"],
.form-member input[type="tel"],
.form-member input[type="email"] {
    width: 100%;
    height: 40px;
    border: 1px solid #595959;
/*    height: 24px;*/
/*    border: none; */
/*    outline: none; */
}
.form-member input[type="radio"]:nth-of-type(1) {
    margin-left: 4px;
}
.form-member label.gender-label {
    padding: 0 6px;
}
.form-member input[type="radio"]:nth-of-type(n + 2) {
    margin-left: 24px;
}
.form-member select {
    position: relative;
    top: -2px;
    height: 36px;
/*    height: 26px;*/
    padding: 0 8px;
    text-align: center;
    font-size: 1.6rem;
    border-color: #595959;
    outline: none;
}
.form-member span.form-txt {
    display: inline-block;
    padding: 0 15px 0 6px;
}
.form-member input.postal-code {
    width: 7.0em;
    margin-right: 16px;
}
.form-member .form-txt a {
    display: inline-block;
    color: #117fa5;
    text-decoration: underline;
}
.form-member .form-radio-row {
    display: block;
}
.form-radio-row.btm12:nth-of-type(2) {
    margin: 10px 0;
}
.form-member span.form-txt-num {
    display: inline-block;
    margin-left: 4px;
    padding: 0 4px 0 0;
}
.form-member input.text-form-name {
    width: 16em;
    height: 40px;
    border: 1px solid #595959;
}
.form-member input.address-form {
    width: 100%;
}

.form-name-td {
    display: flex;
    align-items: center;
}
td .form-name-td:nth-of-type(2) {
    margin: 10px 0;
}
.form-name-td-num {
    flex: 0 0 auto;
    margin-left: 4px;
    padding: 0 4px 0 0;
}
.form-name-p {
    flex: 0 0 auto;
    width: 16em;
    height: 32px;
    margin: 0;
    padding: 0 8px;
    line-height: 32px;
    border-bottom: 1px solid #595959;
}


.page-checkmark-comp {
    text-align: center;
    margin-bottom: 12px;
}
.page-checkmark-comp svg {
    width: 64px;
    height: 64px;
    fill: #b2672f;
}
.box-complete {
    width: 100%;
    padding: 48px 72px;
    border: 1px solid #ccc;
}
.box-complete .page-content-title {
    text-align: center;
}
p.page-content-text-comp {
    width: 620px;
    margin: 20px auto 0;
}
.btn-account-entry {
    color: #fff;
    text-align: center;
}
.btn-account-entry a {
    position: relative;
    display: block;
    width: 620px;
    height: 70px;
    margin: 48px auto 8px;
    padding: 0;
    background: #117fa5;
    border: 1px solid #117fa5;
    border-radius: 70px;
    font-size: 2.0rem;
    line-height: 70px;
}
.btn-account-entry a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 40px;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #fff;
}
.brn-site-next {
    color: #117fa5;
    text-align: center;
}
.brn-site-next a {
    position: relative;
    display: block;
    width: 620px;
    height: 70px;
    margin: 48px auto 8px;
    padding: 0;
    background: #c6dfe5;
    border: 1px solid #c6dfe5;
    border-radius: 70px;
    font-size: 2.0rem;
    line-height: 70px;
}
.brn-site-next a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 40px;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #117fa5;
}

/***** ユニフォーム *****/

.uniform-detail-box {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 40px;
}
.uniform-detail-img {
    flex: 0 0 30%;
    border: 1px solid #595959;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.uniform-detail-img img {
    width: 100%;
    height: auto;
}
.uniform-detail-text {
    flex: 0 0 calc(70% - 12px);
    padding: 24px;
    border: 1px solid #595959;
}
.uniform-detail-text h4 {
    font-size: 1.8rem;
    color: #b2672f;
    line-height: 1.4em;
    letter-spacing: 0.12em;
    margin-bottom: 16px;
}
.uniform-detail-text h5 {
    font-size: 1.6rem;
    line-height: 1.4em;
    letter-spacing: 0.12em;
    margin-bottom: 4px;
}
.uniform-detail-text .uniform-detail-tbl {
    width: calc(100% + 8px);
    border-collapse: separate;
    border-spacing: 4px;
    margin-bottom: 16px;
    position: relative;
    left: -4px;
}
.uniform-detail-text .uniform-detail-tbl th,
.uniform-detail-text .uniform-detail-tbl td {
    padding: 6px 12px;
    border: 1px solid #595959;
}
.uniform-detail-text .uniform-detail-tbl th {
    width: 14em;
    font-weight: normal;
    background: #f9f9e8;
}
.uniform-detail-ul li {
    padding: 4px 0;
}
.uniform-detail-ul li span:nth-of-type(1) {
    display: inline-block;
    width: 6.4em;
    background: #c6dfe5;
    border-radius: 4px;
    margin-right: 6px;
    padding: 4px 4px 6px;
    color: #117fa5;
    text-align: center;
}
.tbl-page-uni td label {
    display: inline-block;
    margin-right: 40px;
}
.tbl-page-uni td label input[type="checkbox"] {
    margin-right: 4px;
}


.nav-step-sp {
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-step-sp .step-main {
    flex: 0 0 auto;
}
.nav-step-ul {
    text-align: center;
}
li.step-li-prev {
    min-height: 21px;
    font-size: 1.2rem;
}
li.step-li-prev a {
    position: relative;
    display: inline-block;
}
li.step-li-prev a::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-left: 1px solid #117fa5;
    border-bottom: 1px solid #117fa5;
    transform: rotate(45deg);
    position: absolute;
    top: -1px;
    left: -14px;
    bottom: 0;
    margin: auto;
}
li.step-li-current {
    display: block;
    width: 12em;
    margin: 0 8px 0 0;
    padding: 4px 0;
    border-top: 1px solid #117fa5;
    border-bottom: 1px solid #117fa5;
    font-size: 1.6rem;
    color: #117fa5;
}
li.step-li-next {
    font-size: 1.2rem;
}
li.step-li-next::before {
    content: "NEXT：";
    margin-right: 4px;
}
.step-graph {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-image: conic-gradient(
        #117fa5 0%,
        #117fa5 14.2%,
        #b2b2b2 14.2%,
        #b2b2b2 100.0%
    );
}
.step-graph.step-graph-2 {
    background-image: conic-gradient(
        #117fa5 0%,
        #117fa5 28.4%,
        #b2b2b2 28.4%,
        #b2b2b2 100.0%
    );
}
.step-graph::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 50%;
}
.step-graph-num {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    font-size: 1.2rem;
    letter-spacing: 0;
}
.step-graph-num span {
    position: relative;
    top: -1px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #117fa5;
}

/***** 内容確認 *****/
.form-confirm input[type="text"] {
    border: none;
    background: transparent;
    pointer-events: none;
    cursor: default;
    width: 100%;
}

/* Google Maps InfoWindowのクローズボタンの枠線を消す */
.gm-ui-hover-effect {
    outline: none !important;
    border: none !important;
    box-shadow: none !important; /* 影がついている場合も念のため */
}

/* ボタンの中の画像（×印）自体の枠線も念のため */
.gm-ui-hover-effect img {
    border: none !important;
    outline: none !important;
}

/* --- submitボタンの設定 --- */
/* 横並びにする（戻るボタン追加） */
.btn-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
/* step1のsubmitボタン */
.btn-step1 {
    display: block;
    width: 400px;
    margin: 0 auto;
}
/* submitボタンの共通設定 */
.btn-flex div.btn-submit {
    width: 40%;
}
.btn-submit button,
.btn-submit a {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    border-radius: 64px;
    font-size: 1.8rem;
    line-height: 60px;
    text-align: center;
    transition: 0.4s;
}
/* 次へボタン独自の設定 */
.submit-next {
    padding: 0 17px 0 0;
    background: #f1f1f1;
    border: 1px solid #bbb;
    color: #bbb;
}
.submit-next::after {
    content: '';
    position: absolute;
    top: 4px;
    right: 22px;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #bbb;
}
/* 次へボタンアクティブ */
.checked button.submit-next {
    padding: 0 15px 0 0;
    background: #117fa5;
    border: 1px solid #117fa5;
    color: #fff;
}
.checked button.submit-next::after {
    border-color: transparent transparent transparent #fff;
}
/* 戻るボタン独自の設定 */
.submit-prev {
    padding: 0 0 0 15px;
    background: #117fa5;
    border: 1px solid #117fa5;
    color: #fff;
}
.submit-prev::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 24px;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 12px 8px 0;
    border-color: transparent #fff transparent transparent;
}
/*
.brn-contact-next button {
    position: relative;
    display: block;
    width: 400px;
    height: 70px;
    margin: 64px auto 24px;
    padding: 0;
    background: #f1f1f1;
    border: 1px solid #bbb;
    border-radius: 70px;
    font-size: 2.0rem;
    color: #bbb;
    text-align: center;
    line-height: 70px;
    transition: 0.4s;
}
.brn-contact-next a {
    position: relative;
    display: block;
    width: 400px;
    height: 70px;
    margin: 64px auto 24px;
    padding: 0;
    background: #f1f1f1;
    border: 1px solid #bbb;
    border-radius: 70px;
    font-size: 2.0rem;
    color: #bbb;
    text-align: center;
    line-height: 70px;
    transition: 0.4s;
}
.brn-contact-next button::after {
    content: '';
    position: absolute;
    top: 0;
    right: 40px;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #bbb;
}
.brn-contact-next.checked button {
    position: relative;
    display: block;
    width: 400px;
    height: 70px;
    margin: 64px auto 24px;
    padding: 0;
    background: #117fa5;
    border: 1px solid #117fa5;
    border-radius: 70px;
    font-size: 2.0rem;
    color: #fff;
    text-align: center;
    line-height: 70px;
    transition: 0.4s;
}
.brn-contact-next.checked button::after {
    content: '';
    position: absolute;
    top: 0;
    right: 40px;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #fff;
}
.brn-contact-next button {
    pointer-events: none;
}
.brn-contact-next.brn-contact-next.checked button {
    pointer-events: auto;
}
*/
