/* lp/ch-easy/index.html専用css */
/*年会費について*/
.annual_fee {
    width: 37%;
    margin: auto;
    padding: 0 0 50px 0;
    font-weight: bold;
    font-size: 16px;
}

.annual_fee_about {
    padding-bottom: 15px;
    font-size: 20px;
}

.annual_fee_red {
    color: red;
}