@charset "utf-8";
body{
    font-family: "游ゴシック", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    -webkit-text-size-adjust: 100%; 
}
a{
    color:inherit;
    text-decoration: none;
}
.font_1,
#topHeader .notice:after,
#wrapper.top #innerWrap .news .newsBody > ul li .date,
#news .contentBody article header > div,
#news .rightColumn nav,
#faq .contentBody > article h3:before,
#faq .contentBody > article h3 + p:before,
.decoBtn:after{
    font-family: 'texgyreadventorbold';
}
.font_2,
.previouspostslink,
.nextpostslink{
    font-family: 'texgyreadventorregular';
}
.font_3{
    font-family: 'texgyreadventoritalic';
}
.decoBtn > a{
    display: block;
}

/* HEADER */
#wrapper #innerWrap > header{
    background-color: white;
    border-bottom: 1px solid #e5e5e5;
}
#wrapper #innerWrap > header > div{
    max-width: 1174px;
    margin: 0 auto;
    position: relative;
}
#wrapper #innerWrap > header nav > h1{
    position: absolute;
    left: 31px;
    top: 24px;
}
#wrapper #innerWrap > header nav ul{
    padding: 32px 0 35px;
    text-align: center;
}
#wrapper #innerWrap > header nav ul li{
    padding: 0 4px;
    margin: 0 18px;
    font-size: 16px;
    line-height: 13px;
    display: inline-block;
    position: relative;
}
#wrapper #innerWrap > header nav ul li .ruby,
#wrapper #innerWrap > header h1 .ruby{
    color: #2a5ea5;
    font-size: 12px;
    letter-spacing: 0.4em;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    white-space: nowrap;
    opacity: 0;
    transition: all 0.4s ease;
}
#wrapper #innerWrap > header h1 .ruby{
    top: -5px;
}
#wrapper #innerWrap > header nav ul li:hover .ruby,
#wrapper #innerWrap > header h1:hover .ruby{
    top: -23px;
    opacity: 1;
}
#wrapper #innerWrap > header h1:hover .ruby{
    top: -10px;
}
#wrapper #innerWrap > header nav ul li:after{
    content: '';
    height: 5px;
    background-color: #2a5ea5;
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -16px;
    display: block;
    transition: all 0.4s ease;
}
#wrapper #innerWrap > header nav ul li:hover:after{
    right: 0;
}
#wrapper #innerWrap > header nav > .share{
    width: 70px;
    position: absolute;
    top: 29px;
    right: 13px;
}
#wrapper #innerWrap > header nav > .share p{
    float: left;
}
#wrapper #innerWrap > header nav > .share p + p{
    float: right;
}

/* FOOTER */
#wrapper > footer{
    background-color: #f0f0f0;
}
#wrapper > footer .upper{
    height: 50px;
    background-color: #d8d8d8;
}
#wrapper > footer .upper > p{
    width: 50px;
    height: 100%;
    padding-top: 28px;
    font-size: 15px;
    text-align: center;
    float: right;
    background: url(../img/footer_totop_bg.png) no-repeat center 10px;
    background-color: white;
    box-sizing: border-box;
    cursor: pointer;
}
#wrapper > footer .upper + div{
    width: 420px;
    margin: 0 auto;
}
#wrapper > footer .upper + div ul{
    padding-top: 10px;
    overflow: hidden;
}
#wrapper > footer .upper + div ul li{
    margin: 5px;
    float: left;
}
#wrapper > footer > p{
    padding: 12px 0;
    font-size: 11px;
    letter-spacing: 0.06em;
    text-align: center;
}

/* CONTENT */
#wrapper.content #innerWrap > section > header{
    width: 100%;
    height: 140px;
    padding-top: 90px;
}
#wrapper.content #innerWrap > section > header h2{
    width: 1000px;
    margin: 0 auto;
    color: white;
    position: relative;
}
#wrapper.content #innerWrap > section > header h2 .font_1{
    font-size: 52px;
    text-indent: 0.08em;
    display: inline-block;
}
#wrapper.content #innerWrap > section > header h2 .ruby{
    margin-left: 25px;
    font-size: 13px;
    letter-spacing: 0.4em;
    display: inline-block;
    position: absolute;
    top: 25px;
}
#wrapper.content .decoBtn{
    color: #2a5ea5;
    text-align: center;
    border: 3px solid #2a5ea5;
    float: left;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    letter-spacing: 0.14em;
    transition: color 0.5s ease-out;
}
#wrapper.content .decoBtn:hover{
    color: white;
}
#wrapper.content .decoBtn > *{
    position: relative;
    z-index: 1px;
}
#wrapper.content .decoBtn:before{
    content: '';
    width: 0;
    height: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 800px 800px 0 800px;
    border-color: #2a5ea5 transparent transparent transparent;
    position: absolute;
    top:0;
    left: -1570px;
    transition: left 0.5s ease-out;
}
#wrapper.content .decoBtn:after{
    content: '>';
    font-size: 17px;
    color: #2a5ea5;
    position: absolute;
    right: 9px;
    top: 0;
}
#wrapper.content .decoBtn:hover:before{
    left: -1200px;
}
#wrapper.content .border{
    border-bottom: 2px solid #f4f1ed;
}
#wrapper.content .border > span{
    margin-bottom: -2px;
    border-bottom: 2px solid #2a5ea5;
    display: inline-block;
}




/* TOP */
#loadingWrap{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    background-color: white;
}
#loadingTop,
#loadingBottom{
    height: 49.9%;
    position: absolute;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 2;
}
#loadingBottom{
    bottom: 0;
}
#loadingTop{
    top: 0;
}
#loadingBarWrap{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
#loadingBarWrap > div{
    width: 0%;
    height: 100%;
    background-color: #2a5ea5;
}

#wrapper.top #innerWrap > header > div{
    width: 100%;
    max-width: 1360px;
}
#topHeader{
    height: 83px;
    margin: 0 27px;
    position: relative;
    z-index: 10;
}
#wrapper.top #innerWrap > header > div > h1{
    height: 83px;
    position: absolute;
    left: 25px;
    top: 0;
}
#wrapper.top #innerWrap > header > div > h1 > img{
    height: 100%;
    width: auto;
}
#topHeader .notice{
    width: 370px;
    height: 83px;
/*     height: 114px; */
    color: white;
    font-size: 24px;
    line-height: 34px;
    background: url(../img/bg_red_stripe.png) repeat;
    position: absolute;
    right: 0;
    top: 0;
}
#topHeader .notice:after{
    content: '>';
    color: white;
    font-size: 33px;
    position: absolute;
    bottom: 50%;
    right: 9px;
    margin-bottom: -0.3em;
/*     margin-bottom: -0.5em; */
}
#topHeader .notice > a{
    width: inherit;
    height: inherit;
    padding-left: 28px;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
}
#topHeader .description > p:first-child{
    padding: 35px 0;
    padding-left: 120px;
    padding-right: 385px;
    font-size: 13px;
    line-height: 14px;
    text-align: center;
}
#topSlide{
    margin: 0 27px;
    position: relative;
}
#topSlide ul{
    height: 100%;
    overflow: hidden;
}
#topSlide ul li{
    height: 100%;
    background-position: center center;
    background-size: cover;
}
#topSlide ul li img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
#topSlide #slideBtn{
    width: 498px;
    height: 74px;
    position: absolute;
    bottom: 72px;
    right: 67px;
}
#topSlide #slideBtn span{
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    right: 100%;
    z-index: 1;
    background-color: #2a5ea5;
}
#topSlide #slideBtn a{
    width: inherit;
    height: inherit;
    padding-left: 33px;
    color: white;
    font-size: 38px;
    letter-spacing: 0.02em;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    border: 1px solid white;
    background-color: #2a5ea5;
    transition: all 0.3s ease-out;
}
#topSlide #slideBtn a:after{
    content: '>';
    display: block;
    line-height: 66px;
    position: absolute;
    right: 18px;
    top: 0;
}
#topSlide #slideBtn a:hover{
    background-color: rgba(42,94,165, 0.7);
}
#topSlide .share{
    position: absolute;
    top: 75px;
    right: 27px;
}
#topSlide .share > p{
    margin-bottom: 24px;
}
#wrapper.top #innerWrap > header #topSlide + div{
    width: 100%;
}
#wrapper.top #innerWrap > header nav ul li{
    margin: 0 12px;
}
#wrapper.top #innerWrap > header nav > h1,
#wrapper.top #innerWrap > header nav > .share{
    display: none;
}

#wrapper.top #innerWrap .news{
    padding-bottom: 85px;
    background-color: #f3f0ec;
}
#wrapper.top #innerWrap .news > div > h2{
    padding-top: 47px;
    margin-bottom: 78px;
    text-align: center;
}
#wrapper.top #innerWrap .news .newsBody{
    width: 1000px;
    padding-left: 193px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}
#wrapper.top #innerWrap .news .newsBody > h3{
    font-size: 38px;
    line-height: 30px;
    letter-spacing: 0.08em;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -0.5em;
}
#wrapper.top #innerWrap .news .newsBody > ul{
    padding-left: 20px;
    border-left: 1px solid #2a5ea5;
}
#wrapper.top #innerWrap .news .newsBody > ul li{
    overflow: hidden;
}
#wrapper.top #innerWrap .news .newsBody > ul li:hover{
    background-color: white;
}
#wrapper.top #innerWrap .news .newsBody > ul li a{
    height: 32px;
    padding-right: 35px;
    font-size: 19px;
    line-height: 32px;
    font-weight: bold;
    display: block;
    position: relative;
}
#wrapper.top #innerWrap .news .newsBody > ul li a:after{
    content: '';
    width: 26px;
    height: 26px;
    background: url(../img/top_news_li_el_arr.png) no-repeat center center;
    background-size: 10px auto;
    background-color: #d8d8d8;
    border-radius: 13px;
    position: absolute;
    right: 15px;
    top: 3px;
    display: block;
}
#wrapper.top #innerWrap .news .newsBody > ul li:hover a:after{
    background-color: #2a5ea5;
}
#wrapper.top #innerWrap .news .newsBody > ul li .date{
    width: 106px;
    font-size: 13px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
}
#wrapper.top #innerWrap .news .newsBody > .button{
    position: absolute;
    bottom: -65px;
    right: 0;
}
#wrapper.top #innerWrap .news .newsBody > .button span{
    width: 103px;
    height: 35px;
    padding-right: 27px;
    color: white;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    position: relative;
    background-color: black;
    display: inline-block;
}
#wrapper.top #innerWrap .news .newsBody > .button span:after{
    content: '>';
    line-height: 30px;
    position: absolute;
    right: 22px;
    top: 0;
    display: block;
}
#wrapper.top #innerWrap .lessonBlog{
    width: 100%;
    height: 140px;
    background: no-repeat center -64px, url(../img/bg_dot.png) repeat;
    background-color: #2a5ea5;
}
#wrapper.top #innerWrap .lessonBlog h2{
    padding: 50px 0 67px;
    color: white;
    font-size: 38px;
    letter-spacing: 0.08em;
    line-height: 32px;
    text-align: center;
}
#wrapper.top #innerWrap .lessonBlog h2:before{
    content: '';
    width: 32px;
    height: 32px;
    margin-right: 20px;
    background: url(../img/top_h_el_facebook.png) no-repeat center center;
    display: inline-block;
}
#wrapper.top #innerWrap .lessonBlog > div > div{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
#wrapper.top #innerWrap .lessonBlog > div > div.mt{
    margin-top: 20px;
}
#wrapper.top #innerWrap .lessonBlog > div > div > div{
    width: 312px;
    height: 82px;
    border: 3px solid white;
    float: left;
    overflow: hidden;
    position: relative;
}
#wrapper.top #innerWrap .lessonBlog > div > div > div:before{
    content: '';
    width: 0;
    height: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 800px 800px 0 800px;
    border-color: white transparent transparent transparent;
    position: absolute;
    top:0;
    left: -1550px;
    transition: left 0.5s ease-out;
}
#wrapper.top #innerWrap .lessonBlog > div > div > div:hover:before{
    left: -1200px;
}
#wrapper.top #innerWrap .lessonBlog > div > div > div:first-child + div{
    margin: 0 22px;
}
#wrapper.top #innerWrap .lessonBlog > div > div.cl_1 > div{
    margin: 0 auto;
    float: none;
}
#wrapper.top #innerWrap .lessonBlog > div > div > div a{
    width: inherit;
    height: inherit;
    font-size: 26px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    display: table-cell;
    vertical-align: middle;
    background: url(../img/top_btn_el.png) no-repeat left top;
    position: relative;
    z-index: 2;
    transition: color 0.5s ease;
}
#wrapper.top #innerWrap .lessonBlog > div > div > div:hover a{
    color: #2a5ea5;
}

/* NEWS */
#news > header{
    background: url(../img/news_head_bg.png) no-repeat center center;
    background-size: cover;
}
#news.event > header{
    background: url(../img/event_head_bg.png) no-repeat center center;
    background-size: cover;
}
#news.schedule > header{
    background: url(../img/schedule_head_bg.png) no-repeat center center;
    background-size: cover;
}
#news.media > header{
    background: url(../img/media_head_bg.png) no-repeat center center;
    background-size: cover;
}

#news .contentBody{
    max-width: 1080px;
    padding-right: 158px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}
#news .contentBody .leftColumn{
    border-right: 1px solid black;
}
#news .contentBody article{
    padding: 63px 82px 40px 40px;
    position: relative;
}
#news .contentBody article:before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 100px 0 0;
    border-color: #f3f0ec transparent transparent transparent;
    display: block;
    position: absolute;
    top: 31px;
    left: 0;
    z-index: 0;
}
#news .contentBody article header{
    padding-bottom: 26px;
    border-bottom: 2px solid black;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
#news .contentBody article header.list .left{
    width: 200px;
    float: left;
}
#news .contentBody article header.list .left img{
    width: 100%;
    height: auto;
}
#news .contentBody article header.list .left .no_image{
    width: 100%;
    height: 100px;
    background: #d8d8d8 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFwAAAAbCAYAAADxsuiMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAp5JREFUeNrsWYFxgzAMhF4W8AqswApkhHQEMgIdISukIzQjmBHCCHQEGME1OdNTFcmWSa4HOevOd6E1L/GWpTfk2bbtZEfpfl/s+PzvAIwxUfN3Gyd8Irtyv9stBPyWJUuEv7LtEgUiq0CvGB/pFYlwea84gV6xmPBUUlZUUqZVVW4LdQEcBbbctxvPyiwViQlj6Vz8Eh9PUTp5nv/iWcnYcg41GNP1dZoPhgZBQSvs+EJzjbu/iiQWx9ATMZToPg3+37htj2OpGZ8N4WNwGApp/R7N0TPupMOdFvfigXk3YvAkQ4wzQRI3N/SwVFOSxDAg0rXgHkMs/jkQ9xWQrpk5DTj4iPA4wo3LWmrF4LYdCFAteFgJ4TCrcQw9Q/hMekMQcEKZbYiMpXZUkPAYPI7ws4eIinFSe+7RCwjvXbnKAv4wGQWzGJpJFJjJiiiP1PNqT+LBTGbx8MPiOkkFcEVOqHcc8D4VSfiBmHMlkkKjXZkxizSTdAj4UczO4Ai/w5trNSD9Dx4lCzthk8vASyNsrWe+xC6BvxUL4y4CfkYUexmDZ0m+oOs7vKTDN/Iu5TuQBaVnfha5g2DZgZm4xEaBnzIi7pHQ4F68pYS3qI6VqA7WKOhYwk/oukaEd0+IOwNKA16rCD9ePLsAJF7FSD9f0ywYgU9JSYkWp2Rhz0i8gdHIjaBpUppZM356AVYUHicLJYTPWWcC47zw4CM9TC0hXBEn6dABy0e4GG8i/JGmOb0xe/fU0w87jguxj0y9PGaPf0abcPaMEpq3/V5atpwSCeLZeTe8/EnN9wAk0uicxzS2CmVO7vAOD2BKrEBavI3tD/Cbpq3Zd3gz0WuzUFlbrcGDjmQkHb4RHZ4sEZ4IT0bYWj4iz1Ls5e1HgAEAS7cig2WfoY0AAAAASUVORK5CYII=) no-repeat center center;
    background-size: 46px auto;
    display: block;
}
#news .contentBody article header.list .right{
    float: right;
    width: 579px;
}
#news .contentBody article header .inner{
    overflow: hidden;
}
#news .contentBody article header .inner > p{
    padding: 0 13px;
    margin-right: 6px;
    font-size: 14px;
    line-height: 21px;
    float: left;
}
#news .contentBody article header .inner > p.category{
    color: white;
    background-color: black;
}
#news .contentBody article header h3{
    padding-left: 20px;
    margin: 30px 0 0;
    font-size: 26px;
    line-height: 40px;
    font-weight: normal;
}
#news .contentBody article .share{
    padding-top: 20px;
    padding-left: 18px;
}
#news .contentBody article .articleBody > p{
    padding: 0 18px;
    margin-top: 40px;
    font-size: 18px;
    line-height: 29px;
}
#news .contentBody article .articleBody img{
    max-width: 100%;
    height: auto;
}
#news .contentBody article .articleBody a{
    color: #e52222;
}
#news .contentBody .wp-pagenavi{
    width: 100%;
    margin: 20px 0 0;
    padding-left: 40px;
    padding-bottom: 60px;
    position: relative;
    box-sizing: border-box;
}
#news .contentBody .wp-pagenavi .page,
#news .contentBody .wp-pagenavi .current{
    width: 30px;
    height: 30px;
    margin-right: 12px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
}
#news .contentBody .wp-pagenavi .page:hover{
    background-color: #cdcdcd;
}
#news .contentBody .wp-pagenavi .current{
    color: white;
    background-color: black;
}
#news .contentBody .wp-pagenavi .previouspostslink,
#news .contentBody .wp-pagenavi .nextpostslink{
    color: #ccc;
    font-size: 50px;
    line-height: 35px;
    position: absolute;
    top:-10px;
    right: 82px;
    display: block;
}
#news .contentBody .wp-pagenavi .previouspostslink{
    right: 121px;
}
#news .contentBody .wp-pagenavi .previouspostslink:hover,
#news .contentBody .wp-pagenavi .nextpostslink:hover{
    color: black;
}

#news .contentBody .rightColumn{
    width: 138px;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
}
#news .contentBody .rightColumn nav{
    width: 130px;
    padding-top: 58px;
    padding-left: 8px;
    position: absolute;
    top: 0;
}
#news .contentBody .rightColumn nav > p{
    margin-bottom: 18px;
    display: inline-block;
    cursor: pointer;
}
#news .contentBody .rightColumn nav > div{
    margin-top: 35px;
    border-top: 4px solid #2a5ea5;
}
#news .contentBody .rightColumn nav > div h5{
    padding: 35px 0;
}
#news .contentBody .rightColumn nav > div ul li{
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 11px;
}
#news .contentBody .rightColumn nav > div ul li:before{
    content: '・';
    display: inline;
}
#news .contentBody .rightColumn nav a:hover{
    color: #999;
}

/* ABOUT */
#about > header{
    background: url(../img/about_head_bg.png) no-repeat center center;
    background-size: cover
}
#about > .contentBody > h3{
    padding: 62px 0 70px;
    text-align: center;
}
#about > .contentBody > .content_1{
    background-color: #f3f0ec;
}
#about > .contentBody > .content_1 > div{
    width: 960px;
    padding: 68px 0 80px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}
#about > .contentBody > .content_1 > div:before{
    content: '';
    width: 206px;
    height: 174px;
    background: url(../img/about_bg_el_star.png) no-repeat center center;
    display: block;
    position: absolute;
    top: 0;
    right: -38px;
}
#about > .contentBody > .content_1 > div > h3{
    margin-bottom: 60px;
    text-align: center;
    position: relative;
    z-index: 1;
}
#about > .contentBody > .content_1 > div > p{
    font-size: 16px;
    line-height: 36px;
    font-weight: bold;
}
#about > .contentBody > .content_2{
    position: relative;
}
#about > .contentBody > .content_2 > div{
    width: 1000px;
    padding: 60px 20px 92px 0;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}
#about > .contentBody > .content_2 > div > h3{
    margin-bottom: 40px;
    color: #2a5ea5;
    font-size: 16px;
    line-height: 28px;
}
#about > .contentBody > .content_2 > div > h3 > span{
    color: black;
    margin-right: 13px;
    font-size: 35px;
    display: inline-block;
}
#about > .contentBody > .content_2 > div > .leftColumn{
    width: 233px;
    position: absolute;
    top: 140px;
    left: 0;
}
#about > .contentBody > .content_2 > div > .leftColumn .decoBtn{
    width: 226px;
    height: 56px;
    margin-top: 25px;
    line-height: 56px;
}
#about > .contentBody > .content_2 > div > .rightColumn{
    padding: 0 20px 0 285px;
}
#about > .contentBody > .content_2 > div > .rightColumn > h4{
    margin-bottom: 25px;
}
#about > .contentBody > .content_2 > div > .rightColumn > h4 > span{
    padding: 20px 0 25px;
}
#about > .contentBody > .content_2 > div > .rightColumn > h4 > span .font_3{
    font-size: 13px;
}
#about > .contentBody > .content_2 > div > .rightColumn > p{
    font-size: 14px;
    line-height: 26px;
}
#about > .contentBody > .content_2 aside{
    background-color: #2a5ea5;
    color: white;
    position: absolute;
    top: 130px;
    left: 30px;
    right: 30px;
    bottom: 40px;
    display: none;
}
#about > .contentBody > .content_2 aside > div:first-child{
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
#about > .contentBody > .content_2 aside > div:first-child > h4{
    color: black;
    font-size: 26px;
    letter-spacing: 0.14em;
    position: absolute;
    top: -0.5em;
    right: -3px;
}
#about > .contentBody > .content_2 aside > div:first-child > .closeBtn{
    position: absolute;
    top: 28px;
    right: 0;
    cursor: pointer;
}
#about > .contentBody > .content_2 aside > div + div{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: scroll;
}
#about > .contentBody > .content_2 aside > div + div > div{
    width: 940px;
    margin: 0 auto;
}
#about > .contentBody > .content_2 aside > div .upper{
    height: 320px;
    padding: 20px 40px;
}
#about > .contentBody > .content_2 aside > div .upper > *{
    float: left
}
#about > .contentBody > .content_2 aside > div .upper > div{
    width: 520px;
    height: 320px;
    padding-left: 67px;
}
#about > .contentBody > .content_2 aside > div .upper > div > div{
    width: inherit;
    height: inherit;
    display: table-cell;
    vertical-align: middle;
}
#about > .contentBody > .content_2 aside > div .upper > div > div p:first-child{
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 30px;
    letter-spacing: 0.06em;
}
#about > .contentBody > .content_2 aside > div .upper > div > div p:first-child > span{
    font-size: 13px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
}
#about > .contentBody > .content_2 aside > div .upper > div > div p:first-child + p{
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0.14em;
}
#about > .contentBody > .content_2 aside > div .content_1{
    padding: 0 0 0 12px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}
#about > .contentBody > .content_2 aside > div .content_1 table{
    margin: 30px 0;
    border: 0;
    border-collapse: collapse;
}
#about > .contentBody > .content_2 aside > div .content_1 table tr td:first-child{
    width: 160px;
    padding: 5px 0;
    text-align: center;
}
#about > .contentBody > .content_2 aside > div .content_1 table tr td{
    padding: 5px 0 5px 40px;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    position: relative;
}
#about > .contentBody > .content_2 aside > div .content_1 table tr td:first-child + td:before{
    content: '';
    width: 2px;
    background-color: white;
    position: absolute;
    top: 0;
    left: 3.5px;
    bottom: 0;
    display: block;
}
#about > .contentBody > .content_2 aside > div .content_1 table tr td:first-child + td:after{
    content: '';
    width: 7px;
    height: 7px;
    background-color: white;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3.5px;
}
#about > .contentBody > .content_2 aside > div .content_1 table tr td:first-child + td.noDisc:after{
    display: none;
}
#about > .contentBody > .content_2 aside > div .content_2{
    padding: 20px 0 60px 230px;
    position: relative;
}
#about > .contentBody > .content_2 aside > div .content_2 > h4{
    font-size: 18px;
    position: absolute;
    top: 39px;
    left: 95px;
}
#about > .contentBody > .content_2 aside > div .content_2 table{
    border-spacing: 0 20px;
    border-collapse : separate;
}
#about > .contentBody > .content_2 aside > div .content_2 table tr td:first-child{
    width: 100px;
}
#about > .contentBody > .content_2 aside > div .content_2 table tr td{
    font-size: 14px;
    line-height: 20px;
}

#about > .contentBody > .content_3{
    background-color: #f3f0ec;
}
#about > .contentBody > .content_3 > div{
    width: 960px;
    padding: 60px 0 0;
    margin: 0 auto;
}

/* INSTRUCTOR */
#instructor > header{
    background: url(../img/inst_head_bg.png) no-repeat center center;
    background-size: cover
}
#instructor > .contentBody{
    width: 990px;
    margin: 0 auto;
    padding: 65px 0 130px;
}
#instructor > .contentBody .content_1{
    margin-bottom: 50px;
}
#instructor > .contentBody .content_1 > h3{
    margin-bottom: 60px;
}
#wrapper.content .border > span{
    padding-bottom: 20px;
}
#instructor > .contentBody .content_1 > div,
#instructor.profiles article{
    padding-left: 270px;
    position: relative;
}
#instructor > .contentBody .content_1 .leftColumn,
#instructor.profiles article .leftColumn{
    position: absolute;
    top: 0;
    left: 0;
}
#instructor > .contentBody .content_1 .leftColumn > .decoBtn,
#instructor.profiles article .leftColumn .decoBtn{
    width: 229px;
    margin-top: 30px;
    line-height: 31px;
}
#instructor > .contentBody .content_1 .leftColumn > .decoBtn:before,
#instructor.profiles article .leftColumn .decoBtn:before{
    left: -1580px;
}
#instructor > .contentBody .content_1 .leftColumn > .decoBtn:hover:before,
#instructor.profiles article .leftColumn .decoBtn:hover:before{
    left: -1200px;
}
#instructor > .contentBody .content_1 .rightColumn{
    padding-top: 10px;
}
#instructor > .contentBody .content_1 .rightColumn h4{
    font-size: 20px;
    margin-bottom: 20px;
}
#instructor > .contentBody .content_1 .rightColumn h5,
#instructor.profiles article .rightColumn h5{
    margin-bottom: 35px;
    font-size: 27px;
}
#instructor > .contentBody .content_1 .rightColumn h5 > span,
#instructor.profiles article .rightColumn h5 span{
    padding-left: 10px;
    font-size: 13px;
}
#instructor > .contentBody .content_1 .rightColumn h5 + p{
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
}
#instructor > .contentBody .content_1 .rightColumn h6,
#instructor.profiles article .rightColumn h6{
    padding: 0 4px 7px;
    margin: 45px 0 40px;
    color: #2a5ea5;
    font-size: 16px;
    font-weight: normal;
    border-bottom: 2px solid #2a5ea5;
}
#instructor > .contentBody .content_1 .rightColumn h6 + div p,
#instructor.profiles article .rightColumn p{
    margin-top: 30px;
    font-size: 16px;
    line-height: 30px;
}

#instructor > .contentBody .content_2 > div > h4,
#instructor > .contentBody .content_3 > div > h4{
    font-size: 20px;
    border-top: 2px solid #f3f0ec;
}
#instructor > .contentBody .content_2 > div > h4 > span,
#instructor > .contentBody .content_3 > div > h4 > span{
    padding-top: 35px;
    margin-top: -2px;
    border-top: 2px solid #2a5ea5;
    display: inline-block;
}
#instructor > .contentBody .cl_3{
    padding: 0 55px;
    overflow: hidden;
}
#instructor > .contentBody .cl_4{
    padding: 0;
    overflow: hidden;
}

#instructor > .contentBody .cl_3 ul li,
#instructor > .contentBody .cl_4 ul li{
    float: left;
}
#instructor > .contentBody .cl_3 ul li{
    margin: 0 29px;
}
#instructor > .contentBody .cl_4 ul li:first-child{
    margin: 0;
}
#instructor > .contentBody .cl_4 ul li{
    margin-left: 16px;
}
#instructor > .contentBody .cl_3 ul li h5,
#instructor > .contentBody .cl_4 ul li h5{
    padding-top: 20px;
    font-size: 27px;
    text-align: center;
}
#instructor > .contentBody .cl_3 ul li h5.hasRuby,
#instructor > .contentBody .cl_4 ul li h5.hasRuby{
    padding-left: 13px;
    text-align: left;
}
#instructor > .contentBody .cl_3 ul li h5 span,
#instructor > .contentBody .cl_4 ul li h5 span{
    padding-left: 2px;
    font-size: 12px;
}

#instructor > .contentBody .content_2 h4 + div{
    margin-top: 35px;
}
#instructor > .contentBody .content_2 .line{
    margin: 60px 0 50px;
    overflow: hidden;
}
#instructor > .contentBody .content_2 .line h4{
    margin-right: 55px;
    float: left;
}
#instructor > .contentBody .content_2 .line h4 + p{
    font-weight: bold;
}

#instructor > .contentBody .content_3 > div > p{
    padding: 6px 12px;
    margin-top: 40px;
    margin-bottom: 30px;
    color: white;
    background-color: black;
    display: inline-block;
}
#instructor > .contentBody .content_3 .decoBtn{
    width: 229px;
    margin-top: 23px;
    line-height: 31px;
}
#instructor > .contentBody .content_3 .decoBtn:before{
    left: -1580px;
}
#instructor > .contentBody .content_3 .decoBtn:hover:before{
    left: -1200px;
}

#instructor.profiles article{
    padding-top: 30px;
    padding-bottom: 60px;
}
#instructor.profiles article .leftColumn{
    top: 30px;
}
#instructor.profiles article .rightColumn .belong{
    padding: 6px 12px;
    margin-top: 0;
    margin-bottom: 15px;
    color: white;
    font-size: 14px;
    line-height: 14px;
    background-color: black;
    display: inline-block;
}
#instructor.profiles article .rightColumn h5{
    margin-bottom: 0;
}
#instructor.profiles article .rightColumn h6{
    margin: 35px 0 20px;
}

/* LESSON */
#lesson > header {
    background: url(../img/lesson_head_bg.png) no-repeat center center;
    background-size: cover;
}
#lesson .contentBody{
    max-width: 920px;
    padding: 0 0 60px;
    margin: 0 auto;
}
#lesson .contentBody > div{
    margin-top: 40px;
}
#lesson .contentBody > div h3{
    margin: 0 0 26px;
    padding: 20px 0;
    font-size: 26px;
    line-height: 40px;
    border-bottom: 2px solid #2a5ea5;
}
#lesson .contentBody > div h3.border > span{
    padding-left: 20px;
    padding-right: 20px;
}
#lesson .contentBody > div p{
    font-size: 16px;
    line-height: 36px;
}
#lesson .contentBody > div > div{
    padding: 0 20px;
    margin-top: 20px;
}
#lesson .contentBody > div > div h4{
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 36px;
    border-bottom: 2px solid #f4f1ed;
}
#lesson .contentBody > div > div p{
    line-height: 26px;
}
#lesson .contentBody > div table{
    width: 100%;
    margin-top: 20px;
}
#lesson .contentBody > div table tr{
    border-top: 2px solid #f4f1ed;
    border-bottom: 2px solid #f4f1ed;
}
#lesson .contentBody > div table tr td{
    padding: 10px;
    min-width: 180px;
    box-sizing: border-box;
}
#lesson .contentBody > div table tr th{
    width: 110px;
    text-align: center;
}

/* FAQ */
#faq > header {
    background: url(../img/faq_head_bg.png) no-repeat center center;
    background-size: cover;
}
#faq .contentBody{
    max-width: 920px;
    padding: 0 0 60px;
    margin: 0 auto;
}
#faq .contentBody > article{
    margin-top: 40px;
}
#faq .contentBody > article h3{
    padding: 0 0 20px 45px;
    margin: 0 0 26px;
    font-size: 25px;
    line-height: 40px;
    border-bottom: 2px solid black;
    position: relative;
}
#faq .contentBody > article h3:before{
    content: 'Q.';
    padding-right: 10px;
    font-size: 31px;
    color: #d4d1dd;
    position: absolute;
    left: 0;
}
#faq .contentBody > article p{
    font-size: 16px;
    line-height: 31px;
}
#faq .contentBody > article p{
    padding-left: 45px;
    position: relative;
}
#faq .contentBody > article h3 + p:before{
    content: 'A.';
    padding-right: 10px;
    font-size: 31px;
    color: #d4d1dd;
    position: absolute;
    left: 0;
}

/* CONTACT */
#contact > header {
    background: url(../img/contact_head_bg.png) no-repeat center center;
    background-size: cover;
}
#contact .contentBody{
    max-width: 920px;
    padding: 0 0 60px;
    margin: 0 auto;
}
#contact .contentBody h3{
    margin: 40px 0 26px;
    font-size: 26px;
    line-height: 40px;
}
#contact .contentBody p{
    font-size: 16px;
    line-height: 36px;
}
#contact .contentBody .attention{
    padding: 20px;
    margin: 15px 20px;
    border: 1px solid #2a5ea5;
    text-align: center;
}
#contact .contentBody .attention p{
    margin-top: 10px;
    font-size: 14px;
    line-height: 25px;
}
#contact .contentBody .attention p strong{
    font-size: 26px;
}
#contact .contentBody .attention h4{
    margin: 0;
    border: none;
}
#contact .contentBody .profile{
    margin-top: 40px;
    padding: 0 20px;
}
#contact .contentBody .profile table{
    width: 100%;
}
#contact .contentBody .profile tr{
    border-bottom: 1px solid #f4f1ed;
}
#contact .contentBody .profile tr > *{
    padding: 10px 0;
    font-size: 16px;
    line-height: 23px;
}
#contact .contentBody .profile tr > th{
    width: 20%;
    min-width: 94px;
    text-align: left;
}
#contact .contentBody h4{
    padding-bottom: 10px;
    margin: 40px 0 15px;
    font-size: 20px;
    border-bottom: 2px solid #f4f1ed;
}
#contact .contentBody .upper{
    text-align: center;
}
#contact .contentBody .upper p {
    margin-top: 10px;
}
#contact .contentBody .upper p strong {
    font-size: 20px;
}
#contact .contentBody .upper p a{
    color: #e30212;
}

#contact .contentBody form{
    max-width: 640px;
    margin: 30px auto 0;
    display: block;
}
#contact .contentBody form p{
    margin: 0;
    padding-left: 150px;
    position: relative;
}
#contact .contentBody form p + p{
    margin-top: 20px;
}
#contact .contentBody form p .title{
    position: absolute;
    left: 0;
    top: 0;
}
#contact .contentBody form input{
    width: 100%;
    margin: 0;
    padding: 0 10px;
    font-size: 16px;
    line-height: 36px;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
}
#contact .contentBody form textarea{
    width: 100%;
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #d8d8d8;
    resize: vertical;
    box-sizing: border-box;
}
#contact .contentBody form input[type="submit"]{
    width: 100%;
    height: 36px;
    line-height: 1em;
    color: #2a5ea5;
    background-color: #FFF;
    border: 2px solid #2a5ea5;
    display: block;
    cursor: pointer;
}
#contact .contentBody form input[type="submit"]:hover{
    color: #fff;
    background-color: #2a5ea5;
}

/* ANNA */
#anna > .contentBody > .message{
    position: relative;
}
#anna > .contentBody > .message > div{
    width: 1000px;
    padding: 60px 20px 92px 0;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}
#anna > .contentBody > .message > div > h3{
    margin-bottom: 40px;
    color: #2a5ea5;
    font-size: 16px;
    line-height: 28px;
}
#anna > .contentBody > .message > div > h3 > span{
    color: black;
    margin-right: 13px;
    font-size: 35px;
    display: inline-block;
}
#anna > .contentBody > .message > div > .leftColumn{
    width: 233px;
    position: absolute;
    top: 140px;
    left: 0;
}
#anna > .contentBody > .message > div > .leftColumn .decoBtn{
    width: 226px;
    height: 56px;
    margin-top: 25px;
    line-height: 56px;
}
#anna > .contentBody > .message > div > .rightColumn{
    padding: 0 20px 0 285px;
}
#anna > .contentBody > .message > div > .rightColumn > h4{
    margin-bottom: 25px;
}
#anna > .contentBody > .message > div > .rightColumn > h4 > span{
    padding: 20px 0 25px;
}
#anna > .contentBody > .message > div > .rightColumn > h4 > span .font_3{
    font-size: 13px;
}
#anna > .contentBody > .message > div > .rightColumn > p{
    font-size: 14px;
    line-height: 26px;
}
#anna > .contentBody > .message aside{
    background-color: #2a5ea5;
    color: white;
    position: absolute;
    top: 130px;
    left: 30px;
    right: 30px;
    bottom: 40px;
    display: none;
}
#anna > .contentBody > .message aside > div:first-child{
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
#anna > .contentBody > .message aside > div:first-child > h4{
    color: black;
    font-size: 26px;
    letter-spacing: 0.14em;
    position: absolute;
    top: -0.5em;
    right: -3px;
}
#anna > .contentBody > .message aside > div:first-child > .closeBtn{
    position: absolute;
    top: 28px;
    right: 0;
    cursor: pointer;
}
#anna > .contentBody > .message aside > div + div{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: scroll;
}
#anna > .contentBody > .message aside > div + div > div{
    width: 940px;
    margin: 0 auto;
}
#anna > .contentBody > .message aside > div .upper{
    height: 320px;
    padding: 20px 40px;
}
#anna > .contentBody > .message aside > div .upper > *{
    float: left
}
#anna > .contentBody > .message aside > div .upper > div{
    width: 520px;
    height: 320px;
    padding-left: 67px;
}
#anna > .contentBody > .message aside > div .upper > div > div{
    width: inherit;
    height: inherit;
    display: table-cell;
    vertical-align: middle;
}
#anna > .contentBody > .message aside > div .upper > div > div p:first-child{
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 30px;
    letter-spacing: 0.06em;
}
#anna > .contentBody > .message aside > div .upper > div > div p:first-child > span{
    font-size: 13px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
}
#anna > .contentBody > .message aside > div .upper > div > div p:first-child + p{
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0.14em;
}
#anna > .contentBody > .message aside > div .content_1{
    padding: 0 0 0 12px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}
#anna > .contentBody > .message aside > div .content_1 table{
    margin: 30px 0;
    border: 0;
    border-collapse: collapse;
}
#anna > .contentBody > .message aside > div .content_1 table tr td:first-child{
    width: 160px;
    padding: 5px 0;
    text-align: center;
}
#anna > .contentBody > .message aside > div .content_1 table tr td{
    padding: 5px 0 5px 40px;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    position: relative;
}
#anna > .contentBody > .message aside > div .content_1 table tr td:first-child + td:before{
    content: '';
    width: 2px;
    background-color: white;
    position: absolute;
    top: 0;
    left: 3.5px;
    bottom: 0;
    display: block;
}
#anna > .contentBody > .message aside > div .content_1 table tr td:first-child + td:after{
    content: '';
    width: 7px;
    height: 7px;
    background-color: white;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3.5px;
}
#anna > .contentBody > .message aside > div .content_1 table tr td:first-child + td.noDisc:after{
    display: none;
}
#anna > .contentBody > .message aside > div .content_2{
    padding: 20px 0 60px 230px;
    position: relative;
}
#anna > .contentBody > .message aside > div .content_2 > h4{
    font-size: 18px;
    position: absolute;
    top: 39px;
    left: 95px;
}
#anna > .contentBody > .message aside > div .content_2 table{
    border-spacing: 0 20px;
    border-collapse : separate;
}
#anna > .contentBody > .message aside > div .content_2 table tr td:first-child{
    width: 100px;
}
#anna > .contentBody > .message aside > div .content_2 table tr td{
    font-size: 14px;
    line-height: 20px;
}
#wrapper.content .annaCasting{
    margin-top: 39px;
}
#wrapper.content .annaCasting .contentBody{
    max-width: 920px;
    padding: 0 0 60px;
    margin: 0 auto;
}
#wrapper.content .annaCasting .contentBody .subTitle{
    margin-bottom: 40px;
    font-size: 35px;
}
#wrapper.content .annaCasting .contentBody .decoBtn {
    width: 300px;
    height: 56px;
    margin: 25px auto 0;
    line-height: 56px;
    float: none;
}


    #spMenuBtn{
        display: none;
    }
@media (max-width:1051px) {
    #spMenuBtn{
        position: fixed;
        right: 10px;
        top: 13px;
        z-index: 999;
        display: block;
    }
    #spMenuBtn ._1,
    #spMenuBtn ._2,
    #spMenuBtn ._3{
        width: 30px;
        height: 6px;
        margin-top: 4px;
        background-color: #2a5ea5;
        position: relative;
        display: block;
    }
    #spMenuBtn.open ._1{
        display: none;
    }
    #spMenuBtn.open ._2{
        top: 10px;
        transform: rotate(45deg);
    }
    #spMenuBtn.open ._3{
        top: 0;
        transform: rotate(-45deg);
    }

    /* header */
    #wrapper #innerWrap > header > #navigation{
        width: 100%;
        position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: white;
        z-index: 900;
        overflow: scroll;
        display: none;
    }
    #navigation nav{
        padding: 20px 0;
    }
    #wrapper #innerWrap > header{
        border: none;
    }
    #wrapper #innerWrap > header nav > h1{
        text-align: center;
        position: relative;
        left: 0;
        top: 0;
    }
    #wrapper #innerWrap > header nav ul li{
        margin-bottom: 30px !important;
        display: block;
    }
    #wrapper #innerWrap > header nav ul li:after{
        display: none;
    }
    #wrapper #innerWrap > header nav ul li .ruby,
    #wrapper #innerWrap > header h1 .ruby{
        display: none;
    }
    #wrapper #innerWrap > header nav > .share{
        width: 60px;
        right: auto;
        top: 24px;
        left: 30px;
    }
    /* footer */
    #wrapper > footer .upper + div{
        width: 100%;
    }
    #wrapper > footer .upper + div ul{
        width: 220px;
        margin: 0 auto;
    }
    #wrapper > footer .upper + div ul li{
        width: 100px;
        margin: 5px;
    }
    #wrapper > footer .upper + div ul li img{
        max-width: 100%;
        height: auto;
    }

    /* top */
    #topSlide ul li{
        padding: 30px 0;
    }
    #wrapper.top #innerWrap > header > div > h1 {
        left: 0;
        top: 0;
    }
    #wrapper.top #innerWrap > header > div > h1 img{
        width: 60px;
        height: 60px;
    }
    #topHeader{
        height: 60px;
    }
    #topHeader .notice {
        width: 170px;
        height: 60px;
        font-size: 12px;
        line-height: 20px;
        top: 60px;
    }
    #topHeader .notice > a {
        padding-left: 13px;
    }
    #topHeader .notice:after {
        font-size: 11px;
        right: 5px;
    }
    #topHeader .description{
        height: inherit;
    }
    #topHeader .description > p:first-child {
        width: 100vw;
        height: inherit;
        padding: 0 70px;
        font-size: 10px;
        line-height: 14px;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        display: none;
    }
    #topSlide .share{
        display: none;
    }
    #topSlide #slideBtn {
        width: 300px;
        height: 50px;
        bottom: 30px;
        right: 50%;
        margin-right: -150px;
    }
    #topSlide #slideBtn a{
        font-size: 22px;
    }
    #topSlide #slideBtn a:after{
        line-height: 43px;
        right: 15px;
    }
    #wrapper.top #innerWrap .news > div > h2{
        padding-top: 30px;
        margin-bottom: 40px;
    }
    #wrapper.top #innerWrap .news > div > h2 > img{
        max-width: 90%;
        height: auto;
    }
    #wrapper.top #innerWrap .news .newsBody{
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    #wrapper.top #innerWrap .news .newsBody > h3{
        font-size: 22px;
        position: relative;
        top:0;
        left: 0;
        margin: 
    }
    #wrapper.top #innerWrap .news .newsBody > h3{
        margin-bottom: 10px;
        font-size: 22px;
        letter-spacing: 0.08em;
    }
    #wrapper.top #innerWrap .news .newsBody > ul{
        padding: 0 0 0 5px;
    }
    #wrapper.top #innerWrap .news .newsBody > ul li{
        margin-bottom: 10px;
    }
    #wrapper.top #innerWrap .news .newsBody > ul li a{
        padding-right: 10px;
        font-size: 14px;
        line-height: 20px;
        overflow: hidden;
    }
    #wrapper.top #innerWrap .news .newsBody > ul li .date{
        font-size: 11px;
        line-height: 15px;
        text-align: left;
        display: block;
    }
    #wrapper.top #innerWrap .news .newsBody > ul li a:after {
        width: 10px;
        height: 10px;
        background-size: 5px auto;
        background-color: #d8d8d8;
        right: 0;
        top: 50%;
        margin-top: -5px;
    }
    #wrapper.top #innerWrap .news .newsBody > .button{
        top: 4px;
        right: 20px;
        bottom: auto;
    }
    #wrapper.top #innerWrap .news .newsBody > .button span{
        width: 60px;
        height: 21px;
        padding-right: 10px;    
        font-size: 15px;
        line-height: 21px;
    }
    #wrapper.top #innerWrap .news .newsBody > .button span:after{
        line-height: 16px;
        right: 9px;
    }
    #wrapper.top #innerWrap .lessonBlog{
        height: auto;
        padding-bottom: 20px;
        background: no-repeat center center, url(../img/bg_dot.png) repeat;
        background-color: #2a5ea5;
        background-size: 750px auto, 4px;
    }
    #wrapper.top #innerWrap .lessonBlog h2{
        padding: 30px 0 10px;
        font-size: 22px;
        line-height: 22px;
    }
    #wrapper.top #innerWrap .lessonBlog h2:before{
        width: 20px;
        height: 20px;
        background-size: 100%;
    }
    #wrapper.top #innerWrap .lessonBlog > div > div{
        width: 100%;
    }
    #wrapper.top #innerWrap .lessonBlog > div > div.mt{
        margin: 0;
    }
    #wrapper.top #innerWrap .lessonBlog > div > div > div{
        width: 290px;
        float: none;
        margin: 20px auto;
    }
    #wrapper.top #innerWrap .lessonBlog > div > div > div:first-child + div{
        margin: 20px auto;
    }
    #wrapper.top #innerWrap > header nav > h1,
    #wrapper.top #innerWrap > header nav > .share{
        display: block;
    }


    /* content */
    #wrapper.content #innerWrap > section > header{
        height: 60px;
        padding: 0;
        box-sizing: border-box;
    }
    #wrapper.content #innerWrap > section > header h2{
        width: 100%;
        padding-top: 10px;
        text-align: center;
    }
    #wrapper.content #innerWrap > section > header h2 .font_1{
        font-size: 22px;
        display: block;
    }
    #wrapper.content #innerWrap > section > header h2 .ruby{
        padding-left: 0.4em;
        margin: 10px 0 0;
        font-size: 11px;
        position: relative;
        top: 0;
    }

    #wrapper.content .decoBtn{
        float: none;
    }
    #wrapper.content .decoBtn:after{
        font-size: 13px;
        line-height: 37px;
        right: 5px;
    }
    #wrapper.content .decoBtn:before{
        left: -1580px;
    }

    /* news */
    #news .contentBody{
        width: 100%;
        padding: 0 10px;
    }
    #news .contentBody .leftColumn{
        border: none;
    }
    #news .contentBody article{
        padding: 30px 0;
    }
    #news .contentBody article:before{
        top: 24px;
        left: -5px;
    }
    #news .contentBody article header h3{
        margin: 10px 0 0;
        padding-left: 10px;
        font-size: 18px;
        line-height: 25px;
    }
    #news .contentBody article header.list .left{
        width: 30%;
    }
    #news .contentBody article header.list .right{
        width: 65%;
    }
    #news .contentBody article .articleBody > p{
        padding: 0 10px;
        margin-top: 20px;
        font-size: 15px;
        line-height: 25px;
    }
    #news .contentBody .wp-pagenavi{
        padding: 0 0 60px;
        text-align: center;
    }
    #news .contentBody .wp-pagenavi .previouspostslink{
        right: auto;
        left: 0;
        top: 30px;
    }
    #news .contentBody .wp-pagenavi .nextpostslink{
        right: 0;
        top: 30px;
    }
    #news .contentBody .rightColumn{
        width: 100%;
        position: relative !important;
        right: auto;
        top: 0 !important;
    }
    #news .contentBody .rightColumn nav{
        width: 100%;
        padding: 0;
        position: relative !important;
        left: auto;
        top: 0 !important;
    }
    #news .contentBody .rightColumn nav > p{
        display: none;
    }
    #news .contentBody .rightColumn nav > div{
        margin: 0;
    }
    #news .contentBody .rightColumn nav > div h5{
        padding: 20px 0;
    }

    /* about */
    #about .contentBody{
        width: 100%;
    }
    #about > .contentBody > h3{
        padding: 20px 10px 25px;
    }
    #about > .contentBody > h3 > img{
        max-width: 100%;
        height: auto;
    }
    #about > .contentBody > .content_1 > div{
        width: 100%;
        padding: 30px 10px 30px;
        box-sizing: border-box;
        overflow: hidden;
    }
    #about > .contentBody > .content_1 > div > h3{
        margin-bottom: 30px;
    }
    #about > .contentBody > .content_1 > div > h3 > img{
        max-width: 100%;
        height: auto;
    }
    #about > .contentBody > .content_1 > div:before{
        width: 103px;
        height: 87px;
        background-size: contain
    }
    #about > .contentBody > .content_1 > div > p{
        font-size: 14px;
        line-height: 25px;
    }
    #about > .contentBody > .content_2 > div{
        width: 100%;
        padding: 30px 10px 30px;
    }
    #about > .contentBody > .content_2 > div > h3{
        font-size: 15px;
        margin-bottom: 25px;
    }
    #about > .contentBody > .content_2 > div > h3 > span{
        font-size: 30px;
    }
    #about > .contentBody > .content_2 > div > .leftColumn{
        top: auto;
        left: 50%;
        margin-left: -58px;
    }
    #about > .contentBody > .content_2 > div > .leftColumn > p:first-child img{
        width: 116px;
        height: auto;
    }
    #about > .contentBody > .content_2 > div > .leftColumn .decoBtn{
        width: 110px;
        height: 40px;
        margin-top: 15px;
        line-height: 40px;
        font-size: 15px;
    }
    #about > .contentBody > .content_2 > div > .rightColumn{
        padding: 290px 0 0;
    }
    #about > .contentBody > .content_2 > div > .rightColumn > h4 > span{
        padding: 10px 0;
    }
    #about > .contentBody > .content_2 > div > .rightColumn > h4 > span img{
        width: 65px;
        height: auto;
    }
    #about > .contentBody > .content_2 > div > .rightColumn > h4 > span .font_3{
        font-size: 10px;
        padding-left: 5px;
    }
    #about > .contentBody > .content_2 aside{
        top: 80px;
        left: 10px;
        right: 10px;
        bottom: 30px;
    }
    #about > .contentBody > .content_2 aside > div:first-child{
        width: 100%;
    }
    #about > .contentBody > .content_2 aside > div:first-child > h4{
        font-size: 20px;
    }
    #about > .contentBody > .content_2 aside > div:first-child > .closeBtn{
        top: 15px;
    }
    #about > .contentBody > .content_2 aside > div:first-child > .closeBtn > img{
        width: 15px;
        height: auto;
    }
    #about > .contentBody > .content_2 aside > div + div > div{
        width: 100%;
    }
    #about > .contentBody > .content_2 aside > div .upper{
        height: auto;
        padding: 10px;
    }
    #about > .contentBody > .content_2 aside > div .upper > *{
        float: none;
    }
    #about > .contentBody > .content_2 aside > div .upper > p{
        text-align: center;
    }
    #about > .contentBody > .content_2 aside > div .upper > p img{
        width: 116px;
        height: auto;
    }
    #about > .contentBody > .content_2 aside > div .upper > div{
        width: 100%;
        height: auto;
        padding-left: 0;
    }
    #about > .contentBody > .content_2 aside > div .upper > div > div p:first-child{
        font-size: 15px;
        text-align: center;
    }
    #about > .contentBody > .content_2 aside > div .upper > div > div p:first-child span{
        margin: 0;
        display: block;
    }
    #about > .contentBody > .content_2 aside > div .upper > div > div p:first-child + p{
        font-size: 13px;
        line-height: 25px;
    }
    #about > .contentBody > .content_2 aside > div .upper > div > div{
        width: 100%;
        height: auto;
    }
    #about > .contentBody > .content_2 aside > div .content_1 table tr td:first-child{
        width: 70px;
    }
    #about > .contentBody > .content_2 aside > div .content_1 table tr td{
        padding-left: 20px;
        padding-right: 10px;
        font-size: 11px;
    }
    #about > .contentBody > .content_2 aside > div .content_2{
        padding: 10px;
    }
    #about > .contentBody > .content_2 aside > div .content_2 > h4{
        position: relative;
        top: 0;
        left: 0;
        font-size: 15px;
    }
    #about > .contentBody > .content_2 aside > div .content_2 table{
        border-spacing: 0 10px;
    }
    #about > .contentBody > .content_2 aside > div .content_2 table tr td{
        font-size: 11px;
    }
    #about > .contentBody > .content_2 aside > div .content_2 table tr td:first-child{
        width: 70px;
        padding-right: 20px;
        text-align: center;
    }
    #about > .contentBody > .content_3 > div{
        width: 100%;
    }

    /* instructor */
    #instructor > .contentBody{
        width: 100%;
        padding: 20px 10px 40px;
        box-sizing: border-box;
    }
    #instructor > .contentBody .content_1 > h3{
        margin-bottom: 20px;
    }
    #wrapper.content .border > span{
        padding-bottom: 10px;
    }
    #wrapper.content .border > span img{
        width: 159px;
        height: 13px;
    }
    #instructor > .contentBody .content_1{
        margin-bottom: 30px;
    }
    #instructor > .contentBody .content_1 .leftColumn,
    #instructor.profiles article .leftColumn{
        position: relative;
    }
    #instructor > .contentBody .content_1 .leftColumn{
        text-align: center;
    }
    #instructor > .contentBody .content_1 .leftColumn > p:first-child img{
        width: 117px;
        height: 140px;
    }
    #instructor > .contentBody .content_1 .leftColumn > .decoBtn,
    #instructor.profiles article .leftColumn .decoBtn{
        width: 111px;
    }
    #instructor > .contentBody .content_1 .leftColumn > .decoBtn,
    #instructor.profiles article .leftColumn .decoBtn{
        margin-top: 15px;
        display: inline-block;
    }
    #instructor > .contentBody .content_1 > div,
    #instructor.profiles article{
        padding: 0;
        position: relative;
    }
    #instructor > .contentBody .content_1 .rightColumn{
        padding-top: 20px;
    }
    #instructor > .contentBody .content_1 .rightColumn h4{
        font-size: 13px;
        margin-bottom: 10px;
        text-align: center;
    }
    #instructor > .contentBody .content_1 .rightColumn h5,
    #instructor.profiles article .rightColumn h5{
        margin-bottom: 15px;
        font-size: 16px;
        text-align: center;
    }
    #instructor > .contentBody .content_1 .rightColumn h5 + p{
        font-size: 13px;
        line-height: 20px;
        text-align: center;
    }
    #instructor > .contentBody .content_1 .rightColumn h6,
    #instructor.profiles article .rightColumn h6{
        margin: 20px 0 10px;
        font-size: 13px;
    }
    #instructor > .contentBody .content_1 .rightColumn h6 + div p,
    #instructor.profiles article .rightColumn p{
        margin-top: 15px;
        font-size: 13px;
        line-height: 20px;
    }
    
    #instructor > .contentBody .content_2 > div > h4,
    #instructor > .contentBody .content_3 > div > h4{
        font-size: 15px;
    }
    #instructor > .contentBody .content_2 > div > h4 > span,
    #instructor > .contentBody .content_3 > div > h4 > span{
        padding-top: 15px;
    }
    #instructor > .contentBody .content_2 h4 + div{
        margin-top: 20px;
        padding: 0;
    }
    #instructor > .contentBody .cl_3{
        padding: 0;
    }
    #instructor > .contentBody .cl_3 ul,
    #instructor > .contentBody .cl_4 ul{
        text-align: center;
    }
    #instructor > .contentBody .cl_3 ul li,
    #instructor > .contentBody .cl_4 ul li,
    #instructor > .contentBody .cl_4 ul li:first-child{
        height: 210px;
        margin: 20px;
        text-align: center;
        float: none;
        display: inline-table;
    }
    #instructor > .contentBody .content_2 .cl_3 ul li{
        height: auto;
    }
    #instructor > .contentBody .cl_3 ul li > p img,
    #instructor > .contentBody .cl_4 ul li > p img,
    #instructor.profiles .contentBody .leftColumn p.photo img{
        width: 117px;
        height: auto;
    }
    #instructor > .contentBody .cl_3 ul li h5,
    #instructor > .contentBody .cl_4 ul li h5{
        height: 50px;
        padding-top: 0;
        font-size: 15px;
        line-height: 50px;
    }
    #instructor > .contentBody .cl_3 ul li h5.hasRuby,
    #instructor > .contentBody .cl_4 ul li h5.hasRuby{
        padding: 10px 0 0;
        text-align: center;
        line-height: 15px;
        box-sizing: border-box;
    }
    #instructor > .contentBody .cl_3 ul li h5 span,
    #instructor > .contentBody .cl_4 ul li h5 span{
        padding: 0;
        font-size: 10px;
        display: block;
        line-height: 15px;
    }
    #instructor > .contentBody .content_2 .line{
        margin: 20px 0 50px;
    }
    #instructor > .contentBody .content_2 .line h4{
        margin: 0 0 10px;
        float: none;
    }
    #instructor > .contentBody .content_2 .line h4 + p{
        padding-left: 20px;
        font-size: 15px;
    }
    #instructor > .contentBody .content_3 .decoBtn{
        margin: 0;
        width: 111px;
    }
    #instructor.profiles article{
        padding: 20px 0 30px;
    }
    #instructor.profiles article .leftColumn{
        top: auto;
        text-align: center;
    }
    #instructor.profiles article .rightColumn{
        padding-top: 10px;
    }

    /* lesson */
    #lesson > .contentBody{
        width: 100%;
        padding: 20px 10px 40px;
        box-sizing: border-box;
    }
    #lesson .contentBody > div h3{
        font-size: 22px;
        line-height: 30px;
    }
    #lesson .contentBody > div h3.border > span{
        padding-left: 0;
    }
    #lesson .contentBody > div p{
        padding: 0 10px;
        margin-top: 20px;
        font-size: 15px;
        line-height: 25px;
    }
    #lesson .contentBody > div > div p{
        padding: 0;
    }
    #lesson .contentBody > div table tr td{
        min-width: 100px;
    }
    #lesson .contentBody > div table tr td + td{
        border-left: 2px dotted #f4f1ed;
    }

    /* faq */
    #faq > .contentBody{
        width: 100%;
        padding: 20px 10px 40px;
        box-sizing: border-box;
    }
    #faq .contentBody > article h3{
        padding-left: 30px;
        font-size: 22px;
        line-height: 30px;
    }
    #faq .contentBody > article h3:before,
    #faq .contentBody > article h3 + p:before{
        font-size: 22px;
    }
    #faq .contentBody > article{
        margin-top: 10px;
        margin-bottom: 40px;
    }
    #faq .contentBody > article p{
        padding-left: 30px;
        padding-right: 10px;
        margin-top: 20px;
        font-size: 15px;
        line-height: 25px;
    }

    /* contact */
    #contact > .contentBody{
        width: 100%;
        padding: 20px 10px 40px;
        box-sizing: border-box;
    }
    #contact .contentBody > h3{
        margin-top: 10px;
        font-size: 22px;
        line-height: 30px;
    }
    #contact .contentBody p{
        font-size: 14px;
        line-height: 25px;
    }
    #contact .contentBody .attention{
        margin: 15px 0;
        padding: 15px;
    }
    #contact .contentBody h4{
        font-size: 16px;
    }
    #contact .contentBody .attention p strong{
        font-size: 20px;
    }
    #contact .contentBody form p{
        padding-left: 0;
    }
    #contact .contentBody form p .title{
        margin-bottom: 5px;
        position: relative;
        left: 0;
        top: 0;
    }
    #contact .contentBody .profile{
        padding: 0;
    }



    /* anna */
    #anna > .contentBody > .message > div{
        width: 100%;
        padding: 30px 10px 30px;
    }
    #anna > .contentBody > .message > div > h3{
        font-size: 15px;
        margin-bottom: 25px;
    }
    #anna > .contentBody > .message > div > h3 > span{
        font-size: 30px;
    }
    #anna > .contentBody > .message > div > .leftColumn{
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
    }
    #anna > .contentBody > .message > div > .leftColumn > p:first-child{
        text-align: center;
    }
    #anna > .contentBody > .message > div > .leftColumn > p:first-child img{
        width: 116px;
        height: auto;
    }
    #anna > .contentBody > .message > div > .leftColumn .btns_wrap{
        text-align: center;
    }
    #anna > .contentBody > .message > div > .leftColumn .btns_wrap .decoBtn{
        width: 110px;
        height: 40px;
        margin-top: 15px;
        line-height: 40px;
        font-size: 15px;
        display: inline-block;
    }
    #wrapper.content #anna > .contentBody > .message > div > .leftColumn .btns_wrap .decoBtn:after{
        right: 0;
    }
    #anna > .contentBody > .message > div > .rightColumn{
        padding: 20px 0 0;
    }
    #anna > .contentBody > .message > div > .rightColumn > h4 > span{
        padding: 10px 0;
    }
    #anna > .contentBody > .message > div > .rightColumn > h4 > span img{
        width: 65px;
        height: auto;
    }
    #anna > .contentBody > .message > div > .rightColumn > h4 > span .font_3{
        font-size: 10px;
        padding-left: 5px;
    }
    #anna > .contentBody > .message aside{
        top: 80px;
        left: 10px;
        right: 10px;
        bottom: 30px;
    }
    #anna > .contentBody > .message aside > div:first-child{
        width: 100%;
    }
    #anna > .contentBody > .message aside > div:first-child > h4{
        font-size: 20px;
    }
    #anna > .contentBody > .message aside > div:first-child > .closeBtn{
        top: 15px;
    }
    #anna > .contentBody > .message aside > div:first-child > .closeBtn > img{
        width: 15px;
        height: auto;
    }
    #anna > .contentBody > .message aside > div + div > div{
        width: 100%;
    }
    #anna > .contentBody > .message aside > div .upper{
        height: auto;
        padding: 10px;
    }
    #anna > .contentBody > .message aside > div .upper > *{
        float: none;
    }
    #anna > .contentBody > .message aside > div .upper > p{
        text-align: center;
    }
    #anna > .contentBody > .message aside > div .upper > p img{
        width: 116px;
        height: auto;
    }
    #anna > .contentBody > .message aside > div .upper > div{
        width: 100%;
        height: auto;
        padding-left: 0;
    }
    #anna > .contentBody > .message aside > div .upper > div > div p:first-child{
        font-size: 15px;
        text-align: center;
    }
    #anna > .contentBody > .message aside > div .upper > div > div p:first-child span{
        margin: 0;
        display: block;
    }
    #anna > .contentBody > .message aside > div .upper > div > div p:first-child + p{
        font-size: 13px;
        line-height: 25px;
    }
    #anna > .contentBody > .message aside > div .upper > div > div{
        width: 100%;
        height: auto;
    }
    #anna > .contentBody > .message aside > div .content_1 table tr td:first-child{
        width: 70px;
    }
    #anna > .contentBody > .message aside > div .content_1 table tr td{
        padding-left: 20px;
        padding-right: 10px;
        font-size: 11px;
    }
    #anna > .contentBody > .message aside > div .content_2{
        padding: 10px;
    }
    #anna > .contentBody > .message aside > div .content_2 > h4{
        position: relative;
        top: 0;
        left: 0;
        font-size: 15px;
    }
    #anna > .contentBody > .message aside > div .content_2 table{
        border-spacing: 0 10px;
    }
    #anna > .contentBody > .message aside > div .content_2 table tr td{
        font-size: 11px;
    }
    #anna > .contentBody > .message aside > div .content_2 table tr td:first-child{
        width: 70px;
        padding-right: 20px;
        text-align: center;
    }

}