.course-price {text-align: center;margin-top: 0.5rem; margin-bottom: 0.3rem;}
table.course-desc-table {/*max-width: 800px; */margin-left: auto; margin-right: auto;}
table.course-desc-table thead th {font-size: 1.5rem; text-align: center;}
table.course-desc-table thead tr th:nth-child(2) .course-price {color: #5AA9CD}
table.course-desc-table thead tr th:nth-child(3) .course-price {color: #47749E}
table.course-desc-table tbody tr td {text-align: center;}

table.course-desc-table tbody tr td:nth-child(2) i.feature {background-position-x: 0}
table.course-desc-table tbody tr td:nth-child(3) i.feature {background-position-x: -27px}
table.course-desc-table thead th {border-width: 0}
table.course-desc-table tbody tr:first-child td, table.course-desc-table tbody tr:first-child th {border-top: none;}
i.feature {display: inline-block; background: url(../../images/course-feature.png); width: 27px; height: 27px;}
i.feature.special {background-position-y: -81px;}
i.feature.enough {background-position-y: 0px;}
i.feature.part {background-position-y: -54px;}
i.feature.none {background-position-y: -27px}

.course-warning {max-width: 800px; margin-left: auto; margin-right: auto;}
.course-warning li {padding-left: 1rem;}
.course-warning li:before {content: "※"; margin-left: -1rem;}

.table-theme-03 thead {background: none;}
.table-theme-03 tbody tr {
    border-top: 1px solid #dee2e6;
}
.table-theme-03 tbody tr:first-child {
    border-top: none;
}

.register-step {}
.register-step .headline-10 {margin: 3rem auto;font-weight: bold; font-size: 2.2rem;text-align: center;line-height: 3.2rem;}
.register-step .step-count {position:relative; top: 6px;width: 60px; height: 60px; text-align: center; line-height: 56px;font-size: 50px; color: #fff;background-color: #CA3C61; display: inline-block;font-weight: bold;border-radius: 50%;}
.register-step .register-step-process {margin: 2rem auto; max-width: 768px; position: relative;}
.register-step .register-step-process:before {position: absolute;content: " ";z-index: 99;display:inline-block;height: 10px;width:80%;top:50%;left:10%;transform: translateY(-50%);background: #E8E8E8;}
.register-step .register-step-process .step {z-index: 100;margin: 1rem auto; text-align: center;width: 150px;height: 150px; background-color: #E8E8E8; color: #111; font-weight: bold; font-size: 1.1rem;position: relative;border-radius: 50%;}
.register-step .register-step-process .step.active {color: #fff;background-color: #0086CA;}
.register-step .register-step-process .step>div {position: absolute;width: 100%; top:20%;left: 0; text-align: center;}
.register-step .register-step-process .step>div p {margin-bottom: 0.5rem;}

@media screen and (max-width:767px) {
    .register-step .headline-10 {margin: 2rem auto;font-size:1.5rem;line-height: 2.5rem;}
    .register-step .step-count{width:40px;height:40px;font-size: 30px;line-height: 38px;top:0px;}
    .register-step .register-step-process .step {width: 94px; height: 94px;font-size:0.8rem;}
    .register-step .register-step-process .step>div{top:5%;}
    .register-step .register-step-process .step>div p{margin-bottom:0;}
}
table.compare-table {
    font-size: 1rem;
    background-color: transparent
}

table.compare-table thead {
    background-color: #383838
}

table.compare-table thead tr th {
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 1rem
}

table.compare-table thead tr th.sellersket {
    color: #ff0;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.5rem;
    background-color: #0288c5;
    border: 3px solid #0288c5
}

table.compare-table tbody tr {
    height: 4.5rem
}

table.compare-table tbody tr:nth-child(2n) {
    background-color: #e1ebe9
}

table.compare-table tbody tr:nth-child(odd) {
    background-color: #fff
}

table.compare-table tbody tr:last-child td.sellersket {
    border-bottom: 3px solid #0288c5
}

table.compare-table tbody tr td,table.compare-table tbody tr th {
    vertical-align: middle;
    line-height: 1.3rem;
    padding: .1rem
}

table.compare-table tbody tr th {
    font-weight: 700;
    text-align: left;
    padding: .2rem .1rem .2rem 1.1rem
}

table.compare-table tbody tr td {
    text-align: center;
    font-weight: 700
}

table.compare-table tbody tr td i[class*=icon] {
    font-size: 1.5rem
}

table.compare-table tbody tr td.sellersket {
    border-left: 3px solid #0288c5;
    border-right: 3px solid #0288c5
}

table.compare-table tbody tr td.sellersket i[class*=icon] {
    color: #d00000
}
@media (max-width: 1024px) {
    table.compare-table {
        font-size: 1em
    }

    table.compare-table thead tr th {
        font-size: .9em
    }

    table.compare-table thead tr th.sellersket {
        font-size: 1rem;
        white-space: nowrap
    }

    table.compare-table tbody tr td, table.compare-table tbody tr th {
        text-align: center;
        align-content: center;
        padding: .2rem .1rem
    }

    table.compare-table tbody tr td img, table.compare-table tbody tr th img {
        margin: auto
    }
}