.efficacy {
  margin-bottom: 4rem;
}

.efficacy__list li {
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  border-radius: .5rem;
  background-color: #F5F9FE;
  box-shadow: 0 0 12 rgba(0, 0, 0, 0.16);
}

.efficacy__item_img {
  display: block;
  margin: 0 auto 1rem;
  width: min(50vw, 200px);
  height: min(50vw, 200px);
  border-radius: 50%;
  background-color: #fff;
}

.efficacy__item_ttl {
  margin-bottom: 1rem;
  color: #3576CA;
  font-size: 1.1em;
}

@media screen and (min-width: 768px) {
  .efficacy__list {
    display: flex;
    flex-wrap: wrap;
  }
  .efficacy__list li {
    width: 48%;
    margin-bottom: 2rem;
    padding: 3rem;
  }
  .efficacy__list li:nth-of-type(even) {
    margin-left: 4%;
  }
  .efficacy__item_img {
    margin-bottom: 2rem;
  }
  .efficacy__item_ttl {
    margin-bottom: 2rem;
    font-size: clamp(1.125rem, 0.669rem + 0.95vw, 1.5rem);
  }
}

.course {
  margin-bottom: 4rem;
}

.course__content {
  margin-bottom: 4rem;
}

.course__img {
  margin-bottom: 1rem;
}

.course__table {
  margin-top: 1rem;
  border: 1px solid #E3E3E3;
}

.course__table th, .course__table td {
  display: block;
  text-align: left;
}

.course__table th {
  background-color: #F8F8F8;
}

.course__time_list li {
  display: inline-block;
}

.course__time_list li:not(:last-of-type):after {
  content: "|";
  margin: 0 .5em;
}

.course__price .expenses__table {
  margin-top: 1rem;
  border: 1px solid #E3E3E3;
}

.course__price .expenses__table tr {
  border-bottom: 1px solid #E3E3E3;
}

.course__price .expenses__table th {
  background-color: #F8F8F8;
  font-weight: 500;
  text-align: left;
}

.course__price .expenses__table td {
  text-align: right;
}

.course__price .expenses__table + p {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .course {
    margin-bottom: 8rem;
  }
  .course .p-section_ttl {
    margin-bottom: 4rem;
  }
  .course__content {
    display: flex;
  }
  .course__img {
    width: min(45%, 520px);
    flex-shrink: 0;
  }
  .course__text {
    margin-left: 2em;
  }
  .course__table tr {
    border-bottom: 1px solid #E3E3E3;
  }
  .course__table th,
  .course__table td {
    display: table-cell;
    vertical-align: top;
    font-weight: 500;
  }
  .course__table th {
    width: 8em;
  }
  .course__price .swimming .p-default_table__price {
    width: 8em;
  }
  .course__price__expenses {
    display: flex;
    justify-content: space-between;
  }
  .course__price__expenses__content {
    width: 48%;
  }
  .course__price__expenses__table th,
  .course__price__expenses__table td {
    padding: .5em 1em;
  }
}

@media screen and (min-width: 1110px) {
  .course__schedule {
    display: flex;
  }
  .course__schedule dt {
    width: 8em;
  }
  .course__schedule dd {
    width: calc(100% - 8em);
  }
}

.schedule__list li {
  margin-bottom: 3rem;
  padding: 1.5rem;
  position: relative;
  background-color: #F3F3F3;
  border-radius: .5rem;
}

.schedule__list li:not(:last-of-type):after {
  content: "";
  display: block;
  width: 1.5em;
  position: absolute;
  bottom: -3.5em;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 1.5em solid #3576CA;
  border-bottom: 1.5em solid transparent;
  border-left: .7em solid transparent;
  border-right: .7em solid transparent;
}

.schedule__item_img {
  display: block;
  border-radius: .5em;
}

.schedule__item_img img {
  width: 100%;
}

.schedule__item_text {
  padding: 0 1em;
  position: relative;
  color: #3576CA;
}

.schedule__item_time {
  display: block;
  width: 6em;
  margin: -1rem 0 1em 0;
  padding: .5rem;
  background-color: #143382;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .schedule__list {
    display: flex;
    flex-wrap: wrap;
  }
  .schedule__list li {
    width: 30%;
  }
  .schedule__list li:not(:last-of-type):after {
    content: none;
  }
  .schedule__list li:not(:nth-of-type(3n)) {
    margin-right: 5%;
  }
  .schedule__list li:not(:nth-of-type(3n)):after {
    content: "";
    display: block;
    width: 1.5em;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: auto;
    right: -2.5rem;
    margin: 0;
    border-left: 1em solid #3576CA;
    border-right: 1em solid transparent;
    border-top: .5em solid transparent;
    border-bottom: .5em solid transparent;
  }
}

@media screen and (min-width: 1110px) {
  .schedule__list li:not(:nth-of-type(3n)):after {
    right: -4.5rem;
    border-left: 1.5em solid #3576CA;
    border-right: 1.5em solid transparent;
    border-top: 1em solid transparent;
    border-bottom: 1em solid transparent;
  }
  .schedule__item_time {
    margin-top: -2rem;
  }
}
/*# sourceMappingURL=school-swimming.css.map */