@charset "UTF-8";
@font-face {
  font-family: "zen-kaku-gothic-new";
  font-weight: 500;
  src: url(../assets/fonts/ZenKakuGothicNew-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "zen-kaku-gothic-new";
  font-weight: 700;
  src: url(../assets/fonts/ZenKakuGothicNew-Bold.ttf) format("truetype");
}
html,
body {
  overflow-x: hidden;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 500;
  color: #374151;
}

.Online-course {
  width: 100%;
  max-width: 860px;
  margin: 0 auto 110px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .Online-course {
    max-width: 100%;
    padding-inline: 13px;
    margin-bottom: 24px;
    font-size: 14px;
  }
}
.Online-course__TopContainer {
  margin: 80px auto 40px;
}
@media screen and (max-width: 767px) {
  .Online-course__TopContainer {
    margin: 24px 0;
  }
}
@media screen and (max-width: 767px) {
  .Online-course .columnBackButton {
    justify-content: flex-start;
  }
}
.Online-course .columnBackButton__logo {
  height: 40px;
}
@media screen and (max-width: 767px) {
  .Online-course .columnBackButton__logo {
    height: 30px;
  }
}
.Online-course__kv--img {
  width: 100%;
  height: auto;
}
.Online-course__block {
  border-radius: 5px;
  border: 1px solid #374151;
}
.Online-course__block--top {
  margin-block: 50px;
  padding: 20px 15px;
}
@media screen and (max-width: 767px) {
  .Online-course__block--top {
    margin-block: 24px;
    padding: 20px 10px;
  }
}
.Online-course__notice {
  color: #e70012;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .Online-course__notice {
    font-size: 15px;
  }
}
.Online-course__text--intro {
  line-height: 1.875;
  margin-bottom: 40px;
  letter-spacing: 0.5px;
}
.Online-course__text--bold {
  font-weight: 700;
}
.Online-course__text--red {
  color: #e70012;
}
.Online-course__precaution {
  line-height: 1.88;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .Online-course__precaution {
    font-size: 12px;
  }
}
.Online-course__list {
  padding-left: 16px;
  letter-spacing: 0.4px;
}
.Online-course__item {
  list-style: none;
  position: relative;
}
.Online-course__item:before {
  content: "・";
  position: absolute;
  left: -16px;
}
.Online-course__link {
  color: #06f;
  text-decoration: underline;
  font-weight: 700;
}

.Reservation {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .Reservation {
    margin-bottom: 24px;
  }
}
.Reservation__heading {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-left: 15px;
  line-height: 1.6;
  margin-bottom: 15px;
}
.Reservation__heading::before {
  content: "";
  position: absolute;
  height: 32px;
  width: 4px;
  background-color: #d9d9d9;
  left: 0;
}
@media screen and (max-width: 767px) {
  .Reservation__heading {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .Reservation__heading::before {
    height: 25px;
  }
}
.Reservation__block {
  padding: 20px 22px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .Reservation__block {
    padding: 10px;
  }
}
.Reservation__overview {
  display: flex;
  align-items: center;
  gap: 0 20px;
  margin-bottom: 15px;
}
.Reservation__overview--text {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .Reservation__overview {
    gap: 0 12px;
    margin-bottom: 18px;
  }
  .Reservation__overview--text {
    font-size: 14px;
  }
}
.Reservation__img {
  width: 100px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .Reservation__img {
    width: 68px;
  }
}
.Reservation__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .Reservation__title {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.Reservation__text {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .Reservation__text {
    font-size: 14px;
  }
}
.Reservation__text--content {
  margin-block: 10px 25px;
}
@media screen and (max-width: 767px) {
  .Reservation__text--content {
    margin-block: 8px 20px;
  }
}
.Reservation__btn {
  background-color: #06f;
  width: 220px;
  border-radius: 999px;
  margin: auto 5px 8px auto;
  transition: 0.3s;
}
.Reservation__btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .Reservation__btn {
    width: 120px;
    margin: auto 0 2px auto;
  }
}
.Reservation__link {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding-block: 10px;
}
@media screen and (max-width: 767px) {
  .Reservation__link {
    font-size: 16px;
    padding-block: 8px;
  }
}

.Reservation-notes__wrap {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .Reservation-notes__wrap {
    margin-bottom: 14px;
  }
}
.Reservation-notes__wrap:last-child {
  margin-bottom: 0;
}
.Reservation-notes__title {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .Reservation-notes__title {
    margin-bottom: 0;
  }
}

.footer,
.footerOfficialLink,
.footerBar {
  font-family: Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  font-weight: 400;
}

.footer .hero__buttonIcon {
  margin-inline: 12px 0;
}

.footerOfficialLink--privacy {
  padding: 40px 0 60px;
}

.Br-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .Br-pc {
    display: none;
  }
}

.Br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .Br-sp {
    display: block;
  }
}/*# sourceMappingURL=online.css.map */