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

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

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

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

/*============================
当塾の強み
============================*/
.feature_wrap::before {
  content: "";
  width: calc(50% + 6.60rem);
  height: calc(100% - 1.80rem);
  border-radius: 0.20rem 0 0 0.20rem;
  background-color: rgba(229, 242, 252, 0.4);
  position: absolute;
  right: 0;
  top: 1.30rem;
  z-index: 0;
}

.feature_wrap .soroban_cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.80rem;
}

@media screen and (max-width: 640px) {
  .feature_wrap .soroban_cont {
    display: block;
    margin-bottom: 0.60rem;
  }
}

.feature_wrap .soroban_cont:nth-child(even) {
  flex-direction: row-reverse;
}

.feature_wrap .soroban_cont:last-child {
  margin-bottom: 0;
}

.feature_wrap .soroban_cont .ph_wrap {
  position: relative;
  max-width: 4.75rem;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .feature_wrap .soroban_cont .ph_wrap {
    max-width: 100%;
  }
}

.feature_wrap .soroban_cont .ph_wrap .ph {
  width: 100%;
  height: 3.21rem;
  overflow: hidden;
  border-radius: 0.10rem;
}

@media screen and (max-width: 640px) {
  .feature_wrap .soroban_cont .ph_wrap .ph {
    height: 60vw;
    border-radius: 0.06rem;
  }
}

.feature_wrap .soroban_cont .ph_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature_wrap .soroban_cont .ph_wrap.type02 {
  padding-top: 0.70rem;
}

@media screen and (max-width: 640px) {
  .feature_wrap .soroban_cont .ph_wrap.type02 {
    padding-top: 0.40rem;
  }
}

.feature_wrap .soroban_cont .ph_wrap .deco {
  width: 3.30rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .feature_wrap .soroban_cont .ph_wrap .deco {
    width: 2.30rem;
  }
}

.feature_wrap .soroban_cont .ph_wrap.type03 {
  max-width: 4.84rem;
}

.feature_wrap .soroban_cont .ph_wrap.type03 .ph {
  width: 4.17rem;
  height: 3.57rem;
  position: relative;
  z-index: 0;
}

.feature_wrap .soroban_cont .ph_wrap.type03 .sub_ph {
  width: 2.61rem;
  height: 2.22rem;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 0.10rem;
  overflow: hidden;
}

.feature_wrap .soroban_cont .textbox {
  width: 100%;
  max-width: 6.78rem;
  padding-top: 0.10rem;
}

.feature_wrap .soroban_cont .textbox .title {
  color: #044693;
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 1.65;
  padding-bottom: 0.10rem;
}

@media screen and (max-width: 640px) {
  .feature_wrap .soroban_cont .textbox .title {
    color: #044693;
    font-size: 0.20rem;
  }
}

.feature_wrap .soroban_cont .textbox .text {
  font-size: 0.16rem;
  line-height: 1.91;
  text-align: justify
}

@media screen and (max-width: 640px) {
  .feature_wrap .soroban_cont .textbox .text {
    font-size: 0.15rem;
  }
}

.feature_wrap .soroban_cont .textbox .soroban_text_list {
  padding:0.10rem 0;
}

.feature_wrap .soroban_cont .textbox .soroban_text_list .text {
  text-indent: -0.16rem;
  margin-left: 0.16rem;
  padding-bottom: 0.05rem;
  font-weight: 600;
}

.feature_wrap .soroban_cont .textbox .soroban_text_list .text::before {
  content: "●";
  color: #B0DCFC;
}

/*============================
流れ
============================*/
.flow_wrap .list {
  max-width: 10.40rem;
  margin: auto;
}

.flow_wrap .list .detail {
  width: 100%;
  max-width: 2.40rem;
  position: relative;
}

@media screen and (max-width: 640px) {
  .flow_wrap .list .detail {
    max-width: 100%;
  }
}

.flow_wrap .list .detail .textbox .title {
  font-size: 0.18rem;
  letter-spacing: 0;
}

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

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

.fee_wrap .fee_box table th {
  background-color: #B0DCFC;
  text-align: left;
  padding-left: 2.10rem;
  width: 60%;
  box-sizing: border-box;
}

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

.fee_wrap .fee_box table th .taisho {
  display: inline-block;
  background-color: #FFF;
  font-size: 0.13rem;
  color: #044693;
  padding: 0.02rem 0.10rem 0.04rem;
  border-radius: 0.20rem;
  margin-right: 0.10rem;
  position: relative;
  top: -0.02rem;
}