.section__desc {
  margin: 0 0 25px;
}

.review__title {
  color: #D7000F;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px; /* 150% */
  margin: 0 0 5px;
}
@media (min-width: 1280px) {
  .review__title {
    font-size: 24px;
  }
}
.review__subtitle {
  color: #D7000F;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px; /* 166.667% */
  margin: 0 0 5px;
}
@media (min-width: 1280px) {
  .review__subtitle {
    font-size: 20px;
  }
}

.section-intro__title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
}
.section-intro .listtext--arrow {
  margin: 0;
  line-height: inherit;
}
@media (min-width: 768px) {
  .section-intro .listtext--arrow {
    font-size: 18px;
  }
}

.section-schedule {
  background: #FFE3E3;
}
.schedulelist__item {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}
@media (min-width: 768px) {
  .schedulelist__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 50px;
  }
}
.schedulelist__item:not(:last-child) {
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .schedulelist__item:not(:last-child) {
    margin-bottom: 15px;
  }
}
.schedulelist__time {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  margin: 0 0 5px;
  color: #D7000F;
  font-family: Helvetica;
}
@media (min-width: 768px) {
  .schedulelist__time {
    font-size: 26px;
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 142px;
            flex: 0 0 142px;
    margin: 0 60px 0 0;
  }
}
@media (min-width: 1280px) {
  .schedulelist__time {
    margin: 0 90px 0 0;
  }
}
@media (min-width: 768px) {
  .schedulelist__infobox {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 51.0204081633%;
            flex: 1 0 51.0204081633%;
  }
}
.schedulelist__teacher {
  font-weight: bold;
  color: #888;
  position: relative;
  line-height: 1.625;
  margin: 0 0 5px;
}
@media (min-width: 768px) {
  .schedulelist__teacher {
    font-size: 18px;
  }
}
.schedulelist__title {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .schedulelist__title {
    font-size: 24px;
  }
}
.schedulelist__teacher-head {
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 60px;
          flex: 1 0 60px;
  margin: 15px auto 0;
  max-width: 85px;
}
@media (min-width: 768px) {
  .schedulelist__teacher-head {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 85px;
            flex: 1 0 85px;
    margin: 0 0 0 30px;
  }
}
@media (min-width: 1280px) {
  .schedulelist__teacher-head {
    margin: 0 0 0 65px;
  }
}
.schedulelist__subtitle {
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 5px;
  margin: 0 0 10px;
  line-height: 1.333;
}
@media (min-width: 768px) {
  .schedulelist__subtitle {
    font-size: 20px;
  }
}
.schedulelist__teacher-icon {
  color: #D7000F;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  left: 0;
  top: -1px;
}

.teacherlist {
  padding: 0;
  margin: 0 0 -30px;
}
@media (min-width: 768px) {
  .teacherlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
  }
}
.teacherlist__item {
  margin: 30px auto;
  max-width: 253px;
}
@media (min-width: 768px) {
  .teacherlist__item {
    margin: 0 50px;
  }
}
.teacherlist__imgbox {
  margin: 0 auto 10px;
  width: 253px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #DFDFDF;
}
.teacherlist__title {
  line-height: 1.18;
  color: #555;
}
.teacherlist__name {
  font-weight: bold;
  line-height: 1.25;
  font-size: 24px;
  color: #000;
  margin: 6px 0 0;
}

.section-review__btnbox {
  margin-bottom: 30px;
}
@media (min-width: 1280px) {
  .section-review__btnbox {
    margin-bottom: 50px;
  }
}
.section-review .listtext--arrow--short {
  margin: 0;
  line-height: inherit;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .section-review .listtext--arrow--short {
    font-size: 18px;
  }
}

@media (min-width: 1280px) {
  .section-contact {
    background: #D7000F;
  }
}
@media (min-width: 1280px) {
  .section-contact .section__title {
    color: #fff;
  }
}
.section-contact__box {
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .section-contact__box {
    padding: 70px 100px 60px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
  }
}
.section-contact__heading {
  margin: 0 0 30px;
  text-align: center;
}
@media (min-width: 1280px) {
  .section-contact__heading {
    margin-bottom: 55px;
  }
}
.section-contact__title {
  color: #D7000F;
  /* title_26_bold */
  font-size: 26px;
  font-weight: 700;
  line-height: 36px; /* 138.462% */
}
@media (min-width: 1280px) {
  .section-contact__title {
    /* title_32 */
    font-size: 32px;
    font-weight: 700;
    line-height: 40px; /* 125% */
  }
}
.section-contact__desc {
  /* text_18 */
  font-size: 18px;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  margin: 20px 0 0;
}
@media (min-width: 1280px) {
  .section-contact__desc {
    margin-top: 15px;
    /* text_20_medium */
    font-size: 20px;
    font-weight: 500;
    line-height: 32px; /* 160% */
  }
}