@charset "UTF-8";
.join {
  margin-bottom: 4rem;
}

.join__procedure {
  margin-bottom: 4rem;
}

.join__procedure__item_list {
  margin: 1rem 0;
  padding: 1.5rem;
  background-color: #F5F9FE;
  border-radius: 1em;
}

.join__procedure__item_list li {
  padding-left: 1.5em;
}

.join__procedure__item_list li:before {
  margin-left: -1.5em;
  margin-right: .5em;
  content: "・";
}

.join__procedure__notice_list {
  margin-bottom: 2rem;
}

.join__procedure__notice_list li {
  padding-left: 1.5rem;
}

.join__procedure__notice_list li:before {
  content: "※";
  margin-left: -1.5rem;
  margin-right: .5rem;
}

.join__benefits__list li {
  padding-left: 1.5em;
}

.join__benefits__list li:before {
  margin-left: -1.5em;
  margin-right: .5em;
  content: "・";
}

@media screen and (min-width: 768px) {
  .join {
    margin-bottom: 8rem;
  }
  .join__procedure {
    margin-bottom: 6rem;
  }
  .join__procedure__item_list {
    max-width: 40em;
  }
}

.price .expenses__table {
  border: 1px solid #E3E3E3;
}

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

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

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

.price__contents_nav__list {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0;
}

.price__contents_nav__list li {
  margin: .3em;
}

.price__contents_nav__list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .5rem 1rem;
  background-color: #143382;
  color: #fff;
  border-radius: .3rem;
  text-decoration: none;
  font-size: .8em;
}

.price__contents_nav__list li a:after {
  content: ">";
  display: block;
  width: 1.2em;
  height: 1.2em;
  margin-left: 1.5rem;
  line-height: 1.2;
  text-align: center;
  color: #143382;
  font-weight: 700;
  background-color: #fff;
  border-radius: 50%;
  transform: rotate(90deg);
}

.price__swimming {
  margin-bottom: 4rem;
}

.price__swimming .p-default_table__price {
  width: 5em;
}

.price__swimming__expenses {
  margin-top: 2rem;
}

.price__swimming__expenses__content {
  margin-bottom: 1rem;
}

.price__swimming__expenses__goggles {
  text-align: right;
}

.price__swimming__more_btn {
  justify-content: end;
}

.price__music {
  margin-bottom: 4rem;
}

.price__music__more_btn {
  justify-content: end;
  margin-top: 1rem;
}

.price__ballet {
  margin-bottom: 4rem;
}

.price__expenses .expenses__table td {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .price__contents_nav__list li a {
    width: 18em;
    padding: 1.5em;
    border-radius: .5em;
  }
  .price__swimming .p-default_table .p-default_table__price {
    width: 8em;
  }
  .price__swimming__expenses {
    display: flex;
    justify-content: space-between;
  }
  .price__swimming__expenses__content {
    width: 48%;
  }
  .price__swimming__expenses__table th,
  .price__swimming__expenses__table td {
    padding: .5em 1em;
  }
  .price__music .p-default_table .p-default_table__price {
    width: 50%;
  }
  .price__ballet .p-default_table .p-default_table__price {
    width: 25%;
  }
}
/*# sourceMappingURL=school.css.map */