@charset "UTF-8";

.enrollment-delivery-section .p1 {
  color: var(--white, #fff);
  font-feature-settings: "palt" on;
  /* label_bold_base */
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 20.8px */
  margin: 2rem 0 0.5rem 0;
}

.enrollment-payment-bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
  padding: 1.6rem 1.1rem 2.2rem;
  border-radius: 2.4rem;
  background: var(--white, #fff);
  margin-bottom: 0.6rem;
}

.enrollment-payment-bg h3 {
  color: var(--accent_pink, #f62a7e);
  text-align: center;
  font-feature-settings: "palt" on;
  /* label_bold_M */
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 26px */
}

.enrollment-payment-bg p {
  margin: 0;
  color: var(--text, #333442);
  text-align: center;
  font-feature-settings: "palt" on;
  /* label_bold_base */
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 20.8px */
}

.enrollment-payment-bg a {
  display: inline-flex;
  padding: 1.1rem 0.8rem;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  border-radius: 4.8rem;
  background: var(--accent_pink, #f62a7e);
  color: var(--white, #fff);
  text-align: center;
  font-feature-settings: "palt" on;
  /* label_bold_base */
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 20.8px */
}

.learning-choice__title .span--red {
  display: inline-block;
  color: var(--accent_pink, #f62a7e);
  text-align: center;
  font-feature-settings: "palt" on;
  /* title_M */
  font-family: "Noto Sans JP";
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  /* 36.4px */
  margin-bottom: 0.5rem;
}

.learning-choice__title .span--underline {
  position: relative;
  display: inline-block;
}

.learning-choice__title .span--underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.15em;
  /* 文字にかぶる量の調整 */
  width: 100%;
  height: 0.4em;
  /* 線の太さ */
  background-color: #f62a7e;
  /* 下線の色 */
  opacity: 0.2;
}

.enrollment-delivery-card .p1 {
  color: var(--text, #333442);
  font-feature-settings: "palt" on;
  /* label_S */
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */
  margin: 0.5rem 0 0 0;
}