@charset "UTF-8";
.mv_wrap {
    position: relative;
    height: 500px;
    background: url("../img/main_mv.jpg") no-repeat center top / cover;
}
.mainMv_ttl {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    text-align: center;
}
.mainMv-ttl {
    font-size: 65px;
    font-weight: 800;
    line-height: 1;
    color: #009943;
    margin: 0 0 20px 0;
    display: block;
}
.mainMv-subttl {
    font-size: 14px;
    font-weight: bold;
}
.main_wrap {
    margin: 0 0 120px 0;
}
.wid_in {
    width: 1100px;
    margin: 0 auto;
}
.onlineSec_wrap {
    padding: 120px 0;
}
.sec_ttl {
    margin: 0 0 120px 0;
}
.sec-ttl {
    font-size: 40px;
    line-height: 1;
    font-weight: 800;
    text-align: center;
}
.sec-ttl span {
    color: #009943;
}
/*学研の家庭教師オンラインの特徴*/
.features_in {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    margin: 0 0 140px 0;
}
.features_in.is-rev {
    -webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.features_in:last-child {
    margin: 0;
}
.features_in dl {
    margin: 0 0 0 60px;
}
.features_in.is-rev dl {
    margin: 0 60px 0 0;
}
.features_in dl.ver2,
.features_in dl.ver4 {
    margin: -80px 0 0 60px;
}
.features_in dl.ver3 {
    margin: -80px 60px 0 0;
}
.features_in dl dt {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 800;
    color: #009943;
    padding: 75px 0 0 0;
    margin: 0 0 20px 0;
}
.features_in dl.ver1 dt {
    background: url("../img/title_01.png") no-repeat top left;
}
.features_in dl.ver2 dt {
    background: url("../img/title_02.png") no-repeat top left;
}
.features_in dl.ver3 dt {
    background: url("../img/title_03.png") no-repeat top left;
}
.features_in dl.ver4 dt {
    background: url("../img/title_04.png") no-repeat top left;
}
.features_in dl dd {
    line-height: 2;
}
/*新型コロナウイルス*/
.info_wrap {
    background: #dde7f1 url("../img/info_bg.jpg") no-repeat center center;
}
.info_in {
    display: table;
    height: 376px;
}
.info_wrap dl {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 395px;
}
.info_wrap dl dt {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    color: #5095d0;
    color: #1F6A8A;
    margin: 0 0 20px 0;
}
.info_wrap dl dd {
    font-size: 13px;
    line-height: 2;
}
/*在籍家庭教師のご紹介*/
.teacher_wrap {
    padding: 120px 0;
    background-color: #eaf5ef;
}
.teacher_wrap .sec_ttl {
    margin: 0 0 30px 0;
}
.tech-ttl {
    line-height: 2;
    text-align: center;
}
.teacher_list {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    width: 1000px;
    margin: 50px auto 25px auto;
}
.teacher_list li {
    width: 485px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    margin: 30px 30px 0 0;
}
.teacher_list li.js-slid {
    display: block;
}
.teacher_list li:nth-child(2n) {
    margin: 30px 0 0 0;
}
.teacher_list li:nth-child(-n+2) {
    margin: 0 30px 0 0;
}
.teacher_list li:nth-child(2) {
    margin: 0;
}
.teacher_in {
    display: table;
    height: 100%;
}
.teacher_img {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 100px;
    padding: 0 25px 0 5px;
}
.teacher-img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50px;
    -ms-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}
.teacher-img img {
    border-radius: 50px;
    -ms-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}
.teacher_txt {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.teacher-txt {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.teacher-info {
    display: table;
    font-size: 14px;
    margin: 0 0 10px 0;
}
.teacher-info .is-label {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 60px;
    height: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: #009944;
    border-right: 10px solid #fff;
}
.teacher-info .is-no {
    display: none;
}
.teacher-info a {
    display: inline-block;
    color: #009943;
    text-decoration: underline;
}
.teacher-info .js-more.is-on {
    display: inline-block;
}
.teacher-info .js-more {
    display: none;
}
@media (min-width: 896px) {
    .teacher-info a:hover {
        text-decoration: none;
    }
}
.slide_btn {
    display: none;
}
.teacher-info:last-child {
    margin: 0;
}
.txt {
    margin: 0 50px 0 0;
}
/*お問い合わせ*/
.contact_box {
    text-align: center;
    padding: 60px 0 55px 0;
    margin: 120px 0 0 0;
    border: 4px solid #f84a6a;
    background-color: #fff;
}
.contact_box.ver2 {
    margin: 0;
    padding: 90px 0;
    border: none;
    background: url("../img/contact_bg.jpg") no-repeat center center / cover;
}
.cnt-ttl {
    font-size: 30px;
    line-height: 1;
    font-weight: 800;
    color: #f84a6a;
}
.contact_box.ver2 .cnt-ttl {
    font-size: 36px;
}
.contact_btnbox {
    width: 820px;
    margin: 40px auto 0 auto;
}
.contact_box.ver2 .contact_btnbox {
    margin: 60px auto 0 auto;
}
.contact_box .contact_btnbox.ver2 {
    margin: 0 auto;
}
.tel_left,
.cnt_right {
    display: table;
    width: 400px;
    height: 100px;
    box-sizing: border-box;
}
.tel_left {
    float: left;
    border: 4px solid #eeeeee;
    background-color: #fff;
}
.tel_left a,
.cnt_right a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.tel_left a {
    pointer-events: none;
}
.cnt_right {
    float: right;
    background: #F84A59;
}
.cnt_right a {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background: #F84A59;
    background: -ms-linear-gradient(top, #F95E88, #F84A59);
    background: -moz-linear-gradient(top, #F95E88, #F84A59);
    background: -webkit-gradient(linear, left top, left bottom, from(#F95E88), to(#F84A59));
}
@media (min-width: 896px) {
    .cnt_right a:hover {
        text-decoration: none;
        opacity: 0.9;
    }
}
/*人気のオンライン家庭教師プラン*/
.secPlan_wrap {
    padding: 120px 0 0 0;
}
.secPlan_wrap .sec_ttl {
    margin: 0 0 60px 0;
}
.plan_list {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    margin: 0 0 60px 0;
}
.sid_nmb {
    width: 110px;
    margin: 100px 0 0 0;
}
.sid_nmb span {
    display: block;
    height: 0;
    padding: 100px 0 0 0;
    overflow: hidden;
    margin: 0 0 10px 0;
}
.sid_nmb span.no1 {
    background: url(../img/title_01.png) no-repeat center left;
    margin: 30px 0;
}
.sid_nmb span.no2 {
    background: url(../img/title_02.png) no-repeat center left;
}
.sid_nmb span.no3 {
    margin: 0;
    background: url(../img/title_03.png) no-repeat center left;
}
.plan_list ul {
    margin: 0 10px 0 0;
}
.plan_list ul:last-child {
    margin: 0;
}
.plan_list ul li {
    display: table;
    width: 240px;
    height: 100px;
    margin: 0 0 10px 0;
    box-sizing: border-box;
}
.plan_list ul li:nth-child(2) {
    height: 150px;
}
.plan_list ul.is-yoji li {
    background-color: #fff3f7;
}
.plan_list ul.is-syogaku li {
    background-color: #ffeae4;
}
.plan_list ul.is-chugaku li {
    background-color: #e8fedd;
}
.plan_list ul.is-koukou li {
    background-color: #def5ff;
}
.plan_list ul li:last-child {
    margin: 0;
}
.plan_list ul li:first-child {
    position: relative;
    height: 80px;
    margin: 0 0 20px 0;
    background-color: #fff;
}
.plan_list ul.is-yoji li:first-child {
    border: 4px solid #EE6696;
}
.plan_list ul.is-syogaku li:first-child {
    border: 4px solid #F96549;
}
.plan_list ul.is-chugaku li:first-child {
    border: 4px solid #72d641;
    border: 4px solid #58A632;
}
.plan_list ul.is-koukou li:first-child {
    border: 4px solid #41a7d6;
    border: 4px solid #3C9DC9;
}
.plan_list ul li:first-child:before,
.plan_list ul li:first-child:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.plan_list ul li:first-child:before {
    border-top: 8px solid #fff;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    bottom: -16px;
    z-index: 100;
}
@media all and (-ms-high-contrast: none) {
    .plan_list ul li:first-child:before {
        bottom: -12px;
    }
}
@-moz-document url-prefix() {
    .plan_list ul li:first-child:before {
        bottom: -12px;
    }
}
.plan_list ul li:first-child:after {
    bottom: -24px;
    z-index: 99;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
}
@media all and (-ms-high-contrast: none) {
    .plan_list ul li:first-child:after {
        bottom: -19px;
    }
}
@-moz-document url-prefix() {
    .plan_list ul li:first-child:after {
        bottom: -19px;
    }
}
.plan_list ul.is-yoji li:first-child:after {
    border-top: 10px solid #EE6696;
}
.plan_list ul.is-syogaku li:first-child:after {
    border-top: 10px solid #F96549;
}
.plan_list ul.is-chugaku li:first-child:after {
    border-top: 10px solid #72d641;
    border-top: 10px solid #58A632;
}
.plan_list ul.is-koukou li:first-child:after {
    border-top: 10px solid #41a7d6;
    border-top: 10px solid #3C9DC9;
}
.plan_list ul li span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.5;
}
.plan_list ul li span.c-sp-in {
    display: none;
}
.plan_list ul li:first-child span {
    font-size: 26px;
}
.plan_list ul.is-yoji li:first-child span {
    color: #EE6696;
}
.plan_list ul.is-syogaku li:first-child span {
    color: #F96549;
}
.plan_list ul.is-chugaku li:first-child span {
    color: #72d641;
    color: #58A632;
}
.plan_list ul.is-koukou li:first-child span {
    color: #41a7d6;
    color: #3C9DC9;
}
.online_btn {
    width: 340px;
    margin: 0 auto;
}
.online_btn .c-btn a {
    border: 4px solid #eeeeee;
    color: #000;
}
@media (min-width: 896px) {
    .online_btn .c-btn a:hover {
        background-color: #eeeeee;
    }
}
.plan_list ul li .tan9 {
    text-align: center;
    font-size: 14px;
    padding: 10px 0 0;
}
.plan_list ul li .tan9 img {
    padding: 0 0 2px;
}
@media (min-width: 896px) {
    .plan_list ul li .tan9 a:hover {
        opacity: 0.8;
    }
}
/*コース料金*/
.feeSec_wrap {
    padding: 120px 0 100px 0;
}
.feeSec_wrap .sec_ttl {
    margin: 0 0 60px 0;
}
.item_name {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    margin: 0 0 40px 0;
}
.item_name li {
    display: table;
    position: relative;
    width: 360px;
    height: 60px;
    border: 4px solid #eeeeee;
    box-sizing: border-box;
}
.item_name li:before,
.item_name li:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.item_name li:before {
    border-top: 8px solid #fff;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    bottom: -16px;
    z-index: 100;
}
@media all and (-ms-high-contrast: none) {
    .item_name li:before {
        bottom: -12px;
    }
}
@-moz-document url-prefix() {
    .item_name li:before {
        bottom: -12px;
    }
}
.item_name li:after {
    bottom: -24px;
    z-index: 99;
    border-top: 10px solid #eeeeee;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
}
@media all and (-ms-high-contrast: none) {
    .item_name li:after {
        bottom: -19px;
    }
}
@-moz-document url-prefix() {
    .item_name li:after {
        bottom: -19px;
    }
}
.item_name li span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.fee_list {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
.fee_list li {
    display: table;
    width: 33%;
    height: 90px;
}
.fee_list.ver2 li {
    background-color: #eaf5ef;
}
.fee_list li span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
}
.fee_list li:nth-child(1) span,
.fee_list li:nth-child(3) span {
    font-size: 20px;
    color: #009943;
}
.fee_list li span.ver2 {
    font-size: 26px;
}
.fee_list li span.is-ib {
    display: inline;
    font-size: 18px;
}
.caut_txt {
    margin: 25px 0 0 0;
}
.caut_txt li {
    position: relative;
    padding: 0 0 0 1em;
}
.caut_txt li span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
/*授業開始までの流れ*/
.secFlow_wrap {
    padding: 120px 0;
    /*background-color: #eaf5ef;*/
}
.secFlow_wrap .sec_ttl {
    margin: 0 0 60px 0;
}
.flow_img {
    margin: 0 0 120px 0;
}
.flowstep_box {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    padding: 30px 30px 30px 60px;
    margin: 0 0 30px 0;
    background-color: #fff;
    border: 1px solid #009944;
}
.flowstep_box.is-last {
    margin: 0;
}
.flowstep_txt {
    margin: 30px 90px 0 0;
}
.flowstep_txt dl dt {
    position: relative;
    font-size: 28px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: -0.05em;
    padding: 0 0 0 130px;
    margin: 0 0 40px 0;
}
.flowstep_txt dl dt:before {
    content: "";
    position: absolute;
    display: block;
    height: 38px;
    top: 0;
    left: 0;
    z-index: 10;
}
.flowstep_txt.ver1 dl dt:before {
    width: 106px;
    background: url("../img/flowstep1.png") no-repeat 0 0;
}
.flowstep_txt.ver2 dl dt:before {
    width: 116px;
    background: url("../img/flowstep2.png") no-repeat 0 0;
}
.flowstep_txt.ver3 dl dt:before {
    width: 115px;
    background: url("../img/flowstep3.png") no-repeat 0 0;
}
.flowstep_txt.ver4 dl dt:before {
    width: 115px;
    background: url("../img/flowstep4.png") no-repeat 0 0;
}
.flowstep_txt.ver5 dl dt:before {
    width: 115px;
    background: url("../img/flowstep5.png") no-repeat 0 0;
}
.flowstep_txt dl dd {
    font-size: 13px;
    line-height: 2;
}
/*よくあるご質問*/
.secFaq_wrap {
    padding: 120px 0;
    background: #eaf5ef;
}
.secFaq_wrap .sec_ttl {
    margin: 0 0 80px 0;
}
.faq_box {
    margin: 0 0 30px 0;
    border: 4px solid #009944;
}
.faq_box:last-child {
    margin: 0;
}
.faq_box dt {
    position: relative;
    padding: 32px 70px 36px 70px;
    background-color: #009944;
    cursor: pointer;
}
.faq-txt {
    position: relative;
    line-height: 1;
}
.faq_box dt .faq-txt {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.faq_box dt .faq-txt span,
.faq_box dd .faq-txt span {
    position: absolute;
    display: block;
    top: 50%;
    left: -44px;
    transform: translateY(-50%);
    z-index: 10;
    font-size: 26px;
    line-height: 1;
}
.faq_box dt:after {
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 10px;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    z-index: 10;
    background: url("../img/dec_arw_down.png") no-repeat 0 0;
}
.faq_box dt.active:after {
    background: url("../img/dec_arw_up.png") no-repeat 0 0;
}
.faq_box dd {
    display: none;
    padding: 10px 70px 20px 70px;
    background: #fff;
}
.faq_box dd .faq-txt {
    font-size: 16px;
    line-height: 1.8;
}
.faq_box dd .faq-txt span {
    color: #f84a6a;
    top: 2px;
    transform: translateY(0);
}
/*フローティングバナー*/
.floatingbnr_wrap {
    display: none;
}
.onlinebnr_wrap {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    margin: 120px 0 0 0;
}
.ank_wrap {
    padding: 60px 0 0 0;
    margin: 0 auto;
    width: 1000px;
}
@media (min-width: 896px) {
    .ank_wrap {
        width: 1000px;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: center;
	    -ms-flex-pack: center;
        justify-content: center;
    }
}
.ank-btn {
    width: 48%;
    text-align: center;
}
.ank-btn a {
    display: table;
    width: 100%;
    border: 1px solid #009944;
    text-align: center;
    font-weight: bold;
    color: #009944;
    font-size: 17px;
    text-decoration: none;
    background: url(../img/dec_arw_down_gra.png) no-repeat right 20px center;
    height: 50px;
    padding: 0 20px 0 0;
    box-sizing: border-box;
}
@media (min-width: 896px) {
    .ank-btn a:hover {
        color: #fff;
        background: #009944 url(../img/dec_arw_down.png) no-repeat right 20px center;
    }
}
.ank-btn a span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.bnr_wrap {
    margin: 50px 0 0 0;
    text-align: center;
}
.bnr_wrap a {
    display: inline-block;
}
@media (min-width:896px) {
    .bnr_wrap a:hover {
        opacity: 0.8;
    }
}
@media (max-width: 896px) {
    .mv_wrap {
        height: 250px;
        background: url("../img/sp/main_mv.jpg") no-repeat center top / cover;
    }
    .mainMv_ttl {
        top: 35px;
        left: 25px;
        text-align: left;
        transform: translateX(0);
    }
    .mainMv-ttl {
        font-size: 26px;
        line-height: 1.2;
        margin: 0 0 10px 0;
    }
    .mainMv-subttl {
        font-size: 13px;
    }
    .main_wrap {
        margin: 0 0 50px 0;
    }
    .wid_in {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .onlineSec_wrap .wid_in {
        padding: 0;
    }
    .onlineSec_wrap {
        padding: 50px 0;
    }
    .sec_ttl {
        margin: 0 0 50px 0;
    }
    .sec-ttl {
        font-size: 20px;
        line-height: 1.4;
    }
    .onlineSec_wrap .sec-ttl {
        font-size: 25px;
    }
    /*学研の家庭教師オンラインの特徴*/
    .features_in {
      	display: block;
        margin: 0 0 25px 0;
    }
    .features_img img {
        width: 100%;
    }
    .features_in dl {
        margin: 30px 20px 0 20px;
    }
    .features_in.is-rev dl {
        margin: 30px 20px 0 20px;
    }
    .features_in dl.ver2,
    .features_in dl.ver4 {
        margin: 30px 20px 0 20px;
    }
    .features_in dl.ver3 {
        margin: 30px 20px 0 20px;
    }
    .features_in dl dt {
        font-size: 20px;
        padding: 40px 0 0 0;
        margin: 0 0 10px 0;
    }
    .features_in dl.ver1 dt {
        background: url("../img/sp/title_01.png") no-repeat top left;
        background-size: 30px auto;
        -ms-background-size: 30px auto;
        -moz-background-size: 30px auto;
        -webkit-background-size: 30px auto;
    }
    .features_in dl.ver2 dt {
        background: url("../img/sp/title_02.png") no-repeat top left;
        background-size: 37px auto;
        -ms-background-size: 37px auto;
        -moz-background-size: 37px auto;
        -webkit-background-size: 37px auto;
    }
    .features_in dl.ver3 dt {
        background: url("../img/sp/title_03.png") no-repeat top left;
        background-size: 38px auto;
        -ms-background-size: 38px auto;
        -moz-background-size: 38px auto;
        -webkit-background-size: 38px auto;
    }
    .features_in dl.ver4 dt {
        background: url("../img/sp/title_04.png") no-repeat top left;
        background-size: 38px auto;
        -ms-background-size: 38px auto;
        -moz-background-size: 38px auto;
        -webkit-background-size: 38px auto;
    }
    .features_in dl dd {
        font-size: 13px;
    }
    /*新型コロナウイルス*/
    .info_wrap {
        background: none;
    }
    .info_wrap .wid_in {
        padding: 0;
    }
    .info_img img {
        width: 100%;
    }
    .info_in {
        display: block;
        height: auto;
        margin: 15px 20px 50px 20px;
    }
    .info_wrap dl {
        display: block;
        width: 100%;
    }
    .info_wrap dl dt {
        font-size: 15px;
        margin: 0 0 10px 0;
    }
    .info_wrap dl dd {
        line-height: 1.8;
    }
    /*在籍家庭教師のご紹介*/
    .teacher_wrap {
        padding: 50px 0 60px 0;
    }
    .teacher_wrap .sec_ttl {
        margin: 0 0 25px 0;
    }
    .tech-ttl {
        line-height: 1.8;
        text-align: justify;
    }
    .teacher_list {
      	display:block;
        width: 100%;
        margin: 20px 0 30px 0;
    }
    .teacher_list li {
        width: 100%;
        padding: 15px;
        margin: 0 0 15px 0;
        box-sizing: border-box;
    }
    .teacher_list li.js-slid {
        display: none;
    }
    .teacher_list li:nth-child(2n) {
        margin: 0 0 15px 0;
    }
    .teacher_list li:nth-child(-n+2) {
        margin: 0 0 15px 0;
    }
    .teacher_list li:nth-child(2) {
        margin: 0 0 15px 0;
    }
    .teacher_img {
        display:-webkit-box;
      	display:-ms-flexbox;
      	display:flex;
        -webkit-box-align: center;
    	-ms-flex-align: center;
    	align-items: center;
        width: 100%;
        padding: 0;
    }
    .teacher-img {
        width: 50px;
        height: 50px;
        margin: 0 10px 0 0;
        border-radius: 25px;
        -ms-border-radius: 25px;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
    }
    .teacher-img img {
        width: 50px;
        border-radius: 25px;
        -ms-border-radius: 25px;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
    }
    .teacher_txt {
        display: block;
        margin: 20px 0 0 0;
    }
    .teacher-txt {
        width: calc(100% - 50px);
        font-size: 13px;
        margin: 0;
    }
    .teacher-info {
        font-size: 13px;
    }
    .teacher-info .is-label {
        font-size: 12px;
        width: 55px;
    }
    .slide_btn {
        display: block;
        margin: 0 0 25px 0;
    }
    .slide-txt {
        font-size: 13px;
        line-height: 1;
        padding: 8px 0;
        background: #fff;
        text-align: center;
    }
    .slide-txt span.op {
        display: block;
    }
    .slide-txt span.op.on {
        display: none;
    }
    .slide-txt span.cl {
        display: none;
    }
    .slide-txt span.cl.on {
        display: block;
    }
    .a_right.sp {
        text-align: left;
    }
    /*お問い合わせ*/
    .contact_box {
        padding: 15px 0;
        margin: 25px 0 0 0;
        border: 3px solid #f84a6a;
    }
    .contact_box.ver2 {
        padding: 40px 0 45px 0;
        background: url("../img/sp/contact_bg.jpg") no-repeat center center / cover;
    }
    .cnt-ttl {
        font-size: 15px;
        line-height: 1.6;
    }
    .contact_box.ver2 .cnt-ttl {
        font-size: 15px;
    }
    .contact_btnbox {
        width: 100%;
        margin: 15px auto 0 auto;
        padding: 0 12px;
        box-sizing: border-box;
    }
    .contact_box.ver2 .contact_btnbox {
        margin: 25px auto 0 auto;
    }
    .tel_left,
    .cnt_right {
        width: 48%;
        height: 50px;
    }
    .tel_left {
        border: none;
        background: #F84A59;
        background: -ms-linear-gradient(top, #F95E88, #F84A59);
        background: -moz-linear-gradient(top, #F95E88, #F84A59);
        background: -webkit-gradient(linear, left top, left bottom, from(#F95E88), to(#F84A59));
    }
    .tel_left a {
        pointer-events: auto;
    }
    .tel_left a img {
        width: 140px;
    }
    .cnt_right a {
        font-size: 18px;
        text-align: center;
    }
    .cnt_right a span {
        position: relative;
        padding: 0 0 0 40px;
    }
    .cnt_right a span:before {
        content: "";
        position: absolute;
        display: block;
        width: 23px;
        height: 24px;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background: url("../img/sp/icn_contact.png") no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    /*人気のオンライン家庭教師プラン*/
    .secPlan_wrap {
        padding: 60px 0 0 0;
    }
    .secPlan_wrap .sec_ttl {
        margin: 0 0 25px 0;
    }
    .plan_list {
      	display: block;
        margin: 0 0 30px 0;
    }
    .sid_nmb {
        display: none;
    }
    .plan_list ul {
        margin: 0 0 30px 0;
    }
    .plan_list ul li {
        width: 100%;
        height: 50px;
        margin: 0 0 5px 0;
    }
    .plan_list ul li:nth-child(2) {
        height: 50px;
    }
    .plan_list ul.is-syogaku li:nth-child(2) {
        height: 90px;
    }
    .plan_list ul.is-syogaku li:nth-child(2).is-ver2 {
        height: 50px;
    }
    .plan_list ul li.no {
        display: none;
    }
    .plan_list ul li:first-child {
        height: 40px;
    }
    .plan_list ul.is-yoji li:first-child {
        border: 3px solid #EE6696;
    }
    .plan_list ul.is-syogaku li:first-child {
        border: 3px solid #F96549;
    }
    .plan_list ul.is-chugaku li:first-child {
        border: 3px solid #72d641;
        border: 3px solid #58A632;
    }
    .plan_list ul.is-koukou li:first-child {
        border: 3px solid #41a7d6;
        border: 3px solid #3C9DC9;
    }
    .plan_list ul li:first-child:before {
        border-top: 7px solid #fff;
        border-right: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 7px solid transparent;
        bottom: -14px;
    }
    @media all and (-ms-high-contrast: none) {
        .plan_list ul li:first-child:before {
            bottom: -11px;
        }
    }
    @-moz-document url-prefix() {
        .plan_list ul li:first-child:before {
            bottom: -11px;
        }
    }
    .plan_list ul li:first-child:after {
        bottom: -19px;
        border-right: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 8px solid transparent;
    }
    @media all and (-ms-high-contrast: none) {
        .plan_list ul li:first-child:after {
            bottom: -16px;
        }
    }
    @-moz-document url-prefix() {
        .plan_list ul li:first-child:after {
            bottom: -16px;
        }
    }
    .plan_list ul.is-yoji li:first-child:after {
        border-top: 8px solid #EE6696;
    }
    .plan_list ul.is-syogaku li:first-child:after {
        border-top: 8px solid #F96549;
    }
    .plan_list ul.is-chugaku li:first-child:after {
        border-top: 8px solid #72d641;
        border-top: 8px solid #58A632;
    }
    .plan_list ul.is-koukou li:first-child:after {
        border-top: 8px solid #41a7d6;
        border-top: 8px solid #3C9DC9;
    }
    .plan_list ul li span {
        font-size: 13px;
    }
    .plan_list ul li span.c-sp-in {
        display: inline;
        vertical-align: baseline;
    }
    .plan_list ul li:first-child span {
        font-size: 15px;
    }
    .online_btn {
        width: 100%;
    }
    .online_btn .c-btn a {
        height: 40px;
        border: 3px solid #eeeeee;
    }
    .plan_list ul li .tan9 {
        text-align: center;
        font-size: 12px;
        padding: 8px 0 0;
    }
    .plan_list ul li .tan9 img {
        padding: 0 5px;
    }
    /*コース料金*/
    .feeSec_wrap {
        padding: 60px 0;
    }
    .feeSec_wrap .sec_ttl {
        margin: 0 0 20px 0;
    }
    .caut_txt {
        margin: 10px 0 0 0;
    }
    .cource_fee {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .cource_fee:last-child {
        margin: 0;
    }
    .cource_fee tr {
        width: 100%;
        height: 55px;
        box-sizing: border-box;
        border: 3px solid #eeeeee;
    }
    .cource_fee tr th {
        width: 25%;
        font-size: 12px;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
        border-bottom: 3px solid #fff;
        background-color: #eeeeee;
        box-sizing: border-box;
    }
    .cource_fee tr:nth-child(3) th {
        border-bottom: none;
    }
    .cource_fee tr td {
        text-align: left;
        font-size: 13px;
        line-height: 1.4;
        padding-left: 15px;
        border-bottom: 3px solid #eeeeee;
        border-left: 3px solid #eeeeee;
        box-sizing: border-box;
    }
    .cource_fee tr:nth-child(3) td {
        border-bottom: none;
    }
    .cource_fee tr td.ver2 {
        font-size: 15px;
        font-weight: bold;
        color: #009943;
    }
    .cource_fee tr td.ver3 {
        font-size: 23px;
        color: #009943;
    }
    .cource_fee tr td.ver3 span.is-ib {
        font-size: 13px;
        font-weight: 500;
    }
    /*授業開始までの流れ*/
    .secFlow_wrap {
        padding: 55px 0 60px 0;
    }
    .secFlow_wrap .sec_ttl {
        margin: 0 0 25px 0;
    }
    .flow_img {
        margin: 0 0 30px 0;
    }
    .flow_img img {
        width: 100%;
    }
    .flowstep_box {
        display: block;
        padding: 30px 20px 20px 20px;
        margin: 0 0 20px 0;
    }
    .flowstep_txt {
        margin: 0 0 15px 0;
    }
    .flowstep_txt dl dt {
        font-size: 15px;
        padding: 0 0 0 65px;
        margin: 0 0 20px 0;
    }
    .flowstep_txt dl dt:before {
        height: 19px;
    }
    .flowstep_txt.ver1 dl dt:before {
        width: 53px;
        background: url("../img/sp/flowstep1.png") no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .flowstep_txt.ver2 dl dt:before {
        width: 58px;
        background: url("../img/sp/flowstep2.png") no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .flowstep_txt.ver3 dl dt:before {
        width: 58px;
        background: url("../img/sp/flowstep3.png") no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .flowstep_txt.ver4 dl dt:before {
        width: 58px;
        background: url("../img/sp/flowstep4.png") no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .flowstep_txt.ver5 dl dt:before {
        width: 58px;
        background: url("../img/sp/flowstep5.png") no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .flowstep_txt dl dd {
        line-height: 1.8;
    }
    .flowstep_img img {
        width: 100%;
    }
    /*よくあるご質問*/
    .secFaq_wrap {
        padding: 55px 0 60px 0;
    }
    .secFaq_wrap .sec_ttl {
        margin: 0 0 25px 0;
    }
    .faq_box {
        margin: 0 0 20px 0;
        border: 2px solid #009944;
    }
    .faq_box dt {
        display: table;
        width: 100%;
        height: 50px;
        padding: 0 40px;
        box-sizing: border-box;
    }
    .faq-txt {
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        line-height: 1.6;
    }
    .faq_box dt .faq-txt {
        font-size: 13px;
    }
    .faq_box dt .faq-txt span,
    .faq_box dd .faq-txt span {
        left: -24px;
        font-size: 20px;
    }
    .faq_box dt:after {
        width: 14px;
        height: 10px;
        right: 13px;
        background: url("../img/sp/dec_arw_down.png") no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .faq_box dt.active:after {
        background: url("../img/sp/dec_arw_up.png") no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .faq_box dd {
        padding: 14px 18px 20px 40px;
    }
    .faq_box dd .faq-txt {
        font-size: 13px;
    }
    /*フローティングバナー*/
    .floatingbnr_wrap {
        position: fixed;
        display: block;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 9999;
    }
    .floatingbnr_in {
        width: 100%;
        padding: 10px;
        background: rgba(197, 197, 197, 0.8);
        box-sizing: border-box;
    }
    .onlinebnr_wrap {
        display: block;
        margin: 50px 0 0 0;
    }
    .online-bnr {
        margin: 0 -10px 30px -10px;
        text-align: center;
    }
    .online-bnr:last-child {
        margin: 0 -10px;
    }
    .online-bnr img {
        width: 100%;
    }
    .ank_wrap {
        padding: 30px 0 0 0;
        margin: 0 20px;
        width: auto;
    }
    .ank-btn {
        width: auto;
        margin: 0 0 10px 0;
    }
    .ank-btn:last-child {
        margin: 0 0 0 0;
    }
    .ank-btn a {
        font-size: 12px;
        background: url(../img/sp/dec_arw_down_gra.png) no-repeat right 10px center;
        background-size: 14px auto;
        height: 40px;
        padding: 0 20px 0 0;
    }
    .bnr_wrap {
        margin: 30px 0 0 0;
    }
}
@media (max-width: 374px) {
    .sec-ttl {
        font-size: 18px;
    }
    .onlineSec_wrap .sec-ttl {
        font-size: 23px;
    }
    .tel_left a img {
        width: 110px;
    }
    .cnt_right a {
        font-size: 16px;
    }
    .cnt_right a span {
        padding: 0 0 0 30px;
    }
    .cource_fee tr th {
        font-size: 11px;
    }
    .cource_fee tr td {
        font-size: 12px;
        padding-left: 10px;
    }
}
@media (max-width: 340px) {
    .ank_wrap {
        margin: 0 10px;
    }
    .ank-btn a {
        font-size: 11px;
    }
}
