@charset "utf-8";

/* ================================================================================
	COURSE
================================================================================ */

@media print, screen and (min-width:768px) {
  /* -----------------------------------------------------------------COURSE INDEX */
  #course_area{
    padding: 90px 20px 120px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1120px;
  }
  #course_area > .catch{
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6 !important;
    margin-top: 0 !important;
  }
  .catch:before{
    background-color: #000000;
    content: "";
    display: block;
    height: 4px;
    width: 66px;
    margin-bottom: 40px;
  }
  #course_body{
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    margin-top: 50px;
  }
  #course_body > .course{
    background-color: #FFF;
    margin-right: 1.1%;
    margin-top: 1.1%;
    width: 32.6%;
  }

/*230802 plus*/
.subcourse2first{
	width:49% !important;
	margin-right:2% !important;
}
.subcourse2second{
	width:49% !important;
	margin-right:0 !important;
}
/*------*/

  #course_body > .course:nth-child(3n+2){
    margin-right: 0;
  }
  #course_body .course_detail{
    padding: 15px 15px 15px;
  }
  #course_body .course_detail > p{
    margin-top: 15px;
    min-height: 3.25em;
  }
  #course_body .category{
    border-bottom: 3px solid #282828;
    display: inline-block;
    font-size: 14px;
    padding-bottom: 15px;
    line-height: 1;
  }
  #course_body .course > a{
    color: #282828;
    text-decoration: none;
    border: 5px solid #f3f3f3;
    display: block;
  }
  #course_body .course > a:hover .category{
    border-bottom: 3px solid #aaa;
    color: #aaa;
  }
  #course_body .course_name{
    margin-top: 5px;
    font-size: 25px;
    font-weight: bold;
  }
  #course_body .course_name img{
    height: auto;
    max-width: 100%;
  }
  #course_body .course:nth-child(1),
  #course_body .course:nth-child(2){
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
  #course_body .course:nth-child(1) > a,
  #course_body .course:nth-child(2) > a{
    background-position: right 40px center;
    background-repeat: no-repeat;
    padding-right: 40px;
    display: flex;
  }
  #course_body .course:nth-child(1) > a .image,
  #course_body .course:nth-child(2) > a .image{
    background-size: cover;
    padding-bottom: 21.4%;
    width: 28%;
  }
  #course_body .course:nth-child(1) > a .course_detail,
  #course_body .course:nth-child(2) > a .course_detail{
   display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding: 40px 40px 40px 40px;
   width: 72%;
  }
  #course_body .course:nth-child(1) a .category,
  #course_body .course:nth-child(2) a .category{
    align-self: center;
    font-size: 18px;
    font-weight: bold;
    order: 0;
    border: none;
    display: inline-block;
    color: #FFF;
    padding: 10px 10px;
    margin-right: 20px;
  }
  #course_body .course:nth-child(1) .course_detail > .course_name,
  #course_body .course:nth-child(2) .course_detail > .course_name{
    font-size: 40px;
    order: 1;
  }
  #course_body .course:nth-child(1) .course_detail > p,
  #course_body .course:nth-child(2) .course_detail > p{
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
    order: 2;
    width: 100%;
  }
  #course_body .course:nth-child(1) .course_detail > p > br,
  #course_body .course:nth-child(2) .course_detail > p > br{
    display: none;
  }
  
  #course_body .course:nth-child(1) > a{
    background-image: url(../img/icon_arrow1.png);
  }
  #course_body .course:nth-child(1) > a .image{
    background-position: right center;
    background-image: url(/site_common/img/course_photo01.jpg?20230112);
  }
  #course_body .course:nth-child(1) .category{
    background-color: #f29054;
  }
  #course_body .course:nth-child(1) .course_name{
    color: #f29054;
  }
  #course_body .course:nth-child(2) > a{
    background-image: url(../img/icon_arrow2.png);
  }
  #course_body .course:nth-child(2) > a .image{
    background-image: url(/site_common/img/course_photo02.jpg?20230112);
  }
  #course_body .course:nth-child(2) .category{
    background-color: #5ab9b9;
  }
  #course_body .course:nth-child(2) .course_name{
    color: #5ab9b9;
  }
  
  
  
  /* -----------------------------------------------------------------COURSE DETAIL */
  
  #course_detail_area{
    padding: 90px 0 0;
  }
  #course_detail_area > section{
    padding: 0 20px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1120px;
  }
  #course_detail_area > p{
    font-size: 16px;
    padding: 0 20px;
    margin: 0 auto 60px;
    line-height: 2;
    max-width: 1000px;
  }
  
  .course_ttl{
    background-color: #f3f3f3;
    border: 1px solid #c1c1c1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
    cursor: pointer;
    position: relative;
  }
  .course_ttl > p{
    padding: 20px;
    color: #FFF;
    font-size: 16px;
    line-height: 1;
    height: 100%;
  }
  .course_ttl > h2{
    color: #000;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
		top: 5px;
		left: 0;
    text-align: center;
		height: 100%;
    width: 100%;
  }
  .course_ttl > a{
    background-color: #ffffff;
    border-radius: 5px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.2;
    padding: 10px 15px;
    margin-right: 20px;
  }
  .course_ttl > a > span{
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    padding-left: 20px;
  }
  .course_ttl > a > span:before{
    content: "詳しく見る";
  }
  .course_ttl.active > a > span:before{
    content: "閉じる";
  }
  
  
  #introduction_body .object{
    font-size: 24px !important;
    margin-top: 95px !important;
  }
  #introduction_body .object span{
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
  }
  #introduction_body .head_txt{
    margin-top: 30px !important;
  }
  
  
  
  .fig_set{
    display: table;
    margin-top: 45px;
    width: 100%;
  }
  .fig_set > div{
    display: table-cell;
    vertical-align: top;
  }
  .fig_set > .detail{
    width: auto;
  }
  .fig_set > .detail > h3{
    color: #000;
    font-size: 31px;
    font-weight: bold;
  }
  .fig_set > .detail > p{
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    margin-top: 10px;
  }
  .fig_set > .fig{
    padding-left: 4.16%;
    width: 44.4%;
  }
  .fig_set > .fig img{
    height: auto;
    width: 100%;
  }
  .fig_set.column1{
    display: block;
    margin-top: 40px;
    text-align: center;
  }
  .fig_set.column1 > div{
    display: block;
  }
  .fig_set.column1 .detail > p{
    font-weight: normal;
    font-size: 15px;
  }
  .fig_set.column1 .image{
    margin-top: 30px;
  }
  .fig_set.column1 .image img{
    /*width: auto;
    max-width: 100%;*/
  }

  
  
  
  .point_set{
    border-top: 1px solid #f3f3f3;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    padding-top: 20px;
  }
  .point_set > .icon_point{
    margin-right: 20px;
    margin-top: 15px;
    width: 80px;
  }
  .point_set > .icon_point > span{
    border-radius: 50%;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 80px;
    width: 80px;
  }
  .point_wrap{
    flex-grow:2;
    width: auto;
  }
  .point_sub{
    margin-top: 40px;
  }
  .point,
  .point_sub{
    display: table;
    width: 100%;
  }
  .point > .detail,
  .point_sub > .detail{
    display: table-cell;
    vertical-align: top;
  }
  .point h4,
  .point_sub h5{
    color: #000000;
    font-weight: bold;
    line-height: 1.4;
  }
  .point h4{
    font-size: 30px;
    margin-top: 15px;
  }
  .point_sub h5{
    font-size: 24px;
  }
  .point > .detail p,
  .point_sub > .detail p{
    margin-top: 10px;
  }
  .point > .image,
  .point_sub > .image{
    display: table-cell;
    padding-left: 4%;
    width: 36.7%;
  }
  .point > .image img,
  .point_sub > .image img{
    height: auto;
    width: 100%;
  }
  
  .point_column2{
    border-top: 1px solid #f3f3f3;
    margin-top: 50px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    
  }
  .point_column2 > div{
    width: 47.2%;
  }
  .point_column2 > div > .point_set{
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
  
  
  .line_box{
    display: table;
    margin-top: 35px;
    width: 100%;
  }
  .line_box > h2{
    font-size: 28px;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #FFF;
    width: 21.2%;
  }
  .line_box > div{
    display: table-cell;
    padding: 30px;
  }
  .line_box .column2{
    display: flex;
    justify-content: space-between;
  }
  .line_box .column2 > div{
    width: 47.4%;
  }
  .line_box h3{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding: 10px;
    line-height: 1;
  }
  .line_box dl{
    display:flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .line_box dl > dt{
    border-bottom: 1px solid #e5e5e5;
    padding-top: 10px;
    padding-left: 10px;
    width: 26.5%;
  }
  .line_box dl > dd{
    border-bottom: 1px solid #e5e5e5;
    padding: 10px;
    width: 73.5%;
  }
  .line_box dl > dt:nth-last-child(2){
    border-bottom: none;
  }
  .line_box dl > dd:nth-last-child(1){
    border-bottom: none;
    padding-bottom: 0;
  }
  
  
  .num_list{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .num_list > li{
    width: 17%;
  }
  .num_list > li > dl > dt{
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    line-height: 1;
  }
  .num_list > li > dl > dt > span{
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    padding: 10px;
    margin-right: 10px;
  }
  .num_list > li > dl > dd{
    font-size: 14px;
    margin-top: 15px;
  }
  
  
  #other_sec{
    margin-top: 80px;
    padding: 60px 20px;
  }
  #other_sec h2{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
  }
  .other_set{
    background-color: #FFF;
    border-radius: 5px;
    margin: 10px auto 0;
    display: table;
    padding: 40px;
    max-width: 1080px;
  }
  .other_set > *,
  .other_set.sub > *{
    display: table-cell;
    vertical-align: top;
  }
  .other_set .ttl{
    border-left-style: solid;
    border-left-width: 5px;
    padding-left: 15px;
  }
  .other_set .ttl > p{
    font-size: 20px;
    font-weight: bold;
  }
  .other_set .ttl > h4{
    color: #000;
    font-size: 24px;
    font-weight: bold;
  }
  .other_set .detail > p{
    margin-top: 15px;
    line-height: 2;
  }
  .other_set .detail .bar_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .other_set .detail .bar_list > li{
    margin-top: 30px;
    width: 30.7%;
  }
  .other_set .detail .bar_list > li dt{
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 10px;
  }
  .other_set .detail .bar_list > li dd{
    font-size: 14px;
    margin-top: 15px;
    padding: 0 10px 10px;
  }
  .other_set > .image{
    padding-left: 5.55%;
    width: 35.1%;
  }
  .other_set .detail .image{
    margin-top: 20px;
    }
  .other_set.sub{
    padding: 0;
    margin: 40px 0 0;
    width: auto;
  }
  .other_set .image_column2{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
  }
  .other_set .image_column2 > div{
    width: 47.2%;
  }
  .other_set .image_column2 img{
    width: 100%;
    height: auto;
  }
  
  
  #opening_sec{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #opening_sec > .ttl{
    border-right: 2px solid #f3f3f3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px 0;
    width: 27.7%;
  }
  #opening_sec > .ttl h2{
    color: #000;
    font-size: 30px;
    font-weight: bold;
  }
  #opening_sec > .ttl p{
    margin-top: 10px;
  }
  #opening_sec > .detail{
    align-self: center;
    width: 68%;
  }
  #opening_sec > .detail p{
    line-height: 3;
  }
  #opening_sec > .detail dl{
    display: flex;
    flex-wrap: wrap;
  }
  #opening_sec > .detail dl > dt{
    color: #000;
    font-weight: bold;
    padding: 5px 0;
    width: 14.7%;
  }
  #opening_sec > .detail dl > dd{
    padding: 5px 0;
    width: 85.3%;
  }

  /* ----------------------------- JUNIOR --*/
  #course_junior  #introduction_body h1 span{
    background-color: #f29054;
  }
  #course_junior #introduction_body .image{
    background-image: url(../img/img_junior01.jpg?20230112);
  }
  #course_junior .line_box > h2{
    background-color: #f29054;
  }
  #course_junior .line_box > div{
    border: 2px solid #f29054;
  }
  #course_junior .line_box h3{
    background-color: #fdeee6;
  }
  #course_junior .course_ttl > p{
    background-color: #f29054;
  }
  #course_junior .course_ttl > a{
    color: #f29054;
  }
  #course_junior .course_ttl > a > span{
    background-image: url(../img/icon_arrow1_detail.png);
  } 
  #course_junior .course_ttl.active > a > span{
    background-image: url(../img/icon_arrow1_detail2.png);
  }
  #course_junior .point_set > .icon_point > span{
    background-color: #f29054;
  }
  #course_junior .num_list > li > dl > dt{
    background-color: #f29054;
  }
  #course_junior .num_list > li > dl > dt > span{
    background-color: #e9752e;
  }
  #course_junior #other_sec{
    background-color: #fef4ee;
  }
  #course_junior .other_set .ttl{
    border-left-color: #f29054;
  }
  #course_junior .other_set .ttl > p{
    color: #f29054;
  }
  #course_junior .btn > span{
    background: url(../img/icon_arrow1_btn.png) left center no-repeat;
  }
  
  /* ----------------------------- JUNIOR HIGH --*/
  #course_junior_high  #introduction_body h1 span{
    background-color: #5ab9b9;
  }
  #course_junior_high #introduction_body .image{
    background-image: url(../img/img_junior_high01.jpg?20230112);
  }
  #course_junior_high .line_box > h2{
    background-color: #5ab9b9;
  }
  #course_junior_high .line_box > div{
    border: 2px solid #5ab9b9;
  }
  #course_junior_high .course_ttl > p{
    background-color: #1badb6;
  }
  #course_junior_high .course_ttl > a{
    color: #5ab9b9;
  }
  #course_junior_high .course_ttl > a > span{
    background-image: url(../img/icon_arrow2_detail.png);
  } 
  #course_junior_high .course_ttl.active > a > span{
    background-image: url(../img/icon_arrow2_detail2.png);
  }
  #course_junior_high .point_set > .icon_point > span{
    background-color: #5ab9b9;
  }
  #course_junior_high #other_sec{
    background-color: #eef8f8;
  }
  #course_junior_high #other_sec h2{
    color: #5ab9b9;
  }
  #course_junior_high .other_set .ttl{
    border-left-color: #5ab9b9;
  }
  #course_junior_high .other_set .ttl > p{
    color: #5ab9b9;
  }
  #course_junior_high .other_set .detail .bar_list > li dt{
    background-color: #5ab9b9;
  }
  #course_junior_high .btn > span{
    background: url(../img/icon_arrow2_btn.png) left center no-repeat;
  }
  

}





@media (max-width: 767px) {
  /* -----------------------------------------------------------------COURSE INDEX */
  #course_area{
    padding: 45px 0 60px;
    margin-right: 15px;
    margin-left: 15px;
  }
  #course_area > .catch{
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6 !important;
    margin-top: 0 !important;
  }
  .catch:before{
    background-color: #000000;
    content: "";
    display: block;
    height: 4px;
    width: 66px;
    margin-bottom: 40px;
  }
  #course_body{
    text-align: left;
    margin-top: 50px;
  }
  #course_body > .course{
    background-color: #FFF;
    margin-top: 10px;
  }
  #course_body .course_detail{
    padding: 10px 10px 10px;
  }
  #course_body .course_detail > p{
    margin-top: 10px;
  }
  #course_body .course_detail > p br{
    display: none;
  }
  #course_body .category{
    border-bottom: 3px solid #282828;
    display: inline-block;
    font-size: 14px;
    padding-bottom: 15px;
    line-height: 1;
  }
  #course_body .course > a{
    color: #282828;
    text-decoration: none;
    border: 5px solid #f3f3f3;
    display: block;
  }
  #course_body .course > a:hover .category{
    border-bottom: 3px solid #aaa;
    color: #aaa;
  }
  #course_body .course_name{
    margin-top: 5px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
  }
  #course_body .course_name img{
    height: auto;
    max-width: 100%;
  }
  #course_body .course:nth-child(1),
  #course_body .course:nth-child(2){
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
  #course_body .course:nth-child(1) > a,
  #course_body .course:nth-child(2) > a{
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 15px auto;
    /*padding-right: 40px;*/
    display: flex;
  }
  #course_body .course:nth-child(1) > a .image,
  #course_body .course:nth-child(2) > a .image{
    background-size: cover;
    padding-bottom: 21.4%;
    width: 40%;
  }
  #course_body .course:nth-child(1) > a .course_detail,
  #course_body .course:nth-child(2) > a .course_detail{
   display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding: 20px 20px 20px 20px;
   width: 60%;
    min-height: 160px;
  }
  #course_body .course:nth-child(1) a .category,
  #course_body .course:nth-child(2) a .category{
    align-self: center;
    font-size: 14px;
    font-weight: bold;
    order: 0;
    border: none;
    display: inline-block;
    color: #FFF;
    padding: 10px 10px;
    margin-right: 20px;
  }
  #course_body .course:nth-child(1) .course_detail > .course_name,
  #course_body .course:nth-child(2) .course_detail > .course_name{
    font-size: 20px;
    order: 1;
  }
  #course_body .course:nth-child(1) .course_detail > p,
  #course_body .course:nth-child(2) .course_detail > p{
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
    order: 2;
    width: 100%;
    line-height: 1.6;
  }
  #course_body .course:nth-child(1) .course_detail > p > br,
  #course_body .course:nth-child(2) .course_detail > p > br{
    display: none;
  }
  
  #course_body .course:nth-child(1) > a{
    /*background-image: url(../img/icon_arrow1.png);*/
  }
  #course_body .course:nth-child(1) > a .image{
    background-position: center center;
    background-image: url(/site_common/img/course_photo01.jpg?20230112);
  }
  #course_body .course:nth-child(1) .category{
    background-color: #f29054;
  }
  #course_body .course:nth-child(1) .course_name{
    color: #f29054;
  }
  #course_body .course:nth-child(2) > a{
    /*background-image: url(../img/icon_arrow2.png);*/
  }
  #course_body .course:nth-child(2) > a .image{
    background-position: center center;
    background-image: url(/site_common/img/course_photo02.jpg?20230112);
  }
  #course_body .course:nth-child(2) .category{
    background-color: #5ab9b9;
  }
  #course_body .course:nth-child(2) .course_name{
    color: #5ab9b9;
  }
  
  
  
  /* -----------------------------------------------------------------COURSE DETAIL */
  
  #course_detail_area{
    padding: 45px 0 0;
  }
  #course_detail_area > section{
    margin: 0 15px;
  }
  #course_detail_area > p{
    font-size: 16px;
    margin: 0 15px 30px;
    line-height: 2;
  }
  
  .course_ttl{
    background-color: #f3f3f3;
    border: 1px solid #c1c1c1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
    cursor: pointer;
    position: relative;
  }
  .course_ttl > p{
    padding: 20px 10px;
    color: #FFF;
    font-size: 12px;
    line-height: 1;
    height: 100%;
  }
  .course_ttl > h2{
    color: #000;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
		top: 5px;
		left: 0;
		text-align: center;
		height: 100%;
    width: 100%;
  }
  .course_ttl > a{
    background-color: #ffffff;
    border-radius: 5px;
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.3;
    padding: 10px 15px;
    margin-right: 10px;
  }
  .course_ttl > a > span{
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    padding-left: 20px;
  }
  .course_ttl > a > span:before{
    content: "詳しく見る";
  }
  .course_ttl.active > a > span:before{
    content: "閉じる";
  }
  
  
  #introduction_body .object{
    font-size: 16px !important;
    margin-top: 0 !important;
  }
  #introduction_body .object span{
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
  }
  #introduction_body .head_txt{
    margin-top: 30px !important;
  }
  
  
  
  .fig_set{
    margin-top: 45px;
    width: 100%;
  }
  .fig_set > .detail > h3{
    color: #000;
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
  }
  .fig_set > .detail > p{
    color: #000;
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
    margin-top: 10px;
  }
  .fig_set > .fig{
    margin-top: 20px;
    text-align: center;
  }
  .fig_set > .fig img{
    height: auto;
    width: 80%;
  }
  .fig_set.column1{
    display: block;
    margin-top: 40px;
    text-align: left;
  }
  .fig_set.column1 .detail > p{
    font-weight: normal;
    font-size: 15px;
  }
  .fig_set.column1 .image{
    margin-top: 30px;
  }


  
  
  
  .point_set{
    border-top: 1px solid #f3f3f3;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    padding-top: 20px;
    position: relative;
  }
  .point_set > .icon_point{
    margin-right: 20px;
    width: 50px;
    position: absolute;
    left: 0;
  }
  .point_set > .icon_point > span{
    border-radius: 50%;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 50px;
    width: 50px;
  }
  .point_wrap{
    flex-grow:2;
    width: auto;
  }
  .point_sub{
    margin-top: 40px;
  }
  .point h4,
  .point_sub h5{
    color: #000000;
    font-weight: bold;
    line-height: 1.4;
  }
  .point h4{
    font-size: 22px;
    margin-left: 60px;
  }
  .point_sub h5{
    font-size: 18px;
  }
  .point > .detail p,
  .point_sub > .detail p{
    margin-top: 10px;
  }
  .point > .image,
  .point_sub > .image{
    margin-top: 20px;
    text-align: center;
  }
  .point > .image img,
  .point_sub > .image img{
    height: auto;
    width: 80%;
  }
  
  
  .line_box{
    margin-top: 35px;
  }
  .line_box > h2{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
  }
  .line_box > div{
    padding: 5px 15px;
  }
  .line_box h3{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding: 10px;
    line-height: 1;
    margin: 20px 0 0;
  }
  .line_box dl{
    display:flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .line_box dl > dt{
    border-bottom: 1px solid #e5e5e5;
    padding-top: 10px;
    padding-left: 10px;
    width: 40%;
  }
  .line_box dl > dd{
    border-bottom: 1px solid #e5e5e5;
    padding: 10px;
    width: 60%;
  }
  .line_box dl > dt:nth-last-child(2){
    border-bottom: none;
  }
  .line_box dl > dd:nth-last-child(1){
    border-bottom: none;
    padding-bottom: 0;
  }
  
  
  .num_list{
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .num_list > li{
    margin-top: 20px;
  }
  .num_list > li > dl > dt{
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    line-height: 1;
  }
  .num_list > li > dl > dt > span{
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    padding: 10px;
    margin-right: 10px;
  }
  .num_list > li > dl > dd{
    font-size: 14px;
    margin-top: 15px;
  }
  
  
  #other_sec{
    margin-top: 80px;
    padding: 30px 15px;
  }
  .other_set{
    background-color: #FFF;
    border-radius: 5px;
    margin: 10px auto 0;
    padding: 20px;
  }
  .other_set .ttl{
    border-left-style: solid;
    border-left-width: 5px;
    padding-left: 15px;
  }
  .other_set .ttl > p{
    font-size: 16px;
    font-weight: bold;
  }
  .other_set .ttl > h4{
    color: #000;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
  }
  .other_set .detail > p{
    margin-top: 15px;
    line-height: 2;
  }
  .other_set .detail .bar_list > li{
    margin-top: 15px;
  }
  .other_set .detail .bar_list > li dt{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
  }
  .other_set .detail .bar_list > li dd{
    font-size: 14px;
    margin-top: 10px;
    padding: 0 10px 10px;
  }
  .other_set > .image{
    margin-top: 20px;
    text-align: center;
  }
  .other_set > .image img{
    height: auto;
    width: 80%;
  }
  .other_set .image_column2 > div{
    text-align: center;
    margin-top: 20px;
  }
  .other_set .image_column2 img{
    width: 80%;
    height: auto;
  }
  
  
  #opening_sec{
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 30px 0;
  }
  #opening_sec > .ttl h2{
    color: #000;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 2px solid #f3f3f3;
  }
  #opening_sec > .ttl p{
    margin-top: 10px;
  }
  #opening_sec > .detail{
    margin-top: 20px;
  }
  #opening_sec > .detail dl{
    margin-top: 20px;
  }
  #opening_sec > .detail dl > dt{
    color: #000;
    font-weight: bold;
    padding: 10px 0 0;
    font-size: 16px;
  }
  #opening_sec > .detail dl > dd{
    padding: 0 0 0;
  }

  /* ----------------------------- JUNIOR --*/
  #course_junior  #introduction_body h1{
    background-color: #f29054;
  }
  #course_junior #introduction_body .image{
    background-image: url(../img/img_junior01.jpg?20230112);
  }
  #course_junior .line_box > h2{
    background-color: #f29054;
  }
  #course_junior .line_box > div{
    border: 2px solid #f29054;
  }
  #course_junior .line_box h3{
    background-color: #fdeee6;
  }
  #course_junior .course_ttl > p{
    background-color: #f29054;
  }
  #course_junior .course_ttl > a{
    color: #f29054;
  }
  #course_junior .course_ttl > a > span{
    background-image: url(../img/icon_arrow1_detail.png);
  } 
  #course_junior .course_ttl.active > a > span{
    background-image: url(../img/icon_arrow1_detail2.png);
  }
  #course_junior .point_set > .icon_point > span{
    background-color: #f29054;
  }
  #course_junior .num_list > li > dl > dt{
    background-color: #f29054;
  }
  #course_junior .num_list > li > dl > dt > span{
    background-color: #e9752e;
  }
  #course_junior #other_sec{
    background-color: #fef4ee;
  }
  #course_junior .other_set .ttl{
    border-left-color: #f29054;
  }
  #course_junior .other_set .ttl > p{
    color: #f29054;
  }
  #course_junior .btn > span{
    background: url(../img/icon_arrow1_btn.png) left center no-repeat;
  }
  
  /* ----------------------------- JUNIOR HIGH --*/
  #course_junior_high  #introduction_body h1{
    background-color: #5ab9b9;
  }
  #course_junior_high #introduction_body .image{
    background-image: url(../img/img_junior_high01.jpg?20230112);
  }
  #course_junior_high .line_box > h2{
    background-color: #5ab9b9;
  }
  #course_junior_high .course_ttl > p{
    background-color: #5ab9b9;
  }
  #course_junior_high .course_ttl > a{
    color: #5ab9b9;
  }
  #course_junior_high .course_ttl > a > span{
    background-image: url(../img/icon_arrow2_detail.png);
  } 
  #course_junior_high .course_ttl.active > a > span{
    background-image: url(../img/icon_arrow2_detail2.png);
  }
  #course_junior_high .point_set > .icon_point > span{
    background-color: #5ab9b9;
  }
  #course_junior_high #other_sec{
    background-color: #eef8f8;
  }
  #course_junior_high .other_set .ttl{
    border-left-color: #5ab9b9;
  }
  #course_junior_high .other_set .ttl > p{
    color: #5ab9b9;
  }
  #course_junior_high .other_set .detail .bar_list > li dt{
    background-color: #5ab9b9;
  }
  #course_junior_high .btn > span{
    background: url(../img/icon_arrow2_btn.png) left center no-repeat;
  }
  
}



/*----------------------小学部　英語・算数追加分------------------------------*/

.year {
	font-size:20px;
}
.flow .arrow_sp_ver {
	display:none;
	}
.flow .arrow_pc_ver {
	display:block;
	}
.flow .arrow_img {
	width:50px;
	display: block;
	line-height: 2em;
}

.flow .orange_box {
	background: #f29054;
	color:#fff;
	font-weight:bold;
        border-radius: 10px;
	width: 30%;
}
.sm_f {
	font-size:13px;
	font-weight:normal;
}
.orange_text {
	color: #f29054;
        margin-bottom: 20px;
}

.note {
	margin-top:80px;
	background-color: #fdeee6;
	padding: 20px;
}

.note h4 {
	color:#f29054;
	
}
.note_table tr {
	border-top:none;
}
.note_table th, .note_table td{
	border:none;
}
.note_table th {
	width:60%;
	text-align:left;
}
.note_table td {
	width:40%;
	text-align:center;
}
.note_table img {
	width:100%;
}

  .point > #text_image {
      display: table-cell;
      padding-left: 4%;
      width: 35%;
  }

/* ----------------------------- 250128追記（馬淵システムの追加） --*/
#m_system {
  background-color: #f3f3f3;
  padding: 50px ;
  margin: 80px auto 0;
  max-width: 1080px;
 }
 
#m_system .point { margin: 3em 0;	counter-reset: number; padding: 3em; background: #fff;}
#m_system h2.capter_head {margin-top: 0; background-color:#f29054; line-height: 1.6;}
#m_system.chu_web h2.capter_head  {background-color:#5ab9b9;}
#m_system h2.capter_head span {background-color: #fff; color:#f29054; padding: 0.1em 0.5em; border-radius: 5px; margin-right: 0.5em;}
#m_system.chu_web h2.capter_head span {color:#5ab9b9;}
#m_system .point h3 {color:#f29054; border-bottom: 1px solid #f29054; padding-bottom: 0.2em;}
#m_system.chu_web .point h3 {border-bottom: 1px solid #5ab9b9; color:#5ab9b9;}
#m_system .point h3 span{background-color: #5ab9b9; color:#fff; padding: 0.1em 0.5em; border-radius: 5px; margin-right: 0.5em;}

#m_system .flexbox {display: flex; justify-content: space-between; margin-top: 1.5em; }
#m_system .flexbox .txt_box {width: 48%;}
#m_system .flexbox.teximg .txt_box {width: 60%; margin-right: 1em;}
#m_system .flexbox.teximg .img_box {width: 40%;}
#m_system .flexbox.teximg .img_box img{width: 100%;}
#m_system .flexbox .txt_box .bold {font-weight: bold;}

#m_system .step {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 1 auto;
	margin-bottom: 1em;
}

#m_system .step .num {
    display: inline-block;
    width: 4em;
    height: 4em;
    margin-right: 0.8em;
    padding: 0;
    font-size: 0.8rem;
    font-weight: normal;
    text-align: center;
    background-color: #f29054;
    color: #FFF;
    vertical-align: middle;
}
#m_system.chu_web .step .num {background-color:#5ab9b9;}

#m_system.chu_web .txt_box.w_100 {width: 100%;}

#m_system .step .num:after {
    display: block;
    counter-increment: number 1;
    content: counter(number);
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

#m_system .step p.txt_ver3,
#m_system .step p.txt_ver5,
#m_system .step p.txt_ver6 {
	position: absolute;
	top: 50%;
	left: 3.5em;
	margin: 0;
	line-height: 1.4;
	-webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#m_system table {width:100%; margin-top: 1em;}
#m_system table th,#m_system table td { border: 1px solid #f29054; padding: 10px;}
#m_system table th {background: #fdeee6; font-weight:bold;}

br.sp_only {display: none;}


@media (max-width: 1025px) {

	.note_table th {
		width:50%;
	}
	.note_table td {
		width:50%;
	}
}



@media (max-width: 876px) {

	.flow h4 {
		text-align:center;
}
       .flow .arrow_pc_ver {
		display:none;
	}

       .flow .arrow_sp_ver {
		display:block;
	}

	.flow .arrow_img {
		width: 20px;
                margin: 10px auto 20px;
                display: block;
	}

	.flow .orange_box {
		width: 100%;
		border-radius:5px;
		padding:15px;
                font-size: 18px;
	}
	.orange_text {
		text-align: center;
	}

	.note_table th {
		width:100%;
		display: block;
	}
	.note_table td {
		width:100%;
		display: block;
		padding: 0;
	}

 	 .point > #text_image {
      		padding-left: 0%;
	  }

	.point > #text_image img  {
		margin-top:20px;
    		height: auto;
    		width: 100%;

	}
	.year {
	font-size:14px;
}
	.sp_pdt_5 {
		padding-top:5px;
	
	}
	.sp_pdb_5 {
		padding-bottom:5px;
	
	}

}
@media (max-width: 767px) {
  #m_system {padding: 3em 1em;}
  #m_system h3 {line-height: 1.5;}
  #m_system p {line-height: 1.8;}
  #m_system .point {padding: 2em 1em;}
  #m_system .flexbox {flex-wrap: wrap;margin-top: 1em;}
  #m_system .flexbox .txt_box {width: 100%; margin-bottom: 1em;}

  #m_system .step .num:after {line-height: 0.7;}
  #m_system .step {margin-bottom: 0;}

  #m_system .flexbox.teximg .txt_box {width: 100%; margin-right: 0em;}
  #m_system .flexbox.teximg .img_box {width: 100%;}
  #m_system .flexbox.teximg .img_box img{width: 100%;}
  #m_system .flexbox.teximg .txt_box .txt_ver3 {line-height: 1.4;}

  #m_system .point .txt_box h4 {margin-left:0;}
  br.sp_only {display: block;}
}

/*----------------------小学部　英語・算数　追加分ここまで------------------------------*/


/*----------------------中学部　追加分------------------------------*/
.sf {
	font-size:13px;

}
.like {
	background: #F77C9C;
    	padding: 0.25em 1em;
    	color: #fff;
    	border-radius: 20px;
    	font-size: 13px;

} 




/*----------------------中学部　追加分ここまで------------------------------*/

