html {
    font-size: 62.5%;
}
body {
    font-size: 1.0rem;
    color: #4E362D;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.kaku {
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
.mincho {
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
a {
    transition: .3s ease;
    color: #4E362D;
}
a:hover {
    text-decoration: none;
    opacity: 0.7;
    color: #4E362D;
}
ul{
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.pcNone {
    display: none;
}
img {
    max-width: 100%;
    height: auto;
}
.container {
    position: relative;
}
header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    border-bottom: #B49543 1px solid;
}
header ul {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    border-left: #B49543 1px solid;
}
header li {
    width: 15%;
}
header a {
    font-size: 1.6rem;
    color: #4E4438;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-right: #B49543 1px solid;
}
.inner {
    width: 950px;
    margin: 0 auto;
}
.hero {
    height: 600px;
    margin-bottom: 100px;
    position: relative;
}
.hero img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.heroBox {
    position: absolute;
    z-index: 36;
    top: 50%;
    left: 50%;
    z-index: 36;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
}
.heroBox h1 {
    font-size: 2.6rem;
    background: rgba(180, 149, 67, 0.65);
    color: #fff;
    border: 1px #fff solid;
    letter-spacing: 0.2em;
    padding: 40px 30px;
    margin-bottom: 20px;
}
.heroBox .heroText {
    font-size: 2rem;
    color: #fff;
    letter-spacing: 0.3em;
    margin-bottom: 20px;
}
.heroBox a {
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.2em;
}
.contact .hero, 
.lesson .hero {
    height: 310px;
}
.contact .heroBox h1,
.lesson .heroBox h1 {
    margin-bottom: 0;
    margin-top: 50px;
    padding: 25px 100px;
}
.contact .hero:before,
.lesson .hero:before {
    content: "";
    position: absolute;
    width: 55px;
    height: 55px;
    bottom: -10px;
    margin: 0 auto;
    left: 0;
    right: 0;
    border: 3px solid;
    border-color: transparent transparent #B49543 #B49543;
    transform: rotate(-45deg);
}
.commonTtl1 {
    font-size: 2rem;
    letter-spacing: 0.4em;
}
.commonTtl1 span {
    font-size: 1.4rem;
}
.topContent {
    margin-bottom: 100px;
}
.topContent .commonTtl1 {
    margin-bottom: 20px;
}
.flexBox {
    display: flex;
}
.flexTopText {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    width: 450px;
}
.flexTopText:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -80px;
    margin: auto 0;
    width: 100px;
    height: 1px;
    background: #B49543;
}
.barRight.flexTopText:before {
    left: inherit;
    right: -80px;
}
.flexTopText h3 {
    font-size: 2rem;
    margin-bottom: 15px;
}
.flexTopText p {
    font-size: 1.4rem;
    margin-bottom: 15px;
}
.flexTopText a {
    font-size: 1.4rem;
    color: #4E362D;
    border: #B49543 1px solid;
    padding: 5px 15px;
    letter-spacing: 0.2em;
}
.topContent .flexBox {
    margin-bottom: 60px;
    justify-content: space-between;
}
.contactInfo {
    border-top: #B49543 1px solid;
    padding: 50px 40px;
    margin-bottom: 60px;
}
.contactInfo .flexBox {
    justify-content: space-between;
}
.contactInfo .commonTtl1 {
    margin-bottom: 20px;
}
.contactInfoLeft p {
    font-size: 1.4rem;
    line-height: 2em;
}
.commonBtn a {
    font-size: 2rem;
    color: #fff;
    padding: 15px 70px;
    border: 2px solid #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    display: inline-block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e3cb8a+0,b49543+100 */
    background: #e3cb8a; /* Old browsers */
    background: -moz-linear-gradient(top, #e3cb8a 0%, #b49543 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e3cb8a 0%,#b49543 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e3cb8a 0%,#b49543 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3cb8a', endColorstr='#b49543',GradientType=0 ); /* IE6-9 */
}
footer {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(../img/footer@2x.png);
    text-shadow: #696969 0 0 2px;
    padding: 120px 0 0;
}
.footerInner {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
}
.footerLinks {
    margin-bottom: 80px;
}
.footerInner ul {
    display: flex;
}
.footerInner h2 {
    color: #fff;
    font-size: 2.6rem;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
}
.places {
    margin-bottom: 30px;
}
.places li {
    margin-right: 40px;
}
.places a {
    color: #4E362D;
    font-size: 1.4rem;
    display: block;
    position: relative;
    padding-left: 20px;
}
.places a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 14px;
    height: 20px;
    background: url(../img/map.svg) no-repeat;
    background-size: 14px auto;
}
.links li {
    margin-right: 40px;
}
.links h3 {
    font-size: 2.2rem;
    color: #fff;
    letter-spacing: 0.2rem;
}
.links a {
    font-size: 1.4rem;
    color: #fff;
}
.copy {
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 0;
}
/* about */
.lesson .commonTtl1 {
    margin-bottom: 30px;
}
.aboutus {
    margin-bottom: 100px;
}
.aboutus p {
    padding: 0 2em;
    font-size: 1.4rem;
    line-height: 1.8em;
}
.profile,
.access{
    padding: 80px 2em 100px;
}
.profile .flexBox {
    align-items: center;
    margin-bottom: 30px;
}
.profile .profileText h3 {
    letter-spacing: 0;
}
.profile .profileImg:nth-child(3) {
    margin-right: 20px;
}
.topBorder {
    border-top: 1px solid #B49543;
}
.profile .profileFlexBox {
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.profile .profileFlexBox .profileText {
    width: 48%;
    margin-bottom: 30px;
}
.profile .profileFlexBox p{
    font-size: 1.4rem;
    line-height: 1.8em;
}
.profile .profileFlexBox h3 {
    letter-spacing: 0.2rem;
    margin-bottom: 10px;
}
.access ul {
    display: flex;
    justify-content: space-between;
}
.access ul li {
    width: 32%;
}
.access li h3 {
    font-weight: normal;
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
    font-size: 1.4rem;
}
.access li h3:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 14px;
    height: 20px;
    background: url(../img/map.svg) no-repeat;
    background-size: 14px auto;
}
.access li p {
    font-size: 1.4rem;
    margin-bottom: 15px;
}
.access li a {
    font-size: 1.4rem;
    color: #4E362D;
    display: block;
    text-align: right;
}
/* school */
.school .topContent {
    padding-top: 150px;
}
.school .flexTopText {
    padding: 0 40px;
}
.school .flexTopText p {
    text-align: left;
    line-height: 1.8;
}
.anchor {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.anchor a {
    font-size: 2.4rem;
    color: #4E362D;
}
.anchor a span {
    display: inline-block;
    transform: rotate(90deg);
    margin-right: 5px;
}
.commonTtl2 {
    border-radius: 6px;
    padding: 20px 0;
    font-weight: normal;
    letter-spacing: 0.1em;
    width: 40%;
    text-align: center;
    color: #fff;
    margin: 0 auto 50px;
    font-size: 2.6rem;
    background: rgb(227,203,138); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(227,203,138,1) 0%, rgba(180,149,67,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(227,203,138,1) 0%,rgba(180,149,67,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(227,203,138,1) 0%,rgba(180,149,67,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3cb8a', endColorstr='#b49543',GradientType=0 ); /* IE6-9 */
}
.commonTtl2 span {
    display: block;
    font-size: 1.4rem;
}
/* course */
.course {
    padding-bottom: 100px;
}
.course ul {
    margin-bottom: 100px;
}
.course li {
    display: flex;
    align-items: center;
}
.course .courseDescri {
    padding: 0 30px;
}
.course .courseDescri h3 {
    font-size: 2rem;
}
.course .courseDescri p {
    font-size: 1.4rem;
}
.course .courseText {
    border-bottom: #B49543 1px solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.courseLink {
    text-align: right;
}
.courseLink a {
    background: #E8DFC6;
    color: #4E362D;
    letter-spacing: 0.1em;
    padding: 5px 10px;
    border: #B49543 1px solid;
}
/* teacher */
.teacher {
    padding: 100px 0;
}
.teacher .commonTtl1 {
    margin-bottom: 40px;
}
.teacher .teacherText {
    padding: 0 30px;
}
.teacher .teacherText .commonTtl1 span {
    letter-spacing: 0;
    font-weight: normal;
}
.teacher .teacherText .commonTtl1 {
    margin-bottom: 20px;
}
.teacher .teacherText {
    width: 340px;
}
.teacher .teacherText p {
    font-size: 1.4rem;
}
.teacher .teacherImg {
    width: 280px;
}
/* price */
.priceTop {
    padding-bottom: 100px;
}
.priceTop .flexBox {
    align-items: center;
    margin-bottom: 100px;
}
.priceTop .flexBox div {
    width: 50%;
}
.priceTop .commonTtl2 {
    width: 80%;
}
.priceList .commonTtl1 {
    margin-bottom: 50px;
}
.priceList li {
    display: flex;
    margin-bottom: 60px;
}
.priceList li img {
    width: 460px;
    height: auto;
}
.priceList li .courseDescri {
    width: 400px;
    padding-left: 40px;
    margin-left: 40px;
    position: relative;
}
.priceList li .courseDescri:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    width: 2px;
    height: 80px;
    background: #B49543;
}
.priceList li h3 {
    font-size: 2rem;
}
.priceList li p {
    font-size: 1.4rem;
}
.priceDetail {
    margin: 30px 0 30px 30px;
}
.priceDetail .priceText {
    border: 1px solid #B49543;
    margin-bottom: 0;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
.priceDetail .priceText.noBorder {
    border-bottom: none;
}
.pay {
    padding: 80px 40px;
}
.pay .commonTtl1 {
    margin-bottom: 30px;
}
.pay .payText {
    font-size: 1.4rem;
    margin-bottom: 30px;
}
.pay ul {
    display: flex;
}
.pay ul li {
    font-size: 2rem;
    background: #E8DFC6;
    color: #4E362D;
    border: #B49543 1px solid;
    padding: 10px 20px;
    margin-right: 20px;
}
/* contact */
.form {
    padding: 80px 40px;
}
.contactForm .anchor {
    margin-bottom: 50px;
    justify-content: flex-start;
}
.contactForm .anchor li {
    margin-right: 50px;
}
.contactFormText {
    font-size: 1.2rem;
    line-height: 1.8;
    padding: 30px 0 30px 100px;
}
.form table {
    font-size: 1.2rem;
    width: 700px;
    margin: 0 auto;
}
.form .required {
    color: #FF1717;
}
.form input,
.form textarea {
    border: 1px solid #B49543;
    font-size: 1.6rem;
}
.form textarea {
    width: 100%;
}
.mr10 {
    margin-right: 10px;
}
.form .long {
    width: 100%;
}
.form td,
.form th {
    padding: 20px;
    vertical-align: top;
}
.contactEx {
    text-align: center;
    font-size: 1.2rem;
    margin: 50px 0;
}
.formSubmitBtn {
    text-align: center;
}
.formSubmitBtn button {
    background: rgb(227,203,138); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(227,203,138,1) 0%, rgba(180,149,67,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(227,203,138,1) 0%,rgba(180,149,67,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(227,203,138,1) 0%,rgba(180,149,67,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3cb8a', endColorstr='#b49543',GradientType=0 ); /* IE6-9 */
    color: #fff;
    font-size: 1.4rem;
    border: none;
    padding: 10px 100px;
    transition: .3s ease;
}
.formSubmitBtn button:hover {
    opacity: 0.6;
    cursor: pointer;
}
.qa {
    padding: 80px 40px;
}
.qa .commonTtl1{
    margin-bottom: 30px;
}
.qa .qaText{
    font-size: 1.4rem;
    line-height: 1.8;
}
.qa ul {
    margin: 40px 0;
}
.qa .question {
    font-size: 2rem;
    position: relative;
}
.qa .question:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: -74px;
    width: 64px;
    height: 64px;
    background: url(../img/q@2x.png) no-repeat;
    background-size: 64px auto;
}
.qa .answer {
    font-size: 2rem;
    position: relative;
    padding-left: 80px;
    margin-top: 30px;
    min-height: 64px;
}
.qa .answer span {
    display: block;
    font-size: 1.4rem;
    margin-top: 10px;
}
.qa .answer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 64px;
    background: url(../img/a@2x.png) no-repeat;
    background-size: 64px auto;
}
.qa li {
    border: 1px solid #B49543;
    padding: 30px 40px;
    border-radius: 8px;
    margin-bottom: 40px;
}
/* menuBtn */
.menuBtn {
    top: 25px;
    right: 15px;
}
/* privacy */
.privacyCont {
    margin-bottom: 100px;
}
.privacyCont .commonTtl1 {
    margin-bottom: 30px;
}
.privacyCont h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.privacyCont p {
    font-size: 1.4rem;
    margin-bottom: 15px;
}
.privacyCont .privacyContent {
    margin-bottom: 30px;
}
@media screen and (max-width: 835px) {
    .pcNone {
        display: block;
    }
    .spNone {
        display: none;
    }
    .commonTtl1 {
        font-size: 1.6rem;
        letter-spacing: 0;
    }
    /* menu */
    header {
        opacity: 0;
        position: fixed;
        top: 0;
        right: 0;
        display: block;
        z-index: -1;
        height: 100vh;
        width: 100vw;
        background-color: rgba(255, 255, 255, 0.6);
        transition: .5s ease;
    }
    .active header {
        opacity: 1;
        z-index: 1000;
    }
    header ul {
        position: fixed;
        top: 0;
        right: 0;
        background: #4E362D;
        width: 300px;
        height: 100vh;
        padding: 50px 20px 0;
        transform: translateX(100%);
        transition: .5s ease;
        flex-direction: column;
    }
    .active header ul {
        transform: translateX(0);
    }
    header li {
        width: auto;
        margin-bottom: 3em;
        transform: translateX(150%);
        transition: transform 0.5s ease;
    }
    .active header li {
        transform: translateX(0);
    }
    header li:nth-child(1) {
        transition-delay: .1s;
    }
    header li:nth-child(2) {
        transition-delay: .15s;
    }
    header li:nth-child(3) {
        transition-delay: .2s;
    }
    header li:nth-child(4) {
        transition-delay: .25s;
    }
    header li:nth-child(5) {
        transition-delay: .3s;
    }
    header li:nth-child(6) {
        transition-delay: .35s;
    }
    header a {
        color: #fff;
        font-size: 1.6rem;
        display: inline-block;
        border-right: none;
    }
    header a:hover {
        color: #F5FBFE;
    }
    /* menuBtn */
    .menuBtn {
        position: fixed;
        display: block;
        width: 32px;
        height: 20px;
        top: 5%;
        right: 20px;
        margin-top: -10px;
        z-index: 99999;
        transition: all .4s;
        box-sizing: border-box;
    }
    .menuBtn .bar {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        border-radius: 20px;
        background-color: #4E362D;
        margin: 0 auto;
        filter: drop-shadow(0 0 2px rgba(255,255,255,0.6));
    }
    .menuBtn .bar:nth-of-type(1) {
        top: 0;
    }
    .menuBtn .bar:nth-of-type(2) {
        top: 9px;
    }
    .menuBtn .bar:nth-of-type(3) {
        bottom: 0;
    }
    
    .menuBtn .bar:nth-of-type(1) {
        -webkit-animation: menu-ber01 .75s forwards;
        animation: menu-ber01 .75s forwards;
    }
    .menuBtn .bar:nth-of-type(2) {
        transition: all .25s .25s;
        opacity: 1;
    }
    .menuBtn .bar:nth-of-type(3) {
        -webkit-animation: menu-ber02 .75s forwards;
        animation: menu-ber02 .75s forwards;
    }
    .active .bar {
        background: #fff;
    }
    .active .bar:nth-of-type(1) {
        -webkit-animation: active-menu-ber01 .75s forwards;
        animation: active-menu-ber01 .75s forwards;
    }
    .active .bar:nth-of-type(2) {
        opacity: 0;
    }
    .active .bar:nth-of-type(3) {
        -webkit-animation: active-menu-ber03 .75s forwards;
        animation: active-menu-ber03 .75s forwards;
    }
    
    @-webkit-keyframes menu-ber01 {
        0% {
            -webkit-transform: translateY(8px) rotate(45deg);
        }
        50% {
            -webkit-transform: translateY(8px) rotate(0);
        }
        100% {
            -webkit-transform: translateY(0) rotate(0);
        }
    }
    
    
    @keyframes menu-ber01 {
        0% {
            transform: translateY(8px) rotate(45deg);
        }
        50% {
            transform: translateY(8px) rotate(0);
        }
        100% {
            transform: translateY(0) rotate(0);
        }
    }
    
    
    @-webkit-keyframes menu-ber02 {
        0% {
            -webkit-transform: translateY(-8px) rotate(-45deg);
        }
        50% {
            -webkit-transform: translateY(-8px) rotate(0);
        }
        100% {
            -webkit-transform: translateY(0) rotate(0);
        }
    }
    
    
    @keyframes menu-ber02 {
        0% {
            transform: translateY(-8px) rotate(-45deg);
        }
        50% {
            transform: translateY(-8px) rotate(0);
        }
        100% {
            transform: translateY(0) rotate(0);
        }
    }
    
    
    @-webkit-keyframes active-menu-ber01 {
        0% {
            -webkit-transform: translateY(0) rotate(0);
        }
        50% {
            -webkit-transform: translateY(10px) rotate(0);
        }
        100% {
            -webkit-transform: translateY(10px) rotate(45deg);
        }
    }
    
    
    @keyframes active-menu-ber01 {
        0% {
            transform: translateY(0) rotate(0);
        }
        50% {
            transform: translateY(10px) rotate(0);
        }
        100% {
            transform: translateY(10px) rotate(45deg);
        }
    }
    
    
    @-webkit-keyframes active-menu-ber03 {
        0% {
            -webkit-transform: translateY(0) rotate(0);
        }
        50% {
            -webkit-transform: translateY(-8px) rotate(0);
        }
        100% {
            -webkit-transform: translateY(-8px) rotate(-45deg);
        }
    }
    
    
    @keyframes active-menu-ber03 {
        0% {
            transform: translateY(0) rotate(0);
        }
        50% {
            transform: translateY(-8px) rotate(0);
        }
        100% {
            transform: translateY(-8px) rotate(-45deg);
        }
    }
    .inner {
        width: 94%;
    }
    /* heroBox */
    .hero {
        height: 400px;
        margin-bottom: 50px;
    }
    .heroBox {
        width: 90%;
    }
    .heroBox .heroText {
        font-size: 1.6rem;
    }
    .heroBox h1 {
        font-size: 2rem;
    }
    /* topContent */
    .topContent {
        margin-bottom: 0;
    }
    .topContent .flexBox {
        flex-direction: column;
    }
    .flexTopText:before {
        display: none;
    }
    .flexTopText {
        width: auto;
    }
    .topContent .imgRightBox {
        flex-direction: column-reverse;
    }
    /* contactInfo */
    .contactInfo {
        padding: 40px 0 0;
    }
    .contactInfo .flexBox {
        flex-direction: column;
    }
    .contactInfoLeft p {
        margin-bottom: 40px;
    }
    .commonBtn a {
        width: 100%;
        text-align: center;
        padding: 15px 0;
    }
    /* footer */
    footer {
        padding: 20px 0 0;
    }
    .footerInner {
        width: 94%;
        justify-content: center;
    }
    /* .footerInner ul {
        flex-direction: column;
    } */
    .footerInner h2 {
        font-size: 2rem;
    }
    .footerInner .places {
        flex-direction: row;
    }
    .footerInner .links {
        flex-wrap: wrap;
    }
    .links li {
        margin-right: 40px;
        width: auto;
        margin-bottom: 40px;
    }
    .links h3 {
        font-size: 1.6rem;
    }
    .links a {
        font-size: 1.2rem;
    }
    .footerLinks {
        margin-bottom: 0;
    }
    .places li {
        margin-right: 30px;
    }
    .places a {
        font-size: 1.2rem;
    }
    /* about */
    .contact .heroBox h1, .lesson .heroBox h1 {
        width: 100%;
        padding: 25px 0;
        text-align: center;
    }
    .contact .hero:before, 
    .lesson .hero:before {
        width: 30px;
        height: 30px;
        bottom: -5px;
    }
    .aboutus {
        margin-bottom: 50px;
    }
    .aboutus p {
        padding: 0;
    }
    .profile .flexBox {
        flex-wrap: wrap;
    }
    .profile .profileImg:nth-child(3) {
        margin-right: 0;
    }
    .profile .profileImg {
        width: 33%;
    }
    .profile .profileText {
        margin-top: 20px;
    }
    .profile .profileFlexBox .profileText {
        width: 100%;
    }
    .profile, 
    .access {
        padding: 80px 2em 20px;
    }
    .access ul {
        flex-wrap: wrap;
    }
    .access ul li {
        width: 100%;
        margin-bottom: 30px;
    }
    /* school */
    .school .flexTopText {
        padding: 0;
        margin-top: 20px;
    }
    .anchor {
        width: 100%;
    }
    .anchor a {
        font-size: 1.4rem;
    }
    .school .topContent {
        padding-top: 60px;
    }
    .course {
        padding: 50px 0;
    }
    .commonTtl2 {
        width: 100%;
    }
    .course ul {
        margin-bottom: 0;
    }
    .course li,
    .trialBox {
        flex-direction: column;
        margin-bottom: 30px;
    }
    .trialBox {
        flex-direction: column-reverse;
    }
    .course .courseDescri {
        padding: 15px 0 0;
    }
    .teacher .flexBox {
        flex-wrap: wrap;
    }
    .teacher .teacherImg {
        width: 50%;
    }
    .teacher .teacherText {
        width: 100%;
    }
    .teacher .teacherText {
        padding: 0;
        margin-top: 15px;
    }
    /* price */
    .priceList li {
        flex-direction: column;
    }
    .priceList li img {
        width: 100%;
        height: auto;
    }
    .priceList li .courseDescri {
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
        margin-left: 0;
        position: relative;
    }
    .priceList li .courseDescri:before {
        display: none;
    }
    .priceDetail {
        margin: 30px 0;
    }
    .pay {
        padding: 50px 0;
    }
    .pay ul li {
        font-size: 1.6rem;
    }
    .priceTop {
        padding-bottom: 50px;
        width: 100%;
    }
    .priceTop .flexBox {
        margin-bottom: 50px;
        position: relative;
    }
    .priceTop .flexBox .flexBoxLeft {
        position: absolute;
        width: 80%;
    }
    .priceTop .flexBox .flexBoxRight {
        width: 80%;
    }
    .priceTop .flexBox {
        justify-content: flex-end;
    }
    .priceTop .flexBox .flexBoxLeft {
        position: absolute;
        width: 80%;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .priceTop .commonTtl2 {
        width: 100%;
        margin-bottom: 0;
    }
    .price .anchor {
        width: 94%;
    }
    /* contact */
    .form {
        padding: 50px 0;
    }
    .contactFormText {
        padding: 30px 0;
    }
    .form table {
        width: 100%;
    }
    .form table tr{
        display: block;
    }
    .form td, .form th {
        padding: 20px 0 0;
        display: block;
    }
    .form input{
        width: 48%;
    }
    .form label input {
        display: inline-block;
        width: auto;
    }
    .contactEx {
        text-align: left;
    }
    .qa {
        padding: 50px 20px;
    }
    .qa .question:before {
        width: 32px;
        height: 32px;
        left: -37px;
        background: url(../img/q@2x.png) no-repeat;
        background-size: 32px auto;
    }
    .qa .answer:before {
        width: 32px;
        height: 32px;
        background: url(../img/a@2x.png) no-repeat;
        background-size: 32px auto;
    }
    .qa .question {
        font-size: 1.6rem;
    }
    .qa .answer {
        font-size: 1.6rem;
        padding-left: 40px;
        margin-top: 30px;
    }
    .qa li {
        padding: 15px 20px;
    }
}