@charset "UTF-8";

@media only screen and (min-width: 768px) {
    .charge-subpage::before {
        background-image: url(../images/charge/charge-title.png);
    }
}

.only-wide {
    display: none;
}

.tax-price {
    text-align: right;
}

.price-section1 {
    padding: 0 2.666667%;
    margin: 0;
    margin: 0 auto;
}

.price-table1 {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    margin: 0 auto;
    font-size: 0.928571em;
    text-align: center;
}

.price-table1 th,
.price-table1 td {
    vertical-align: middle;
}

.price-table1 th {
    color: #fff;
    font-weight: 400;
    background-color: #36c9dc;
    padding: 0.25em 0.5em;
    line-height: 1.2;
}

.price-table1 th:first-child,
.price-table1 td:first-child {
    width: 12em;
}

.price-table1 td {
    padding: 0.63em 0.5em;
    border-bottom: 1px solid #36c9dc;
}

.price-table1 td:first-child {
    background-color: #e6f8fa;
}

@media only screen and (min-width: 768px) {
    .tax-price {
        display: block;
        text-align: right;
        width: 94%;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    .price-section1 {
        padding: 5em 0 0;
    }

    .price-table1 {
        width: 94%;
        max-width: 1200px;
        font-size: 1.125em;
    }

    .price-table1 th,
    .price-table1 td {
        padding: 0.75em 0.5em;
    }

    .price-table1 th:first-child,
    .price-table1 td:first-child {
        width: 16em;
    }

    .price-table1 th {
        line-height: 1.64;
    }

    .price-table1 td {
        border-bottom-style: dashed;
    }
}

@media only screen and (min-width: 960px) {
    .price-table1 th:first-child,
    .price-table1 td:first-child {
        width: 22em;
    }

    .only-wide {
        display: inherit;
    }
}

.course-contents {
    margin: 0 auto 2.857143em;
    padding: 0;
    border: 0.357143em solid #e6e6e6;
}

.course-contents dt {
    font-size: 1.142857em;
    color: #00bed6;
    text-align: center;
    margin: 0;
    padding: 0.5em;
}

.course-contents dd {
    text-align: center;
    padding: 0 0.5em 0.75em;
    margin: 0;
}

.price-table2 {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    margin: 0 auto 1.6em;
    text-align: center;
}

.price-table2 th,
.price-table2 td {
    vertical-align: middle;
}

.price-table2 th {
    color: #fff;
    font-weight: 400;
    background-color: #36c9dc;
    padding: 0.5em;
    font-size: 1.071429em;
}

.price-table2 td {
    font-size: 0.928571em;
    padding: 0.63em 0.5em;
    width: 50%;
    border-bottom: 1px dashed #36c9dc;
}

.price-table2 td:first-child {
    background-color: #e6f8fa;
}

.price-table2 + p {
    font-size: 0.928571em;
    margin: 0 auto 3.75em;
}

@media only screen and (min-width: 768px) {
    .course-contents {
        width: 94%;
        max-width: 1000px;
        margin: 0 auto 5.625em;
        padding: 0;
        border-width: 0.625em;
    }

    .course-contents dt {
        font-size: 1.375em;
    }

    .course-contents dd {
        padding-bottom: 1em;
    }

    .price-table2 {
        width: 94%;
        max-width: 1000px;
        margin-bottom: 3.25em;
    }

    .price-table2 th {
        font-size: 1.375em;
        padding: 0.35em 0.5em;
    }

    .price-table2 td {
        font-size: 1em;
        padding: 0.75em 0.5em;
        width: 50%;
        border-bottom: 1px dashed #36c9dc;
    }

    .price-table2 + p {
        font-size: 1em;
        width: 94%;
        max-width: 1000px;
    }
}

@media only screen and (min-width: 768px) {
    .use-advice {
        max-width: 1000px;
    }
}
