/*---------------------------------------------------
トップページ
----------------------------------------------------*/

.test_bg{
    background-image:url(../images/top/hero_pc.jpg);
    background-size:cover;
    background-position:center;
    width:100%;height:400px;
    
}
.test_box{
    padding-top: 100px;
}
.lead_text{
    font-weight:bold;
    color:#ffffff;
    font-size:1.5em;
    }
@media screen and (max-width:660px){
    .test_box img{width:60%;}
    }
@media screen and (max-width:480px){
    .test_bg{
    background-image:url(../images/top/hero_sp.jpg);
    background-position:center;
    width:100%;
    }
    .test_box{padding-top: 150px;}
    .lead_text{font-size:1.2em;}
}
/*---メインタイトル&ロゴ・画像（2022.7修正）---*/
.box__bg_photo{
background-image:url(../images/top/heropc.jpg);background-size:cover;background-position:center;  
}

#main,#main-contents{padding:0 !important;}
.main_title{position: relative;}
.intro_box{
    position: absolute;
    top: 80%;
  left: 50%;
    width: 100%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
}

/*トップログイン・登録ボタンレスポンシブ調整*/
@media screen and (max-width:480px){
    .intro_box .btn2,.intro_box .btn3{font-size: 14px;}    
}

/*申し込みボタン*/
.bn_linkBtn{
/*  display: inline-block;*/
  position: absolute;
  width: 200px;
  top:70%;
  left:50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding: 10px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-size:1.2em;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #f76a35;
  background-color: #ffffff;
/*  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);*/
  transition: .4s;}

.bn_linkBtn:hover{
    background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
    color:#ffffff;
    outline: none;
    text-decoration:none;
}



/*-----料金表キャンペーン追加----*/
.price_detail{font-size:0.8em;}

@media screen and (max-width:768px){
    .crownIcon {display: none;}
}
   

/*-----レッスンまでの流れ----*/
.inner-block .flow_box .prep_pc{
    margin:0 10px;
    text-align: center;
}
.flow_box .step2_box{
    position: relative;
}

@media screen and (max-width:660px){
    .zoomLesson_box{
        width: 100%;
    }
    .zoomLesson_box img{
        width: 100%;
    }
}
@media screen and (max-width:480px){
.bnr_pc{display: none;}
.bnr_sp{display: block;}
}



/*---------------------------------------------------
レッスンの流れ
----------------------------------------------------*/
.step div{
    position: relative;
    width:660px;
    margin: 0 auto;  
}
.step :nth-child(even){
    text-align: left;
}

.link_out a{
  position:absolute;
	top:300px;
	left:210px;  
} 

.skype_dlbtn {
	position:absolute;
	top:150px;
	left:220px;
}
.zoom_dlbtn {
	position:absolute;
	top:150px;
	left:435px;
}
.zoomuser{
    position:absolute;
    top:200px;
    left:220px;
}   
.zoomuser a{
    text-decoration: underline;
}
@media screen and (max-width:660px)
{
    .step div{width:100%;position:static;}
    .flowimg,.mt20{width: 100%;}
    .link_out a,.zoomuser{position:static;margin-top:20px;}
    .skype_dlbtn,.zoom_dlbtn{position:static;margin-top: 10px;}
    .app_dlbtn{margin: 0 auto;}
    #btn-section{margin: 20px 0;}
    }
    
/*---------------------------------------------------
初めての方へ
----------------------------------------------------*/
.charactors_box{
    margin: 20px auto;
}
.charactors_box div img{
    margin:5px;
}
.intro_title{
    margin-top: 30px;
}
.intro_title p{
    margin: 30px 0 10px;
    position:  relative;    /* 位置調整 */
    font-size: 1.2em;
    color:#366092;
    text-align:  center;    /* 文字位置指定 */
}
.intro_title span{
    font-size:1.5em;
    font-weight: bold;
    border-bottom: dotted 5px #e3dcd5;
    color:#69655c;
    margin: 20px auto;
    padding: 5px;
    line-height: 2.2em;
    
}
.intro_title sup {
    font-size: 0.8em;
    line-height: 1.5em;
}
.intro_time{
    margin: 0 auto;
}
.pop_text{
    font-size: 1.2em;
    font-weight: bold;
    color: #e0326d;
    margin:10px;
}
.sbtn,.ibtn{
  font-size: 0.9rem;
  color: #614f38;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 0.8rem 0.9rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  
}
.ibtn{width: 170px;margin: 0 10px 10px 0;}

a.btn-radius-solid {
  border: 1px solid #614f38;
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff;
}

a.btn-radius-solid:hover {
  text-decoration: none;
  background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}
.fa-angle-right{margin-left: 10px;}
.lesson_mov{height: 450px;}

.yt_thum {
    margin:0px auto;
    text-align: center;
    width: 90%;
    }
.yt_title{border-bottom:solid 1px #557B83;margin: 10px auto;}
.yt_thum p{width: 560px;text-align: left;margin:  10px auto;}
.yt_thum a{color: #557B83;font-size: 0.9em;}
.yt_thum p span{color:#557B83;font-size: 1.1em;font-weight: bold;}
.yt_mov{margin: 10px auto 20px;}
.yt_mov p{margin-top: 8px;}
@media screen and (max-width:660px){
    .yt_thum iframe,.yt_thum p {width:100%;}
    
}

/*---レッスンの流れ---*/
.stepbox{display: flex;margin-bottom: 30px;}
.toolsbox{padding-left: 30px;}
.toolsbox img{padding: 10px 10px 0 0;}
@media screen and (max-width:660px)
{
    .intro_title p{
        font-size: 1em;
    }
    
}

/*---------------------------------------------------
お支払いの種類
----------------------------------------------------*/
.ticket_pay{
    font-size:0.8em;
    margin-left: 30px;
    line-height:50px;
    color:#ffffff;
    }
.inner .pay_intro,.inner .paypal_detail, .inner .bank_info{
    text-align:left;
    width:95%;
    margin:0 auto;
}
.cs_mail{
    font-weight: bold;
}
@media screen and (max-width:700px){
    
   .pay_intro p,.paypal_detail p{
        margin-bottom: 10px;
    }   
}
/*---------------------------------------------------
シェアスクリーンについて
----------------------------------------------------*/

.share_title,.kids_title{line-height: 45px;}

/*---------------------------------------------------
よくあるご質問
----------------------------------------------------*/
.categoryBox{width: 90%;margin: 15px auto;}
.fa-chevron-circle-right:before{color:#679B9B;margin-right: 5px;}
.categoryBox a{color:#605046;}
.qaCategory{font-size: 1.2em;margin:10px;width:}
.qaCategory span{font-weight: 100;}
.qaCategory:hover{color:#F1DDBF;}

/*---------------------------------------------------
コース・教材(リニューアル案)
----------------------------------------------------*/
/*
.lesson_box{font-size:15px;text-align: left;font-weight:bold;width:380px;height: 300px; margin-bottom:10px;background:#f4ede6;color:#69655c;border:solid 1px #ccc;border-radius:3px;box-shadow:0 1px 0 rgba(255, 255, 255, 0.8) inset;}
.lesson_box div{text-align:center;}
.lesson_box p{text-align: left; font-size: 1.2em;padding: 20px 15px;}
.lesson_info{text-align: left;}
@media screen and (max-width:480px){
    .lesson_box {width:100%;}  
}
*/
.course{display: flex;justify-content: center;flex-wrap: wrap;font-size:15px;text-align: left;max-width: 800px; height: auto; margin:30px auto;background:#f4ede6;color:#69655c;border:solid 1px #ccc;border-radius:3px;box-shadow:0 1px 0 rgba(255, 255, 255, 0.8) inset;}
.course .infobtn{margin:8px 10px;}
.course_lbox{width:380px;margin:20px 15px;}
.course_lbox p{font-weight: bold;font-size: 1.2em;margin-bottom: 10px;}
.course_lbox div{text-align:center;padding: 15px 0;}
.course_rbox{margin:20px 15px;}
.course_box{display: flex;justify-content: center;flex-wrap: wrap;}
.lesson_boxS{font-size:15px;text-align: left;font-weight:bold;max-width:800px;height: auto; margin:30px auto;padding:15px 0;background:#f4ede6;color:#69655c;border:solid 1px #ccc;border-radius:3px;box-shadow:0 1px 0 rgba(255, 255, 255, 0.8) inset;}
.lesson_boxS p{padding: 0 30px;font-size:1.2em;margin-bottom: 10px;}
.lesson_boxS span{display: inline-block;padding:0 30px 10px 30px;font-size:0.9em;font-weight: normal;}
.lesson_boxS span a{color:#557B83}
.lesson_boxS span a:hover{opacity: 0.7;}
@media screen and (max-width:796px){
    .course,.lesson_boxS{width:70%;}
}
@media screen and (max-width:480px){
    .lesson_boxS, {width:100%;} 
    .course_rbox img{width:100%;}
    .fa-chevron-circle-right{font-size: 0.8em;}
}
/*---------------------------------------------------
料金プラン
----------------------------------------------------*/

/*---キャンペーンラベル---*/
/*
h2.new{position: relative;}
.new::before{
    position: absolute;
    content: "キャンペーン!";
    font-size: 0.5em;
    color: #ffffff;
    background-color: #e0326d;
    padding: 0px 10px;
    top: 0px;
    left: -10px;
    transform: rotate(-18deg);
}
*/

/*---ヘッダータイトル用スタイル---*/
.campaign_title{
    position: relative;
    width: 100%; padding-top: 2px; margin: 5px auto 15px; text-align: left; border-radius:10px; height:50px;color: #010079;
  text-shadow: 0 0 5px white;
 background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);box-sizing:border-box;
}
.campaign_title span{
   padding-left: 20px; 
    margin:0 20px 0 30px; font-weight: bold; font-family: ‘游明朝’, YuMincho, ‘ヒラギノ明朝 ProN W3’ , ‘HiraMinProN-W3’ ,”メイリオ”, Meiryo, serif; text-shadow: 0 -1px 0 rgba(255,255,255,0.8); letter-spacing: 2px; color: #f47a20; line-height:50px; font-size: 22px;
}
.campaign_title img{vertical-align: text-top;margin:0 5px 0 20px;}/*王冠アイコン*/
.ribbonL{position: absolute;left:-23px;top:-3px;}/*見出し用リボン*/
.ribbonR{position: absolute;right:-8px;top:8px;}
.campaign_link{text-decoration: underline;}
.payment_box img{margin: 15px;}
.payment_link{
    margin: 0 auto;
/*    display:inline-block;*/
    width:300px;

    padding:5px 10px;
    border:solid 1px #ccc;
    background:#f1ebeb;
    box-shadow:0 1px 0 rgba(255, 255, 255, 0.8) inset;
/*    font-weight:bold;*/
    font-size: 1.2em;
    vertical-align:middle;
    text-align:center;
    border-radius:15px;
    cursor: pointer;
}
.payment_link a{
    display:block;
    color:#69655c;
    text-decoration: none;
}
.payment_link:hover{background:rgba(241,235,235,0.8);}

@media screen and (max-width:768px){
    .payment_link{font-size: 1em;}
}
@media screen and (max-width:480px){
    .payment_box{padding-bottom: 15px !important;}
    .payment_link{width:250px;}
}

/*---------------------------------------------------
キッズ・小学生レッスン
----------------------------------------------------*/
.faq{text-align: left;}
.videogallery{
    margin:20px auto;
}
/*---------------------------------------------------
講師紹介
----------------------------------------------------*/
#teacher-section h3{}
.flex_container{display: flex;justify-content: center;flex-wrap: wrap;}
.about_teacher div{width:300px;text-align: center;margin:20px;}
.about_teacher p{width:250px;margin: 5px auto;border-bottom: solid 1px;font-size: 1.5em;font-weight: bold;}
.about_teacher i{font-size: 1.7em;padding:10px;}
.about_teacher span{display:block;width:250px;margin:0 auto;}
.fa-award:before,.fa-chalkboard-teacher:before,.fa-users:before{color:#676FA3;margin-right: 10px;font-size:2em;vertical-align: middle;}

@media screen and (max-width:768px){
.teacher h3 {margin:10px 0 !important;}
}


/*---------------------------------------------------
法人のお客様へ
----------------------------------------------------*/

.under_highlight{ 
    color:#69655c;
    font-size: 1.2em;
    font-weight: bold; 
    background: linear-gradient(transparent 60%, #fff799 60%);}

/*------問い合わせボタン-------*/


/* 何もしていない時の背景 */
.contact_corp {
margin: 15px auto;
background-color: #e0326d;/*背景色*/
-webkit-transition: all 0.3s ease;/*ふわっとさせる間隔 Google Chrome、Safari*/
-moz-transition: all 0.3s ease;/*ふわっとさせる間隔 Firefox*/
-ms-transition: all 0.3s ease;/*ふわっとさせる間隔 IE*/
-o-transition: all 0.3s ease;/*ふわっとさせる間隔 Opera*/
transition: all  0.3s ease;/*ふわっとさせる間隔*/
padding:5px;/*文字と背景の余白*/
width: 250px;/*ボタン幅*/
color: #fff;/*文字の色*/
text-align: center;/*文字を揃える位置*/
border-radius: 3px;/*背景の角丸半径*/
}
.contact_corp a{
display: block;
padding: 5px 0;
color: #ffffff;
font-size: 1.2em;
text-decoration: none;
/*
font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;*/
}

/* マウスオーバーした際の背景 */
.contact_corp:hover {
background-color :rgba(224,50,109,0.8);/*背景色*/
}
/*メールアイコンレイアウト調整*/
.fa-envelope{
    padding-top: 3px;
    font-size: 1.3em;
    margin-right: 10px;
}

/*---------------------------------------------------
法人のお客様へ(リニューアル)
----------------------------------------------------*/
#corporate-section{
/*    font-family:'YuMincho','Yu Mincho','游明朝体',sans-serif;*/
    text-align: center;
    color:#111e2a;
    }

.lead_box{
    background: url(../images/corporate/web_mainvisual.jpg) no-repeat center;
    height:530px;
    }

.lead_box h3{
    padding-top:200px;
    font-weight: bold;
    font-size: 2.5em;
    color:#ffffff;font-family:'YuMincho','Yu Mincho','游明朝体',sans-serif;
}

.contents_service,.contents_examples,.contents_inquiry{
    background-color: #f8f9d7;
    padding: 50px 0;
}
.contents_price,.contents_flow{padding: 50px 0;}

.section_title h4{
    text-align: center;color:#111e2a;font-size: 2em;
}
/*----サービスの特徴----*/
.bg_box{
    position: relative;
    width:260px;
    height:300px;
    font-size: 1.6em;
    margin: 30px 40px;   
}
.contents_service .lesson{
    background: url(../images/corporate/point1.png) no-repeat;
}

.contents_service .contract{
    background: url(../images/corporate/point2.png) no-repeat; 
}
.contents_service .textbook{
    background: url(../images/corporate/point3.png) no-repeat; 
}
.bg_box div{margin: 65px auto 0;}
.bg_box p{font-size: 0.8em;font-weight: bold;text-align: center;margin: 5px 10px;color:#0e4476;}
.bg_box span{display: inline-block;font-size: 0.8em;text-align: left;padding: 0 20px;}
/*.infoBox div{display: inline-block;}*/
.infoBox p{
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    line-height: 2em;
    color:#196bb8;
}
.infoBox span{
    display: block;
    font-size: 1.1em;
    line-height: 2em;
    max-width: 650px;
    margin:0 auto;
    text-align: left;
    padding:20px 0;
}
.infoBox img{max-width: 100%;}
.infoBox a{color: #B09B71;}
.infoBox i:before{margin-right: 8px;}

/*----コース・料金-----*/
/*.contents_price .info{
    font-size:1.1em;
    font-weight:bold;
    margin:30px auto;
    line-height:3em;
    }*/
.corp_price{margin: 30px auto 50px;}
.courses{
    margin:20px auto;
}
.course_bn{
    width:320px;
    height:350px;
    position:relative;
    border:solid 1px #111e2a;
    margin: 20px;
}
.course_bn p{
    width: 200px;
    position:absolute;
    font-size: 1.5em;
    font-weight:bold;
    color: #ffffff;
    letter-spacing: 0.2em;
    top: 40%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
}
.course_bn span{
    display: block;
    font-size:1.3em; 
    padding-top: 10px;
}
.course_bn a{
    width:170px;
    height:45px;
    background:#111e2a;
    position:absolute;
    color:#ffffff;
    line-height:45px;
    right:0; 
    bottom:0;
}
.course_bn .fa-angle-right{
    line-height:45px;
    margin-left:10px;
    font-size:1.2em;
}
.course_info{
    text-align:left;
    max-width:300px;
    margin:20px;
}
.course_info p{
    font-size:1.3em;
    padding-top:20px;
    display: block;
    text-align:center;
}
.course_info span{
    display:block;
    margin:20px;
    font-size:1.1em;
}
/*---- 活用例 ----*/
.corp_example{margin: 30px auto 50px;}
.corp_example img{margin: 0 10px;}
/*.corp_example div p{
    padding: 10px 5px;
    font-size: 1.1em;
    font-weight: bold;
}
.corp_example div span{
    top:50%;
    left:40px;
    width: 250px;
    text-align: left;
    padding: 15px 0 0 5px;
}*/
.cases{
    margin: 20px;
}
.cases div{
    width:290px;
    height: 200px;
    margin:0 auto;
    text-align:left;
    background-color: #dfe4e7;
}
.cases p{
    padding:0 8px;
    font-weight: bold;
}
.cases p:first-child{
    font-size:1.3em;
    color:#ffffff;
    letter-spacing: 0.3em;
}
.cases span{
    display: block;
    padding: 8px;
}
/*----導入までの流れ----*/
.corp_flow div{
    width:  450px;
    height:auto;
    margin: 20px auto;
    background-color: rgba(174,185,208,0.3
) 
}
.corp_flow div:first-child{background-image: url(../images/corporate/signup.png);
    background-position: right;
    background-repeat: no-repeat;}
.corp_flow div:nth-of-type(2){
    background-image: url(../images/corporate/pcsetting.png);
    background-position: right;
    background-repeat: no-repeat;
}
.corp_flow div:nth-of-type(3){
    background-image:
    url(../images/corporate/triallesson.png);
    background-position: right;
    background-repeat: no-repeat;
}
.corp_flow div:nth-of-type(4){
    background-image:
    url(../images/corporate/selection.png);
    background-position: right;
    background-repeat: no-repeat;
}
.corp_flow div:nth-of-type(5){
    background-image:
    url(../images/corporate/reservation.png);
    background-position: right;
    background-repeat: no-repeat;
}
.corp_flow div:last-child{
    background-image:
    url(../images/corporate/lessonrequest.png);
    background-position: right;
    background-repeat: no-repeat;
}
.corp_flow a,.corp_flow span{
    display: inline-block;
    font-size:1.5em;
    padding:15px 0;
    color: #111e2a;
    text-decoration: none;
    font-weight: bold;
}
.corp_flow a:hover{color: #ffffff;}
.infoBox{
    margin: 30px auto;
    padding:20px 30px;
    text-align: center;
}



/*----問い合わせ----*/
.corp_inquiry {
    width:500px;
    margin: 30px auto;
    padding:20px;
    border-radius:25px;
    border:1px solid #111e2a;
    font-size:1.2em;
}
.corp_inquiry  div{
    margin: 20px auto;
}
.corp_inquiry p{
    width:250px;
    display: inline-block;
    text-align: left;
    font-size: 0.9em;
    font-weight: bold;
    padding: 15px 0;
}
.corp_inquiry img{margin-right: 20px;
padding:10px;}
.corp_inquiry div a{
    color:#607EAA;
    padding:8px 30px;
    font-family: sans-serif;
    border:solid 1px;
}
.corp_inquiry div a:hover{
    text-decoration: none;
    background-color: #607EAA;
    color: #ffffff;
}
/*
.corp_inquiry a:first-child{
    padding:10px 30px;
    margin-right: 15px;
}
*/
.corp_inquiry i{
    margin:10px;
    font-size: 3em;
}

/***矢印ラベル***/
.steps{
  list-style-type: none;
  display:table;
  width:100%;
  padding:0;
  margin:0;
  overflow:hidden;
}
.steps li{
  display:table-cell;
  position:relative;
  background: #504944;
  padding: 1em 0.5em 1em 2em;
  color: #fff;
}
.steps li:last-child{
  padding-right: 1em;
}
.steps li:last-child:before,
.steps li:last-child:after{
  display:none;
}
.steps li:before,
.steps li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.steps li:before{
  top:-15px;
  right:-1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.steps li:after{
  top:-15px;
  right:-.8em;
  border-style: solid;
  border-color: transparent transparent transparent #504944;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.steps li.is-current{
  background: #9bbb30;
  font-weight: bold;
}
.steps li.is-current:after{
  border-color: transparent transparent transparent #9bbb30;
}
/*----リンクボタン----*/
.lessonflow_link,.zoompdf_link {
  width: 300px;
  margin: 30px 20px;
    display: inline-block;
}
.lessonflow_link a,.zoompdf_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 73px;
  padding: 0 30px;
  font-size: 1.3em;
  color: #ffffff;
  font-weight: bold;
  font-family: 'YuGothic','Yu Gothic',sans-serif;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.2s;
}
.lessonflow_link a {
    background: url(../images/corporate/lesson_bn.jpg) no-repeat;
}
.zoompdf_link a{
   background:url(../images/corporate/zoom_bn.jpg) no-repeat center;
}
.lessonflow_link a:hover,.zoompdf_link a:hover{text-decoration: underline;
    
}
.fa-file-pdf:before{padding-left: 10px;font-size: 1.2em;}

/*---メディアクエリ---*/
@media screen and (max-width:660px){
.lead_box h3{
    font-size: 1.6em;
    }
.doc_dlbtn span {font-size: 1.2em;}
.corp_inquiry {width:80%;}
    .infoBox{width: 80%;}
    .infoBox p{font-size: 1.2em;}
}

@media screen and (max-width:480px){
   .corp_price img{width:90%;}
    .corp_flow div{width:90%;}
    .corp_flow a,.corp_flow span{font-size: 1.2em;}
    }


/*---------------------------------------------------
キャンペーン
----------------------------------------------------*/
.campaign_top img{
    width: 50%;
    margin:10px auto 5px;
}
.campaign_info{
    text-align: left;
}
.campaign_info p{
    background:#f5f3e0;
    text-align:left;
    padding-left: 20px;
    font-size: 1.2em;
    font-weight:bold;
    margin: 30px 15px 5px;
    border-left: solid 5px;
}
.campaign_info span{
    margin: 0 30px;
    font-size: 1.1em;
    display: block;
}

.ticket_link{
    margin:15px 30px;
    text-align: left;
    text-decoration: underline;
}

@media screen and (max-width:768px){
  .campaign_top img{width: 70%;}
}

/*---------------------------------------------------
skypeについて
----------------------------------------------------*/
/*---------------------------------------------------
2023.1 "skype承認方法"と"skype名確認"を統合
----------------------------------------------------*/
.skype_top{
    margin:0 auto;
    padding-top: :30px;
}
.skype_top img{
    width:80%;
    max-width:650px;
    padding-top: 30px;
}
.innerflame{text-align: center;}
.outerflame{width: 80%; margin: 15px auto;padding: 15px;
background: -webkit-gradient(linear, left top, right bottom, from(#ddd), color-stop(0.25, #ddd), color-stop(0.25, white), color-stop(0.5, white), color-stop(0.5, #ddd), color-stop(0.75, #ddd), color-stop(0.75, white), to(white));
background: -moz-linear-gradient(-45deg, #ddd 25%, white 25%, white 50%, #ddd 50%, #ddd 75%, white 75%, white);
background: linear-gradient(-45deg, #ddd 25%, white 25%, white 50%, #ddd 50%, #ddd 75%, white 75%, white);
background-size: 4px 4px;}
.innerflame{background:#fff;
padding: 15px;
font-size: 14px;}
.innerflame img{width: 75%;}
.skypelesson_title{margin-top: 30px;}
.check_name,.add_contactlist{width:80%;margin: 20px auto;}

@media screen and (max-width:480px){
    .skype_flow img{display:block !important;}
}
@media screen and (max-width:768px){
    .innerflame img{
        width:100%;
    }
}
/*---------------------------------------------------
問い合わせフローティングバナー
----------------------------------------------------*/

/*メニューをページ下部に固定*/
#fixed_menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 0.9;
   z-index: 99;
}

/*メニューを横並びにする*/
#fixed_menu ul{
/*   display: flex;*/
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

#fixed_menu li{
/*   justify-content: center;*/
   align-items: center;
   max-width:350px;
   padding:0;
   margin:0;
   font-size: 14px;
   border-right: 1px solid #fff;
}

/*左側メニューを緑色に*/
#fixed_menu li:first-child{
   background: #38b435;
    padding:0;
}

/*左側メニューをオレンジ色に*/
#fixed_menu li:last-child{
   background: #243A73;
    border-radius: 15px 15px 0 0;
    margin-left: 10px;
}

/*ボタンを調整*/
#fixed_menu li a{
   font-size: 1.2em;
   color: #fff;
   text-align: center;
   display:block;
   width: 100%;
   padding:20px 0;
   margin:0;
    line-height: 120%;
}
.fa-building:before{margin-right: 5px;}
@media screen and (max-width:480px){#fixed_menu ul{display:none;}
#fixed_menu li:last-child{margin: 0;}
}
/*フッターまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
}
