
@media screen and (max-width: 992px){
    #showPlanJumpArea{
        display: block;
    }
}
@media screen and (min-width: 993px){
    #showPlanJumpArea{
        display: none;
    }
}

.planHeader{
    font-weight: bold;
    font-size: 20px;
}

.planBlockCenter{
    background-color: gold;
}
.planBodyPrice1{
    font-size: 12px;
}
.planBodyPrice2{
    font-size: 24px;
}
.planBodyCopy{
    font-size: 13px;
}
.planBodyContentsBody{
    font-size: 20px;
    color: rgb(255,69,0);/*orangered*/
    font-weight: bold;
}
.planBodyContentsBodyOutOfService{
    font-size: 20px;
    font-weight: bold;
}
