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

.mv .title_wrap .title span {
  color: #F86E09;
}

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

.intro_wrap .textbox .catch_wrap .catch {
  color: #F86E09;
}

/*============================
コース内容
============================*/
.course_wrap .course_list_wrap .list .detail .taisho_list_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.course_wrap .course_list_wrap .list .detail .taisho_list_wrap .taisho_title {
  width: 1.00rem;
  text-align: center;
  border-radius: 0.30rem;
  padding: 0.06rem 0 0.08rem;
  font-feature-settings: 0.14rem;
  font-weight: 700;
  color: #231815;
  background-color: #F8DF09;
  margin-bottom: 0.06rem;
  font-size: 0.13rem;
}

@media screen and (max-width: 640px) {
  .course_wrap .course_list_wrap .list .detail .taisho_list_wrap .taisho_title {
    width: 0.80rem;
    font-size: 0.12rem;
    padding: 0.03rem 0 0.05rem;
  }
}

.course_wrap .course_list_wrap .list .detail .taisho_list_wrap .taisho_title.type02 {
  background-color: #F86E09;
  color: #FFF;
}

.course_wrap .course_list_wrap .list .detail .taisho_list_wrap .text {
  width: calc(100% - 1.15rem);
  font-size: 0.14rem;
  font-weight: 700;
  margin-bottom: 0.06rem;
}

@media screen and (max-width: 640px) {
  .course_wrap .course_list_wrap .list .detail .taisho_list_wrap .text {
    width: calc(100% - 0.90rem);
    font-size: 0.13rem;
    line-height: 1.45;
  }
}

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

.fee_wrap .fee_box table th {
  background-color: rgba(248, 110, 9, 0.2);
}

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

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