@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');

/* ============================================================ */
/* 中国語レギュラー　　20240805改訂
/* 中国語月払い　　　　改訂
/* 中国語MTM　　　　改訂
/* ============================================================ */
#course_regular_index #visual .check p,
#course_monthly_index #visual .check p,
#course_private_index #visual .check p,
.school_detail_cinfo #course_regular_index .visual .check p,
.school_detail_cinfo #course_monthly_index .visual .check p,
.school_detail_cinfo #course_private_index .visual .check p{
  font-weight: bold;
  font-size: 2.0rem;
  position: relative;
  padding-left: 25px;
  line-height: 2.2;
}
#course_regular_index #visual .check p::before,
#course_monthly_index #visual .check p::before,
#course_private_index #visual .check p::before,
.school_detail_cinfo #course_regular_index .visual .check p::before,
.school_detail_cinfo #course_monthly_index .visual .check p::before,
.school_detail_cinfo #course_private_index .visual .check p::before{
  content: "";
  width: 17px;
  height: 17px;
  background: url(/chinese/course/img/check.png) no-repeat left;
  position: absolute;
  left: 0;
  top: 15px;
}
#course_regular_index #visual .check p span,
#course_monthly_index #visual .check p span,
#course_private_index #visual .check p span,
.school_detail_cinfo #course_regular_index .visual .check p span,
.school_detail_cinfo #course_monthly_index .visual .check p span,
.school_detail_cinfo #course_private_index .visual .check p span{
    background: linear-gradient(transparent 70%, #FAEB52 30%);
}
#course_regular_index #visual a,
#course_monthly_index #visual a,
#course_private_index #visual a,
.school_detail_cinfo #course_regular_index .visual a,
.school_detail_cinfo #course_monthly_index .visual a,
.school_detail_cinfo #course_private_index .visual a{
  background: #941111;
  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: 40px 0 0 80px;
  position: relative;
  max-width: 480px;
  width: 100%;
}
#course_regular_index #visual a p,
#course_monthly_index #visual a p,
#course_private_index #visual a p,
.school_detail_cinfo #course_regular_index .visual a p,
.school_detail_cinfo #course_monthly_index .visual a p,
.school_detail_cinfo #course_private_index .visual a p{
  font-size: 2.0rem;
  font-weight: bold;
}
#course_regular_index #visual a p span,
#course_monthly_index #visual a p span,
#course_private_index #visual a p span,
.school_detail_cinfo #course_regular_index .visual a p span,
.school_detail_cinfo #course_monthly_index .visual a p span,
.school_detail_cinfo #course_private_index .visual a p span{
  color:#FFF7B9;
}
#course_regular_index #visual a p span:nth-of-type(2),
#course_monthly_index #visual a p span:nth-of-type(2),
#course_private_index #visual a p span:nth-of-type(2),
.school_detail_cinfo #course_regular_index .visual a span:nth-of-type(2),
.school_detail_cinfo #course_monthly_index .visual a span:nth-of-type(2),
.school_detail_cinfo #course_private_index .visual a span:nth-of-type(2){
  color:#fff;
  font-size:1.6rem;
}
#course_regular_index #visual a i,
#course_monthly_index #visual a i,
#course_private_index #visual a i,
.school_detail_cinfo #course_regular_index .visual a i,
.school_detail_cinfo #course_monthly_index .visual a i,
.school_detail_cinfo #course_private_index .visual a i{
  position: absolute;
  right: 5%;
  top: 40%;
  font-size: 1.4rem;
}

/*PC*/
#course_regular_index header .global_nav,
#course_monthly_index header .global_nav,
#course_private_index header .global_nav {
  background: rgba(0, 28, 84, 0.8);
}
#course_regular_index header .global_nav > ul > li,
#course_monthly_index header .global_nav > ul > li,
#course_private_index header .global_nav > ul > li{
  text-align: center;
}
#course_regular_index header .global_nav > ul > li a,
#course_monthly_index header .global_nav > ul > li a,
#course_private_index header .global_nav > ul > li a {
  display: inline;
}
#course_regular_index header .global_nav > ul > li a::after,
#course_monthly_index header .global_nav > ul > li a::after,
#course_private_index header .global_nav > ul > li a::after {
  bottom: -4px;
  height: 2px;
}
#course_regular_index #visual,
#course_regular_index #contents,
#course_monthly_index #visual,
#course_monthly_index #contents,
#course_private_index #visual,
#course_private_index #contents,
.school_detail_cinfo #course_regular_index .contents,
.school_detail_cinfo #course_monthly_index .contents,
.school_detail_cinfo #course_private_index .contents{
  font-family: 'Noto Sans JP', sans-serif;
}
#course_regular_index #visual,
#course_monthly_index #visual,
#course_private_index #visual{
  height: 680px;
}
.school_detail_cinfo #course_regular_index .visual,
.school_detail_cinfo #course_monthly_index .visual,
.school_detail_cinfo #course_private_index .visual{
  height: 600px;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
}

#course_regular_index #visual > div,
#course_monthly_index #visual > div,
#course_private_index #visual > div{
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 16px 0;
  padding-top: 210px;
  z-index: 1;
}
.school_detail_cinfo #course_regular_index .visual > div,
.school_detail_cinfo #course_monthly_index .visual > div,
.school_detail_cinfo #course_private_index .visual > div{
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 16px 0;
  z-index: 1;
}

#course_regular_index #visual h1,
#course_monthly_index #visual h1,
#course_private_index #visual h1,
.school_detail_cinfo #course_regular_index .visual h1,
.school_detail_cinfo #course_monthly_index .visual h1,
.school_detail_cinfo #course_private_index .visual h1{
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
#course_regular_index #visual h1 span,
#course_monthly_index #visual h1 span,
#course_private_index #visual h1 span,
.school_detail_cinfo #course_regular_index .visual h1 span,
.school_detail_cinfo #course_monthly_index .visual h1 span,
.school_detail_cinfo #course_private_index .visual h1 span{
  font-weight: 900;
  font-size: 7.0rem;
  line-height: 1.2;
  color: #013378;
  text-shadow: 0px 0px 7px #fff;
}
#course_regular_index #visual figure,
#course_monthly_index #visual figure,
#course_private_index #visual figure {
  height: 680px;
}
.school_detail_cinfo #course_regular_index .visual figure,
.school_detail_cinfo #course_monthly_index .visual figure,
.school_detail_cinfo #course_private_index .visual figure {
  left: 0;
  min-width: 1024px;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
  height: 600px;
}
.school_detail_cinfo #course_regular_index .visual figure img,
.school_detail_cinfo #course_monthly_index .visual figure img,
.school_detail_cinfo #course_private_index .visual figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
.school_detail_cinfo #course_private_index .visual .note {
  margin-top: 40px;
}
#course_regular_index #contents,
#course_regular_index #contents::after,
#course_monthly_index #contents,
#course_monthly_index #contents::after,
#course_private_index #contents,
#course_private_index #contents::after{
  border:none;
}
.school_detail_cinfo #course_regular_index .contents,
.school_detail_cinfo #course_regular_index .contents::after,
.school_detail_cinfo #course_monthly_index .contents,
.school_detail_cinfo #course_monthly_index .contents::after,
.school_detail_cinfo #course_private_index .contents,
.school_detail_cinfo #course_private_index .contents::after{
  position: relative;
  min-width: 1024px;
  background: #fff;
  border:none;
}
#course_regular_index .recom,
#course_monthly_index .recom,
#course_private_index .recom{
  background-color: #F4F4F4;
  padding: 100px 0 160px;
}
#course_regular_index .recom h2,
#course_monthly_index .recom h2,
#course_private_index .recom h2{
  font-weight: bold;
  font-size: 3.0rem;
  z-index: 1;
  position: relative;
}
#course_regular_index .point h2,
#course_monthly_index .point h2,
#course_private_index .point h2{
  font-weight: bold;
  font-size: 3.0rem;
  margin-bottom: 60px;
}
#course_regular_index .recom h2 span,
#course_regular_index .point h2 span,
#course_monthly_index .recom h2 span,
#course_monthly_index .point h2 span,
#course_private_index .recom h2 span,
#course_private_index .point h2 span{
  font-size: 1.6rem;
  position: relative;
  padding-left: 60px;
  vertical-align: bottom;
}
#course_regular_index .recom h2 span::before,
#course_regular_index .point h2 span::before,
#course_monthly_index .recom h2 span::before,
#course_monthly_index .point h2 span::before,
#course_private_index .recom h2 span::before,
#course_private_index .point h2 span::before{
  content: "";
  width: 68px;
  height: 1px;
  background-color: #707070;
  margin: 0px 4px 4px;
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 0;
}
#course_regular_index .recom .recom_inner,
#course_monthly_index .recom .recom_inner,
#course_private_index .recom .recom_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -30px;
}
#course_regular_index .recom .recom_inner .left_img,
#course_monthly_index .recom .recom_inner .left_img,
#course_private_index .recom .recom_inner .left_img{
  position: relative;
  z-index: 1;
  left: 120px;
  top: 70px;
}
#course_regular_index .recom .recom_inner .right_txt,
#course_monthly_index .recom .recom_inner .right_txt,
#course_private_index .recom .recom_inner .right_txt{
  max-width: 580px;
  width: 100%;
  height: 425px;
  background: #fff;
  padding:115px 115px 0 115px;
}
#course_regular_index .recom .recom_inner .right_txt p,
#course_monthly_index .recom .recom_inner .right_txt p,
#course_private_index .recom .recom_inner .right_txt p{
  font-weight: 500;
  font-size: 2.0rem;
  border-bottom: 1px solid #707070;
  padding: 15px 0;
  display: flex;
  align-items: center;
}
#course_regular_index .recom .recom_inner .right_txt p:first-child,
#course_monthly_index .recom .recom_inner .right_txt p:first-child,
#course_private_index .recom .recom_inner .right_txt p:first-child{
  padding: 0 0 15px;
}
#course_regular_index .recom .recom_inner .right_txt p:last-child,
#course_monthly_index .recom .recom_inner .right_txt p:last-child,
#course_private_index .recom .recom_inner .right_txt p:last-child{
  border-bottom: none;
}
#course_regular_index .recom .recom_inner .right_txt p span,
#course_monthly_index .recom .recom_inner .right_txt p span,
#course_private_index .recom .recom_inner .right_txt p span{
  font-family: "DIN 2014";
  font-weight: bold;
  font-size: 2.0rem;
  color: #582997;
  margin-right: 20px;
  display: grid;
}
#course_regular_index .point,
#course_monthly_index .point,
#course_private_index .point{
  padding: 100px 0;
  background: url(/chinese/common/img/bg_poly01.png) left bottom no-repeat;
}
#course_regular_index .point ul li,
#course_monthly_index .point ul li,
#course_private_index .point ul li{
  background: #F7EEEE;
  display: flex;
  padding: 80px 80px 30px 80px;
  margin-bottom: 80px;
}
#course_regular_index .point ul li h3,
#course_monthly_index .point ul li h3,
#course_private_index .point ul li h3{
  font-weight: bold;
  font-size: 2.4rem;
  display: inline-block;
  margin-bottom: 30px;
}
#course_regular_index .point ul li h3 span,
#course_monthly_index .point ul li h3 span,
#course_private_index .point ul li h3 span{
  border-bottom: 1px solid #FA5F5C;
}
#course_regular_index .point ul li:nth-of-type(2) h3,
#course_monthly_index .point ul li:nth-of-type(2) h3,
#course_private_index .point ul li:nth-of-type(2) h3{
  margin-left: 80px;
}
#course_regular_index .point ul li p,
#course_monthly_index .point ul li p,
#course_private_index .point ul li p{
  font-size: 1.6rem;
  padding: 0 90px 0 0;
}
#course_regular_index .point ul li:nth-of-type(2) p,
#course_monthly_index .point ul li:nth-of-type(2) p,
#course_private_index .point ul li:nth-of-type(2) p{
  padding: 0 0 0 80px;
}
#course_regular_index .point ul li figure img,
#course_monthly_index .point ul li figure img,
#course_private_index .point ul li figure img{
  margin-top: -110px;
}
#course_regular_index .counseling,
#course_monthly_index .counseling,
#course_private_index .counseling{
  background: #FB8381;
  padding: 100px 0;
}
#course_regular_index .counseling h2,
#course_monthly_index .counseling h2,
#course_private_index .counseling h2{
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#course_regular_index .counseling h2 span,
#course_monthly_index .counseling h2 span,
#course_private_index .counseling h2 span{
  font-size: 3.2rem;
}
#course_regular_index .counseling .counseling_bg,
#course_monthly_index .counseling .counseling_bg,
#course_private_index .counseling .counseling_bg{
  background: url(/chinese/course/img/counseling_bg.png) #fff;
  padding: 15px;
  background-size: 30%;
}
#course_regular_index .counseling .counseling_inner,
#course_monthly_index .counseling .counseling_inner,
#course_private_index .counseling .counseling_inner{
  border: 1px solid #9A9A9A;
  padding: 40px;
  display: flex;
}
#course_regular_index .counseling .price,
#course_monthly_index .counseling .price,
#course_private_index .counseling .price{
  border-right: 1px solid #9A9A9A;
  padding: 0 70px 0 30px;
  width: 30%;
  text-align: center;
}
#course_regular_index .counseling .price p:nth-of-type(1),
#course_monthly_index .counseling .price p:nth-of-type(1),
#course_private_index .counseling .price p:nth-of-type(1){
  width: 100%;
  border-radius: 50px;
  background: #fff;
  border: 2px solid #ff7e00;
  font-weight: bold;
  font-size: 2.0rem;
  text-align: center;
  color: #ff7e00;
}
#course_regular_index .counseling .price p:nth-of-type(2),
#course_monthly_index .counseling .price p:nth-of-type(2),
#course_private_index .counseling .price p:nth-of-type(2){
  margin-top: 30px;
}
#course_regular_index .counseling .right_txt,
#course_monthly_index .counseling .right_txt,
#course_private_index .counseling .right_txt{
  padding: 30px 0 0 70px;
  width: 70%;
}
#course_regular_index .counseling .right_txt p,
#course_monthly_index .counseling .right_txt p,
#course_private_index .counseling .right_txt p{
  font-size: 1.6rem;
  margin-bottom: 25px;
}
#course_regular_index .counseling .right_txt p:nth-child(odd),
#course_monthly_index .counseling .right_txt p:nth-child(odd),
#course_private_index .counseling .right_txt p:nth-child(odd){
  border-radius: 50px;
  background: #fff;
  border: 2px solid #FA4E4B;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  color: #FA4E4B;
  display: inline-block;
  padding: 0 20px;
  margin-bottom: 10px;
}
#course_regular_index .ml_btn,
#course_monthly_index .ml_btn,
#course_private_index .ml_btn {
  text-align: center;
  margin:0 auto 150px;
}
#course_regular_index .ml_btn a,
#course_monthly_index .ml_btn a,
#course_private_index .ml_btn a{
  background: #ff7e00;
  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);
  position: relative;
  max-width: 480px;
  width: 100%;
}
#course_regular_index .ml_btn a p,
#course_monthly_index .ml_btn a p,
#course_private_index .ml_btn a p{
  font-size: 2.0rem;
  font-weight: bold;
}
#course_regular_index .ml_btn a p span,
#course_monthly_index .ml_btn a p span,
#course_private_index .ml_btn a p span{
  color:#FFF7B9;
}
#course_regular_index .ml_btn a p span:nth-of-type(2),
#course_monthly_index .ml_btn a p span:nth-of-type(2),
#course_private_index .ml_btn a p span:nth-of-type(2){
  color:#fff;
  font-size:1.6rem;
}
#course_regular_index .ml_btn a i,
#course_monthly_index .ml_btn a i,
#course_private_index .ml_btn a i{
  position: absolute;
  right: 5%;
  top: 40%;
  font-size: 1.4rem;
}
.school_detail_cinfo #system {
  padding: 60px 0 120px;
  background: #f4f4f4;
}
#course_regular_index #system .system_info,
#course_monthly_index #system .system_info,
#course_private_index #system .system_info{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#course_regular_index #system .system_info ul,
#course_monthly_index #system .system_info ul,
#course_private_index #system .system_info ul{
  width:50%;
}
#course_regular_index #system .system_info ul li span,
#course_monthly_index #system .system_info ul li span,
#course_private_index #system .system_info ul li span{
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  color: #ff7e00;
  border-radius: 8px;
  background: #fff;
  border: 2px solid #ff7e00;
  padding: 3px 20px;
  margin-bottom: 25px;
  display: inline-block;
}
#course_regular_index #system .system_info ul li p:nth-child(odd),
#course_monthly_index #system .system_info ul li p:nth-child(odd),
#course_private_index #system .system_info ul li p:nth-child(odd){
  background: #FA4E4B;
  border: 1px solid #e1e1e1;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  padding: 5px 0;
}
#course_regular_index #system .system_info ul li p:nth-child(even),
#course_monthly_index #system .system_info ul li p:nth-child(even),
#course_private_index #system .system_info ul li p:nth-child(even){
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  background-color: #fff;
  padding: 10px 0;
  margin-bottom: 10px;
  border: 1px solid #e1e1e1;
  border-top:none;
}
#course_regular_index #system .system_info figure,
#course_monthly_index #system .system_info figure,
#course_private_index #system .system_info figure {
  width: 50%;
  text-align: right;
}
#course_regular_index #system .system_info figure img,
#course_monthly_index #system .system_info figure img,
#course_private_index #system .system_info figure img{
  width: 100%;
  max-width: 560px;
}
.school_detail_cinfo #course_regular_index #system .system_info figure iframe{
  width: 100%;
  height:100%;
  max-width: 550px;
  max-height: 413px;
}

#course_regular_index .counseling .ml_btn,
#course_regular_index #system .ml_btn,
#course_monthly_index .counseling .ml_btn,
#course_monthly_index #system .ml_btn,
#course_private_index .counseling .ml_btn,
#course_private_index #system .ml_btn{
  margin: 0 auto;
}
#course_regular_index #list_intro .ttl01{
  padding: 60px 0;
  margin-top: 40px;
}
#course_regular_index #faq_area,
#course_monthly_index #faq_area,
#course_private_index #faq_area{
  background-color: #F7EEEE;
  padding: 60px 0;
}
#course_regular_index #faq_area > .inner,
#course_monthly_index #faq_area > .inner,
#course_private_index #faq_area > .inner {
  max-width: 880px;
  width: 100%;
  margin: 0 auto 90px;
}
#course_regular_index #faq_area .faq_list dt,
#course_monthly_index #faq_area .faq_list dt,
#course_private_index #faq_area .faq_list dt {
  cursor: pointer;
  padding: 20px 60px 20px 50px;
  position: relative;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}
#course_regular_index #faq_area .faq_list dt::before,
#course_monthly_index #faq_area .faq_list dt::before,
#course_private_index #faq_area .faq_list dt::before {
  background: #FA4E4B;
  content: "Q";
  border-radius: 50%;
  color: #fff;
  display: block;
  height: 40px;
  left: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 12px;
  width: 40px;
}
#course_regular_index #faq_area .faq_list dt .icon-add,
#course_monthly_index #faq_area .faq_list dt .icon-add,
#course_private_index #faq_area .faq_list dt .icon-add {
  color: #FA4E4B;
  font-size: 2.0rem;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 50%;
  margin-top: -1.0rem;
}
#course_regular_index #faq_area .faq_list dd,
#course_monthly_index #faq_area .faq_list dd,
#course_private_index #faq_area .faq_list dd {
  display: none;
  border-bottom: 1px solid #ddd;
  background: #fff;
  padding: 35px;
}


/*SP*/
@media screen and (max-width: 720px) {
  
#course_regular_index #visual .check p,
#course_monthly_index #visual .check p,
#course_private_index #visual .check p,
.school_detail_cinfo #course_regular_index .visual .check p,
.school_detail_cinfo #course_monthly_index .visual .check p,
.school_detail_cinfo #course_private_index .visual .check p{
  font-size: 1.4rem;
  text-align: left;
}
#course_regular_index #visual .check p::before,
#course_monthly_index #visual .check p::before,
#course_private_index #visual .check p::before,
.school_detail_cinfo #course_regular_index .visual .check p::before,
.school_detail_cinfo #course_monthly_index .visual .check p::before,
.school_detail_cinfo #course_private_index .visual .check p::before{
  top: 10px;
  background-size: 70%;
}
#course_regular_index #visual a,
#course_monthly_index #visual a,
#course_private_index #visual a,
.school_detail_cinfo #course_regular_index .visual a,
.school_detail_cinfo #course_monthly_index .visual a,
.school_detail_cinfo #course_private_index .visual a {
  padding: 10px 0;
  margin: 20px auto;
  width: 90%;
  display: block;
}
#course_regular_index #visual a p,
#course_monthly_index #visual a p,
#course_private_index #visual a p,
.school_detail_cinfo #course_regular_index .visual a p,
.school_detail_cinfo #course_monthly_index .visual a p,
.school_detail_cinfo #course_private_index .visual a p{
  font-size: 1.6rem;
}
#course_regular_index #visual a p span:nth-of-type(2) ,
#course_monthly_index #visual a p span:nth-of-type(2) ,
#course_private_index #visual a p span:nth-of-type(2) ,
.school_detail_cinfo #course_regular_index .visual a p span:nth-of-type(2) ,
.school_detail_cinfo #course_monthly_index .visual a p span:nth-of-type(2) ,
.school_detail_cinfo #course_private_index .visual a p span:nth-of-type(2) {
  font-size: 1.2rem;
}

.school_detail_cinfo #course_regular_index .contents, 
.school_detail_cinfo #course_regular_index .contents::after, 
.school_detail_cinfo #course_monthly_index .contents,
.school_detail_cinfo #course_monthly_index .contents::after, 
.school_detail_cinfo #course_private_index .contents, 
.school_detail_cinfo #course_private_index .contents::after {
  min-width: 100%;
}
.school_detail_cinfoi .visual figure img {
  width: 100%;
}
.chinese header .inner .header_logo p a,
#course_regular_index header .inner .header_logo p a,
#course_monthly_index header .inner .header_logo p a,
#course_private_index header .inner .header_logo p a {
  color: #941111 !important;
}
#course_regular_index #visual,
#course_regular_index #visual figure,
#course_monthly_index #visual,
#course_monthly_index #visual figure,
#course_private_index #visual,
#course_private_index #visual figure{
  height: auto;
}
.school_detail_cinfo #course_regular_index .visual,
.school_detail_cinfo #course_regular_index .visual figure,
.school_detail_cinfo #course_monthly_index .visual,
.school_detail_cinfo #course_monthly_index .visual figure,
.school_detail_cinfo #course_private_index .visual,
.school_detail_cinfo #course_private_index .visual figure{
    height: auto;
    padding-top: 120%;
    min-width: 100%;
  }
.school_detail_cinfo #course_regular_index .visual figure img, 
.school_detail_cinfo #course_monthly_index .visual figure img, 
.school_detail_cinfo #course_private_index .visual figure img {
  width: 100%;
}
#course_regular_index #visual > div,
#course_monthly_index #visual > div,
#course_private_index #visual > div{
  width: 90%;
  padding-top: 30px;
  position: absolute;
  background: url(/chinese/course/img/main_bg.png);
  top: 55%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  background-size: 70%;
}
.school_detail_cinfo #course_regular_index .visual > div,
.school_detail_cinfo #course_monthly_index .visual > div,
.school_detail_cinfo #course_private_index .visual > div{
  width: 90%;
  padding-top: 30px;
  position: absolute;
  background: url(/chinese/course/img/main_bg.png);
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}

#course_regular_index #visual h1,
#course_monthly_index #visual h1,
#course_private_index #visual h1,
.school_detail_cinfo #course_regular_index .visual h1,
.school_detail_cinfo #course_monthly_index .visual h1,
.school_detail_cinfo #course_private_index .visual h1 {
  font-size: 1.6rem;
}
#course_regular_index #visual h1 span,
#course_monthly_index #visual h1 span,
#course_private_index #visual h1 span,
.school_detail_cinfo #course_regular_index .visual h1 span,
.school_detail_cinfo #course_monthly_index .visual h1 span,
.school_detail_cinfo #course_private_index .visual h1 span {
  font-size: 3.6rem;
}
#course_regular_index #visual .check,
#course_monthly_index #visual .check,
.school_detail_cinfo #course_regular_index .visual .check,
.school_detail_cinfo #course_monthly_index .visual .check{
  width: 80%;
  margin: 0 auto;
}
#course_private_index #visual .check,
#course_private_index #visual .note,
.school_detail_cinfo #course_private_index .visual .check,
.school_detail_cinfo #course_private_index .visual .note{
  width: 90%;
  margin: 0 auto;
}
#course_private_index #visual .note{
    text-align: left;
}
#course_regular_index .recom,
#course_monthly_index .recom,
#course_private_index .recom {
  padding: 50px 0;
}
#course_regular_index .recom h2,
#course_monthly_index .recom h2,
#course_private_index .recom h2{
  font-size: 1.8rem;
  text-align: center;
}
#course_regular_index .point, 
#course_monthly_index .point,
#course_private_index .point {
  background-size:contain;
}
#course_regular_index .recom h2 span::before, 
#course_regular_index .point h2 span::before,
#course_monthly_index .recom h2 span::before, 
#course_monthly_index .point h2 span::before,
#course_private_index .recom h2 span::before, 
#course_private_index .point h2 span::before{
    display: none;
}
#course_regular_index .recom h2 span, 
#course_regular_index .point h2 span,
#course_monthly_index .recom h2 span, 
#course_monthly_index .point h2 span,
#course_private_index .recom h2 span, 
#course_private_index .point h2 span {
  font-size: 1.2rem;
  padding-left: 0;
}
#course_regular_index .recom .recom_inner,
#course_monthly_index .recom .recom_inner,
#course_private_index .recom .recom_inner {
  display: block;
  margin-top: 0;
}
#course_regular_index .recom .recom_inner .left_img,
#course_monthly_index .recom .recom_inner .left_img,
#course_private_index .recom .recom_inner .left_img {
  position: relative;
  top: 150px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#course_regular_index .recom .recom_inner .left_img figure,
#course_monthly_index .recom .recom_inner .left_img figure,
#course_private_index .recom .recom_inner .left_img figure {
  text-align: center;
}
#course_regular_index .recom .recom_inner .left_img figure img,
#course_monthly_index .recom .recom_inner .left_img figure img,
#course_private_index .recom .recom_inner .left_img figure img{
  width: 90%;
} 
#course_regular_index .recom .recom_inner .right_txt,
#course_monthly_index .recom .recom_inner .right_txt,
#course_private_index .recom .recom_inner .right_txt{
  width: 100%;
  height: auto;
  background: #fff;
  padding: 80px 20px 20px 20px;
}
#course_regular_index .recom .recom_inner .right_txt p,
#course_monthly_index .recom .recom_inner .right_txt p,
#course_private_index .recom .recom_inner .right_txt p {
  font-size: 1.6rem;
  margin-left: 10px;
}
#course_regular_index .point,
#course_monthly_index .point,
#course_private_index .point {
  padding: 50px 0;
}
#course_regular_index .point h2,
#course_monthly_index .point h2,
#course_private_index .point h2 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom:40px;
}
#course_regular_index .point ul li,
#course_monthly_index .point ul li,
#course_private_index .point ul li {
  flex-direction: column;
  padding: 20px;
  margin-bottom: 20px;
}
#course_regular_index .point ul li h3,
#course_monthly_index .point ul li h3,
#course_private_index .point ul li h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
#course_regular_index .point ul li p,
#course_monthly_index .point ul li p,
#course_private_index .point ul li p{
  font-size: 1.4rem;
  padding: 0;
}
#course_regular_index .point ul li:nth-of-type(2) h3,
#course_monthly_index .point ul li:nth-of-type(2) h3,
#course_private_index .point ul li:nth-of-type(2) h3 {
  margin-left: 0;
}
#course_regular_index .point ul li:nth-of-type(2) p,
#course_monthly_index .point ul li:nth-of-type(2) p,
#course_private_index .point ul li:nth-of-type(2) p {
  padding: 0;
  text-align: left;
}
#course_regular_index .point ul li figure,
#course_monthly_index .point ul li figure,
#course_private_index .point ul li figure{
  order: 1;
}
#course_regular_index .point ul li figure img,
#course_monthly_index .point ul li figure img,
#course_private_index .point ul li figure img {
  margin: 0 0 20px;
  width: 100%;
}
#course_regular_index .point ul li div,
#course_monthly_index .point ul li div,
#course_private_index .point ul li div{
  order:2;
}
#course_regular_index .counseling h2,
#course_monthly_index .counseling h2,
#course_private_index .counseling h2 {
  font-size: 1.4rem;
}
#course_regular_index .counseling h2 span,
#course_monthly_index .counseling h2 span,
#course_private_index .counseling h2 span{
  font-size: 1.8rem;
} 
#course_regular_index .counseling .counseling_bg,
#course_monthly_index .counseling .counseling_bg,
#course_private_index .counseling .counseling_bg {
  padding: 10px;
  background-size: 90%;
}
#course_regular_index .counseling .counseling_inner,
#course_monthly_index .counseling .counseling_inner,
#course_private_index .counseling .counseling_inner {
  display: block;
  padding: 25px;
}
#course_regular_index .counseling {
  padding: 50px 0;
}
#course_regular_index .counseling .price,
#course_monthly_index .counseling .price,
#course_private_index .counseling .price {
  border-bottom: 1px solid #9A9A9A;
  padding: 0;
  width: 100%;
  border-right: none;
}
#course_regular_index .counseling .price p:nth-of-type(1),
#course_monthly_index .counseling .price p:nth-of-type(1),
#course_private_index .counseling .price p:nth-of-type(1){
  width: 80%;
  font-size: 1.6rem;
  margin: auto;
}
#course_regular_index .counseling .price p:nth-of-type(2),
#course_monthly_index .counseling .price p:nth-of-type(2),
#course_private_index .counseling .price p:nth-of-type(2){
  width: 100%;
  text-align: center;
  margin-bottom:20px;
}
#course_regular_index .counseling .price p:nth-of-type(2) img,
#course_monthly_index .counseling .price p:nth-of-type(2) img,
#course_private_index .counseling .price p:nth-of-type(2) img{
  width: 50%;
}
#course_regular_index .counseling .right_txt,
#course_monthly_index .counseling .right_txt,
#course_private_index .counseling .right_txt{
  padding: 30px 0 0 0;
  width: 100%;
}
#course_regular_index .counseling .right_txt p,
#course_monthly_index .counseling .right_txt p,
#course_private_index .counseling .right_txt p{
  font-size: 1.4rem;
}
#course_regular_index .counseling .right_txt p:last-child,
#course_monthly_index .counseling .right_txt p:last-child,
#course_private_index .counseling .right_txt p:last-child{
  margin-bottom: 0;
}
#course_regular_index .ml_btn,
#course_monthly_index .ml_btn,
#course_private_index .ml_btn {
  margin: 0 auto 70px;
  width: 90%;
}
#course_regular_index .counseling .ml_btn, 
#course_regular_index #system .ml_btn,
#course_monthly_index .counseling .ml_btn, 
#course_monthly_index #system .ml_btn,
#course_private_index .counseling .ml_btn, 
#course_private_index #system .ml_btn{
  width: 90%;
}
  
#course_regular_index #phrase img{
  width: 100%;
}
#course_regular_index #system .system_info,
#course_monthly_index #system .system_info,
#course_private_index #system .system_info{
  flex-direction: column;
} 
#course_regular_index #system .system_info ul,
#course_monthly_index #system .system_info ul,
#course_private_index #system .system_info ul{
  width: 100%;
  order:2;
}
#course_regular_index #system .system_info ul li:nth-of-type(2),
#course_monthly_index #system .system_info ul li:nth-of-type(2),
#course_private_index #system .system_info ul li:nth-of-type(2){
  margin-top: 15px;
}
#course_regular_index #system .system_info figure,
#course_monthly_index #system .system_info figure,
#course_private_index #system .system_info figure{
  order: 1;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}
.school_detail_cinfo #course_regular_index #system .system_info figure iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}

#course_regular_index #system .system_info ul li p:nth-child(odd),
#course_monthly_index #system .system_info ul li p:nth-child(odd),
#course_private_index #system .system_info ul li p:nth-child(odd){
  font-size: 1.6rem;
}
#course_regular_index #system .system_info ul li p:nth-child(even),
#course_monthly_index #system .system_info ul li p:nth-child(even),
#course_private_index #system .system_info ul li p:nth-child(even){
  font-size: 1.4rem;
  border: 1px solid #e1e1e1;
}
#course_regular_index #system .system_info ul li span,
#course_monthly_index #system .system_info ul li span,
#course_private_index #system .system_info ul li span {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
#course_regular_index #system .note,
#course_monthly_index #system .note,
#course_private_index #visual .note,
#course_private_index #system .note {
  font-size: 1.2rem;
}
#course_regular_index #list_intro .ttl01 {
  padding: 40px 0;
  margin-top: 30px;
}
#course_regular_index #faq_area,
#course_monthly_index #faq_area,
#course_private_index #faq_area {
  padding: 50px 15px 40px;
}
.school_detail_cinfo #faq_area {
  margin-bottom: 40px;
}
.school_detail_cinfo #faq_area .ttl01 h2 {
  font-size: 1.7rem;
}

#course_regular_index #faq_area .inner,
#course_monthly_index #faq_area .inner,
#course_private_index #faq_area .inner {
  width: 100%;
  margin: 0 auto;
}

}