.section-box:not(:last-child) {
    margin: 0 0 100px;
}

.point-text {
    text-align: right;
}
/* table */
table {
    margin-bottom: 10px;
}
table th,
table td {
    padding: 1em 0.1em 1em 0.1em;
    box-sizing: border-box;
}
td {
    font-size: 13px;
    text-align: center;
    width: 149px;
    background: #e8f3ff;
}
thead td,
thead th {
    background: #254d78;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}
tbody th {
    background: #618ab5;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    width: 170px;
}
.features td {
    font-size: 12px;
}
.block-adjust-01 {
    position: relative;
}
.block-adjust-01::before {
    white-space: pre;
    content: '料金/\A期間';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    background-color: #618ab5;
    padding: 83px 0px 83px 1px;
    z-index: 2;
    border-right: #fff solid 2px;
}
.font-adjust-01 {
    position: relative;
    left: 30px;
}
.title-supplement {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    display: block;
    padding-top: 15px;
}


.special-course td {
    width: 900px;
    text-align: left;
    padding-left: 20px;
}
.special-course thead td {
    text-align: center;
    background: #ffd1d1;
    color: initial;
}
.special-course th {
    height: 67px;
}