@charset "UTF-8";
.price .l_price_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 59px;
    gap: 20px;
}
@media screen and (max-width: 767px) {
    .price .l_price_wrap {
        flex-direction: column;
    }
}
.price .c_price_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 40px 20px;
    background-color: #f1f3f3;
    border-radius: 16px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .price .c_price_box {
        width: 100%;
    }
}
.price .c_price_box .c_headline {
    width: 100%;
    margin-bottom: 20px;
    padding: 8px;
}
@media screen and (max-width: 767px) {
    .price .c_price_box .c_headline {
        margin-top: 6.2801932367vw;
        margin-bottom: 5.5555555556vw;
    }
}
.price .c_price_box .c_txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    font-size: 20px;
    font-size: 2rem;
}
@media screen and (max-width: 767px) {
   .price .c_price_box .c_txt {
        margin-bottom: 6.2801932367vw;
    } 
}
.price .c_price_box .c_txt_em {
    display: block;
    padding-top: 10px;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 700;
}
.price .c_price_box .c_txt_emColor {
    color: #dd704f;
}
.price .c_price_box .c_txt_large {
    font-size: 60px;
    font-size: 6rem;
}
@media screen and (min-width: 768px) {
    .l_price_wrap .c_price_box:nth-child(3) .c_txt_em {
        padding-top: 1em;
    }
}
.price .c_note {
    margin-top: 28px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6666666667;
    text-align: left;
}
@media screen and (max-width: 767px) {
    .price .c_note {
        margin-top: var(--size-45);
    }
}
.price .c_btn_note_l {
    margin-top: 2em;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6;
}
.price .l_btn {
    display: flex;
    justify-content: center;
    gap: var(--size-40);
    text-align: center;
    margin-top: 84px;
}
@media screen and (max-width: 767px) {
    .price .l_btn {
        margin-top: var(--size-65);
        flex-direction: column;
        align-items: center;
    }
}
.price .l_btn .c_primary_btn {
    padding: 24px 48px;
}
@media screen and (max-width: 767px) {
    .price .l_btn .c_primary_btn {
        padding: 3.6231884058vw 8.33333333345vw 3.6231884058vw;
        letter-spacing: 0.05em;
        line-height: 1.5;
        width: 81.6425120773vw;
    }
}