@charset "UTF-8";
h1 {
    margin: 200px 100px;
}
@media screen and (max-width: 960px) {
    h1 {
        margin: 80px 0 0;
        font-size: 36px;
        text-align: center;
    }
}
/* -------------------------
lesson 
--------------------------*/
.section-top__lesson {
    margin-bottom: -200px;
}
.section-top__inner {
    justify-content: center;
}
@media screen and (max-width: 960px) {
    .section-top__lesson {
        margin: 20px 0 -80px 0;
    }
    .section-top__inner {
        padding: 0 10px;
    }
}
.section-lesson {
    background-color: #ffffff;
}
.section-top__lessonimg {
    max-width: 500px;
}
.lesson_top_bg {
    width: 100%;
}
.section-lesson__container {
    padding: 0 80px;
}
.section-lesson h2 {
    padding-bottom: 100px;
}
.lesson-table {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}
.lesson-table tr:not(:last-child) {
    border-bottom: 1px solid #333333;
}
.table-title__span {
    display: none;
}
.table-detail__span {
    color: #707070;
}
.lesson-table th {
    padding: 30px 0;
    color: #d20754;
    text-align: left;
    font-size: 20px;
    font-weight: 100;
}
.lesson-table td {
    padding: 30px 0;
}
.lesson-table__detail {
    color: #707070;
    font-size: 14px;
}
.lesson-table__detail2 {
    text-align: right;
}
.lesson__inner {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 100px;
}
.lesson_rhythmic__title {
    padding-top: 100px;
    color: #d20754;
    font-size: 24px;
}
.lesson_rhythmic {
    width: 380px;
}
.lesson_rhythmic__text {
    padding-top: 40px;
    line-height: 250%;
    color: #707070;
}
.lesson-rhythmic__photo {
    width: 45%;
    padding-top: 100px;
}
.lessonbg_bottom {
    position: absolute;
    width: 100%;
}
.lesson-student__photo {
    margin: auto;
    width: 50%;
    display: flex;
    justify-content: center;
    z-index: 1;
    position: relative;
    padding-top: 200px;
}
@media screen and (max-width: 960px) {
    .section-lesson__container {
        padding: 0 10px;
        max-width: 400px;
        margin: auto;
    }
    .section-lesson h2 {
        padding-bottom: 40px;
    }
    .lesson-table {
        width: 100%;
        margin: 0 auto;
    }
    .table-title__span {
        display: block;
        color: #707070;
        font-size: 14px;
        padding-top: 10px;
    }
    .table-detail__span {
        display: none;
    }
    .lesson-table th {
        padding: 15px;
        font-size: 16px;
    }
    .lesson-table td {
        display: flex;
        padding: 5px;
        font-size: 14px;
    }
    .lesson__inner {
        flex-direction: column-reverse;
        padding-top: 30px;
    }
    .lesson__inner img {
        width: 50%;
        margin-left: 40%;
    }
    .lesson_rhythmic {
        padding: 10px;
    }
    .lesson_rhythmic__title {
        font-size: 16px;
        padding-top: 0;
    }
    .lesson_rhythmic {
        width: auto;
    }
    .lesson_rhythmic__text {
        font-size: 14px;
        padding-top: 20px;
        line-height: 180%;
    }
    .lesson-rhythmic__photo {
        width: 100%;
        padding-top: 0px;
    }
    .lesson-student__photo {
        padding-top: 70px;
        width: 80%;
        max-width: 500px;
    }
}
.section-faq {
    margin-top: -160px;
    background-image: url(../../assets/img/lesson/faqbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 300px;
}
.section-faq__inner {
    padding: 0 80px;
    font-feature-settings: "palt"; 
}
.section-faq h2 {
    padding: 100px 0;
}
.section-faq dl {
    margin: 0 auto;
    max-width: 900px;
}
.section-faq dt {
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 40px;
    cursor: pointer;
}
.section-faq dt span {
    font-family: 'Charmonman';
    font-size: 30px;
    color: #707070;
}
.section-faq dt img {  
    position: absolute;
    right: 0;
    border-radius: 100px;
    background-color: #fef5ef;  
    padding: 20px;
}
.section-faq dt p {
    padding-left: 60px;
}
.section-faq dd {
    padding: 0 0 40px 100px;
    line-height: 150%;
    display: none;
    color: #d20754;
}
.section-faq dt .icon {
    background-image: url(../../assets/img/lesson/plus.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    border-radius: 100px;
    background-color: #fef5ef;  
    background-position: center; 
    position: absolute;
    right: 0;
}
.section-faq dt.open .icon {
    background-image: url(../../assets/img/lesson/minus.png);
    background-color: #f6dde6;  
}
.section-faq__photo {
    margin: auto;
    width: 50%;
    padding-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 960px) {
    .section-faq {
        margin-top: -50px;
        padding-top: 200px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .section-faq__inner {
        background-color: #ffffff;
        padding: 0 10px;
    }
    .section-faq h2 {
        padding: 50px 0;
    }
    .section-faq dt {
        padding-bottom: 40px;
    }
    .section-faq dt span {
        font-size: 18px;
    }
    .section-faq dt img {  
        padding: 10px;
    }
    .section-faq dt p {
        padding-left: 20px;
        font-size: 14px;
    }
    .section-faq dd {
        padding: 0 0 40px 40px;
        display: none;
        font-size: 14px;
    }
    .section-faq dt .icon {
        width: 40px;
        height: 40px;
    }
    .section-faq__photo {
        padding: 30px 0;
        margin: auto;
        width: 100%;
    }
}
/* voice */
.section-voice {
    background-color: #ffffff;
}
.section-voice__topimg {
    max-width: 500px;
}
.voice_top_bg {
    width: 100%;
}
.section-voice__container {
    padding: 0 80px;
}
.section-voice h2 {
    padding-bottom: 100px;
}
.section-voice__inner {
    display: flex;
    align-items: center;
    padding-bottom: 40px;
}
.section-voice__inner img {
    width: 20%;
}
.section-voice__inner:nth-of-type(even) {
    justify-content: flex-end;
}
.section-voice__text {
    background-image: url(../../assets/img/voice/readbg1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    max-width: 375px;
    font-feature-settings: "palt"; 
    position: relative;
    right: 50px;
}
.section-voice__text p {
    color: #707070;
    line-height: 200%;
    font-size: 18px;
    width: 340px;
}
.section-voice__text__inner {
    margin-bottom: 20px;
}
.section-voice__text.item1 {
    padding: 70px 115px 68px 88px;
}
.section-voice__text.item2 {
    padding: 80px 150px 80px 100px;
}
.section-voice__text.item3 {
    padding: 85px 187px 20px 133px;
}
.section-voice__text.item4 {
    padding: 80px 100px 55px 77px;
}
.section-voice__text.item5 {
    padding: 75px 280px 90px 180px;
}
.section-voice__text.item6 {
    padding:98px 85px 62px 67px;
}
.voice__img {
    margin: auto;
    padding-top: 60px;
    width: 60%;
}
@media screen and (max-width: 400px) {
    .section-voice__container {
        padding: 0;
    }
    .section-voice h2 {
        padding:0 0 40px 10px;
    }
    .section-voice__inner {
        display: block;
        padding-bottom: 30px;
    }
    .section-voice__inner img {
        width: 50%;
        padding-left: 10px;
    }
    .section-voice__text {
        background-image: url(../../assets/img/voice/voicetextbg3.png);
        width: 100%;
        background-size: cover;
        right: 0;
    }
    .section-voice__text p {
        font-size: 14px;
        width: 315px;
    }
    .section-voice__text__inner {
        margin-bottom: 10px;
    }
    .section-voice__text.item1 {
        margin-top: -55px;
        padding: 125px 30px 135px 30px;
        box-sizing: border-box;
    }
    .section-voice__text.item2 {
        margin-top: -55px;
        padding: 110px 30px 77px 30px;
        box-sizing: border-box;
    }
    .section-voice__text.item3 {
        margin-top: -55px;
        padding: 80px 30px 50px 30px;
        box-sizing: border-box;
    }
    .section-voice__text.item4 {
        margin-top: -55px;
        padding: 125px 30px 118px 30px;
        box-sizing: border-box;
    }
    .section-voice__text.item5 {
        margin-top: -55px;
        padding: 68px 30px 33px 30px;
        box-sizing: border-box;
    }
    .section-voice__text.item6 {
        margin-top: -55px;
        padding:125px 30px 120px 30px;
        box-sizing: border-box;
    }
    .voice__img {
        padding: 60px 10px 0 10px;
        width: 90%;
    }
}
/* news */
.section-news__detail {
    padding: 0 80px;
}
.section-news__title {
    padding-top: 100px;
    font-size: 36px;
    color: #707070;
    font-family: 'Charmonman', cursive;
}
.section-news__datail__inner {
    display: flex;
    justify-content: center;
}
.section-news__text {
    width: 420px;
}
.section-news__date {
    width: 380px;
    padding: 20px 0 40px 0;
    font-size: 18px;
}
.section-news__date span {
    padding: 0 5px 0 0;
}
.section-news__text__inner {
    line-height: 180%;
    padding-top: 20px;
    color: #707070;
    display: block;
}
.section-news__img {
    padding-top: 20px;
    width: 500px;
}
.section-news__next {
    padding-top: 20px;
    color: #d20754;
    font-size: 14px;
    text-align: center;
}
.news-footer {
    background-color: #fef5ef;
}
@media screen and (max-width: 960px) {
    .section-news__detail {
        padding: 0 10px;
    }
    .section-news__title {
        padding-top: 40px;
        font-size: 36px;
    }
    .section-news__datail__inner {
        margin: auto;
        flex-direction: column-reverse;
    }
    .section-news__text {
        width: 100%;
    }
    .section-news__date {
        width: 100%;
        text-align: center;
        padding: 0 0 10px 0;
        font-size: 16px;
    }
    .section-news__text__inner {
        margin: auto;
        width: 300px;
        letter-spacing: normal;
        line-height: 170%;
        padding-top: 15px;
        font-size: 14px;
    }
    .section-news__img {
        margin: auto;
        padding-top: 0;
        width: 300px;
    }
    .news-footer {
        padding-top: 40px;
        background-color: #fef5ef;
    }
}
/* news_detail */
.section-news {
    padding: 200px 0 100px 0;
    background-image: url(../../assets/img/topbg.png);
    background-repeat: no-repeat;
    background-size: cover;
} 
.section-news__inner {
    padding: 0 80px;
}
.section-news a {
    color: #707070;
    text-decoration: none;
    padding-top: 30px;
}
.section-news ul {
    padding-top: 100px;
    width: 800px;
    margin: auto;
}
.section-news ul li {
    padding: 30px 0 30px;
    color: #707070;
    border-top: solid 1px #333333;
}
.section-news ul li:last-of-type {
    border-bottom: solid 1px #333333;
}
.section-news ul li a {
    text-decoration: none;
}
.section-news ul li span {
    font-size: 14px;
    padding: 0 70px 0 35px;
}
.section-news__a {
    max-width: 900px;
    text-align: right;
    padding: 30px 0 30px;
    margin: auto;
}
@media screen and (max-width: 960px) {
    .section-news {
        padding: 200px 0 140px 0;
    } 
    .section-news__inner {
        padding: 0 10px;
    }
    .section-news a {
        font-size: 14px;
        padding-top: 0;
    }
    .section-news ul {
        padding-top: 60px;
        width: 100%;
        max-width: 500px;
    }
    .section-news ul li {
        padding: 20px 0;
    }
    .section-news ul li span {
        padding: 0 30px 0 5px;
    }
    .section-news__a {
        width: 100%;
        text-align: right;
        padding: 20px 0;
        margin: auto;
    }
}