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

#m_trial{
  font-family: 'Noto Sans JP', sans-serif;
}
#m_trial .header{
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px 20px 50%;
  background: url(/multi/lpi/m_trial/img/m_trial/main_bg02.png) no-repeat;
  background-size: 100%;
  min-height: 875px;
  height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media screen and (min-width: 700px) and (max-width: 1160px) {
#m_trial .header{
  min-height: 500px;
}
}

@media screen and (min-width: 1161px) and (max-width: 1299px) {
#m_trial .header{
  min-height: 550px;
}
}
@media screen and (min-width: 1300px) and (max-width: 1399px) {
#m_trial .header{
 min-height: 650px;
}
}
@media screen and (min-width: 1400px) and (max-width: 1550px) {
#m_trial .header{
  min-height: 650px;
}
}  
@media screen and (min-width: 1551px) and (max-width: 1650px) {
#m_trial .header{
 min-height: 700px;
}
}
@media screen and (min-width: 16510px){
#m_trial .header{
  min-height: 750px;
}
}

#m_trial .main_title{
  width: 100%;
}
#m_trial .main_title h1{
  font-weight: 900;
  font-size: 11rem;
  color: #1ca7b3;
  line-height: 1;
  text-shadow: 5px 5px 0 #f8f5eb;
  margin: -10px 0 20px;
  text-align: center;
}
#m_trial .main_title h1 span{
    display: block;
    font-size: 8rem;
}
@media screen and (min-width: 700px) and (max-width: 1160px) {
#m_trial .main_title h1{
  font-size: 6rem;
}
#m_trial .main_title h1 span{
    font-size: 4rem;
}
}
@media screen and (min-width: 1161px) and (max-width: 1299px) {
#m_trial .main_title h1{
  font-size: 6.6rem;
}
#m_trial .main_title h1 span{
    font-size: 4.6rem;
}
}

@media screen and (min-width: 1300px) and (max-width: 1399px) {
#m_trial .main_title h1{
  font-size: 7rem;
}
#m_trial .main_title h1 span{
    font-size: 5rem;
}
}
@media screen and (min-width: 1400px) and (max-width: 1550px) {
#m_trial .main_title h1{
  font-size: 8rem;
}
#m_trial .main_title h1 span{
    font-size: 6rem;
}
}  
@media screen and (min-width: 1551px) and (max-width: 1650px) {
#m_trial .main_title h1{
  font-size: 9rem;
}
#m_trial .main_title h1 span{
    font-size: 7rem;
}
}
@media screen and (min-width: 1651px){
#m_trial .main_title h1{
  font-size: 11rem;
  margin: 10px 0 20px;
}
#m_trial .main_title h1 span{
    font-size: 8rem;
}
}

#m_trial .main_title .cap{
  font-weight: bold;
  font-size: 3rem;
  color: #333;
  text-align: center;
  line-height: 1;
}
#m_trial .main_title .cap span{
  background: linear-gradient(transparent 60%, #faeb52 40%);
  display: inline-block;
  margin: 0 auto;
}
@media screen and (min-width: 700px) and (max-width: 1160px) {
#m_trial .main_title .cap{
  font-size: 2rem;
}
}
@media screen and (min-width: 1161px) and (max-width: 1299px) {
#m_trial .main_title .cap{
  font-size: 2.2rem;
}
}

@media screen and (min-width: 1300px) and (max-width: 1399px) {
#m_trial .main_title .cap{
  font-size: 2.4rem;
}
}
@media screen and (min-width: 1400px) and (max-width: 1550px) {
#m_trial .main_title .cap{
  font-size: 2.6rem;
}
}  
@media screen and (min-width: 1551px) and (max-width: 1650px) {
#m_trial .main_title .cap{
  font-size: 3rem;
}
}
@media screen and (min-width: 1651px){
#m_trial .main_title .cap{
  font-size: 3rem;
}
}

#m_trial .main_title .flag img{
  margin: 20px auto;
  width: 50%;
  display: block;
}
#m_trial .main_title .point{
  text-align: center;
}
#m_trial .main_title .point img{
  width: 100%;
  max-width: 534px;
  margin-bottom:30px;
}
@media screen and (min-width: 700px) and (max-width: 1299px) {
#m_trial .main_title .point img{
  width: 60%;
  margin-bottom:20px;
}
}
@media screen and (min-width: 1300px) and (max-width: 1399px) {
#m_trial .main_title .point img{
  width: 70%;
  margin-bottom:20px;
}
}
@media screen and (min-width: 1400px) and (max-width: 1550px) {
#m_trial .main_title .point img{
  width: 80%;
}
}  
@media screen and (min-width: 1551px) and (max-width: 1650px) {
#m_trial .main_title .point img{
  width: 90%;
}
}
@media screen and (min-width: 16510px){
#m_trial .main_title .point img{
  width: 100%;
}
}
#m_trial .visual .main_title a{
  background: #005bac;
  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 .overview .ml_btn a,
#m_trial .more_authentic .inner .ml_btn a{
  background: #005bac;
  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 .visual .main_title a p,
#m_trial .overview .ml_btn a p,
#m_trial .more_authentic .inner .ml_btn a p {
  font-size: 20px;
  font-weight: bold;
}
#m_trial .visual .main_title a p span,
#m_trial .overview .ml_btn a p span,
#m_trial .more_authentic .inner .ml_btn a p span {
  color: #FFF7B9;
}
#m_trial .visual .main_title 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) {
  color: #fff;
  font-size: 16px;
}
#m_trial .visual .main_title a i,
#m_trial .overview .ml_btn a i {
  position: absolute;
  right: 5%;
  top: 40%;
  font-size: 14px;
}
#m_trial main.korean_main {
  text-align: center;
  margin-bottom: 30px;
}
#m_trial main.korean_main h2 {
  color: #005BAC;
  text-align: center;
  font-weight: bold;
  font-size: 6.4rem;
  line-height: 1.2;
  position: relative;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto 20px;
}
#m_trial main.korean_main h2 span {
  font-size: 4rem;
}

#m_trial .read{
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  margin: -100px 0 70px 0;
}
#m_trial .read_korean{
  max-width: 1080px;
  width: 100%;
  margin: -150px auto 30px;
  font-size: 16px;
}
#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{
  width: 100%;
  height: 60px;
  background: linear-gradient(to right, #003b83 0%, #0069aa 100%);
  font-weight: bold;
  font-size: 30px;
  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: 21px;
  margin: 20px 0 0;
}
#m_trial .language_list ul li a div h3 span{
  margin: 5px 0 0;
  display: block;
  font-size: 14px;
  font-family: Roboto;
  color: #C8C8C8;
}
#m_trial .about ul{
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  padding: 40px;
  justify-content: space-between;
}
#m_trial .about ul li{
  width: 23%;
  border-radius: 18px;
  text-align: center;
}
#m_trial .about ul li h3{
  font-weight: bold;
  font-size: 20px;
  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: 16px;
}

#m_trial .overview{
  background: #f8f5eb;
  padding: 80px 0;
}
#m_trial .overview h2,
#m_trial #flow_counseling h2,
#m_trial .more_authentic h2{
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  margin-bottom: 80px;
  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: #e40057;
  bottom: -15px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#m_trial .overview .inner{
  max-width: 820px;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
}
#m_trial .overview .inner h3{
  width: 100%;
  height: 85px;
  border-radius: 10px 10px 0px 0px;
  background: #1ca7b3;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#m_trial .overview .inner .price p:nth-of-type(1){
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  line-height: 1.2;
  margin: 40px 0;
}
#m_trial .overview .inner .price p .la_t{
  font-family: "Oswald";
  font-weight: 600;
  font-size: 82px;
  text-align: center;
  color: #003B83;
}
#m_trial .overview .inner .price p .la_tn span.comma{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 60px;
}
#m_trial .overview .inner .price p .sm_t{
  font-size: 14px;
}
#m_trial .overview .inner .price p .pink_t{
  background: #e40057;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 2px 10px;
  border-radius: 50px;
  display: inline-block;
  margin-right: 10px;
}
#m_trial .overview .inner .price p:nth-of-type(1) .note {
  font-size: 14px;
  font-weight: bold;
  color:#333;
  display: inline-block;
}

#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: 24px;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#m_trial .overview .inner ul{
  width: 90%;
  margin: 0 auto;
}
#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: 165px;
  height: 50px;
  background: #1ca7b3;
  font-weight: bold;
  font-size: 24px;
  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 #1ca7b3;
  border-right: solid 20px transparent;
  position: absolute;
  top: 0;
  right: -40px;
}
#m_trial .overview .inner ul li div{
  width: 500px;
  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: 24px;
  line-height: 1.2;
}
#m_trial .overview .inner ul li div p span{
  font-size: 14px;
  display: inline-block;
  margin: 10px;
}
#m_trial .overview .ml_btn{
  text-align: center;
}
#m_trial .overview .ml_btn p{
  font-weight: bold;
  font-size: 24px;
  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: linear-gradient(to right, #003b83 0%, #0069aa 100%);
  font-weight: bold;
  font-size: 26px;
  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: 22px;
  text-align: center;
  margin-top: 20px;
}
#m_trial .more_authentic .inner .price{
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}
#m_trial .more_authentic .inner .price span{
  font-family: "Oswald";
  font-size: 76px;
  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: 56px;
}
#m_trial .more_authentic .inner .price .sm_t  {
  font-size: 16px;
  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: 20px;
}
#m_trial .more_authentic .inner ul li h4 {
  width: 130px;
  font-size: 20px;
}
#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: 26px;
  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: 20px;
  margin-bottom: 20px;
}
#m_trial #flow_counseling ul li a span:nth-of-type(2){
  background:none;
  padding: 0;
  font-size: 18px;
  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: 24%;
  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: 20px;
  font-weight: bold;
  margin: 20px 0 40px;
  line-height: 1.2;
}
#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: 20px;
  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: 12px;
  text-align: center;
}

#m_trial .more_authentic{
  background: #f4f4f4;
  padding: 80px 0;
  margin-bottom: 60px;
}
footer #footer_inner > div ul li {
  width: 220px;
}
@media screen and (max-width: 720px) {
#m_trial #wrap {
  padding: 0;
}
#m_trial .header{
    width: 100%;
    margin: 10px auto;
  padding:0;
  background: none;
  height: auto;
}
#m_trial .header{
    width: 100%;
    margin: 10px auto;
  padding:0;
  background: none;
  height: auto;
  min-height: auto;
}
#m_trial .header img{
    width: 100%;
}

#m_trial .main_title{
  background: #f8f5eb;
  /*margin-top: 10px;*/
  padding-bottom: 10px;
}
#m_trial .main_title h1{
    font-size: 5rem;
    text-align: center;
    width: 90%;
    margin: 0 auto 20px;
}
#m_trial .main_title h1 span{
    display: block;
    font-size: 3.5rem;
}
#m_trial .main_title .flag {
    width: 90%;
    margin: 0 auto 20px;
}
#m_trial .main_title .flag img {
  width: 100%;
  margin: 0 0 10px;
      display: initial;
}
#m_trial .main_title .cap{
    margin-top: 20px;
}
#m_trial .main_title .cap span{
    font-size: 1.8rem;
    display: inline-block;
    margin-bottom: 20px;
}
#m_trial .main_title .point{
  padding: 0 25px;
  width: 100%;
}
#m_trial .main_title .point img {
  margin-bottom:0;
}

#m_trial .main_title a{
    background: #005bac;
    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 .main_title a p {
  font-size: 20px;
  font-weight: bold;
}
#m_trial .main_title a p span {
  color: #FFF7B9;
}
#m_trial .main_title a p span:nth-of-type(2) {
  color: #fff;
  font-size: 16px;
}
#m_trial .main_title a i{
  position: absolute;
  right: 5%;
  top: 40%;
  font-size: 14px;
}
#m_trial .read {
  font-size: 18px;
  margin: 30px auto;
  width: 90%;
}
#m_trial .language_list h2, 
#m_trial .about h2 {
  height: 50px;
  font-size: 20px;
  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: 16px;
    margin: 10px 0 0;
  }

#m_trial .language_list ul li a div h3 span{
  margin: 5px 0 0;
  display: block;
  font-size: 14px;
  font-family: Roboto;
  color: #C8C8C8;
}
#m_trial .about ul {
  display: block;
  padding: 20px;
  width: 90%;
  margin: 0 auto;
}
#m_trial .about ul li {
  width: 100%;
  margin-bottom: 40px;
}
#m_trial .overview{
  padding: 40px 0;
}
#m_trial .overview h2,
#m_trial #flow_counseling h2,
#m_trial .more_authentic h2{
  font-size: 18px;
  margin-bottom: 40px;
}

#m_trial .overview h2 img{
  width: 50%;
}
#m_trial .overview .inner {
  width: 90%;
  margin: 0 auto;
}
#m_trial .overview .inner h3 {
  height: 50px;
  font-size: 20px;
}
#m_trial .overview .inner .price p:nth-of-type(1){
    font-size: 16px;
    margin: 20px 0 40px;
    text-align: center;
    padding: 0 0 0 25px;
  }
#m_trial .overview .inner .price p:nth-of-type(1) .note {
  font-size: 12px;
}

#m_trial .overview .inner .price p .la_t {
  font-size: 46px;
}
#m_trial .overview .inner .price p .la_t  span.comma {
  font-size: 36px;
}
#m_trial .overview .inner .price p .sm_t {
  font-size: 10px;
}
#m_trial .overview .inner .price p:nth-of-type(2) {
  width: 80%;
  font-size: 16px;
  margin: 5px auto 30px;
}
#m_trial .overview .inner ul li p span {
  font-size: 10px;
  display: initial;
  margin: 5px;
}
#m_trial .overview .inner ul{
  max-width: 660px;
  width: 85%;
  margin: 0 auto;
}
#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:14px;
}
#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 #1ca7b3;
  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: 14px;
  display: block;
  margin: 0;
}
#m_trial .overview .inner ul li:nth-of-type(4) 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:14px;
  line-height: 1.4;
}
#m_trial .overview .inner ul li:nth-of-type(2) div p:nth-of-type(2){
  font-size: 11px;
}
#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 {
  margin: 10px 0 30px;
}

#m_trial .overview .ml_btn p {
  font-size:16px;
}
#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: 120px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
 #m_trial .more_authentic .inner h3{
  height:60px;
  font-size: 20px;
}
#m_trial .more_authentic .inner .left_area h3:before {
    content: "じっくり学べる";
    position: absolute;
    width: 180px;
    height: 40px;
    background: #fff;
    border: 2px solid #1ca7b3;
    font-weight: bold;
    font-size: 18px;
    color: #1ca7b3;
    top: -40px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
  }
#m_trial .more_authentic .inner .right_area h3:before {
    content: "初心者でも安心";
    position: absolute;
    width: 180px;
    height: 40px;
    background: #fff;
    border: 2px solid #1ca7b3;
    font-weight: bold;
    font-size: 18px;
    color: #1ca7b3;
    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: 16px;
}
#m_trial .more_authentic .inner .price {
  font-size: 16px;
}
#m_trial .more_authentic .inner .price span {
  font-size: 46px;
}
#m_trial .more_authentic .inner .price span span.comma {
  font-size: 34px;
}
#m_trial .visual .main_title a p, #m_trial .overview .ml_btn a p, 
#m_trial .more_authentic .inner .ml_btn a p {
  font-size:15px;
}
#m_trial .more_authentic .inner .price .sm_t {
  font-size: 10px;

}
#m_trial main.korean_main {
    font-size: 3rem;
  }
#m_trial main.korean_main h2 {
    font-size: 3rem;
  }
#m_trial main.korean_main h2 span {
    font-size: 2rem;
  }
#m_trial .read_korean{
    width: 90%;
    font-size: 14px;
    margin: 0 auto 30px;
  }
 #m_trial main.korean_main img {
    width: 100%;
  }

/*-----------------------------------------------------
カウンセリングの流れ
------------------------------------------------------*/
#m_trial #flow_counseling {
    width: 95%;
    margin: 0 auto 30px;
    padding: 40px 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 ul li a{
  display: block;
  text-decoration: none;
  font-size: 14px;
  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: 15px;
  margin-bottom: 10px;
}
#m_trial #flow_counseling ul li a span:nth-of-type(2) {
  background: none;
  padding: 0;
  font-size: 12px;
  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: 16px;
  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: 12px;
    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;
}
}