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

.mv .title_wrap .title span {
  color: #659FC9;
}

/*============================
イントロ
============================*/
.sec_title_wrap .sec_title span::before {
  background-color: #659FC9;
}

.intro_wrap .textbox .catch_wrap .catch {
  color: #659FC9;
}

.intro_wrap .textbox .intro_img {
  padding-top: 0.30rem;
  text-align: center;
}

/*============================
当塾の強み
============================*/
.feature_wrap .list .detail .ph_wrap img {
  display: block;
  height: auto;
  margin: auto;
}

.feature_wrap .list .detail .textbox .title {
  color: #044693;
}

.feature_wrap .list .detail .textbox .text {
  text-align: justify;
}

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

/*============================
流れ
============================*/
.flow_wrap .lesson_flow_wrap .caption {
  text-align: right;
  font-size: 0.12rem;
  padding-top: 0.20rem;
}

@media screen and (max-width: 640px) {
  .flow_wrap .lesson_flow_wrap {
    padding: 0 0.20rem;
  }
  .flow_wrap .lesson_flow_wrap .caption {
    text-align: center;
  }
}

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

@media screen and (max-width: 640px) {
  .fee_wrap .fee_box table {
    width: 5.50rem;
  }
}

.fee_wrap .fee_box table th {
  background-color: #E5F2FC;
}

.fee_wrap .fee_box table td {
  width: 3.00rem;
}

@media screen and (max-width: 640px) {
  .fee_wrap .fee_box table td {
    width: 1.50rem;
  }
}

/* .fee_wrap .fee_box table td.long {
  width: 5.43rem;
  text-align: left;
  padding-left: 0.20rem;
}

@media screen and (max-width: 640px) {
  .fee_wrap .fee_box table td.long {
    width: 4.23rem;
    padding-right: 0.20rem;
  }
} */

