/*============================
MV
============================*/
/* 中学生 */
.mv {
  background-image: url(../img/course/chugakusei/mv_pc.jpg);
}

.mv .title_wrap .title span {
  color: #00913A;
}

/*============================
イントロ
============================*/
/* 中学生 */
.sec_title_wrap .sec_title span::before {
  background-color: #00913A;
}

.intro_wrap .textbox .catch_wrap .catch {
  color: #00913A;
}

/*============================
コース内容
============================*/
.course_wrap .course_list_wrap .list .detail .title_wrap .taisho {
  background-color: #00913A;
  margin-left: 0.10rem;
}

@media screen and (max-width: 640px) {
  .course_wrap .course_list_wrap .list .detail .title_wrap .title {
    margin-right: 0.10rem;
  }
  .course_wrap .course_list_wrap .list .detail .title_wrap .taisho {
    margin-left: 0;
  }
}


/*============================
受講料
============================*/
.fee_wrap .fee_box .fee_cat_title {
  background-color: #00913A;
}

.fee_wrap .fee_box .fee_cat_title .small_text {
  font-size: 0.13rem;
}

@media screen and (max-width: 640px) {
  .fee_wrap .fee_box .fee_cat_title .small_text {
    font-size: 0.12rem;
    line-height: 1.5;
  }
}

.fee_wrap .fee_box table th {
  background-color: #E2EBAE;
  width: 2.90rem;
}

@media screen and (max-width: 640px) {
  .fee_wrap .fee_box table th {
    background-color: #E2EBAE;
    width: 1.80rem;
  }
}