/*
Theme Name: lp
*/

@charset "utf-8";
/*-------------------------------------
初期設定
-------------------------------------*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins,kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure,footer, header, hgroup, global-navigation, nav, section, summary,time, mark, audio, video{margin:0;padding:0;}
html,body{line-height:1.5;word-wrapper:break-word;counter-reset:wpp-ranking;font-size:16px;width: 100%;height:100%;font-family: 'Noto Sans Japanese', Meiryo, Osaka, "MS PGothic", sans-serif;}
article,aside,details,figcaption,figure,footer,header,hgroup,global-navigation,nav,section{display:block;}
nav ul{list-style:none;}
ul, ol, li{list-style:none;}
*{zoom:1;box-sizing:border-box;}
p{line-height:2.0;color:#303030;}
img{-webkit-backface-visibility:hidden;width:100%;}

/*-------------------------------------
全体
-------------------------------------*/
.mb20 {
    margin-bottom: 20px;
}
/* 共通 */
.sp{
	display: none;
}
.pc{
	display: block;
}
.pc_none2 {
    display: none;
}
.flex {
	display: flex;
}
.width {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
}
/* ローディングアニメーション */
body.fadeout #loading-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.90);
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    transition: all 0.3s; 
    z-index: 9999;
}
body.fadeout .loading {
    position: absolute;
    width: 48px;
    height: 48px;
    left: 50%;
    top: 50%;
    margin: -72px 0 0 -24px;
}
body.fadeout .loading span {
    animation-name: loading;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    display: block;
    margin: 2px;
    width: 20px;
    height: 20px;
    float: left;
}
body.fadeout .loading span:nth-child(1) {
    animation-delay: 0s;
    background-color: #ea502c;
}
body.fadeout .loading span:nth-child(2) {
    animation-delay: 0.25s;
    background-color: #003E75;
}
body.fadeout .loading span:nth-child(3) {
    clear: both;
    float: right;
    animation-delay: 0.5s;
    background-color: #36b521;
}
body.fadeout .loading span:nth-child(4) {
    animation-delay: 0.75s;
    background-color: #fd9535;
}
#loading-wrapper p {
    display: none;
}
body.fadeout #loading-wrapper p {
    display: block;
}
@keyframes loading {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}



body.fadeout .ring
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width:  150px;
  height: 150px;
  background: transparent;
  border: 3px solid #3c3c3c;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  line-height: 150px;
  font-family: sans-serif;
  font-size: 20px;
color: #fff000;
letter-spacing: 2px;
text-transform: uppercase;
text-shadow: 1px 2px 10px #fff000; 
box-shadow: 0 0 0 20px rgba(0,0,0,.5);
background: linear-gradient(0deg, #333, #000);
box-shadow: 0 0 0 4px  #353535, 0 0 0 5px #3e3e3e,inset 0 0 10px rgba(0,0,0,1), 0 5px 20px rgba(0,0,0,5), inset 0 0 15px rgba(0,0,0,.2);
}
body.fadeout .ring:before
{
  content: '';
  position:absolute;
  top: -3px;
  left: -3px;
  height: 100%;
  width: 100%;
  border: 3px solid transparent;
  border-top: 3px solid #fff000;
  border-right: 3px solid #fff000;
  border-radius: 50%;
  animation: animateCircle 2s linear infinite;
}
body.fadeout .ring span
{
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  width: 50%;
  background: transparent;
  height: 4px;
  transform-origin: left;
  animation: animate 2s linear infinite;
}
body.fadeout .ring span:before
{
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff000;
  top: -6px;
  right: -8px;
  box-shadow: 0 0 20px #fff000;
}
@keyframes animateCircle
{
  0%
  {
    transform: rotate(0deg);
  }
  100%
  {
    transform: rotate(360deg);
  }
}

@keyframes animate
{
  0%
  {
    transform: rotate(45deg);
  }
  100%
  {
    transform: rotate(405deg);
  }
}


/* ヘッダー */
#header {
	height: 40px;
	max-width: 1000px;
    margin: 0 auto;
}
#header .logo {
	margin: 0;
	max-width: 210px;
}
#header {
	height: 100%;
    padding: 20px 0;
}
#header > div > .flex {
    justify-content: space-between;
}
.area {
    font-size: 12px;
    text-align: right;
}
#header .pc_free_contents {
    justify-content: space-between;
    margin-bottom: 5px;
}
#header .free {
    max-width: 180px;
}
#header .tel_inner {
    max-width: 292px;
    margin-left: 30px;
}
/* メイン画像 */
.main_image {
    display: block;
    max-width: 1920px;
    margin: 0 auto;
}
/* フッター */
#footer {
    padding: 10px 0;
	background: #EA502B;
}
#footer,
#footer a,
#footer p {
	text-align: center;
	color:#fff;
}
#footer a{
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
/* お問い合わせページ */
#contents {
	padding-bottom: 50px;
}

    /* フッター追従 */
    #pc_bar {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 0;
    }
    .pc_bar {
        background: rgba(0,0,0,0.5);
        padding: 15px 10px;
    }
    #pc_bar.hide{
        bottom:-120px;
    }
    .pc_bar_box {
        max-width: 1000px;
        margin: 0 auto;
        padding: 0 10px;
        text-align: center;
        align-items: flex-end;
    }
    .cta_button_sp {
        width: 50%;
        text-align: center;
    }
    .cta_button_sp:first-child {
        margin-right: 10px;
    }
    .cta_button div {
        font-size: 12px;
        font-weight: bold;
        text-align: center;
    }
    .cta_button div.pc {
        margin-bottom: 5px;
    }
    .cta_button div.sp {
        margin-top: 5px;
    }
    #pc_bar .cta_button div {
        color: #fff;
    }
    .cta_button span {
        margin-bottom: 5px;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        color: #fff;
    }
    .contactform_box_bottom {
        display: block;
        position: relative;
        color: #fff;
        border-radius: 4px;
        font-weight: bold;
        text-align: center;
        max-width: 500px;
        width: 100%;
        padding: 10px 5px;
        font-size: 15px;
        text-decoration: none;
    }
    .cta_button_sp:first-child .contactform_box_bottom {
        background: #fd9535;
        border-bottom: solid 2px #d27d00;
        box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
        margin-right: 10px;
    }
    .cta_button_sp:last-child .contactform_box_bottom {
        background: #32ac1e;
        border-bottom: solid 2px #1a9007;
        box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    }
    .contactform_box_bottom:active {
        border-bottom: solid 2px #fd9535;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
    }

    .container_inner {
        /*padding-bottom: 114px;*/
    }

@media screen and (max-width:768px){
    /* 共通 */
	.sp{
		display:block;
	}
	.pc{
		display:none;
	}
    .pc_none2 {
        display: block;
    }
    .width{
        padding: 0 15px;
    }
    .container_inner {
        /*padding-bottom: 99px;*/
    }
    /* ヘッダー */
	#header .logo2 {
        width: 100%;
        max-width:160px;
        margin:10px auto 0;
        text-align:center;
    }
    .tel_inner{
        margin-left: 0;
    }
    #header>div>div{
        margin: 0 10px;
    }
    /* フッター */
    #footer,#footer a{
        font-size: 14px;
    }
    /* フッター追従 */
    .sp_bar {
        background: #fff8e0;
        padding: 15px 10px;
    }
    .sp_bar > div {
        align-items: flex-start;
    }
    .cta_button_sp {
        width: 50%;
        text-align: center;
    }
    .cta_button_sp:first-child {
        margin-right: 10px;
    }
    .cta_button_sp div {
        margin-top: 5px;
        font-size: 11px;
        font-weight: bold;
    }
    .contactform_box_bottom {
        display: block;
        position: relative;
        color: #fff;
        border-radius: 4px;
        font-weight: bold;
        text-align: center;
        max-width: 500px;
        width: 100%;
        padding: 20px 5px;
        font-size: 15px;
        text-decoration: none;
    }
    .cta_button_sp:first-child .contactform_box_bottom {
        background: #fd9535;
        border-bottom: solid 2px #d27d00;
        box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
        margin-right: 10px;
        font-size: 15px;
    }
    .cta_button_sp:last-child .contactform_box_bottom {
        background: #32ac1e;
        border-bottom: solid 2px #1a9007;
        box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    }
    .contactform_box_bottom:active {
        border-bottom: solid 2px #fd9535;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
    }
    /* お問い合わせページ */
	#contents {
		padding-bottom: 30px;
	}
}

/*-------------------------------------
メインコンテンツ
-------------------------------------*/
/* 見出し */
h2{
	margin: 0 0 20px;
	font-size: 30px;
    text-align: center;
	color:#EA502B;
}
h3 {
	margin: 0 0 20px;
	font-size: 24px;
	color: #003E75;
}
/* ctaボタン */
.cta {
    margin: 50px 0;
}
.cta p {
    margin-bottom: 20px;
    text-align: center;
}
.cta p span {
    font-size: 28px;
    font-weight: bold;
    background: -webkit-linear-gradient(transparent 70%, yellow 70%);
    background: -o-linear-gradient(transparent 70%, yellow 70%);
    background: linear-gradient(transparent 70%, yellow 70%);
}
.cta_box {
    justify-content: center;
    align-items: flex-end;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
}
.cta_box a:first-child {
    margin-right: 20px;
}
.cta_box span {
    display: block;
    font-size: 12px;
    color: #000;
}/* ctaボタン */
.cta {
    margin: 50px 0;
}
.cta p {
    margin-bottom: 20px;
    text-align: center;
}
.cta p span {
    font-size: 28px;
    font-weight: bold;
    background: -webkit-linear-gradient(transparent 70%, yellow 70%);
    background: -o-linear-gradient(transparent 70%, yellow 70%);
    background: linear-gradient(transparent 70%, yellow 70%);
}
.cta_box {
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
}
.cta_box a:first-child {
    margin-right: 20px;
}
.cta_box span {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 5px;
}
.contactform_box {
    display: block;
    position: relative;
    color: #fff;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    max-width: 500px;
    width: 100%;
    padding: 10px 10px 6px;
    font-size: 28px;
    text-decoration: none;
}
.cta_button {
    width: 50%;
}
.cta_button:first-child {
    margin-right: 20px;
}
.cta_button:first-child .contactform_box {
    background: #fd9535;
    border-bottom: solid 2px #d27d00;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}
.cta_button:last-child .contactform_box {
    background: #36b521;
    border-bottom: solid 2px #1a9007;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}
.contactform_box:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.contactform_box:hover {
    opacity: 0.8;
}

/* お母さん、お父さん、迷ってませんか？ */
.trouble {
    margin: 50px 0;
}
.trouble img {
    max-width: 400px;
    margin-right: 20px;
}
.trouble_box li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
    font-size: 20px;
    font-weight: bold;
    text-decoration:underline wavy #ffff00;
}
.trouble_box li:before {
    position: absolute;
    content: url("../img/check.png");
    top: 4px;
    left: 0;
}
.trouble .flex {
    align-items: center;
}
.trouble h3 {
    margin-top: 20px;
    text-align: center;
}

/* 家庭教師プラス３つの特徴！ */
.feature {
    margin-bottom: 50px;
}
.feature h3 {
    padding: 10px 0;
    border-bottom: solid 1px #003E75;
}
.graph_box {
    justify-content: center;
    margin: 30px 0;
}
.graph_box li {
    margin-right: 40px;
    text-align: center;
}
.graph_box li:last-child {
    margin-right: 0;
}
.graph_box li p {
    font-size: 18px;
    font-weight: bold;
}
.graph_box img {
    display: block;
    max-width: 240px;
    margin: 0 auto 15px;
}
.up {
    font-size: 16px !important;
}
.up_color01 {
    color: #e72e24;
}
.up_color02 {
    color: #f6ab00;
}
.up_color03 {
    color: #8ec31f;
}

.lecturer_box {
    margin: 30px 0 30px;
}
.lecturer_box li {
    display: block;
    width: calc((100% - 20px) / 2); 
    padding: 20px 30px;
}
.lecturer_box li:first-child {
    margin-right: 40px;
    border: solid 3px #00a182;
}
.lecturer_box li:last-child {
    border: solid 3px #f3c800;
}
.teacher_info {
    align-items: center;
    margin-bottom: 15px;
}
.teacher_info img {
    display: block;
    max-width: 140px;
    text-align: center;
}
.teacher_info div {
    margin-left: 10px;
}
.teacher_name{
    display: block;
    margin-bottom :5px;
    font-size: 20px;
    font-weight: bold;
}
.lecturer_box_bottom {
    margin-bottom: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.teacher_year,.measures_box {
    display: block;
}
.measures_box li {
    align-items: center;  
    margin-bottom: 20px;
}
.measures_box li:first-child {
    flex-direction: row-reverse;
}
.measures_box li img {
    max-width: 200px;
}
.measures_box li p {
    font-size: 16px;
    line-height: 2.0;
}
.measures_text {
    margin-right: 20px;
}
.freeplan_box {
    margin: 30px 0;
}
.freeplan_box li {
    width: calc((100% - 20px) / 3); 
    margin-right: 40px;
}
.freeplan_box li:last-child {
    margin-right: 0;
}
.freeplan_box li > span {
    display: block;
    text-align: center;
}
.freeplan_title {
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
}
.freeplan_price {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #D00000;
}
.freeplan_price span {
    font-size: 40px;
    margin-right: 5px;
    color: #D00000;
}

/* 私たちが札幌近郊に特化にする理由 */
.reason{
    background: url("../img/reason_image.jpg") center center no-repeat;
    background-size: cover;
    margin-bottom: 50px;
    padding: 80px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.reason_box h2{
    color: #fff;
}
.reason_box p{
    margin-bottom: 15px;
    color: #fff;
}

/* 家庭教師プラスは豊富な学習プランでお子様・ご家庭に合わせて対応可能です！ */
.table_list {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 10px;
}
.table_list h3 {
    margin: 0 0 20px;
}
.course_text_bottom {
    text-align: center;
    margin-bottom: 30px;
}
.cource_image {
    margin-bottom: 20px;
    line-height: 0;
}
.course_box {
    display: flex;
}
.course_list {
    width: calc((100% - 15px) / 2);
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 30px;
}
.course_list:nth-of-type(1) {
    border: 3px solid #8dc21f;
}
.course_list:nth-of-type(2) {
    border: 3px solid #1dade5;
}
.cource_text h3 {
    margin-bottom: 20px;
    padding: 5px 10px;
    font-size: 28px;
    color: #fff;
}
.course_list:nth-of-type(1) .cource_text h3 {
    background: #8dc21f;
}
.course_list:nth-of-type(2) .cource_text h3 {
    background: #1dade5;
}
.cource_price {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.cource_price span {
    font-size: 14px;
    color: #000;
    vertical-align: middle;
}
.course_list:nth-of-type(1) .cource_price {
    color: #509614;
    border-bottom: dotted 1px #509614;
}
.course_list:nth-of-type(2) .cource_price {
    color: #0082be;
    border-bottom: dotted 1px #0082be;
}
.course_list:last-child {
    margin-right: 0;
}
.menu-title {
    font-size: 20px;
}
.menus-box {
    margin-right: 15px;
    width: calc(50% - 15px);
    line-height: 1.5;
}
.menus-box:nth-child(even) {
    margin: 0px 0 0 15px;
}
.table_list .open_checkbox {
    display: none;
}
.table_list .open_btn {
    cursor: pointer;
    display: block;
    padding-right: 50px;
    font-size: 14px;
    border: 1px dotted #003E75;
    padding: 10px 0 10px 20px;
}
.table_list .open_checkbox:checked~table.contraindicationslist_table {
    visibility: visible;
    margin: 10px 0;
    opacity: 1;
}
.menu-label-title {
    display: block;
    cursor: pointer;
    position: relative;
    padding: 15px 0;
}
.menu-title {
    display: block;
    padding-right: 50px;
}
.menu-label-title span:nth-child(2),
.menu-label-title span:nth-child(3) {
    display: block;
    width: 16px;
    border-bottom: solid 2px #003E75;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.menu-label-title span:nth-child(2) {
    transform: rotate(45deg);
    right: 31px;
}
.menu-label-title span:nth-child(3) {
    transform: rotate(-45deg);
}
.menu-text {
    display: none;
    padding: 0;
    margin-bottom: 30px;
}
.menu-text img {
    display: block;
    margin-bottom: 20px;
}
.menu-text p {
    margin-bottom: 15px;
    line-height: 1.8;
}
.menus-box .triple-check-box {
    display: none;
}
.menus-box .triple-check-box:checked ~ .menu-text {
    display: block;
}
.menus-box .triple-check-box:checked ~ h3 .menu-label-title span:nth-child(2) {
    transform: rotate(-45deg);
}
.menus-box .triple-check-box:checked ~ h3 .menu-label-title span:nth-child(3) {
    transform: rotate(45deg);
}
.menus-box ul li {
    margin-bottom: 30px;
}
.menus-box h4 {
  position: relative;
  padding-bottom: .5em;
  border-bottom: 2px solid #ccc;
}
.menus-box h4::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 2px;
  background-color: #003E75;
}
.course_sup_box {
    margin-bottom: 30px;
    padding: 15px 20px;
    background: #f3f3f3;
}

.course_sup {
    font-size: 14px;
    color: #777;
}

.course_ex {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

/* 無料体験までの流れ */
.flow_list {
    padding: 30px;
    border: solid 1px #558ed5;
}
.flow_list .flex {
    align-items: center;
}
.flow_box li h3 {
    margin:0 0 15px;
    background: #558ed5;
    background: #e7edf3;
    color: #202020;
    padding: 10px;
}
.flow_step {
    background: #003e75;
    color: #fff;
    margin-right: 10px;
    padding: 5px 10px;
    font-size: 20px;
}
.flow_box li div img {
    max-width: 250px;
}
.flow_box li div p {
    margin-left: 20px;
    font-size: 16px;
}
.triangle {
    margin: 19px auto 40px;
    position: relative;
}
.triangle:after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #1c4385;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%; /* 中央寄せに使用 */
    margin-left: -20px; /* 中央寄せに使用*/
}
.flow_list p a {
    font-weight: bold;
    color: #0000ff;
    text-decoration: underline;
}
.flow_list p a:hover {
    text-decoration: none;
}

/* ご利用頂いた保護者様の声 */
.voice {
    margin: 50px 0;
}
.voice_box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}
.voice_box li {
    width: calc(50% - 15px);
    margin-bottom: 20px;
}
.voice_box li:nth-child(even) {
    margin-left: 30px;
}
.voice_heading {
    background: #fff7ef;
    margin-bottom: 20px;
    padding: 10px;
}
.voice_parents {
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #EA502B;
}
.voice_course {
    display: block;
    text-align: center;
}

/* よくある質問 */
.question {
    margin-bottom: 30px;
}
.question dl {
    margin: 0 0 30px;
    padding: 30px;
    border: solid 1px #EA502B;
}
.question dl:last-child {
    margin: 0 0 0;
}
.question dl dt {
    font-weight: bold;
    position: relative;
    color: #EA502B;
    padding: 3px 10px 3px 50px;
    margin: 0 0 20px;
    line-height: 2.0;
}
.question dl dt:before {
    content: "Q";
    background: #EA502B;
    color: #fff;
    font-family: "BAHNSCHRIFT", sans-serif;
    border-radius: 0;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 25px;
    line-height: 1.7;
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.question dl dd {
    position: relative;
    padding: 0 0 0 50px;
    border-radius: 10px;
    line-height: 2.0;
}
.question dl dd:before {
    content: "A";
    background: #003E75;
    font-family: "BAHNSCHRIFT", sans-serif;
    color: #fff;
    font-weight: bold;
    border-radius: 0;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 25px;
    line-height: 1.7;
    position: absolute;
    left: 0px;
    top: 14px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

@media screen and (max-width: 768px){
    /* 見出し */
    h2{
        font-size: 28px;
    }
    h3{
        font-size: 22px;
    }
    /* ctaボタン */
    .cta_box {
        margin: 30px auto;
         padding: 0 10px;
    }
    .cta_box.flex {
         display: block;
    }
    .contactform_box {
        max-width: 400px;
        margin: 0 auto;
        font-size: 20px;
    }
    .cta_box a:first-child {
        margin-right: auto;
        margin-bottom: 10px;
    }
    .cta p span {
        font-size: 24px;
    }
    
/* ctaボタン */
.cta {
    margin: 30px 0;
}
.cta p {
    margin-bottom: 20px;
    text-align: center;
}
.cta p span {
    font-size: 28px;
    font-weight: bold;
    background: -webkit-linear-gradient(transparent 70%, yellow 70%);
    background: -o-linear-gradient(transparent 70%, yellow 70%);
    background: linear-gradient(transparent 70%, yellow 70%);
}
.cta_box {
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
}
.cta_box a:first-child {
    margin-right: auto;
    margin-bottom: 10px;
}
.cta_box span {
    display: block;
    font-size: 14px;
    color: #000;
    text-align: center;
    margin-bottom: 2px;
}
.contactform_box {
    display: block;
    position: relative;
    color: #fff;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    max-width: 500px;
    width: 100%;
    padding: 10px 10px 6px;
    font-size: 24px;
    text-decoration: none;
}
.cta_button {
    width: 100%;
}
.cta_button:first-child {
    margin-right: 0px;
    margin-bottom: 10px;
}  
    /* お母さん、お父さん、迷ってませんか？ */
    .trouble img {
        display: none;
    }
    .trouble_box li {
        font-size: 16px;
    }
    .trouble .flex {
        display: block;
    }
    .trouble_box li:before {
        top: 0px;
    }
    /* 家庭教師プラス３つの特徴！ */
    .feature h3 {
        padding: 0 0 10px;
    }
    .lecturer_box.flex,.graph_box,.freeplan_box,.measures_box li {
        display: block;
    }
    .lecturer_box li {
        width: 100%; 
        padding: 20px 20px;
    }
    .lecturer_box li:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .graph_box li {
        margin-right: 0;
        text-align: center;
    }
    .graph_box li:first-child {
        margin-bottom: 20px;
    }
    .graph_box img {
        display: block;
        max-width: 180px;
        margin: 0 auto 15px;
    }
    .freeplan_box li {
        width: 100%; 
        margin-right: 0;
        margin-bottom: 20px;
    }
    .measures_box li:last-child p {
        margin-left: 0;
    }
    .measures_box li img {
        display: block;
        margin: 0 auto 10px;
    }
.measures_text {
    margin-right: 0;
}
    /* 私たちが札幌近郊に特化にする理由 */
    .reason{
        margin-bottom: 50px;
        padding: 50px 0;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .reason_box p{
        margin-bottom: 10px;
    }
    /* 家庭教師プラスは豊富な学習プランでお子様・ご家庭に合わせて対応可能です！ */
    .table_list {
        display: flex;
        flex-wrap: wrap;
        margin: 30px 0 10px;
    }
    .table_list h3 {
        margin: 0 0 20px;
    }
    .course_text_bottom {
    }
    .cource_image {
        margin-bottom: 20px;
        line-height: 0;
    }
    .course_box {
        display: flex;
        flex-wrap: wrap;
    }
    .faq_teachers {
        margin-bottom: 50px;
    }
    .course_list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        padding: 20px;
    }
    .course_list:nth-of-type(1) {
        border: 3px solid #eb6d80;
    }
    .course_list:nth-of-type(2) {
        border: 3px solid #8dc21f;
    }
    .course_list:nth-of-type(3) {
        border: 3px solid #f29600;
    }
    .course_list:nth-of-type(4) {
        border: 3px solid #1dade5;
    }
    .cource_text h3 {
        margin-bottom: 10px;
        padding: 5px 10px;
        font-size: 28px;
        color: #fff;
    }
    .course_list:nth-of-type(1) .cource_text h3 {
        background: #eb6d80;
    }
    .course_list:nth-of-type(2) .cource_text h3 {
        background: #8dc21f;
    }
    .course_list:nth-of-type(3) .cource_text h3 {
        background: #f29600;
    }
    .course_list:nth-of-type(4) .cource_text h3 {
        background: #1dade5;
    }
    .cource_price {
        font-size: 20px;
        font-weight: bold;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .course_list:nth-of-type(1) .cource_price {
        color: #c84650;
        border-bottom: dotted 1px #c84650;
    }
    .course_list:nth-of-type(2) .cource_price {
        color: #509614;
        border-bottom: dotted 1px #509614;
    }
    .course_list:nth-of-type(3) .cource_price {
        color: #d26400;
        border-bottom: dotted 1px #d26400;
    }
    .course_list:nth-of-type(4) .cource_price {
        color: #0082be;
        border-bottom: dotted 1px #0082be;
    }
    .course_list:nth-of-type(2n) {
        margin-right: 0;
    }
    .menu-title {
        font-size: 20px;
    }
    .menus-box {
        margin-right: 15px;
        width: calc(50% - 15px);
        line-height: 1.5;
    }
    .menus-box:nth-child(even) {
        margin: 0px 0 0 15px;
    }
    .table_list .open_checkbox {
        display: none;
    }
    .table_list .open_btn {
        cursor: pointer;
        display: block;
        padding-right: 50px;
        font-size: 14px;
        border: 1px dotted #003E75;
        padding: 10px 0 10px 20px;
    }
    .table_list .open_checkbox:checked~table.contraindicationslist_table {
        visibility: visible;
        margin: 10px 0;
        opacity: 1;
    }
    .menu-label-title {
        display: block;
        cursor: pointer;
        position: relative;
        padding: 15px 0;
    }
    .menu-title {
        display: block;
        padding-right: 50px;
    }
    .menu-label-title span:nth-child(2),
    .menu-label-title span:nth-child(3) {
        display: block;
        width: 16px;
        border-bottom: solid 2px #003E75;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
    .menu-label-title span:nth-child(2) {
        transform: rotate(45deg);
        right: 31px;
    }
    .menu-label-title span:nth-child(3) {
        transform: rotate(-45deg);
    }
    .menu-text {
        display: none;
        padding: 0;
        margin-bottom: 30px;
    }
    .menu-text img {
        display: block;
        margin-bottom: 20px;
    }
    .menu-text p {
        margin-bottom: 15px;
        line-height: 1.8;
    }
    .menus-box .triple-check-box {
        display: none;
    }
    .menus-box .triple-check-box:checked ~ .menu-text {
        display: block;
    }
    .menus-box .triple-check-box:checked ~ h3 .menu-label-title span:nth-child(2) {
        transform: rotate(-45deg);
    }
    .menus-box .triple-check-box:checked ~ h3 .menu-label-title span:nth-child(3) {
        transform: rotate(45deg);
    }
    .menus-box ul li {
        margin-bottom: 30px;
    }
    .menus-box h4 {
      position: relative;
      padding-bottom: .5em;
      border-bottom: 2px solid #ccc;
    }
    .menus-box h4::after {
      position: absolute;
      bottom: -2px;
      left: 0;
      z-index: 2;
      content: '';
      width: 20%;
      height: 2px;
    }

    /* 無料体験までの流れ */
    .flow_list {
        padding: 20px;
    }
    .flow_list .flex {
        display: block;
    }
    .flow_box li div img {
        max-width: 600px;
    }
    .flow_box li div p {
        margin-left: 0;
    }
    .flow_step{
        display: block;
        font-size: 16px;
        margin-bottom:5px;
    }
    .flow_box li h3 {
        margin:0 0 15px;
        background: #558ed5;
        background: #e7edf3;
        color: #202020;
        padding: 10px;
        font-size: 18px;
        line-height: 1.5;
    }
    /* ご利用頂いた保護者様の声 */
    .voice_box {
        display: block;
    }
    .voice_box li {
        width: 100%;
    }
    .voice_box li:nth-child(even) {
        margin-left: 0;
    }
    /* よくある質問 */
    .question dl {
        margin: 0 0 30px;
        padding: 20px 15px;
    }
}

#form{
	position: relative;
}

input[type=checkbox]:checked ~ li.check1-on {
	display:none;
}
input[type="text"],input[type="mail"],
textarea {
	padding: 0.5em;
	outline: none;
	border: 1px solid #DDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
}
textarea {
	width: 300px;
	height: 100%;
	min-height: 250px;
}
input[type="text"]:focus,input[type="mail"]:focus,
texture:focus {
		box-shadow: 0 0 7px #3498db;
		border: 1px solid #3498db;
}
input[type="checkbox"] {
		border: 1px solid #aaaaaa;
		vertical-align: -8px;
		-webkit-appearance: none;
		position: relative;
		margin-right: 5px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-sizing: border-box;
		width: 26px;
		height: 26px;
		background: -webkit-gradient(
				linear, left top, left bottom,
				color-stop(0.00, #ffffff),
				color-stop(1.00, #e2e2e2)
		);
		/*For Modern Browser*/
		background: linear-gradient(
				to bottom,
				#ffffff 0%,
				#e2e2e2 100%
		);
}
input[type="checkbox"]:checked {

		background: -webkit-gradient(
				linear, left top, left bottom,
				color-stop(0.00, #EA502B),
				color-stop(1.00, #EC4217)
		);
		/*For Modern Browser*/
		background: linear-gradient(
				to bottom,
				#EA502B 0%,
				#EC4217 100%
		);
		border: 1px solid #C73A17;
}
input[type="checkbox"]:checked:before {
		position: absolute;
		left: 1px;
		top: 16px;
		display: block;
		-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
		content: "";
		width: 10px;
		height: 4px;
		background: #ffffff;
		-webkit-transform: rotate(45deg);
		-webkit-transform-origin: right center;
}
input[type="checkbox"]:checked:after {
		display: block;
		position: absolute;
		left: 9px;
		top: 16px;
		content: "";
		-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
		width: 16px;
		height: 4px;
		background: #ffffff;
		-webkit-transform: rotate(-53deg);
		-webkit-transform-origin: left center;
}

#form{
	position: relative;
}

input[type=checkbox]:checked ~ li.check1-on {
	display:none;
}
input[type="text"],input[type="mail"],
textarea {
	padding: 0.5em;
	outline: none;
	border: 1px solid #DDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
}
textarea {
	width: 300px;
	height: 100%;
	min-height: 250px;
}
input[type="text"]:focus,input[type="mail"]:focus,
texture:focus {
		box-shadow: 0 0 7px #3498db;
		border: 1px solid #3498db;
}
input[type="checkbox"] {
		border: 1px solid #aaaaaa;
		vertical-align: -8px;
		-webkit-appearance: none;
		position: relative;
		margin-right: 5px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-sizing: border-box;
		width: 26px;
		height: 26px;
		background: -webkit-gradient(
				linear, left top, left bottom,
				color-stop(0.00, #ffffff),
				color-stop(1.00, #e2e2e2)
		);
		/*For Modern Browser*/
		background: linear-gradient(
				to bottom,
				#ffffff 0%,
				#e2e2e2 100%
		);
}
input[type="checkbox"]:checked {

		background: -webkit-gradient(
				linear, left top, left bottom,
				color-stop(0.00, #EA502B),
				color-stop(1.00, #EC4217)
		);
		/*For Modern Browser*/
		background: linear-gradient(
				to bottom,
				#EA502B 0%,
				#EC4217 100%
		);
		border: 1px solid #C73A17;
}
input[type="checkbox"]:checked:before {
		position: absolute;
		left: 1px;
		top: 16px;
		display: block;
		-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
		content: "";
		width: 10px;
		height: 4px;
		background: #ffffff;
		-webkit-transform: rotate(45deg);
		-webkit-transform-origin: right center;
}
input[type="checkbox"]:checked:after {
		display: block;
		position: absolute;
		left: 9px;
		top: 16px;
		content: "";
		-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
		width: 16px;
		height: 4px;
		background: #ffffff;
		-webkit-transform: rotate(-53deg);
		-webkit-transform-origin: left center;
}

.faq_teachers {
    margin-bottom: 40px;
}
.faq_teachers a {
    background: #999 none repeat scroll 0 0;
    border-radius: 10px;
    box-shadow: 0 5px 0 0 #555;
    color: #ffffff;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
    max-width: 320px;
    line-height: 1.5;
}

@media screen and (max-width: 768px){
    .faq_teachers {
        margin-bottom: 40px;
    }
    .faq_teachers a {
        font-size: 16px;
        padding: 20px;
    }
}