@charset "UTF-8";
/*----------------------------
　入会金部分修正（2024.02.20）
-----------------------------*/
.price_block .in .box:first-child .text p:first-child {
    font-size: 30px;
    font-weight: 900;
    color: #252525;
    margin-bottom: 10px;
}
.price_block .in .box:first-child .text p:first-child span {
    font-size: 25px;
    padding: 0;
    vertical-align: top;
    display: inline-block;
    padding-top: 3px;
}
.price_block .in .box:first-child .text p:last-child {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0;
    color: #cd0f2e;
}
.price_block .in .box:first-child .text p.red02 {
    color: #cc0000;
}
.price_block .in .box:first-child .text p.pnk01 {
    color: #fd1b8b;
}
.price_block .in .box:first-child .text p.pnk02 {
    color: #fb4b90;
    margin-bottom: 18px;
}
.price_block .in .box:first-child .text p:last-child span {
    display: block;
    font-size: 51px;
    font-weight: 900;
    padding: 8px 0 0;
}
.price_block .in .box:first-child .text p:last-child span span:first-child {
    display: inline-block;
    font-size: 32px;
    vertical-align: initial;
}
.price_block .in .box:first-child .text p:last-child span span:last-child {
    display: inline-block;
    font-size: 42px;
    padding: 0;
    vertical-align: initial;
}
@media screen and (max-width: 820px) {
    .price_block .in .box:first-child .text p:first-child {
        font-size: 42px;
        margin-bottom: 13px;
    }
    .price_block .in .box:first-child .text p:first-child span {
        font-size: 30px;
        vertical-align: top;
        padding-top: 8px;
    }
    .price_block .in .box:first-child .text p:last-child {
        font-size: 30px;
    }
    .price_block .in .box:first-child .text p:last-child span {
        font-size: 62px;
        display: block;
        padding-top: 8px;
    }
    .price_block .in .box:first-child .text p:last-child span span {
        display: inline-block;
    }
    .price_block .in .box:first-child .text p:last-child span span:first-child {
        font-size: 39px;
    }
    .price_block .in .box:first-child .text p:last-child span span:last-child {
        font-size: 51px;
        vertical-align: top;
        padding-top: 8px;
    }
}
@media screen and (max-width: 700px) {
    .price_block .in .box:first-child .text p:last-child {
        font-size: 28px;
    }
}
@media screen and (max-width: 668px) {
    .price_block .in .box:first-child .text p:last-child {
        font-size: 26px;
    }
    .price_block .in .box:first-child .text p:last-child span {
        font-size: 8.6vw;
    }
    .price_block .in .box:first-child .text p:last-child span span:last-child {
        font-size: 7.8vw;
        padding-top: 3px;
    }
}
@media screen and (max-width: 600px) {
    .price_block .in .box:first-child .text p:last-child {
        font-size: 24px;
    }
}
@media screen and (max-width: 568px) {
    .price_block .in .box:first-child .text p:first-child span {
        font-size: 5vw;
        padding-top: 10px;
    }
    .price_block .in .box:first-child .text p:first-child {
        font-size: 7.3vw;
    }
}
@media screen and (max-width: 540px) {
    .price_block .in .box:first-child .text p:last-child {
        font-size: 21px;
    }
}
@media screen and (max-width: 500px) {
    .price_block .in .box:first-child .text p:last-child span {
        padding-top: 5px;
    }
    .price_block .in .box:first-child .text p:last-child span {
        font-size: 8.3vw;
    }
}
@media screen and (max-width: 430px) {
    .price_block .in .box:first-child .text p:first-child {
        font-size: 8.3vw;
    }
    .price_block .in .box:first-child .text p:first-child span {
        font-size: 5.5vw;
    }
    .price_block .in .box:first-child .text p:last-child {
        font-size: 5.6vw;
    }
    .price_block .in .box:first-child .text p:last-child span {
        font-size: 10.2vw;
        padding-top: 8px;
    }
    .price_block .in .box:first-child .text p:last-child span span:first-child {
        font-size: 6.8vw;
    }
    .price_block .in .box:first-child .text p:last-child span span:last-child {
        font-size: 8.8vw;
    }
}
@media screen and (max-width: 375px) {
    .price_block .in .box:first-child .text p:first-child span {
        padding-top: 8px;
    }
}
@media screen and (max-width: 360px) {
    .price_block .in .box:first-child .text p.red02, .price_block .in .box:first-child .text p.red03 {
        font-size: 5.4vw;
    }
}
@media screen and (max-width: 280px) {
    .price_block .in .box:first-child .text p.red02, .price_block .in .box:first-child .text p.red03 {
        font-size: 5.1vw;
    }
}