.costBlock {
    border: 1px #bbbbbb solid;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.vcenter {
    width: 100%;
    height: 50%;
}

.cost {
    font-size: 4rem;
}

#paidCourseApplyInfo {
    background-color: #F8F8F8;
    margin: 0 0 20px 0;
    padding-top: 13px;
    padding-bottom: 15px;
}

.apply-coupon-desc {
    background-color: #F8F8F8;
    padding: 20px 0 5px 0;
}

.comparison-title {
    font-size: 1.29rem;
    text-align: center;
    font-weight:bold;
}

.version-title {
    color :#fafdfe;
    background-color: #00b0f0;
    text-align: center;
    margin-bottom: 10px;
    font-weight:bold;
    padding: 5px 0px;
}
.version-km-list {
    font-weight:bold;
    height: 180px;
}
.version-course-list {
    font-weight:bold;
    height: 260px;
}
.prefix-cost {
    font-size: 50%;
    margin-right: 5px;
}