@charset "utf-8";
/*----------------------------------------------------------
3回トライアルレッスン　※トライアル改訂版　20231011
----------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap');
#m_trial .lightbox { display: none; }


#m_trial{
  font-family: 'Noto Sans JP', sans-serif;
}
#m_trial .contact{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
#m_trial .contact .header_logo{
  width: auto;
  padding: 10px 20px;
}
#m_trial .contact .header_logo p{
  font-size: 1.0rem;
  margin: 0 0 7px;
  color: #e40057;
}
#m_trial .contact .header_logo a img{
  max-height: 45px;
}
#m_trial .contact ul{
  width: 300px;
  margin: 25px 0 0;
}

#m_trial .contact .btn_orange02{
  background: #00267F;
  border-color: #00267F;
  color: #fff;
  max-width: 250px;
  width: 100%;
}
#m_trial .contact .btn_orange02:hover{
  text-decoration: none;
  background: #fff;
  color: #00267F;
}
#m_trial .contact .btn_orange02 i{
  position: absolute;
  right: 15px;
  top: 40%;
}
#m_trial .fv{
  display: flex;
  flex-wrap: wrap;
  background: #CBE4F6;
}
#m_trial .fv .fv_img{
  width: 50%;
}
#m_trial .fv .fv_img img{
  width: 100%;
}
#m_trial .fv .fv_tit{
  width: 50%;
  background: url(/multi/lpi/m_trial/img/m_trial/main_bg.png) no-repeat;
  background-size: 100%;
  text-align: center;
  padding: 20px 70px 0;
}
#m_trial .fv .fv_tit p {
  margin-bottom: 20px;
}
#m_trial .fv .fv_tit img{
  width: 100%;
}

#m_trial .fv .fv_tit a{
  background: #00267F;
  font-weight: normal;
  padding: 15px 0;
  height: auto;
  line-height: 1.2;
  text-decoration: none;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
  margin: 10px auto 20px;
  position: relative;
  max-width: 480px;
  width: 80%;
  display: block;
}
#m_trial .btm_btn{
  text-align: center;
  margin-top:40px;
}
#m_trial .overview .ml_btn a,
#m_trial .more_authentic .inner .ml_btn a,
#m_trial .btm_btn a{
  background: #00267F;
  font-weight: normal;
  display: inline-block;
  padding: 15px 0;
  height: auto;
  line-height: 1.2;
  text-decoration: none;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
  margin: 10px 0 60px;
  position: relative;
  max-width: 480px;
  width: 100%;
}

#m_trial .fv .fv_tit a p,
#m_trial .overview .ml_btn a p,
#m_trial .more_authentic .inner .ml_btn a p,
#m_trial .btm_btn a p {
  font-size: 2.0rem;
  font-weight: bold;
  margin:0;
}
#m_trial .fv .fv_tit a p span,
#m_trial .overview .ml_btn a p span,
#m_trial .more_authentic .inner .ml_btn a p span,
#m_trial .btm_btn a p span {
  color: #FFF7B9;
}
#m_trial .fv .fv_tit a p span:nth-of-type(2) ,
#m_trial .overview .ml_btn a p span:nth-of-type(2),
#m_trial .more_authentic .inner .ml_btn a p span:nth-of-type(2) ,
#m_trial .btm_btn a p span:nth-of-type(2){
  color: #fff;
  font-size: 1.6rem;
}
#m_trial .fv .fv_tit a i,
#m_trial .overview .ml_btn a i,
#m_trial .btm_btn a i {
  position: absolute;
  right: 5%;
  top: 40%;
  font-size: 1.4rem;
}
#m_trial .lead{
  width: 100%;
  max-width: 1200px;
  margin: 80px auto;
}
#m_trial .lead .lead_text{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#m_trial .lead .lead_text p{
  width: 50%;
  font-size: 18px;
  padding: 0 40px 0 0;
}
#m_trial .lead .lead_text p span{
  display: block;
}

#m_trial .lead .lead_text p span:nth-of-type(1) img{
  margin-bottom: 20px;
}
#m_trial .lead .lead_text p span:nth-of-type(3) {
  text-align: center;
}

#m_trial .lead .lead_text p span:nth-of-type(3) img{
  margin-top:20px;
}
#m_trial .lead .lead_text figure{
  width: 50%;
}

#m_trial .language_list,
#m_trial .about{
  width: 100%;
  max-width: 1200px;
  margin:0 auto 80px;
}
#m_trial .language_list h2,
#m_trial .about h2,
#m_trial .overview h2{
  width: 100%;
  height: 60px;
  background:#00267F;
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
  color: #fff;
  margin: 0 auto 40px;
}
#m_trial .language_list ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width:70%;
  margin: 0 auto;
}
#m_trial .language_list ul li{
  width: 18%;
  border-radius: 18px;
  background: #fff;
  /*box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);*/
  margin: 0 auto;
  height: 185px;
  position: relative;
}
#m_trial .language_list ul li a {
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
}
#m_trial .language_list ul li a div{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-\ transform: translateY(-50%) translateX(-50%);
  width: 100%;
}
#m_trial .language_list ul li a div h3 {
  font-size: 2.1rem;
  margin: 20px 0 0;
}
#m_trial .language_list ul li a div h3 span{
  margin: 5px 0 0;
  display: block;
  font-size: 1.4rem;
  font-family: Roboto;
  color: #C8C8C8;
}
#m_trial .about ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#m_trial .about ul li{
  width: 19%;
  text-align: center;
}
#m_trial .about ul li h3{
  font-weight: bold;
  font-size: 2rem;
  margin: 20px 0 30px;
  position: relative;
}
#m_trial .about ul li:nth-of-type(1) h3{
  color: #5f91c0;
}
#m_trial .about ul li:nth-of-type(2) h3{
  color: #41a6b0;
}
#m_trial .about ul li:nth-of-type(3) h3{
  color: #ddac6a;
}
#m_trial .about ul li:nth-of-type(4) h3{
  color: #d27e97;
}
#m_trial .about ul li h3::after{
  content: "";
  position: absolute;
  width: 85px;
  height: 1px;
  background: #5f91c0;
  bottom: -15px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#m_trial .about ul li:nth-of-type(2) h3::after{
	background:#41a6b0;
}
#m_trial .about ul li:nth-of-type(3) h3::after{
	background:#ddac6a;
}
#m_trial .about ul li:nth-of-type(4) h3::after{
	background:#d27e97;
}
#m_trial .about ul li p{
  font-size: 1.6rem;
}

#m_trial .overview{
  background: #E5F4FD;
  padding: 80px 0;
}
#m_trial .overview h2,
#m_trial #flow_counseling h2,
#m_trial .more_authentic h2{
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
/*#m_trial .overview h2::after,
#m_trial #flow_counseling h2::after,
#m_trial .more_authentic h2::after{
  content: "";
  position: absolute;
  width: 230px;
  height: 2px;
  background: #00267F;
  bottom: -15px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}*/
#m_trial .overview .inner{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#m_trial .overview .inner h3{
  width: 100%;
  height: 85px;
  border-radius: 10px 10px 0px 0px;
  background: #00267F;
  font-weight: bold;
  font-size: 3.2rem;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#m_trial .overview .inner .price {
  margin: -20px 0 0 0;
}
#m_trial .overview .inner .price p:nth-of-type(1){
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.2;
}
#m_trial .overview .inner .price p .la_t{
  font-family: "Oswald";
  font-weight: 600;
  font-size: 6rem;
  text-align: center;
  color: #003B83;
}
#m_trial .overview .inner .price p .la_t span.comma{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 4rem;
}
#m_trial .overview .inner .price p .sm_t{
  font-size: 1.4rem;
}
#m_trial .overview .inner .price p .pink_t{
  background: #e40057;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 2px 10px 5px;
  border-radius: 50px;
  display: inline-block;
  margin-right: 10px;
}
#m_trial .overview .inner .price p:nth-of-type(1) .note {
  font-size: 1.4rem;
  font-weight: bold;
  color:#333;
}

#m_trial .overview .inner .price p:nth-of-type(2){
  max-width: 490px;
  width: 100%;
  height: 60px;
  background: #003b83;
  margin: 5px auto 60px;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#m_trial .overview .inner ul{
  width: 100%;
  margin: 0 auto 40px;
  padding: 60px 60px 5px 60px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.15);
}
#m_trial .overview .inner ul li,
#m_trial .more_authentic .inner ul li{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 2px dotted #003b83;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
#m_trial .overview .inner ul li:last-child{
  border-bottom: none;
}

#m_trial .overview .inner ul li h4,
#m_trial .more_authentic .inner ul li h4{
  width:20%;
  height: 50px;
  background: #6181CC;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#m_trial .overview .inner ul li h4::after,
#m_trial .more_authentic .inner ul li h4::after{
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  border-top: solid 25px transparent;
  border-bottom: solid 25px transparent;
  border-left: solid 20px #6181CC;
  border-right: solid 20px transparent;
  position: absolute;
  top: 0;
  right: -40px;
}
#m_trial .overview .inner ul li div{
  width: 70%;
  display: flex;
  align-items: top;
  margin-top: 10px;
}
#m_trial .more_authentic .inner ul li div{
  width: 80%;
  display: flex;
  align-items: top;
  margin-top: 10px;
}

#m_trial .overview .inner ul li div p,
#m_trial .more_authentic .inner ul li div p{
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.2;
}
#m_trial .overview .inner ul li div p span{
  font-size: 1.4rem;
  display: inline-block;
}
#m_trial .overview .ml_btn{
  text-align: center;
}
#m_trial .overview .ml_btn p{
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
}
#m_trial .more_authentic .inner{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#m_trial .more_authentic .inner .left_area,
#m_trial .more_authentic .inner .right_area{
  width: 100%;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.15);
}
#m_trial .more_authentic .inner h3{
  height: 75px;
  border-radius: 10px 10px 0px 0px;
  background:#00267F;
  font-weight: bold;
  font-size: 2.6rem;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#m_trial .more_authentic .inner .left_area h3:before{
  content: "";
  position: absolute;
  width: 204px;
  height: 73px;
  background: url(/multi/lpi/m_trial/img/m_trial/more_authentic01.png) no-repeat left;
  top: -30px;
  left: -40px;
}
#m_trial .more_authentic .inner .right_area h3:before{
  content: "";
  position: absolute;
  width: 204px;
  height: 73px;
  background: url(/multi/lpi/m_trial/img/m_trial/more_authentic02.png) no-repeat left;
  top: -30px;
  left: -40px;
}

#m_trial .more_authentic .inner .guideline{
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
  margin-top: 20px;
}
#m_trial .more_authentic .inner .price{
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
}
#m_trial .more_authentic .inner .price span{
  font-family: "Oswald";
  font-size: 7.6rem;
  text-align: center;
  color: #003B83;
  font-weight: 600;
}
#m_trial .more_authentic .inner .price span span.comma{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 5.6rem;
}
#m_trial .more_authentic .inner .price .sm_t  {
  font-size: 1.6rem;
  text-align: center;
  color:#333;
  font-weight: bold;
}
#m_trial .more_authentic .inner ul{
  width: 85%;
  margin: 30px auto;
}
#m_trial .more_authentic .inner ul li:last-child{
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  /*height: 160px;*/
}
#m_trial .more_authentic .inner ul li p {
  font-size: 2rem;
}
#m_trial .more_authentic .inner ul li h4 {
  width: 130px;
  font-size: 2rem;
}
#m_trial .more_authentic .inner ul li p{
  width: 80%;
  line-height: 1.6;
}
#m_trial .more_authentic .inner .ml_btn{
  text-align: center;
}
/*-----------------------------------------------------
カウンセリングの流れ
------------------------------------------------------*/
#m_trial #flow_counseling{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
}
#m_trial #flow_counseling ul{
  display: flex;
}
#m_trial #flow_counseling ul li{
  border-radius: 20px 20px 0px 0px;
  margin: 0;
  width: 50%;
  text-align: center;
}
#m_trial #flow_counseling .tab li.active::after, 
#m_trial #flow_counseling .tab li:hover::after {
  display: none;
}
#m_trial #flow_counseling ul li a{
  display: block;
  text-decoration: none;
  font-size: 2.6rem;
  font-weight: bold;
  border-radius: 20px 20px 0px 0px;
  padding: 10px 0;
  opacity: 0.5;
  color: #333;
}
#m_trial #flow_counseling ul li.school a{
  background: #ffe5ef;
}
#m_trial #flow_counseling ul li.online a{
  background: #e0ecf9;
}
#m_trial #flow_counseling ul li.active a{
  opacity: 1;
}

#m_trial #flow_counseling ul li a span{
  border-radius: 20px;
  background: #fff;
  display: inline-block;
  padding: 0 30px;
  font-size: 2.0rem;
  margin-bottom: 20px;
}
#m_trial #flow_counseling ul li a span:nth-of-type(2){
  background:none;
  padding: 0;
  font-size: 1.8rem;
  margin-bottom: 0;
}
#m_trial #flow_counseling .tab_box {
  padding: 40px;
  width: 100%;
  border-radius: 0 0 20px 20px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}
#m_trial #flow_counseling .tab_box ol{
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 40px;
}
#m_trial #flow_counseling .tab_box ol li{
  width: 33%;
  position: relative;
}
#m_trial #flow_counseling .tab_box #tab01 ol li::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 18px;
  background: url(/cinfo/img/flow_counseling_arrow01.png) no-repeat left;
  position: absolute;
  right: -20px;
  top: 28%;
}
#m_trial #flow_counseling .tab_box #tab02 ol li::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 18px;
  background: url(/cinfo/img/flow_counseling_arrow02.png) no-repeat left;
  position: absolute;
  right: -20px;
  top: 28%;
}
#m_trial #flow_counseling .tab_box #tab01 ol li:last-child::after,
#m_trial #flow_counseling .tab_box #tab02 ol li:last-child::after {
  display: none;
}

#m_trial #flow_counseling .tab_box #tab01 ol li h3{
  font-size: 2.0rem;
  font-weight: bold;
  margin: 20px 0 40px;
  line-height: 1.2;
}
#m_trial #flow_counseling .tab_box #tab02 ol li h3{
  font-size: 2.0rem;
  font-weight: bold;
  margin: 20px 0 15px;
  line-height: 1.2;
}
#m_trial #flow_counseling .tab_box ol li p{
  padding: 0 20px;
}
#m_trial #flow_counseling .tab_box .note {
  display: block;
  font-size: 1.2rem;
  text-align: center;
}

#m_trial .more_authentic{
  background: #f4f4f4;
  padding: 80px 0;
}
footer #footer_inner > div ul li {
  width: 220px;
}
 #m_trial .search_school{
  padding: 130px 0;
  background: url(/reason/location/img/school_bg.png) top center no-repeat;
  background-size: cover;
}
 #m_trial .search_school h2,
 #m_trial #flow_counseling h2{
  max-width: 1200px;
   width: 100%;
  height: 60px;
  background: #00267F;
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
  color: #fff;
  margin: 0 auto 60px;
}

 #m_trial .search_school .school_inner{
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
 #m_trial .search_school .school_inner figure{
  width: 42%;
}
 #m_trial .search_school .school_inner .right_area{
  width: 58%;
}
 #m_trial .search_school .school_inner .right_area div{
  width: 100%;
  border-radius: 5px;
  background: #fff;
  opacity: 1;
  display: flex;
  padding: 15px;
  margin-bottom: 20px;
}
 #m_trial .search_school .school_inner .right_area .kanto{
  border: 1px solid #d55c6a;
}
 #m_trial .search_school .school_inner .right_area .chubu{
  border: 1px solid #de8b54;
}
 #m_trial .search_school .school_inner .right_area .kinki{
  border: 1px solid #dfb33f;
}
 #m_trial .search_school .school_inner .right_area .kyushu{
  border: 1px solid #a9c63f;
}

 #m_trial .search_school .school_inner .right_area h3{
  width: 25%;
  font-weight: 600;
  font-size: 1.6rem;
}
 #m_trial .search_school .school_inner .right_area .kanto h3{
  color: #d55c6a;
}
 #m_trial .search_school .school_inner .right_area .chubu h3{
  color: #de8b54;
}
 #m_trial .search_school .school_inner .right_area .kinki h3{
  color: #dfb33f;
}
 #m_trial .search_school .school_inner .right_area .kyushu h3{
  color: #a9c63f;
}
 #m_trial .search_school .school_inner .right_area ul{
  width: 75%;
  display: flex;
  flex-wrap: wrap;
}
 #m_trial .search_school .school_inner .right_area ul li{
  width: 23%;
  border-radius: 20px;
  margin: 0 1% 10px;
  padding: 5px 2px;
  text-align: center;
}
 #m_trial .search_school .school_inner .right_area .kanto ul li{
  background: #FBEEF0;
}
 #m_trial .search_school .school_inner .right_area .chubu ul li{
  background: #FCF3ED;
}
 #m_trial .search_school .school_inner .right_area .kinki ul li{
  background: #FBF6EB;
}
 #m_trial .search_school .school_inner .right_area .kyushu ul li{
  background: #F5F8EB;
}
 #m_trial .search_school .school_inner .right_area a{
  display: block;
  text-decoration: none;
  position: relative;
}
 #m_trial .search_school .school_inner .right_area a::after{
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 35%;
}
.school_detail:not(#school_detail_index) #m_trial #contents {
  padding-top: 0;
}
.school_detail #m_trial .note {
  display: initial;
}
@media screen and (max-width: 720px) {
#m_trial #wrap {
  padding: 0;
}
#m_trial .contact {
  width: 100%;
  padding-right: 10px;
}
#m_trial .contact .header_txt{
  font-size: 1.0rem;
  margin:5px 0 0 10px;
  color: #e40057;
  }
#m_trial .contact .header_logo{
    width: 60%;
    padding-left: 10px;
  }
#m_trial .contact .header_logo a{
    width: 70%;
    display: inline-block;
  }
#m_trial .contact  .header_logo a img{
}
#m_trial .contact ul {
  width: 40%;
  margin: 10px 0 0;
}

#m_trial .contact .link_top {
  margin-bottom:5px;
  font-size: 1rem;
}
#m_trial .contact .btn_orange02 {
    font-size: 1rem;
    padding: 0 10px;
    height: 35px;
}
#m_trial .fv {
  display: block;
}
#m_trial .fv .fv_img {
  width: 100%;
}
#m_trial .fv .fv_tit {
  width: 100%;
  background: url(/multi/lpi/m_trial/img/m_trial/main_bg.png) no-repeat;
  background-size: 100%;
  padding: 20px;
}
#m_trial .fv_sp_btn a{
    background: #00267F;
    font-weight: normal;
    display: block;
    padding: 15px 0;
    height: auto;
    line-height: 1.2;
    text-decoration: none;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
    margin: 20px auto;
    position: relative;
    max-width: 480px;
    width: 90%;
  }
#m_trial .fv_sp_btn a p {
  font-size: 1.4rem;
  font-weight: bold;
}
#m_trial .fv_sp_btn a p span {
  color: #FFF7B9;
}
#m_trial .fv_sp_btn a p span:nth-of-type(2) {
  color: #fff;
  font-size: 1.6rem;
}
#m_trial .fv_sp_btn a i{
  position: absolute;
  right: 5%;
  top: 40%;
  font-size: 1.4rem;
}
#m_trial .lead {
  width: 90%;
  margin: 60px auto;
}
#m_trial .lead .lead_text {
  display: block;
}
#m_trial .lead .lead_text p {
  width: 100%;
  font-size: 14px;
  padding: 0;
  text-align: center;
}
#m_trial .lead .lead_text figure {
  width: 100%;
}
#m_trial .lead .lead_text figure img{
  width: 100%;
}
#m_trial .lead .lead_text p span img {
  width: 100%;
  margin: 20px 0;
}
#m_trial .lead .lead_text p span:nth-of-type(1) img {
  margin-bottom: 0;
}

#m_trial .language_list h2, 
#m_trial .about h2,
#m_trial .overview h2 {
  height: 50px;
  font-size: 2rem;
  margin: 0 auto 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
  #m_trial .language_list ul {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
  }
#m_trial .language_list ul li{
    width: 33%;
    border-radius: 18px;
    background: #fff;
    margin: 0 auto 5% auto;
    height: auto;
    position: relative;
    padding: 40px 20px;
  }
#m_trial .language_list ul li:nth-of-type(4){
  margin: 0 1.5% 0 auto;
}
#m_trial .language_list ul li:nth-of-type(5){
  margin: 0 auto 0 1.5%;
}

#m_trial .language_list ul li a  {
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
}

#m_trial .language_list ul li a div{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-\ transform: translateY(-50%) translateX(-50%);
  width: 100%;
}
#m_trial .language_list ul li a div h3 {
    font-size: 1.6rem;
    margin: 10px 0 0;
  }

#m_trial .language_list ul li a div h3 span{
  margin: 5px 0 0;
  display: block;
  font-size: 1.4rem;
  font-family: Roboto;
  color: #C8C8C8;
}
#m_trial .about ul {
  width: 90%;
  margin: 0 auto;
}
#m_trial .about ul li {
  width: 49%;
  margin-bottom: 10px;
}
#m_trial .about ul li img{
  width: 100%;
}

#m_trial .overview{
  padding: 40px 0;
}
#m_trial .overview h2,
#m_trial #flow_counseling h2,
#m_trial .more_authentic h2{
  font-size: 1.8rem;
  margin-bottom: 40px;
}

#m_trial .overview h2 img{
  width: 70%;
}
#m_trial .overview .inner {
  width: 90%;
  margin: 0 auto;
}
#m_trial .overview .inner h3 {
  height: 50px;
  font-size: 2rem;
}
#m_trial .overview .inner .price p:nth-of-type(1){
    font-size: 14px;
    margin: 10px 0 0;
  }
#m_trial .overview .inner .price p:nth-of-type(1) .note {
  font-size: 1.2rem;
  margin: 0;
}

#m_trial .overview .inner .price p .la_t {
  font-size: 3rem;
  margin: 0;
}
#m_trial .overview .inner .price p .la_t  span.comma {
  font-size: 1.6rem;
  margin: 0;
}
#m_trial .overview .inner .price p .pink_t {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 2px 10px 5px;
  border-radius: 50px;
  display: inline-block;
  margin: 5px 5px 0 0;
}
#m_trial .overview .inner .price p .sm_t {
  font-size: 1rem;
}
#m_trial .overview .inner .price p:nth-of-type(2) {
  width: 80%;
  font-size: 1.6rem;
  margin: 5px auto 30px;
}
#m_trial .overview .inner ul li div p span {
  font-size: 1rem;
  display: initial;
  margin: 5px;
}
#m_trial .overview .inner ul{
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px 0 20px;
  }
#m_trial .overview .inner ul li,
#m_trial .more_authentic .inner ul li{
  padding-bottom: 30px;
  width: 100%;
  margin: 0 auto 30px;
}
#m_trial .overview .inner ul li h4, 
#m_trial .more_authentic .inner ul li h4 {
  width: 85px;
  height: 40px;
  font-size: 1.4rem;
}
#m_trial .overview .inner ul li h4::after, 
#m_trial .more_authentic .inner ul li h4::after {
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  border-top: solid 20px transparent;
  border-bottom: solid 20px transparent;
  border-left: solid 15px #6181CC;
  border-right: solid 15px transparent;
  position: absolute;
  top: 0;
  right: -30px;
}
#m_trial .overview .inner ul li div, 
#m_trial .more_authentic .inner ul li div {
  width: 60%;
  font-size: 1.4rem;
  display: block;
  margin: 0;
}
#m_trial .overview .inner ul li:nth-of-type(2) div, 
#m_trial .overview .inner ul li:nth-of-type(3) div, 
#m_trial .more_authentic .inner ul li:nth-of-type(1) div,
#m_trial .more_authentic .inner ul li:nth-of-type(3) div {
  margin:10px 0 0;
}

#m_trial .overview .inner ul li div p, 
#m_trial .more_authentic .inner ul li div p{
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.4;
}
#m_trial .overview .inner ul li:nth-of-type(2) div p:nth-of-type(2){
  font-size: 1.1rem;
}
#m_trial .overview .ml_btn {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
#m_trial .overview .ml_btn a, 
#m_trial .more_authentic .inner .ml_btn a,
#m_trial .btm_btn a{
  margin: 10px 0 30px;
}

#m_trial .overview .ml_btn p {
  font-size: 1.6rem;
}
#m_trial .more_authentic .inner{
  width:90%;
  margin: 0 auto;
  display: block;
}
#m_trial .more_authentic .inner .left_area,
#m_trial .more_authentic .inner .right_area{
  width: 100%;
  margin-top: 60px;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
 #m_trial .more_authentic .inner h3{
  height:60px;
  font-size: 2rem;
}
#m_trial .more_authentic .inner .left_area h3:before {
    top: -35px;
    left: -10px;
    background-size: 60%;
  }
#m_trial .more_authentic .inner .right_area h3:before {
    content: "初心者でも安心";
    position: absolute;
    width: 180px;
    height: 40px;
    background: #fff;
    border: 2px solid #6181CC;
    font-weight: bold;
    font-size: 1.8rem;
    color: #6181CC;
    top: -40px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
  }
#m_trial .more_authentic .inner .guideline {
  font-size: 1.6rem;
}
#m_trial .more_authentic .inner .price {
  font-size: 1.6rem;
}
#m_trial .more_authentic .inner .price span {
  font-size: 4.6rem;
}
#m_trial .more_authentic .inner .price span span.comma {
  font-size: 3.4rem;
}

#m_trial .visual .main_title a p, #m_trial .overview .ml_btn a p, 
#m_trial .more_authentic .inner .ml_btn a p,
#m_trial .btm_btn a p{
  font-size: 1.5rem;
}
#m_trial .more_authentic .inner .price .sm_t {
  font-size: 1rem;

}
/*-----------------------------------------------------
カウンセリングの流れ
------------------------------------------------------*/
#m_trial #flow_counseling {
    width: 90%;
    margin: 0 auto 30px;
    padding: 40px 0;
  }
#m_trial #flow_counseling h2 {
    height: 50px;
    font-size: 2rem;
    margin: 0 auto 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
#m_trial #flow_counseling ul{
  display: flex;
}
#m_trial #flow_counseling ul li{
  border-radius: 20px 20px 0px 0px;
  margin: 0;
  width: 50%;
  text-align: center;
}
#m_trial #flow_counseling ul li a{
  display: block;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 20px 20px 0px 0px;
  padding: 10px 0;
  opacity: 0.5;
  line-height: 1.4;
}
#m_trial #flow_counseling ul li.school a{
  background: #ffe5ef;
}
#m_trial #flow_counseling ul li.online a{
  background: #e0ecf9;
}
#m_trial #flow_counseling ul li.active a{
  opacity: 1;
}
#m_trial #flow_counseling ul li:nth-of-type(1) a{
  opacity: 1;
  padding-bottom: 30px;
}

#m_trial #flow_counseling ul li a span{
  border-radius: 20px;
  background: #fff;
  display: inline-block;
  padding: 0 15px;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
#m_trial #flow_counseling ul li a span:nth-of-type(2) {
  background: none;
  padding: 0;
  font-size: 1.2rem;
  margin-bottom: 0;
}
#m_trial #flow_counseling .tab_box {
  padding: 10px;
  width: 100%;
  border-radius: 0 0 20px 20px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}
#m_trial #flow_counseling .tab_box ol {
  display: block;
  margin-bottom: 40px;
}
#m_trial #flow_counseling .tab_box ol li{
  display: flex;
  margin-bottom: 40px;
  position: relative;
  width: 100%;
}
#m_trial #flow_counseling .tab_box #tab01 ol li::after{
    content: "";
    display: inline-block;
    width: 24px;
    height: 18px;
    background: url(/cinfo/img/flow_counseling_arrow01.png) no-repeat left;
    position: absolute;
    left: 50%;
    top: initial;
    transform: rotateZ(90deg);
    bottom: -40px;
  }
#m_trial #flow_counseling .tab_box #tab02 ol li::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 18px;
  background: url(/cinfo/img/flow_counseling_arrow02.png) no-repeat left;
  position: absolute;
  left: 50%;
  top: initial;
  bottom: -40px;
  transform: rotateZ(90deg);
}
#m_trial #flow_counseling .tab_box #tab01 ol li:last-child::after,
#m_trial #flow_counseling .tab_box #tab02 ol li:last-child::after {
  display: none;
}

#m_trial #flow_counseling .tab_box ol li figure{
  width: 35%;
}
#m_trial #flow_counseling .tab_box ol li figure img{
  width: 100%;
}
#m_trial #flow_counseling .tab_box #tab02 ol li figure img{
  width: 100%;
  margin-top: 20%;
}

#m_trial #flow_counseling .tab_box #tab01 ol li:nth-of-type(1) figure img{
  margin-top: 20%;
}
#m_trial #flow_counseling .tab_box #tab02 ol li:nth-of-type(4) figure img{
  margin-top: 0;
}

#m_trial #flow_counseling .tab_box ol li div{
  width: 65%;
  padding-left: 20px;
}
#m_trial #flow_counseling .tab_box #tab01 ol li h3,
#m_trial #flow_counseling .tab_box #tab02 ol li h3, 
#m_trial #flow_counseling .tab_box #tab01 ol li:nth-of-type(2) h3{
  font-size: 1.6rem;
  font-weight: bold;
  margin: 20px 0 15px;
  line-height: 1.2;
  text-align: left;
}
#m_trial #flow_counseling .tab_box ol li p{
  text-align: left;
  padding: 0;
}
 #m_trial #flow_counseling .tab_box .note {
    display: block;
    font-size: 1.2rem;
    text-align: left;
    margin-bottom: 10px;
  }
footer #footer_inner > div ul li {
  width: 50%;
}
footer #footer_inner > div ul li:last-child{
  width: 50%;
  border-right: 1px solid #e0e0e0;
}
 #m_trial .search_school {
  padding: 20px 0;
  background-size: cover;
}
 #m_trial .search_school h2{
    height: 50px;
    font-size: 2rem;
    margin: 0 auto 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
   width: 90%;
  }
 #m_trial .search_school .school_inner{
  display: block;
  width: 100%;
  margin: 0 auto;
}
 #m_trial .search_school .school_inner figure {
  width: 90%;
  margin: 0 auto;
}
 #m_trial .search_school .school_inner figure img{
  width: 100%;
}
 #m_trial .search_school .school_inner .right_area {
  width: 80%;
  margin: 0 auto;
  border: none;
}
 #m_trial .search_school .school_inner .right_area .kanto,
 #m_trial .search_school .school_inner .right_area .chubu,
 #m_trial .search_school .school_inner .right_area .kinki,
 #m_trial .search_school .school_inner .right_area .kyushu{
  border:none;
}
 #m_trial .search_school .school_inner .right_area div{
  width: 100%;
  display: block;
  border: none;
  background: none;
  padding: 0;
  margin-bottom: 10px;
}
 #m_trial .search_school .school_inner .right_area h3{
  border-radius: 5px;
  text-align: left;
  font-size: 1.8rem;
  padding: 10px 20px;
  width: 100%;
  position: relative;
}
 #m_trial .search_school .school_inner .right_area .kanto h3 {
  color: #fff;
  background: #d55c6a;
}
 #m_trial .search_school .school_inner .right_area .chubu h3 {
  color: #fff;
  background: #de8b54;
}
 #m_trial .search_school .school_inner .right_area .kinki h3 {
  color: #fff;
  background: #dfb33f;
}
 #m_trial .search_school .school_inner .right_area .kyushu h3 {
  color: #fff;
  background: #a9c63f;
}
 #m_trial .search_school .school_inner .right_area h3::after {
  position: absolute;
  top: 5px;
  right: 5px;
  content: "＋";
  font-size: 1.8rem;
  padding: 5px 10px;
  text-align: center;
  cursor: pointer;
}
 #m_trial .search_school .school_inner .right_area h3.active::after {
  content: "－";
}

 #m_trial .search_school .school_inner .right_area ul {
  display: none;
  width: 100%;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #d55c6a;
  margin-top: 10px;
  padding: 15px;
  overflow: hidden;
}
 #m_trial .search_school .school_inner .right_area .kanto ul{
  border: 1px solid #d55c6a;
}
 #m_trial .search_school .school_inner .right_area .chubu ul{
  border: 1px solid #de8b54;
}
 #m_trial .search_school .school_inner .right_area .kinki ul{
  border: 1px solid #dfb33f;
}
 #m_trial .search_school .school_inner .right_area .kyushu ul{
  border: 1px solid #a9c63f;
}

 #m_trial .search_school .school_inner .right_area ul li {
  width: 48%;
  float: left;
}
 #m_trial .search_school .school_inner .right_area ul li:last-child{
  margin:0;
}

}