
html, body {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    color: #404040;
    margin: 0;
    padding: 0;
    height: 100%;
}
/*共通HoverClass*/
.onHover{
    transition: 0.5s;
    display: block;
}
.onHover:hover{
    opacity: 0.5;
}
.natsu-banner{
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: 16px 0 15px 0;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.75);
    -webkit-transition: bottom .3s ease-out;
    -moz-transition: bottom .3s ease-out;
    -ms-transition: bottom .3s ease-out;
    transition: bottom .3s ease-out;
    z-index: 99;
}
.bnr-inr{
    max-width: 420px;
    margin: 0 auto;
    /* background-color: #ffffff; */
    border-radius: 8px;
}
.bnr-inr .btn_area{
    margin-top: 0;
}
.bnr-inr .btn_area:before {
    position: absolute;
    content: '';
    display: block;
    width: 18px;
    height: 20px;
    background-image: url(../img/common/lesson_icon.png);
    background-repeat: no-repeat;
    margin: -9px 0 0 22px;
    top: 50%;
}
.bnr-inr .btn_area:after {
    position: absolute;
    content: '';
    display: block;
    width: 6px;
    height: 12px;
    background-image: url(../img/common/icon_arrow.png);
    background-repeat: no-repeat;
    margin: -8px 0 0 530px;
    top: 50%;
}
.bnr-inr .btn_area p {
    padding-top: 10px;
}
.bnr-inr .fs_small{
    font-size: 14px;
    line-height: 2em;
}
.bnr-inr .fs_large{
    font-size: 28px;
    letter-spacing: 1.2px;
}
.bnr-inr ul li{
    background-color: #ffffff;
    border-radius: 5px;
}
.bnr-inr img {
    display: block;
    width: 420px;
    margin: 0 auto;
}
.natsu-banner.hide{
    bottom: -135px;
}
.bnr-inr .linkButton {
  position: relative;
  max-width: 420px;
  height: 70px;
  line-height: 70px;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  border-radius: 5px;
  text-align: center;
  letter-spacing: 0.05em;
}
.bnr-inr .linkButton:after {
  position: absolute;
  content: '';
  display: block;
  width: 20px;
  height: 21px;
  background-image: url(../img/common/btn_arw_footer.png);
  background-repeat: no-repeat;
  background-size: 50%;
  right: 10px;
  top: 50%;
  margin-top: -10px;
}
.bnr-inr .linkButton.entryButton {
  background: #46bf0a;
}
.bnr-inr .linkButton.entryButton:before {
  position: absolute;
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(../img/common/lesson_icon02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  left: 20px;
  top: 50%;
  margin-top: -9px;
}

@media screen and (max-width: 767px){
    .natsu-banner{
        padding: 10px;
    }
    .natsu-banner.hide{
        bottom: -91px;
    }
    .bnr-inr img{
        width: 100%;
        height: auto;
    }
}
.floatL {
    float: left;
}

.floatR {
    float: right;
}

small {
    font-size: 70%;
}
ul {
    padding: 0;
    list-style: none;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: #197fd2;
}
a:hover{
    opacity: 0.8;
}

img{
    width: 100%;
}
section h2{
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 3%;
    text-align: center;
}

a.all_link{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-9999px;
    cursor: pointer;
    display: block;
    z-index: 30;
    background-color:rgba(255,255,255,0);
    transition: all 0.3s;
}
a.all_link:hover{
    background-color:rgba(255,255,255,.8);
    filter:alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
}
#class_new{
	width: 100%;
	margin: 0;
    padding: 0;
}
#class_new > header {
    position: relative;
    padding-bottom: 50px;
}
.header-top {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0.8% 0;
}
.header-top {
    z-index: 100;
}
.header-top a img{
	max-width: 91px;
}

.header-btm {
    border-top: solid 1px #ccc;
}
.header-btm .headerIn {
    max-width: 1100px;
    margin: 0 auto;
    padding: 1.5% 0 2%;
}
.header-btm a img{
	max-width: 262px;
}
.header-btm .headerIn .floatL {
    display: flex;
    align-items: flex-end;
}
.header-btm .headerIn p{
	display: block;
	-webkit-font-feature-settings: 'palt' 1;  /*for Android 4.4*/
	font-feature-settings: 'palt' 1;
    font-size: 12px;
    line-height: 1.5;
    font-weight: normal;
    margin-left:15px;
    color: #0070cb;
    cursor: pointer;
    transition: opacity .3s;
}
.header-btm .headerIn .modal_newClass{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    opacity: 0;
    pointer-events: none;
    transition: opacity .5s;
    font-family: "Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.header-btm .headerIn .modal_newClass.active{
    opacity: 1;
    pointer-events: auto;
}

.header-btm .headerIn .modal_newClass .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    z-index: 1;
}
.header-btm .headerIn .modal_newClass .modal-wrapper{
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    max-width: 800px;
    width: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.header-btm .headerIn .modal_newClass .modal-wrapper a img{
    max-width: 100%;
    width: 100%;
    vertical-align: top;
}
.header-btm .headerIn .modal_newClass .modal-wrapper .modal_text{
    background-color: #fff;
    text-align: center;
    padding: 30px;
    border-bottom-left-radius: 1.5em;
    border-bottom-right-radius: 1.5em;
}
.header-btm .headerIn .modal_newClass .modal-wrapper .modal_text ul{
    line-height: 1.5;
    color: #000;
}
.header-btm .headerIn .modal_newClass .modal-wrapper .modal_text ul li:not(:first-child){
    margin-top: 12px;
}
.header-btm .headerIn .modal_newClass .modal-wrapper .modal_text div{
    font-size: 24px;
    margin-top: 20px;
    color: #0070cb;
    text-decoration: underline;
}

.header-btm .headerIn p:hover{
	opacity: 0.8;
}
.header-btm .headerIn h1:hover{
    opacity: 0.8;
    transition: background-color .2s,opacity .2s;
}
.header-btm .floatR {
    margin-top: 1.5%;
    display: flex;
    width: 100%;
    max-width: 470px;
}
.header-btm .floatR li:not(:first-child) {
    margin-left: 10px;
}
.header-btm .btn {
    position: relative;
    display: flex;
    width: 100%;
    height: 50px;
    border-radius: 4px;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    text-align: center;
    border: 0;
    cursor: pointer;
}
.header-btm .btn:hover{
    opacity: 0.8;
    transition: background-color .2s,opacity .2s;
}
.header-btm .btn a{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.85em;
	  line-height: 1.2em;
    text-align: center;
    text-decoration: none;
}
.header-btm .btn:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    background-repeat: no-repeat;
    pointer-events: none;
}
.header-btm .btn:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 6px;
    height: 12px;
    background-image: url(../img/common/icon_arrow.png);
    background-repeat: no-repeat;
    margin-top: -6px;
    pointer-events: none;
}
.btn_head.btn_search {
    background-color: #0075c2;
    color: #fff;
}
.btn_head.btn_search:before {
    width: 15px;
    height: 15px;
    background-image: url(../img/common/search_icon01.png);
    margin-top: -7.5px;
}
.btn_head.btn_lesson {
    background-color: #46bf0a;
    color: #fff;
}
.btn_head.btn_lesson:before {
    width: 17px;
    height: 18px;
    background-image: url(../img/common/lesson_icon01.png);
    margin-top: -9px;
}
.header-btm .btn_contact {
  background: #d12525;
}
.header-btm .btn_contact:before {
  width: 13px;
  height: 18px;
  background-image: url(../img/common/contact_icon01.png);
  margin-top: -9px;
}
.headerMenu .newred{
    font-size: 0.7em;
    color: #fe1a20;
    line-height: 1;
}
.headerMenu a:hover .newred{
    color: #fff;
}
.fixList01 {
    position: fixed;
    top: 300px;
    right: 0;
    z-index: 1000;
    -webkit-transition: right .4s ease-out;
    -moz-transition: right .4s ease-out;
    -ms-transition: right .4s ease-out;
    transition: right .4s ease-out;
}
.fixList01.hide {
    -webkit-transition: right .2s ease-out;
    -moz-transition: right .2s ease-out;
    -ms-transition: right .2s ease-out;
    transition: right .2s ease-out;
    right : -188px!important;
}
.fixList01 li {
    margin-bottom: 4px;
}
.fixList01 li a{
    display: block;
    width: 100%;
    box-sizing:border-box;
}
.fixList01 li:hover{
    opacity: 0.8;
}
.fixList01 li img{
    width: 208px;
}
.fixAnchor {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 1000;
    background-color: #ffffff;
    border-radius: 5px;
    font-size: 0;
}
.content_heading_nav {
    display: none;
}
.fixArea {
    width: 100%;
    z-index: 100;
    position: absolute;
    bottom: 0;
}
.fixArea.fixed {
    position: fixed;
    top: 0;
    bottom: auto;
    -webkit-transition: top .3s ease-out;
    -moz-transition: top .3s ease-out;
    -ms-transition: top .3s ease-out;
    transition: top .3s ease-out;
}
.fixArea.fixed.hide {
    -webkit-transition: top .2s ease-out;
    -moz-transition: top .2s ease-out;
    -ms-transition: top .2s ease-out;
    transition: top .2s ease-out;
    top : -50px;
}
.headerMenu {
    border-top: solid 1px #e6e6e6;
    background-color: #fff;
    border-bottom: 4px solid #0070cb;
}
.headerMenu ul.in {
    max-width: 1100px;
    background-color: #fff;
    display: flex;
    text-align: center;
    justify-content: space-between;
    align-items: stretch;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.headerMenu .in {
    margin: 0 auto;
    position: relative;
}

.headerMenu .in li {
    color: #000;
    font-size: 0.85em;
    border-left: 1px solid #e6e6e6;
    width: 100%;
}
.headerMenu .in a {
    background-color: #fff;
    display: block;
    line-height: 45px;
    color: #0070cb;
    text-decoration: none;
    transition: background-color 0.5s;
}
.headerMenu .in a:hover{
     background-color: #0070cb;
     color: #fff;
}
.headerMenu .in .lastchild {
    border-right: 1px solid #e6e6e6;
}
footer {
    width: 100%;
    background-color: #f8f8f8;

}
footer .m-footer-notice {
    max-width: 100%;
    background-color: #f4f4f4;
    border: 1px solid #f3f3f3;
    text-align: center;
    margin: 0 auto;
    padding: 1.5% 0;
}
footer .m-footer-notice a{
	display: block;
	font-size: 0.85em;
	text-decoration: none;
	color: #808080;
	/*position: relative;*/
}
/*
footer .m-footer-notice a:before{
	position: absolute;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-image: url(../img/common/fa-arrow-right_gray.png);
    background-repeat: no-repeat;
    background-size: 100%;
    left: 0;
    top: 1px;
}
*/
footer .footer_wrap {
    overflow: hidden;
    max-width: 960px;
    margin: 0 auto;
    padding: 2% 0 3%;
}
footer .footer_logo {
    display: none;
}
footer .footer_item {
    overflow: hidden;
    float: left;
}
footer .footer_item .footer_list:first-child {
    margin: 0;
}
footer .footer_item .footer_list {
    float: left;
    list-style: none;
}
footer .footer_item .footer_list a{
	display: block;
	font-size: 0.85em;
	text-decoration: underline;
	margin-right: 15px;
	color: #197fd2;
	position: relative;
	padding-left: 15px;
}
footer .footer_list a:before{
	position: absolute;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-image: url(../img/common/fa-arrow-right_blue.png);
    background-repeat: no-repeat;
    background-size: 100%;
    left: 0;
    top: 1px;
}
footer .footer_corp {
    float: right;
}



/*---------------ドロワーメニュー------------------------*/
.content_heading_nav {
    width: 100%;
    padding: 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    background: #ffffff;
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: 0;

}
.content_heading_nav.hide{

}
.content_heading_nav > li {
    width: 33.333333333%;
    margin: 0;
    padding: 0;
    border-top: 1px solid #f3f3f3;
    float: left;
    font-size: 0;
    line-height: 0;
}

.content_heading_nav > li a img {
    width: 100%;
    height: auto;
}

.content_heading_nav > li:nth-child(2) {
    background: #46be07;
    border-top: 1px solid #46be07;
}


.content_heading_nav > li .menu {
    width: 310px;
    height: 100%;
    margin: 0;
    overflow: scroll;
    background: #ffffff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    position: fixed;
    top: 0;
    right: -310px;
    z-index: 9999;
    transition: right 0.5s ease;
    -moz-transition: right 0.5s ease;
    -webkit-transition: right 0.5s ease;
    -webkit-overflow-scrolling: touch;
}

.content_heading_nav > li .menu .head {
    height: 50px;
    display: table;
}
.content_heading_nav > li .menu .head .logo {
    width: 260px;
    padding: 15px;
    display: table-cell;
    box-sizing: border-box;
    vertical-align: middle;
}
.content_heading_nav > li .menu .head .logo img {
    width: 131px;
}
.content_heading_nav > li .menu .head .close {
    width: 50px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.content_heading_nav > li .menu .head .close img {
    width: 11px;
}

.content_heading_nav > li .menu .menu_list li {
    height: 50px;
    background: url(../img/common/menu_icon_arw01.png) no-repeat center right 15px;
    background-size: 5px 9px;
    border-top: 1px solid #f3f3f3;
    line-height: 50px;
}
.menu_list .newred{
    font-size: 0.7em;
    color: #fe1a20;
}
.content_heading_nav > li .menu .menu_list li a {
    padding: 0 15px;
    display: block;
    font-size: 13px;
    color: #000000;
}
.content_heading_nav > li .menu .btn.lesson_contact {
    background-color: #d12525;
}
.content_heading_nav > li .menu .btn.lesson_app {
    background-color: #46bf0a;
}
.content_heading_nav > li .menu .btn.lesson_search {
    margin-top: 1px;
    background-color: #0075c2;
}
.content_heading_nav > li .menu .btn a {
    padding: 0 15px;
    display: block;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
}
.content_heading_nav > li .menu .btn a .icon {
    margin-right: 1em;
}
.content_heading_nav > li .menu .btn {
    height: 50px;
    padding: 0;
    background: url(../img/common/btn_arw01.png) no-repeat center right 15px;
    background-size: 5px 9px;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    line-height: 50px;
    text-decoration: none;
}
.content_heading_nav > li .menu .close_btn {
    width: 170px;
    height: 35px;
    margin: 30px auto;
    border: 1px solid #b3b3b3;
    background: url(../img/common/menu_icon_close01.png) no-repeat center right 15px;
    background-size: 11px 11px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 13px;
    line-height: 35px;
    text-align: center;
    color: #000000;
}
.content_heading_nav > li .menu .btn a .icon img {
    width: 12px;
    vertical-align: middle;
}

#menu_overlay.active {
    opacity: 0.4;
    visibility: visible;
}
#menu_overlay {
    width: 100vw;
    height: 100vh;
    background: #000000;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}


.freelesson{
    width: 100%;
    background-color:#fff3bb;
    box-sizing:border-box;
    padding: 70px 0 4%;
    position: relative;
}
.freelesson h2{
    text-align: center;
    font-size: 1.3em;
    line-height: 1.25;
}
.freelesson h2 span{
    display: inline-block;
}

.btn_area{
    max-width: 960px;
    margin: 0 auto;
    margin-top: 2%;
    box-sizing: border-box;
}
.btn_area p{
    display: block;
    cursor: pointer;
    font-size: 1.2em;
    line-height: 1.3em;
    color: #fff;
    text-align: center;
}
.freelessons01 .footer_btn01{
	width: 100%!important;
}
.footer_btn01{
    background-color: #46bf0a;
    width: 49%;
    padding: 3% 0;
    border-radius: 4px;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    position: relative;
	display: inline-block;
}
.footer_btn01:before{
    position: absolute;
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(../img/common/lesson_icon02.png);
    background-repeat: no-repeat;
    background-size: 100%;
    left:20px;
    top: 38%;
}
.footer_btn01:after{
    position: absolute;
    content: '';
    display: block;
    width: 20px;
    height: 21px;
    background-image: url(../img/common/btn_arw_footer.png);
    background-repeat: no-repeat;
    background-size: 50%;
    right:10px;
    top: 40%;
}
.footer_btn02{
    background-color: #0075c2;
    width: 49%;
    padding: 3% 0;
    border-radius: 4px;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    position: relative;
	display: inline-block;
}
.footer_btn02:hover{
    opacity: 0.3;
}
.footer_btn02:before{
    position: absolute;
    content: '';
    display: block;
    width: 18px;
    height: 19px;
    background-image: url(../img/common/search_icon02.png);
    background-repeat: no-repeat;
    background-size: 100%;
    left: 20px;
    top: 39%;
}
.footer_btn02:after{
    position: absolute;
    content: '';
    display: block;
    width: 20px;
    height: 21px;
    background-image: url(../img/common/btn_arw_footer.png);
    background-repeat: no-repeat;
    background-size: 50%;
    right:10px;
    top: 40%;
}
.footer_btn03{
    background-color: #d12525;
    width: 100%;
    padding: 3% 0;
    border-radius: 4px;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}
.footer_btn03:before{
    position: absolute;
    content: '';
    display: block;
    width: 20px;
    height: 26px;
    background-image: url(../img/common/contact_icon03.png);
    background-repeat: no-repeat;
    background-size: contain;
    left:20px;
    top: 50%;
    margin-top: -13px;
}
.footer_btn03:after{
    position: absolute;
    content: '';
    display: block;
    width: 20px;
    height: 21px;
    background-image: url(../img/common/btn_arw_footer.png);
    background-repeat: no-repeat;
    background-size: 50%;
    right:10px;
    top: 40%;
}
.footer_btn03.typeB {
  color: #ffffff;
  text-align: center;
  padding: 2% 0;
}
.footer_btn03.typeB:before{
  display: none;
}
.footer_btn03.typeB .number {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.footer_btn03.typeB .number:before{
  content: '';
  display: block;
  width: 23px;
  height: 30px;
  background-image: url(../img/common/contact_icon04.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.footer_btn03.typeB .number .txt{
  font-size: 24px;
  font-weight: bold;
  margin-left: 10px;
}
.footer_btn03.typeB .number .num{
  font-size: 40px;
  font-weight: bold;
  margin-left: 10px;
}
.footer_btn03.typeB .note{
  margin-top: 10px;
}


.page_anchor{
	margin-top: -54px;
	padding-top: 54px;
}


footer a:hover{
    opacity: 0.8;
}

@media screen and (max-width: 1000px) {
.headerMenu .in li {
    font-size: 0.7em;
}
}
@media screen and (max-width: 820px) {
.headerMenu .in li {
    font-size: 0.6em;
}
}

@media screen and (min-width: 769px) {
    .footer_change {
        display: none !important;
    }
    .pc{
        display: block !important;
    }
    .sp{
        display: none !important;
    }

}


@media screen and (min-width: 768px) {

    .sp{
        display: none !important;
    }

}

/*ーーーーーーーーーーーーーーーーー
    ここからtab
ーーーーーーーーーーーーーーーーーーーーー*/
@media screen and (min-width: 768px) and (max-width: 960px) {
    #class_new .header-top {
        padding: 2% 2%;
        width: 100%;
        box-sizing: border-box;
    }
    #class_new .header-btm .headerIn {
        padding: 3% 2%;
    }
    footer .footer_wrap {
        padding: 3% 2%;
    }
    .btn_area p{
        font-size: 1em;
    }
}

/*ーーーーーーーーーーーーーーーーー
        ここからsp
ーーーーーーーーーーーーーーーーーーーーー*/

@media screen and (max-width: 767px) {
    #class_new > header {
        padding-bottom: 11.726%;
    }
    img{
        width: 100%;
    }
    .sp{
        display: block !important;
    }
    .pc{
        display: none !important;
    }
    #class_new .header-top {
        padding: 4%;
        width: 100%;
        box-sizing: border-box;
    }
    #class_new .header-btm .headerIn {
        padding: 4%;
        width: 100%;
        box-sizing: border-box;
    }
    #class_new .header-btm .headerIn .floatL {
        align-items: center;
        width: 100%;
    }
    #class_new .header-btm .headerIn h1 {
        width: 60%;
        max-width: 207px;
    }
    #class_new .header-btm .headerIn p{
        margin-left: 4%;
        font-size: 10px;
        width: 40%;
    }
    .headerMenu {
        display: none!important;
    }
    .header-btm .headerIn .floatR {
        display: none !important;
    }
    .content_heading_nav {
        display: block;
    }
    #change {
        display: none;
    }

    .header-btm .headerIn .modal_newClass .modal-wrapper{
       width: 90%;
    }
    .header-btm .headerIn .modal_newClass .modal-wrapper .modal_text{
        padding: 20px 5px;
    }
    .header-btm .headerIn .modal_newClass .modal-wrapper .modal_text ul{
        font-size: 12px;
    }

    .header-btm .headerIn .modal_newClass .modal-wrapper .modal_text div{
        font-size: 18px;
    }

    /*---------------
        スティッキー状態のheader sp
    ------------------------
    #change_sp{
        display: none;
        z-index: 9999;
        position: fixed;
        top: 0;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
        width: 100%;
        background-color: #fff;

    }

    #change_sp h1{
        width: 40%;
        line-height: 50px;
        display: block !important;
    }
    #change_sp .content_heading_nav {
        width: 100%;
        padding: 0;
        box-shadow: none;
        background: none;
        font-size: 0;
        line-height: 0;
        display: flex;
    }
    #change_sp .content_heading_nav > li {
        width: 100%;
        border-top: none;
        font-size: 0;
    }
    */
    .content_heading_nav.fix {
        position: fixed;
        bottom: auto;
        top: 0;
        left: 0;
        z-index: 9998;
        transition: margin-top 0.3s ease;
        -moz-transition: margin-top 0.3s ease;
        -webkit-transition: margin-top 0.3s ease;
    }
    .content_heading_nav.hide {
        margin-top: -11.726%;
    }
    .content_heading_nav > li {
        width: 33.333333333%;
        margin: 0;
        padding: 0;
        border-top: 1px solid #f3f3f3;
        float: left;
        font-size: 0;
        line-height: 0;
    }
    .freelesson{
        padding-top: 13%;
    }
    .freelesson h2{
        font-size: 0.85em;
    }
    .btn_area{
        padding: 4%;
        width: 100%;
        box-sizing: border-box;
    }
    .footer_btn01{
        width: 100%;
        height: 60px;
        padding: 23px 0
    }
    .footer_btn01:before{
        left: 20px;
        top: 21px;
        width: 18px;
        height: 19px;
        background-image: url(../img/common/lesson_icon03.png);
    }
    .footer_btn01:after{
        right: 10px;
        top: 21px;
    }
    .footer_btn02{
        padding: 23px;
        width: 100%;
        height: 60px;
        margin-top: 2%;
    }
    .btn_area a{
        font-size: 0.9em;
        line-height: 1.5em;
    }

    .footer_btn02:before{
        left: 20px;
        top: 21px;
        background-image: url(../img/common/search_icon03.png);
    }
    .footer_btn02:after{
        right: 10px;
        top: 21px;
    }
    .footer_btn03{
        width: 100%;
        height: 60px;
        padding: 23px 0;
        margin-bottom: 2%;
    }
    .footer_btn03:before{
        left: 20px;
        width: 15px;
        height: 20px;
        margin-top: -10px;
    }
    .footer_btn03:after{
        right: 10px;
        top: 21px;
    }
    .footer_btn03.typeB {
      padding: 10px 0;
      height: auto;
      line-height: 1.35;
    }
    .footer_btn03.typeB .number {
      display: block;
    }
    .footer_btn03.typeB .number:before{
      display: none;
    }
    .footer_btn03.typeB .number .txt{
      display: block;
      font-size: 14px;
      margin-left: 0px;
    }
    .footer_btn03.typeB .number .num{
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 25px;
      margin-left: 5px;
      margin-right: 25px;
    }
    .footer_btn03.typeB .number .num:before{
      content: '';
      display: block;
      width: 25px;
      height: 25px;
      background-image: url(../img/common/contact_icon04.png);
      background-repeat: no-repeat;
      background-size: contain;
    }
    .footer_btn03.typeB .note {
      font-size: 10px;
      margin-top: 5px;
    }
    .footer_btn03.typeB .note span{
      display: block;
    }
    .footer_btn03.typeB:after{
      top: 50%;
      margin-top: -8px;
    }


    /*---------------
        スティッキー状態のfooter sp
    ------------------------*/
    .footer_change{
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 9999;
    }

    .footer_change .btn_area{
        display: flex !important;
        padding: 0%;
        width: 100%;
        box-sizing: border-box;
        height: 50px;
        position: relative;
        margin-top: 0%;
    }
    .footer_change .footer_btn01,
    .footer_change .footer_btn02{
        width: 50%;
        border-radius: 0px;
        padding: 0% 0;
         margin-top: 0;
        box-sizing: border-box;
    }
    .footer_change .btn_area a{
        font-size: 0.75em;
        line-height: 1.2em;
    }
    .footer_change .footer_btn01 a{
            position: absolute;
        top: 20%;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .footer_change .footer_btn02 a{
        line-height: 50px;
    }
    .footer_change .footer_btn01:before{
        width: 10px;
        height: 11px;
        left: 5%;
        top: 40%;
    }
    .footer_change .footer_btn01:after{

        width: 10px;
        height: 11px;
        right: 5%;
        top: 40%;
    }
    .footer_change .footer_btn02:before{
        width: 10px;
        height: 11px;
        left: 5%;
        top: 40%;
    }
    .footer_change .footer_btn02:after{
        width: 10px;
        height: 11px;
        right: 5%;
        top: 40%;
    }
    .footer_change_out {
      display: none!important;
    }
    footer {
        padding:4%;
        margin: 0;
        box-sizing: border-box;
    }
    footer .m-footer-notice {
        padding: 7px;
        margin-bottom: 0;
        background-color: #ececec;
        border: 2px solid #f3f3f3;
        text-align: center;
        margin: 0 auto;
        border-radius: 4px;
        padding: 4% 0%;
    }
    footer .m-footer-notice a {
        font-size: 11px;
        color: #808080;
    }

    footer .footer_wrap {
        width: 100%;
        margin-bottom: 0;
    }
    footer .footer_logo {
        margin: 0 auto;
        display: block;
        text-align: center;
        width: 26%;
        padding-top: 1%;
        box-sizing:border-box;
    }
    footer .footer_item {
        overflow: hidden;
        float: none;
        margin: 0;
    }
    footer .footer_item .footer_list {
        float: none;
        width: 100%;
        list-style: none;
        text-align: center;
        margin: 0;
        margin-bottom: 10px;
        font-size: 12px;
    }

    footer .footer_item .footer_list a {
        display: inline;
        position: relative;
        padding: 0;
        text-decoration: none;
        color: #8d8d8d;
        margin-right: 0;
    }
    footer .footer_item .footer_list:first-child {
        margin: 18px 0 10px 0;
    }
    footer .footer_item .footer_list:before, footer .footer_item .footer_list:after {
        color: #888888;
        content: "｜";
        margin: 0 0.6em;
        display: inline-block;
        font-size: 12px;
    }
    footer .footer_list a:before {
        position: absolute;
        content: '';
        display: none;
        width: 10px;
        height: 10px;
        background-image: url(../img/common/fa-arrow-right_blue.png);
        background-repeat: no-repeat;
        background-size: 100%;
        left: 0;
        top: 1px;
    }
    footer .footer_corp {
        float: inherit;
        text-align: center;
    }
    .fixAnchor{
        display: none !important;
    }
    .btn_area p {
        display: block;
        cursor: pointer;
        font-size: 15px;
        line-height: 1;
        color: #fff;
        text-align: center;
    }


}
@media screen and (min-width: 320px) and (max-width: 374px) {
    .btn_area p{
        font-size: 12px;
    }
}


.contact-modal {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 10000;
  overflow: scroll;
  font-family: "Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  opacity: 0;
  transition: opacity 0.20s ease, left 0.00s 0.20s linear;
}
.contact-modal.active {
  left: 0%;
  opacity: 1;
  transition: opacity 0.20s ease, left 0.00s 0.00s linear;
}
.contact-modal-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.contact-modal-inner {
  display: table-cell;
  padding: 30px 10px;
  text-align: center;
  vertical-align: middle;
}
.contact-modal-box {
  max-width: 680px;
  margin: 0 auto;
  padding: 45px;
  border: 6px solid #197fd2;
  border-radius: 3px;
  box-sizing: border-box;
  background: #ffffff;
  position: relative;
}
.contact-modal-title {
  font-size: 22px;
  font-weight: bold;
}
.contact-modal-frame a {
  margin-top: 30px;
  display: block;
  padding: 25px;
  border: 2px solid #d12525;
  border-radius: 5px;
  color: inherit;
  text-decoration: none;
  letter-spacing: 0.06em;
  pointer-events: none;
}
.contact-modal-frame .subject {
  font-size: 22px;
  margin-bottom: 15px;
}
.contact-modal-frame .number {
  color: #d12525;
  font-weight: bold;
}
.contact-modal-frame .number .num {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  font-size: 40px;
}
.contact-modal-frame .number .num:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -23px;
  display: block;
  width: 33px;
  height: 43px;
  background-image: url(../img/common/contact_icon02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.contact-modal-frame .number .txt {
  display: inline-block;
  font-size: 20px;
}
.contact-modal-frame .time {
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.02em;
  display: inline-block;
  text-align: left;
}
.contact-modal-frame .time dl {
  display: table;
}
.contact-modal-frame .time dl dt,
.contact-modal-frame .time dl dd {
  display: table-cell;
}
.contact-modal-frame .time dl dt {
  width: 5em;
}
.contact-modal-frame .time dl dd small {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}
.contact-modal-note {
  margin-top: 15px;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
}
.contact-modal-note li {
  margin-left: 1.25em;
  margin-top: 5px;
}
.contact-modal-note li .item span {
  margin-left: -1.25em;
  display: inline-block;
  width: 1.25em;
}
.contact-modal-note a {
  text-decoration: underline;
}
.contact-modal-close {
  position: absolute;
  top: -25px;
  right: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #197fd2;
  cursor: pointer;
}
.contact-modal-close:before,
.contact-modal-close:after {
  content: '';
  display: block;
  width: 50%;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -25%;
}
.contact-modal-close:before {
  transform: rotate(45deg);
}
.contact-modal-close:after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .contact-modal-box {
    padding: 30px 20px;
    border: 3px solid #197fd2;
  }
  .contact-modal-title {
    font-size: 15px;
  }
  .contact-modal-frame a {
    margin-top: 20px;
    padding: 20px 15px;
    border: 1px solid #d12525;
    border-radius: 3px;
    pointer-events: auto;
  }
  .contact-modal-frame .subject {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .contact-modal-frame .number {
    color: #d12525;
    font-weight: bold;
  }
  .contact-modal-frame .number .num {
    font-size: 24px;
    display: inline-block;
    padding-left: 25px;
    letter-spacing: 0;
  }
  .contact-modal-frame .number .num:before {
    margin-top: -11px;
    width: 18px;
    height: 23px;
  }
  .contact-modal-frame .number .txt {
    margin-top: 5px;
    display: block;
    font-size: 12.5px;
  }
  .contact-modal-frame .time {
    margin-top: 10px;
    margin-left: -10px;
    margin-right: -10px;
    font-size: 10px;
    letter-spacing: 0;
  }
  .contact-modal-frame .time dl dd small {
    margin-top: 5px;
    font-size: 9px;
    letter-spacing: 0;
  }
  .contact-modal-note {
    margin-top: 10px;
    font-size: 9px;
  }
  .contact-modal-note li {
    margin-top: 5px;
  }
  .contact-modal-close {
    top: -12.5px;
    right: -12.5px;
    width: 25px;
    height: 25px;
  }
}
