@charset "UTF-8";
/* ギガプラン料金表用　料金表本体のstyleはcostTable.cssへ */
#simplan #specTable.center{
    margin: 2rem auto;
}
.tabPrice_content{
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}
.category-wrap-title p {
    margin-bottom: 0;
}
#gaiyo-link-area {
    margin-bottom: 30px;
}

@media screen and (min-width: 641px) {
    .kome {
        margin-top: 5px;
    }
}
@media screen and (max-width: 640px) {
    #simplan #specTable.center{
        width: 96%;
        margin: 1.6rem auto 2rem;
    }
    .tabPrice_content{
        width: 95%;
        margin: 0 auto;
    }
    .kome {
        margin-top: 5px;
        font-size: 3vw;
    }
    .tabPrice_content .campaign_bnr {
        width: 100%;
    }
}
