@charset "UTF-8";

/* ====================
container__background
=====================*/
.container__background {
    position: relative;
    z-index: 0;
    background: var(--primary-gray);
    overflow: hidden;
}

/* Lesson__background */
.container__background::before {
    display: block;
    content: '';
    position: absolute;
    top: -20px;
    left: -410px;
    z-index: -100;
    width: 1050px;
    height: 400px;
    background-image: url(../images/background_lesson.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

/* container__background pc */
@media screen and (min-width: 769px) {

    /* Lesson__background */
    .container__background::before {
        top: -130px;
        left: -340px;
        width: 1843px;
        height: 702px;
    }
}

/* 769px pc */

/* ====================
article__header
=====================*/
.article__header .wrapper {
    max-width: 87%;
    margin: 0 auto;
    padding-top: 80px;
}

.article__header .title {
    display: flex;
    flex-flow: column;
    align-items: center;
    color: var(--primary-black);
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;
}

.article__header .title span {
    color: var(--primary-black);
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
}

.lesson__txt {
    margin-top: 50px;
    color: var(--primary-black);
}

.lesson__txt a {
    color: blue;
    text-decoration: underline;
}

/*  article__header pc */
@media screen and (min-width: 769px) {
    .article__header .wrapper {
        max-width: 1280px;
        padding: 80px 60px 0;
    }

    .article__header .title {
        font-size: 4.8rem;
    }

    .article__header .title span {
        font-size: 1.6rem;
    }

    .lesson__txt {
        text-align: center;
    }
}

/* 769px pc */


/* ====================
section__common
=====================*/
.section .wrapper {
    max-width: 87%;
    margin: 0 auto;
}

.section--title {
    color: var(--primary-black);
    font-size: 2.4rem;
    line-height: 1;
    text-align: start;
}

/*  section__common pc */
@media screen and (min-width: 769px) {
    .section .wrapper {
        max-width: 1280px;
        padding: 0 60px;
    }
}

/* 769px pc */


/* ====================
fee
=====================*/
.section__lesson--fee {
    margin-top: 70px;
}

.lessonFee__table {
    display: none;
}

.lessonFee__table--sp {
    margin-top: 40px;
}

.lessonFee__table--sp dt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 15px 30px;
    background: var(--primary-darkBlue);
    color: var(--primary-white);
    line-height: 1;
    font-size: 1.8rem;
    font-weight: 400;
}

.lessonFee__table--sp dd {
    width: 100%;
    margin-top: 8px;
    padding: 15px 30px;
    background: var(--primary-white);
    text-align: center;
}

.lessonFee__table--sp dd p {
    margin-top: 10px;
    color: var(--primary-black);
    font-size: 1.8rem;
    line-height: 1;
}

.lessonFee__table--sp dd p:first-of-type {
    margin-top: 0;
}

.lessonFee__table--sp dd p span {
    margin-left: 10px;
    font-size: 1.4rem;
}

.lessonFee__caution {
    margin-top: 20px;
    color: var(--primary-black);
    line-height: 1.5;
}

/*  fee pc */
@media screen and (min-width: 769px) {
    .lessonFee__table {
        display: flex;
        justify-content: space-between;
        max-width: 100%;
        margin: 40px 55px 0;
    }

    .lessonFee__table--sp {
        display: none;
    }

    .lessonFee__table .lesson {
        width: 100%;
    }

    .lessonFee__table .fee {
        width: 50%;
        margin-left: 8px;
    }

    .lessonFee__table dt {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 20px 30px;
        background: var(--primary-darkBlue);
        color: var(--primary-white);
        font-size: 2rem;
        font-weight: 400;
        line-height: 1;
    }

    .lessonFee__table dd {
        width: 100%;
        margin-top: 8px;
        padding: 20px 30px;
        background: var(--primary-white);
        color: var(--primary-black);
        font-size: 2rem;
        line-height: 1;
        text-align: center;
    }

    .lessonFee__table dd span {
        margin-left: 10px;
        font-size: 1.4rem;
        vertical-align: middle;
    }

    .lessonFee__caution {
        margin: 20px 55px 0;
        line-height: 1;
    }
}

/* 769px pc */

/* ====================
payment
=====================*/
.section__lesson--payment {
    margin-top: 70px;
}

.payment__title {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    margin-top: 8px;
    padding: 30px 30px;
    background: var(--primary-darkBlue);
    color: var(--primary-white);
    font-size: 2rem;
    line-height: 1;
}

.payment__title--first {
    margin-top: 40px;
}

.contents__bank div {
    width: 100%;
    margin-top: 8px;
    padding: 30px 30px;
    background: var(--primary-white);
}

.contents__bank dl {
    display: flex;
    margin-top: 20px;
}

.contents__bank dl:first-of-type {
    margin-top: 0;
}

.contents__bank dt {
    color: var(--primary-black);
    font-weight: 400;
    line-height: 1;
}

.contents__bank dd {
    margin-left: 20px;
    color: var(--primary-black);
    font-weight: 400;
    line-height: 1;
}

.contents__creditCard div {
    width: 100%;
    margin-top: 8px;
    padding: 30px 30px;
    background: var(--primary-white);
}

.contents__creditCard ul {
    display: flex;
    justify-content: space-between;
}

.contents__creditCard img {
    height: 27px;
}

.btn__payment {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: 55px;
    margin-top: 20px;
    padding: 5px 8px;
    border-radius: 5px;
    background-color: var(--primary-darkBlue);
    color: var(--primary-white);
    line-height: 1;
    transition: 0.4s;
}

.btn__payment a {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}

.creditCard__caution {
    margin-top: 20px;
    color: var(--primary-black);
    font-size: 1.4rem;
    line-height: 1;
}

.payment__box {
    width: 100%;
    margin-top: 8px;
    padding: 30px 30px;
    background: var(--primary-white);
}

.payment__contents {
    display: flex;
    align-items: center;
}

.payment__contents--paypay img {
    height: 25px;
}

.payment__contents div {
    display: flex;
    margin-left: 30px;
}

.payment__contents--paypay p:nth-of-type(2) {
    margin-left: 10px;
}

.payment__contents--applePay {
    margin-top: 20px;
}

.payment__contents--applePay img {
    height: 30px;
}

.payment__contents--applePay .btn__payment {
    width: 100%;
    margin-top: 0;
    margin-left: 30px;
}

.payment__caution {
    margin-top: 20px;
    color: var(--primary-red);
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
}

/*  payment pc */
@media screen and (min-width: 769px) {
    .payment__title {
        margin-top: 0;
    }

    .contents__bank {
        display: flex;
        justify-content: space-between;
        max-width: 100%;
        margin: 40px 55px 0;
    }

    .payment__title {
        align-items: flex-start;
        width: 50%;
    }

    .contents__bank div {
        width: 100%;
        margin: 0 0 0 8px;
    }

    .contents__bank dd {
        margin-left: 30px;
    }

    .contents__creditCard {
        display: flex;
        justify-content: flex-start;
        max-width: 100%;
        margin: 8px 55px 0;
    }

    .contents__creditCard div {
        width: 100%;
        margin: 0 0 0 8px;
    }

    .contents__creditCard ul {
        display: flex;
        justify-content: flex-start;
    }

    .contents__creditCard li {
        margin-left: 20px;
    }

    .contents__creditCard li:first-of-type {
        margin-left: 0;
    }

    .contents__creditCard img {
        height: 30px;
    }

    .btn__payment {
        display: flex;
        max-width: 398px;
        height: 55px;
        margin-top: 20px;
        border-radius: 5px;
        background: var(--primary-darkBlue);
    }

    .btn__payment a {
        font-size: 1.6rem;
    }

    .brsp {
        display: none;
    }

    .contents__electricPayment {
        display: flex;
        justify-content: flex-start;
        max-width: 100%;
        margin: 8px 55px 0;
    }

    .payment__box {
        width: 100%;
        margin: 0 0 0 8px;
    }

    .payment__contents--applePay .btn__payment {
        max-width: 344px;
        margin-top: 0 0 0 30px;
    }

    .payment__caution {
        font-size: 2rem;
        margin: 20px 55px 0;
    }
}

/* 769px pc */

/* ====================
policy
=====================*/
.section__lesson--policy {
    margin-top: 70px;
}

.section__lesson--policy .wrapper {
    padding-bottom: 80px;
}

.section__lesson--policy ul {
    list-style-type: decimal;
    list-style-position: inside;
    margin-top: 40px;
}

.section__lesson--policy li {
    margin-top: 30px;
    padding-left: 1.8em;
    color: var(--primary-black);
    font-size: 1.6rem;
    line-height: 1.5;
    text-indent: -1.5em;
}

.section__lesson--policy li:first-of-type {
    margin-top: 0;
}

.poricy__arrow {
    margin-right: 20px;
}

/*  poricy pc */
@media screen and (min-width: 769px) {
    .section__lesson--policy .wrapper div {
        margin: 40px 55px 0;
    }

    .section__lesson--policy ul {
        margin-top: 0;
    }

    .section__lesson--policy li {
        margin-top: 20px;
        line-height: 1;
    }

    .poricy__arrow {
        margin-left: 40px;
        margin-right: 40px;
    }
}

/* 769px pc */