@charset "UTF-8";
/* 料金表用　通話定額キャンペーン中に適用させるもの */
.voice-opt-box .base_text_line {
    font-size: 14px!important;
    text-decoration: line-through;
    color: #666;
}
.voice-opt-box .base_text_line .s_text {
    font-size: 100%!important;
}
.voice-opt-box .cp_text_line {
    font-size: 28px!important;
    font-weight: bold;
    text-align: center;
    color: #e64d97;
}
.voice-opt-box .cp_text_line span.s_text {
    font-size: 70%!important;
    font-weight: bold;
}
.voice-opt-box .voicecp-cptext {
    text-align: center;
    color: #e64d97;
    font-size: 13px!important;
    font-weight: bold;
}
.voice-opt-box {
    position: relative;
}
.voice-opt-box .campaign-obi {
    position: absolute;
    width: 90%;
    top: -0.8em;
    left: 5%;
    padding: 3px 0;
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-size: 15px;
    background-color: #6084ce;
    letter-spacing: 2px;
}
@media screen and (min-width: 641px) {
    .voice-opt-box .cp_text_line span.s_text {
        font-size: 60%!important;
    }
}
@media screen and (max-width: 640px) {
    .voice-opt-area {
        margin-top: 7px!important;
    }
    .voice-opt-box .base_text_line {
        font-size: clamp(10px, 2.5vw, 13px)!important;
    }
    .voice-opt-box .cp_text_line {
        margin-top: 0;
        font-size: clamp(25px, 7vw, 30px)!important;
    }
    .voice-opt-box .voicecp-cptext {
        margin-top: 5px;
        font-size: clamp(11px, 3vw, 14px)!important;
    }
    p.simcp_title.voicefree-cpon {
        margin-top: 2rem;
        margin-bottom: 0;
    }
}


/* ---------------------- */
/* ---tab切替の表示制御--- */
/* ---------------------- */
/* 新規 .from-new */

/* 旧プランから .from-old */

/* 通常 .from-basic */
@media screen and (max-width: 640px) {
    .from-basic .simcp_title.voicefree-cpon {
        display: inline-block;
    }
}