@charset "utf-8";

/* 月額利用料 */
.service-fee {
    text-align: center;
}

.service-fee .price {
    font-weight: bold;
    font-size: 45px;
}

.service-fee .price em {
    font-size: 40%;
    font-style: normal;
}

.service-fee .price sup {
    font-size: 40%;
    vertical-align: super;
}