@charset "utf-8";

.quizAnswer {
    font-size: 12px;
    text-align: center;
    line-height: 2;
    background-color: #41bd82;
    padding: .25em 0;
    color: #fff;
}

.isDesktop {
    display: none;
}

.lead-box dl dt h4 {
    font-size: 4vw;
    line-height: 150%;
    color: #004EA6;
}

.lead-box dl dd {
    font-size: 3.2vw;
    line-height: 150%;
    margin-bottom: 32px;
}

.lead-box dl {}

.lead-box .lead-img {
    display: none;
}

.lead-box {}

.fb-box {}

.fb-box .staff-box {
    margin-top: 16px;
}

.f-bigger {
    font-size: 150%;
    line-height: 0%;
}

.plan-box,
.plancommon-box {
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    background-color: #fff;
    margin-bottom: 16px;
}

.plancommon-box {
    border: 1px solid #000000;
}

.plan-main {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 50% 50%;
}

.plan-main .plan-img {
    margin-top: 0px;
    margin-bottom: 0px;
}

.plan-main .plan-title {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 8px;
}

.plan-title h3 {
    color: #333;
    text-align: center;
    font-size: 6vw;
}

.plan-title p {
    color: #333;
    text-align: center;
    font-size: 3.2vw;
    line-height: 150%;
}

.price-box {
    margin-bottom: 16px;
}

.plan-dt {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-top: 12px;
    width: 100%;
}

.price-box .member {
    width: auto;
    text-align: center;
}

.price-box .regular .price-title {}

.plan-dt .price-box .regular {
    text-align: center;
    line-height: 150%;
    font-size: 3.2vw;
}

.price-box .regular .price {
    font-weight: bold;
    font-size: 4vw;
}

.price-box .member .price {
    font-size: 8vw;
    color: #E50003;
    font-weight: bold;
}

.price .price-yen {
    font-size: 50%;
    color: #000000;
    font-weight: normal;
}

.member .price-title {
    background-color: #E50003;
    color: #FFFFFF;
    font-size: 4vw;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 4px;
    margin-bottom: 8px;
}

.dt-text {
    font-size: 3.2vw;
    line-height: 150%;
}

.plan-icon ul li {
    margin-top: 8px;
    margin-right: 1%;
    margin-bottom: 8px;
    margin-left: 1%;
    text-align: center;

}

.plan-icon ul {
    display: flex;
    flex-wrap: wrap;
    align-self: center;
    align-items: center;
}

.plan-icon ul li p {
    height: 3.5em;
    display: table-cell;
    vertical-align: middle;
    color: #333;
    text-align: center;
    line-height: 130%;
    font-size: 2.5vw;
    padding-left: 32px;
    padding-right: 32px;
}

.plan-box {
    border: 1px solid #bfcee9;
}

.plan-box .plan-main,
.plan-box .plan-icon ul li {
    background-color: #b0c2df;
}

#planEasy .plan-main,
#planEasy .plan-icon ul li {
    background-color: #ACACAC;
}

#planEasy .plan-dt {
    background-color: #eaeaea;
}

#plan01 .plan-dt {
    background-color: #C8D3E3;
}

#plan02 {
    border: 1px solid #b7a9cd;
}

#plan02 .plan-main,
#plan02 .plan-icon ul li {
    background-color: #c8bcdb;
}

#plan02 .plan-dt {
    background-color: #D3CCDF;
}

#plan03 {
    border: 1px solid #e6aeb9;
}

#plan03 .plan-main,
#plan03 .plan-icon ul li {
    background-color: #e5cdd2;
}

#plan03 .plan-dt {
    background-color: #f1e9ea;
}

#plan04 {
    border: 1px solid #b9d5b2;
}

#plan04 .plan-main,
#plan04 .plan-icon ul li {
    background-color: #b0ccaa;
}

#plan04 .plan-dt {
    background-color: #D1DFCE;
}

#plan05 {
    border: 1px solid #ccb2a2;
}

#plan05 .plan-main,
#plan05 .plan-icon ul li {
    background-color: #ceb6a7;
}

#plan05 .plan-dt {
    background-color: #DFD3CC;
}

#plan06 {
    border: 1px solid #d2cda6;
}

#plan06 .plan-main,
#plan06 .plan-icon ul li {
    background-color: #cec893;
}

#plan06 .plan-dt {
    background-color: #DFDCC7;
}

.plancommon-box h5 {
    text-align: center;
    font-size: 4vw;
    line-height: 150%;
    margin-bottom: 8px;
    color: #004EA6;
    border-bottom: 1px solid #004EA6;
}

.plancommon-box p {
    font-size: 3.2vw;
    line-height: 150%;
}

table.plan-table1 {}

.bn-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: .5em;

    & a {
        width: 32%;
    }
}

.plan-table1 tr th,
.plan-table1 tr td {
    font-size: 3.2vw;
    line-height: 150%;
    display: block;
}

.plan-table1 tr th {
    font-weight: bold;
    text-align: left;
}

.plan-table1 tr td {
    font-weight: normal;
}

.bn-box a img {
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.30);
    width: 100%;
}

.faq-box {
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    background-color: #FFFFFF;
    margin-bottom: 24px;
}

.faq-box .faq-q p {
    font-size: 3.2vw;
    color: #5AC2F2;
    font-weight: bold;
    line-height: 150%;
    padding-left: 1em;
    text-indent: -1.5em;
}

.faq-box .faq-a p:first-letter {
    font-size: 3.2vw;
    font-weight: bold;
}

.access-box {
    padding-bottom: 2em;

}

.access-box .g-map {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
}

.access-guide {}

.address {
    margin-bottom: 1em;
}

.address p {
    font-size: 3vw;
    line-height: 150%;
}

.address h5 {
    font-size: 3.2vw;
    line-height: 0150%;
    text-align: center;
    border-bottom: 1px solid #000000;
    font-weight: bold;
}

.cp-box strong {}

.hd-img02 img {}

.hd-img02 {}

.hd-img01 {}

.features {
    margin-bottom: 16px;

}

.features ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.features ul li {
    background-color: #78CA49;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 3.2vw;
    padding-top: 6px;
    padding-bottom: 4px;
    margin-top: 8px;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: 3px;
    margin-right: 4px;
    line-height: 100%;
}

.members-bn {}

.hd-img-mb {}

.mb-features-box .members-info {
    background-color: #FF8A45;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 3.2vw;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 16px;
    width: 96%;
}

.hd-img-mb .mb-hd-img02 {
    margin-bottom: 16px;
}

.mb-lead-box {
    background-image: url(../images/main-imgbg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 16px;
}

.mb-lead-box .lead-inner {
    position: relative;
    margin-top: 16px;
}

.lead-inner strong {
    font-size: 4vw;
    line-height: 150%;
    color: #FFFFFF;
    text-shadow: 0px 0px 8px #0008A2;
    margin-left: 26%;
    display: block;
}



.mb-lead-box .hd-img01 {
    width: 25%;
    position: absolute;
    left: -20px;
    bottom: 0px;
}

.plan-main .plan-img {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}

.plan-title {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
}

.plan-dt {
    grid-row: 2 / 3;
    grid-column: 1 / 3;
}

.faq-a p {
    padding-left: 1em;
    text-indent: -1.1em;
    font-size: 3.2vw;
    line-height: 150%;
}

.plan-table1 tr {
    border-bottom: 1px solid #62ABFF;
    display: block;
    margin-bottom: 16px;
    padding-bottom: 16px;
}

.fb-box .fb-container {
    width: 100%;
}

.faq-box .faq-q {
    margin-bottom: 8px;
}

















@media print,
screen and (min-width: 960px) {
    .isDesktop {
        display: block;
    }

    .lead-box dl dt h4 {
        font-size: 24px;
        line-height: 150%;
    }

    .lead-box dl dd {
        font-size: 18px;
        line-height: 150%;
    }

    /*
.hl-box:after{
    content: url(../images/hl-bar.png);
    text-align: center;
	}
*/
    .lead-box dl {
        width: 600px;
        padding-left: 0px;
        margin-left: 0px;
    }

    .lead-box .lead-img {
        width: 335px;
        margin-left: 0px;
        margin-right: 0px;
        display: inherit;
    }

    .lead-box {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding-bottom: 48px;
    }

    .hl-box img {
        text-align: center;
    }

    .fb-box {
        height: 300px;
        justify-content: space-between;
        align-items: flex-start;
        padding-bottom: 48px;
        display: flex;
    }

    .fb-box .staff-box {
        width: 480px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin: 0 auto;
    }

    .plan-main {
        display: grid;
        grid-template-rows: 70px 167;
        grid-template-columns: 344px 630px;
    }

    .plan-main .plan-img {
        width: auto;

        /*
    width: 33%;
    margin-left: 0px;
    margin-right: 0px;
*/
    }

    .plan-main .plan-title {
        padding-left: 42px;
        padding-right: 42px;
        display: flex;
        justify-content: space-between;
        align-self: flex-start;
        padding-top: 8px;
        padding-bottom: 4px;
    }

    .plan-title h3 {
        font-size: 36px;
        line-height: 36px;
        margin-left: 0px;
        text-align: left;
    }

    .plan-title p {
        font-size: 14px;
        margin-right: 0px;
        text-align: left;
        line-height: 100%;
    }

    .plan-main .plan-dt-box {
        width: 67%;
    }

    .price-box {
        display: flex;
        margin-bottom: 8px;
    }

    .plan-dt {}

    .price-box .member {
        width: 300px;
        text-align: center;
    }

    .price-box .regular .price-title {}

    .plan-dt .price-box .regular {
        width: 300px;
        text-align: left;
        font-size: 18px;
    }

    .price-box .regular .price {
        font-size: 36px;
        color: #E50003;
    }

    .price-box .member .price {
        font-size: 52px;
        color: #E50003;
        font-weight: bold;
    }

    .member .price-title {
        font-size: 18px;
    }

    .plan-dt .dt-text {
        font-size: 16px;
    }

    .plan-icon ul li {
        margin-left: 0px;
        margin-top: 10px;
        margin-right: 10px;
        margin-bottom: 0px;
        width: auto;
    }

    .plan-icon ul li:nth-child(6n + 6) {
        margin-right: 0px;
    }

    .plan-icon ul {}

    .plan-icon ul li p {
        height: 48px;
        display: table-cell;
        vertical-align: middle;
        width: 154px;
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .plancommon-box h5 {
        text-align: left;
        font-size: 24px;
    }

    .plancommon-box {
        padding-top: 32px;
        padding-right: 32px;
        padding-bottom: 32px;
        padding-left: 32px;
    }

    .plancommon-box p {
        font-size: 16px;
    }

    table.plan-table1 {}

    .plan-table1 tr th,
    .plan-table1 tr td {
        padding-top: 8px;
        padding-bottom: 8px;
        display: table-cell;
        font-size: 16px;
    }

    .plan-table1 tr th {
        width: 150px;
        text-align: left;
    }

    .plan-table1 tr td {}

    .bn-box {}

    .bn-box a img {}

    .faq-box {
        padding-top: 24px;
        padding-right: 24px;
        padding-bottom: 24px;
        padding-left: 24px;
        background-color: #FFFFFF;
        margin-bottom: 24px;
    }

    .faq-box .faq-q p {
        font-size: 21px;
    }

    .faq-box .faq-a p:first-letter {
        font-size: 21px;
        font-weight: bold;
    }

    .access-box {
        display: flex;
    }

    .access-box .g-map {
        width: 600px;
        height: 350px;
    }

    .access-guide {
        width: 350px;
    }

    .address {}

    .address h5 {
        text-align: left;
        font-size: 16px;
    }

    .address p {
        font-size: 14px;
    }

    .hd-imgbox {
        height: 350px;
        display: inherit;
    }

    .cp-box {
        width: 400px;
        position: absolute;
        left: 280px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    .cp-box strong {
        font-size: 24px;
        line-height: 150%;
        color: #FFFFFF;
        text-shadow: 0px 0px 8px #0008A2;
    }

    .hd-img02 img {
        width: 420px;
        height: 334px;
        border-radius: 61px;
        object-fit: cover;
    }

    .hd-img02 {
        margin-left: 0px;
        margin-right: 0px;
        position: absolute;
        right: 0px;
        top: 8px;

    }

    .hd-img01 {
        height: 315px;
        position: absolute;
        bottom: 0px;
        left: 0px;
    }

    .features {
        margin-bottom: 0px;

    }

    .features ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .features ul li {
        background-color: #78CA49;
        text-align: center;
        color: #FFFFFF;
        font-weight: bold;
        font-size: 17px;
        line-height: 17px;
        padding-top: 6px;
        padding-bottom: 4px;
        margin-top: 8px;
        padding-left: 12px;
        padding-right: 12px;
        margin-left: 3px;
        margin-right: 4px;
    }

    .members-bn {
        position: absolute;
        bottom: 16px;
        left: -80px;
        width: 150px;
    }

    .hd-img-mb {
        display: none;
    }

    .plan-main .plan-img {
        grid-row: 1 / 3;
        grid-column: 1 / 2;
    }

    .plan-title {
        grid-row: 1 / 2;
        grid-column: 2 / 3;
        width: 100%;
    }

    .plan-dt {
        grid-row: 2 / 3;
        grid-column: 2 / 3;
    }

    .faq-a p {
        font-size: 18px;
        line-height: 150%;
    }

    .plan-table1 tr {
        border-bottom-style: none;
        display: table-row;
        margin-bottom: auto;
    }

    .fb-box .fb-container {
        width: 500px;
        min-width: 500px;
        height: 300px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .fb-page {
        data-width: 500;
    }

    .faq-box .faq-q {}











}

.caption{
    font-size: 12px;
}

.options {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    margin-bottom: 2.5em;

    & p {
        margin: 0;
        font-weight: bold;
        line-height: 1.5;
        font-size: 20px;
    }
}

.caution {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 2.5em;

    & li {
        line-height: 1.5;

        &:not(:last-of-type) {
            margin-bottom: .5em;
        }
    }
}