@charset "UTF-8";

.case-list__num > span {
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    line-height: 1;
    padding: .5em .7em;
}
.case-list .case-list__num > span {
    background: #f08300;
}
.case-list--y .case-list__num > span {
    background: #f2b700;
}
.case-list__list {
    line-height: 2;
}
.case-list__list li {
    position: relative;
    padding-left: 1.88em;
}
.case-list__list li::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
}
.case-list .case-list__list li::before {
    color: #f08300;
}
.case-list--y .case-list__list li::before {
    color: #f2b700;
}
.case-list__price {
    background: #f4f3f1;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    padding: 0.85em 0 1.2em;
}
.bg-beige .case-list__price {
    background: #fff;
}
.case-list__priceNum {
    font-size: 1.667em;
}

.course-list__list {
    line-height: 2;
}
.course-list__list li {
    position: relative;
    padding-left: 1.88em;
}
.course-list__list li::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    color: #f08300;
}
.course-list__num {
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    background: #f08300;
    color: #fff;
    font-weight: 400;
    line-height: 1;
    padding: .5em .7em;
}
.course-list__price {
    background: #f4f3f1;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    padding: 0.85em 0 1.2em;
}
.course-list__priceNum {
    font-size: 1.667em;
}

.price-table {
    width: 100%;
}
.price-table .bg-th01 {
    background: #f08300;
    color: #fff;
}
.price-table .bg-th02 {
    background: #f4a444;
    color: #fff;
}
.price-table .bg-th03 {
    background: #fccd57;
    color: #fff;
}
.price-table .bg-th04 {
    background: #fbe0bf;
}
.price-table .bg-th05 {
    background: #feefca;
}
.price-table .big {
    font-size: 1.143em;
}
.price-table .small {
    font-size: 0.857em;
}
.price-table thead tr:nth-child(2) th,
.price-table tbody th,
.price-table td {
    font-weight: 500;
}
.price-table th,
.price-table td {
    position: relative;
    vertical-align: middle;
    line-height: 1.3;
    text-align: center;
}
.price-table thead tr:nth-child(1) th {
    height: 45px;
}
.price-table thead tr:nth-child(2) th {
    height: 60px;
}
.price-table thead th + th {
    border-left: solid 1px #d1d1d1;
}
.price-table tbody tr:first-child th,
.price-table tbody tr:first-child td {
    width: 12.5%;
}
.price-table tbody th,
.price-table tbody td {
    height: 45px;
}
.price-table tbody td {
    border-left: solid 1px #d1d1d1;
}
.price-table tbody tr:nth-child(odd) th,
.price-table tbody tr:nth-child(odd) td {
    background: #f8f8f8;
}
.price-table tbody tr:nth-child(even) th,
.price-table tbody tr:nth-child(even) td {
    background: #fff;
}
.price-table tbody tr:first-child th::before,
.price-table tbody tr:first-child td::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    border-top: solid 2px #fff;
}

.area-price .small {
    font-size: 0.813em;
}

.option-list__ttl {
    position: relative;
    font-weight: 700;
    line-height: 1.3;
}
.option-list__ttl::before {
    content: "";
    position: absolute;
    top: .33em;
    left: 0;
    display: block;
    border-radius: 50%;
    background: #f08300;
}
.option-list__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    color: #6c6c6c;
    line-height: 1.5;
    width: 100%;
}
.option-list__price + .option-list__price {
    margin-top: 5px;
}
.option-list__price dt {
    padding-right: .35em;
}
.option-list__price dd {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    text-align: right;
}
.option-list__price dd::before {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    background: url("../image/line.svg") 0 50% no-repeat;
}

.link-list {
    text-align: center;
}


@media screen and (min-width: 900px) {

    .area-acc__cont +.area-acc__cont {
        margin-top: 115px;
    }

    .case-list,
    .case-list--y {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -30px 60px;
    }
    .case-list__box {
        position: relative;
        width: 315px;
        padding: 0 30px 110px;
    }
    .case-list__box + .case-list__box {
        border-left: solid 1px #c8c8c8;
    }
    .case-list__num {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .case-list__ttl {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 25px;
    }
    .case-list__price {
        position: absolute;
        bottom: 0;
        left: 30px;
        right: 30px;
        border-radius: 6px;
        font-size: 18px;
    }

    .course-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -40px 60px;
    }
    .course-list__box {
        position: relative;
        width: 426px;
        padding: 0 40px 98px;
    }
    .course-list__box + .course-list__box {
        border-left: solid 1px #c8c8c8;
    }
    .course-list__num {
        font-size: 14px;
        margin-right: 15px;
    }
    .course-list__ttl {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .course-list__price {
        position: absolute;
        bottom: 0;
        left: 40px;
        right: 40px;
        border-radius: 6px;
        font-size: 18px;
    }

    .price-box {
        border-radius: 10px;
        padding: 60px;
        margin-bottom: 60px;
    }

    .price-table {
        margin-bottom: 60px;
    }
    .price-table th,
    .price-table td {
        font-size: 14px;
    }

    .area-price + .area-price {
        margin-top: 60px;
    }
    .area-price .m-lb03 {
        margin-top: 35px;
    }

    .option-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        border-bottom: solid 1px #c8c8c8;
        padding: 37px 0;
    }
    .option-list__box {
        width: 47.22%;
    }
    .option-list__ttl {
        font-size: 18px;
        padding-left: 22px;
        margin-bottom: 12px;
    }
    .option-list__ttl::before {
        width: 12px;
        height: 12px;
    }
    .option-list__price dd {
        width: 34.3%;
        padding-left: 60px;
    }
    .option-list__price dd::before {
        top: 12px;
        width: 54px;
        height: 4px;
    }

    .link-list {
        margin: -18px;
    }
    .link-list__item {
        display: inline-block;
        vertical-align: middle;
        margin: 18px;
    }

}

@media screen and (max-width: 899px) {

    .area-acc__cont +.area-acc__cont {
        margin-top: 70px;
    }

    .case-list,
    .case-list--y {
        margin: 0 0 65px;
    }
    .case-list__box + .case-list__box {
        border-top: solid 1px #c8c8c8;
        padding-top: 25px;
        margin-top: 25px;
    }
    .case-list__num {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .case-list__ttl {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 18px;
    }
    .case-list__price {
        border-radius: 4px;
        font-size: 16px;
        margin-top: 25px;
    }

    .course-list {
        margin: 0 0 65px;
    }
    .course-list__box + .course-list__box {
        border-top: solid 1px #c8c8c8;
        padding-top: 25px;
        margin-top: 25px;
    }
    .course-list__num {
        font-size: 12px;
        margin-right: 10px;
    }
    .course-list__ttl {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 12px;
    }
    .course-list__price {
        border-radius: 4px;
        font-size: 16px;
        margin-top: 25px;
    }

    .price-box {
        border-radius: 5px;
        padding: 30px 5%;
        margin-bottom: 65px;
    }

    .price-table-wrap {
        margin-bottom: 40px;
        overflow: scroll;
    }
    .price-table {
        width: 920px;
    }
    .price-table th,
    .price-table td {
        font-size: 12px;
    }

    .area-price + .area-price {
        margin-top: 40px;
    }
    .area-price .m-lb03 {
        margin-top: 25px;
    }

    .option-list__box {
        border-bottom: solid 1px #c8c8c8;
        padding: 22px 0;
    }
    .option-list__ttl {
        font-size: 16px;
        padding-left: 17px;
        margin-bottom: 10px;
    }
    .option-list__ttl::before {
        width: 10px;
        height: 10px;
    }
    .option-list__price {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .option-list__price dt,
    .option-list__price dd {
        margin-bottom: 3px;
    }
    .option-list__price dd {
        min-width: 7em;
        padding-left: 48px;
        margin-left: auto;
    }
    .option-list__price dd::before {
        top: 9px;
        background-size: contain;
        width: 40px;
        height: 3px;
    }

    .link-list {
        margin: -18px 0;
    }
    .link-list__item {
        margin: 18px 0;
    }

}