@charset "UTF-8";
/* stylelint-disable-next-line no-duplicate-selectors */
* {
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 62.5%;
}

body {
  font-family: var(--font-family-base);
  color: var(--text-primary, #45322B);
  font-feature-settings: "palt";
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform;
}

:root {
  --font-family-base: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, "Yu Gothic", meiryo, sans-serif;
  --depth-level-1: 0px 1px 3px 1px rgba(245, 71, 103, 0.15);
  --depth-level-2: 0px 1px 2px 0px rgba(245, 71, 103, 0.15), 0px 2px 8px 2px rgba(245, 71, 103, 0.15);
  --depth-level-3: 0px 4px 8px 3px rgba(245, 71, 103, 0.15), 0px 1px 3px 0px rgba(245, 71, 103, 0.30);
  --depth-level-4: 0px 6px 10px 4px rgba(245, 71, 103, 0.15), 0px 2px 3px 0px rgba(245, 71, 103, 0.30);
  --depth-level-5: 0px 8px 12px 6px rgba(245, 71, 103, 0.15), 0px 4px 4px 0px rgba(245, 71, 103, 0.30);
}

.pc-visible {
  display: none;
}

.tb-visible {
  display: none;
}

.l-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 3.2vw 12.8vw;
}
.l-header__logo {
  display: block;
  width: 103px;
  height: 36px;
}

.l-footer {
  border-top: 1px solid #e7e6e2;
  width: 100%;
}
.l-footer .inner__link {
  margin: 0 auto;
  padding: 16px 15px 11px;
  max-width: 930px;
  font-size: 12px;
}
.l-footer .link {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.l-footer .link--item {
  margin-bottom: 5px;
  padding: 0 10px;
}
.l-footer .link--item a {
  color: #737271;
  text-decoration: underline;
}
.l-footer .inner__copyright {
  border-top: 1px solid #e7e6e2;
  width: 100%;
}
.l-footer .inner__copyright > div {
  margin: 0 auto;
  padding: 32px 15px 40px;
  max-width: 930px;
}

html {
  scroll-behavior: smooth;
}

.main {
  /* NOTE: 共通スタイルの設定 */
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", arial;
  color: #36231b;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" on;
  /* end */
}
.main a {
  color: #36231b;
  text-decoration: none;
}

.p-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16.41vw;
  padding-top: 113.33vw;
  width: 100%;
}
.p-fv {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8.21vw;
  padding: 10.26vw 4.1vw 70.51vw;
  width: 100vw;
  background: radial-gradient(181.55% 218.9% at 50% 64.37%, #FFF5F7 22.08%, rgba(255, 178, 193, 0.7) 100%);
}
.p-fv__title {
  display: flex;
  flex-direction: column;
  gap: 3.08vw;
  text-align: center;
  font-weight: 700;
}
.p-fv__title-main {
  font-family: "Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Helvetica Neue", arial;
  font-size: 7.18vw;
  font-weight: 800;
  color: #f54767;
  letter-spacing: 0.72vw;
}
.p-fv__title-thanks {
  font-size: 5.64vw;
  color: #36231b;
  letter-spacing: 0.85vw;
}
.p-fv__title-thanks .sp-nowrap {
  white-space: nowrap;
}
.p-fv__lead {
  display: flex;
  flex-direction: column;
  gap: 2.05vw;
}
.p-fv__lead-text {
  font-size: 3.59vw;
  line-height: 1.75;
  letter-spacing: 0.18vw;
}
.p-info {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -94.62vw;
  display: flex;
  flex-direction: column;
  gap: 6.15vw;
  padding: 5.13vw 6.15vw 8.21vw;
  width: 91.79vw;
  border-radius: 4.1vw;
  box-shadow: 0 1.54vw 5.13vw 0.77vw rgba(245, 71, 103, 0.15);
  box-sizing: border-box;
  background-color: #fff;
}
.p-info__title {
  font-weight: 700;
  text-align: center;
  font-size: 20px;
  font-size: 5.13vw;
}
.p-info__lists {
  display: flex;
  flex-direction: column;
  gap: 8.21vw;
  align-items: center;
  justify-content: center;
}
.p-info__list {
  width: 100%;
}
.p-info__list:not(:first-child) {
  position: relative;
}
.p-info__list:not(:first-child)::before {
  content: "";
  position: absolute;
  top: -4.1vw;
  left: 0;
  right: 0;
  height: 0;
  border-top: 1px solid #ebebeb;
}
.p-info__wrapper {
  display: flex;
  gap: 4.1vw;
}
.p-info__label {
  padding: 0.26vw 0;
  font-weight: 700;
  color: #f54767;
  border: 1px solid #f54767;
  border-radius: 1.03vw;
  width: 24.62vw;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  flex: 0 0 auto;
  font-size: 12px;
  font-size: 3.08vw;
}
.p-info__text {
  display: flex;
  flex-direction: column;
  gap: 1.03vw;
  flex: 1;
}
.p-info__text--link {
  cursor: pointer;
}
.p-info__text-main {
  padding: 1.03vw 0;
  font-weight: 700;
  line-height: 1;
  font-size: 14px;
  font-size: 3.59vw;
}
.p-info__text-sublist {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.p-info__text-subitem {
  display: flex;
  gap: 2.05vw;
  align-items: flex-start;
  font-size: 12px;
}
.p-info__text-subitem::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  flex-shrink: 0;
  margin-top: calc(1em - 1.03vw);
  background: url("./images/icon_dot3.svg") center center no-repeat;
  background-size: contain;
}
.p-nav {
  display: flex;
  flex-direction: column;
  gap: 6.15vw;
  padding: 0 4.1vw;
  width: 100%;
  counter-reset: nav-counter;
}
.p-nav__title {
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.26vw;
  font-size: 20px;
  font-size: 5.13vw;
}
.p-nav__list {
  display: block;
  width: 100%;
  font-weight: 700;
  letter-spacing: 0.23vw;
  border-bottom: 1px solid #ebebeb;
  counter-increment: nav-counter;
  font-size: 18px;
  font-size: 4.62vw;
}
.p-nav__list:first-child {
  border-top: 1px solid #ebebeb;
}
.p-nav__text {
  display: flex;
  gap: 3.08vw;
  padding: 3.08vw 0;
  line-height: 1.5;
}
.p-nav__text::before {
  content: counter(nav-counter, decimal-leading-zero);
  display: block;
  color: #f54767;
}
.p-schedule {
  display: flex;
  flex-direction: column;
  gap: 6.15vw;
  padding: 0 4.1vw;
  width: 100%;
}
.p-schedule__title {
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.26vw;
  font-size: 20px;
  font-size: 5.13vw;
}
.p-schedule__container {
  display: flex;
  flex-direction: column;
  gap: 5.13vw;
  padding: 6.15vw 5.13vw 6.15vw 6.15vw;
  background-color: #fef6f7;
  border-radius: 3.08vw;
}
.p-schedule__lists {
  display: flex;
  flex-direction: column;
  gap: 5.13vw;
}
.p-schedule__list {
  position: relative;
  padding-left: 8.21vw;
}
.p-schedule__list::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  margin-top: 1.03vw;
  width: 5.13vw;
  height: 5.13vw;
  background: url("./images/icon_dot1.svg") center center no-repeat;
  background-size: contain;
  filter: drop-shadow(0 1.28vw 1.28vw rgba(245, 71, 103, 0.07));
}
.p-schedule__list:first-of-type::after {
  content: "";
  display: block;
  position: absolute;
  left: 2.56vw;
  top: 6.15vw;
  width: 1px;
  height: 109.49vw;
  background: url("./images/line.svg") top center repeat-y;
  background-size: 1px auto;
}
.p-schedule__content {
  display: flex;
  flex-direction: column;
  gap: 2.05vw;
  flex: 1;
}
.p-schedule__date {
  display: flex;
  align-items: center;
  gap: 2.56vw;
  font-weight: 700;
  line-height: 1.75;
  font-size: 14px;
  font-size: 3.59vw;
}
.p-schedule__update-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.26vw 1.03vw;
  background-color: #f54767;
  border: 1px solid #f54767;
  border-radius: 1.03vw;
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", arial;
  font-weight: 500;
  letter-spacing: 0.15vw;
  line-height: 1.5;
  font-size: 12px;
  font-size: 3.08vw;
}
.p-schedule__details {
  padding: 2.05vw 4.1vw;
  background-color: #fff;
  border-radius: 2.05vw;
}
.p-schedule__text-item {
  display: flex;
  align-items: flex-start;
  gap: 2.05vw;
  line-height: 1.75;
  letter-spacing: 0.18vw;
  font-size: 14px;
  font-size: 3.59vw;
}
.p-schedule__text-item::before {
  content: "";
  display: block;
  margin-top: calc(1em - 3px);
  width: 3px;
  height: 3px;
  flex-shrink: 0;
  background: url("./images/icon_dot3.svg") center center no-repeat;
  background-size: contain;
}
.p-schedule__list:first-child .p-schedule__text-item::before {
  display: none;
}
.p-schedule__note {
  padding-left: 8.46vw;
}
.p-schedule__note-item {
  color: #666;
  letter-spacing: 0.15vw;
  font-size: 12px;
  font-size: 3.08vw;
}
.p-fee {
  display: flex;
  flex-direction: column;
  gap: 6.15vw;
  padding: 0 4.1vw;
  width: 100%;
}
.p-fee__title {
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.26vw;
  font-size: 20px;
  font-size: 5.13vw;
}
.p-fee__lists {
  display: flex;
  flex-direction: column;
  gap: 6.15vw;
}
.p-fee__list {
  display: flex;
  flex-direction: column;
  gap: 2.05vw;
}
.p-fee__list-title {
  display: flex;
  gap: 2.05vw;
  align-items: center;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.21vw;
  font-size: 16px;
  font-size: 4.1vw;
}
.p-fee__list-title::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url("./images/icon_dot2.svg") center center no-repeat;
  background-size: contain;
}
.p-fee__update-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.26vw 1.03vw;
  background-color: #f54767;
  border-radius: 1.03vw;
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", arial;
  font-weight: 500;
  letter-spacing: 0.15vw;
  font-size: 12px;
  font-size: 3.08vw;
}
.p-fee__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.51vw;
}
.p-fee__text-item {
  position: relative;
  display: block;
  padding-left: 5.38vw;
  line-height: 1.75;
  letter-spacing: 0.18vw;
  font-size: 14px;
  font-size: 3.59vw;
}
.p-fee__text-item::before {
  content: "";
  position: absolute;
  left: 2.05vw;
  top: calc(1em - 2px);
  width: 5px;
  height: 5px;
  background: url("./images/icon_dot3.svg") center center no-repeat;
  background-size: contain;
}
.p-fee__text-emphasis {
  font-weight: 700;
}
.p-fee__step {
  display: flex;
  flex-direction: column;
  gap: 4.1vw;
  padding: 4.1vw 5.13vw 6.15vw;
  background-color: #fef6f7;
  border-radius: 3.08vw;
}
.p-fee__important-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.05vw;
  padding: 3.08vw 4.1vw 4.1vw;
  background-color: #fff;
  border-radius: 3.08vw;
}
.p-fee__important-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 3.08vw;
  border: 1px solid #f54767;
  border-radius: 1.03vw;
  color: #f54767;
  font-weight: 700;
  letter-spacing: 0.18vw;
  line-height: 1.75;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-size: 3.59vw;
}
.p-fee__important-text {
  color: #f54767;
  font-weight: 700;
  letter-spacing: 0.18vw;
  line-height: 1.75;
  font-size: 14px;
  font-size: 3.59vw;
}
.p-fee__procedure {
  display: flex;
  flex-direction: column;
  gap: 4.1vw;
}
.p-fee__procedure-inner {
  position: relative;
}
.p-fee__procedure-inner:not(:last-child)::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fddae1;
}
.p-fee__procedure-step {
  margin-bottom: 1.03vw;
  color: #f54767;
  font-weight: 700;
  letter-spacing: 0.18vw;
  line-height: 1.75;
  font-size: 14px;
  font-size: 3.59vw;
}
.p-fee__procedure-text {
  margin-bottom: 4.36vw;
  letter-spacing: 0.18vw;
  line-height: 1.75;
  font-size: 14px;
  font-size: 3.59vw;
}
.p-fee__procedure-text--last {
  margin-bottom: 0;
  font-weight: 700;
}
.p-fee__procedure-emphasis {
  font-weight: 700;
}
.p-fee__procedure-img {
  display: block;
  margin-bottom: 4.1vw;
  width: 100%;
  height: auto;
  border-radius: 4.1vw;
}
.p-fee__procedure-note {
  margin-bottom: 4.36vw;
  letter-spacing: 0.15vw;
  font-size: 12px;
  font-size: 3.08vw;
}
.p-fee__calculation {
  display: flex;
  flex-direction: column;
  gap: 6.15vw;
}
.p-fee__calculation-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.51vw;
  margin: 2.05vw 0 0 6.15vw;
  padding: 3.08vw 3.08vw 3.08vw 5.13vw;
  background-color: #fafafa;
  border-radius: 3.08vw;
  letter-spacing: 0.18vw;
  line-height: 1.75;
  font-size: 14px;
  font-size: 3.59vw;
}
.p-fee__calculation-title {
  font-weight: 700;
  letter-spacing: 0.18vw;
  line-height: 1.75;
  font-size: 14px;
  font-size: 3.59vw;
}
.p-fee__calculation-formula {
  letter-spacing: 0.18vw;
  line-height: 1.75;
  font-size: 14px;
  font-size: 3.59vw;
}
.p-fee__calculation-note {
  margin-top: 2.05vw;
  padding-left: 6.15vw;
  letter-spacing: 0.15vw;
  font-size: 12px;
  font-size: 3.08vw;
}

.main .p-fee__link {
  text-decoration: underline;
}
.main .p-fee__link:hover {
  opacity: 0.7;
}
.p-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6.15vw;
  padding-bottom: 7.69vw;
  width: 100%;
}
.p-contact__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.05vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.26vw;
  font-size: 20px;
  font-size: 5.13vw;
}
.p-contact__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.26vw 1.03vw;
  background-color: #f54767;
  border-radius: 1.03vw;
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", arial;
  font-weight: 500;
  letter-spacing: 0.15vw;
  font-size: 12px;
  font-size: 3.08vw;
}
.p-contact__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.21vw;
  text-align: center;
  font-size: 16px;
  font-size: 4.1vw;
}
.p-contact__box {
  display: block;
  width: 100%;
  padding: 3.08vw 4.1vw 4.1vw;
  background-color: #fff;
  border-radius: 3.08vw;
  box-sizing: border-box;
}
.main .p-contact__link {
  display: block;
  line-height: 1.75;
  color: #f54767;
  letter-spacing: 0.18vw;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-size: 3.59vw;
}
.main .p-contact__link:hover {
  text-decoration: underline;
}
.p-faq {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8.53vw;
  background: #fef6f7;
  padding: 10.67vw 4.27vw 17.07vw 4.27vw;
  width: 100vw;
}
.p-faq__title {
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.27vw;
  font-size: 20px;
  font-size: 5.13vw;
}
.p-faq__container {
  display: flex;
  flex-direction: column;
  gap: 4.1vw;
  width: 100%;
}
.p-faq__item {
  padding: 2.05vw 3.08vw;
  background-color: #fff;
  border-radius: 4.1vw;
  box-shadow: 0 0.26vw 1.03vw 0.26vw rgba(245, 71, 103, 0.15);
}
.p-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.05vw;
  color: #f54767;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.21vw;
  font-size: 16px;
  font-size: 4.1vw;
}
.p-faq__question::-webkit-details-marker {
  display: none;
}
.p-faq__question::after {
  content: "";
  display: block;
  width: 4.1vw;
  height: 4.1vw;
  background: url("./images/icon_arrow.svg") center center no-repeat;
  background-size: 100%;
  flex-shrink: 0;
  transform: rotate(-180deg);
  transition: transform 0.3s ease;
}
.p-faq__item.is-opened .p-faq__question::after {
  transform: rotate(0deg);
}
.p-faq__answer {
  margin-top: 3.08vw;
  line-height: 1.75;
  letter-spacing: 0.21vw;
  font-size: 16px;
  font-size: 4.1vw;
}
.p-faq__answer-note {
  display: block;
  margin-top: -6px;
  font-size: 12px;
  font-size: 3.08vw;
}

.main .p-faq__link {
  text-decoration: underline;
}
.main .p-faq__link:hover {
  opacity: 0.7;
}
@media (min-width: 750px){
  .sp-visible {
    display: none;
  }
  .pc-visible {
    display: initial;
  }
  .tb-visible {
    display: initial;
  }
}
@media (min-width: 1280px){
  .tb-visible {
    display: none;
  }
}
@media print, screen and (min-width: 768px){
  .l-header {
    padding: 18px 72px;
  }
  .l-header__logo {
    width: 143px;
    height: 50px;
  }
  .l-footer .inner__link .link--item {
    border-right: 1px solid #e7e6e2;
  }
  .l-footer .inner__link .link--item:last-child {
    border-right: none;
  }
  .p-contents {
    gap: 84px;
    padding: 740px 16px 0;
  }
  .p-fv {
    gap: 48px;
    padding: 84px 16px 168px;
    background: radial-gradient(261.84% 262.01% at 47.5% 50%, rgba(255, 249, 250, 0.6) 3.41%, rgba(245, 71, 103, 0.6) 100%);
  }
  .p-fv__title {
    gap: 18px;
  }
  .p-fv__title-main {
    font-size: 48px;
    letter-spacing: 4.8px;
  }
  .p-fv__title-thanks {
    font-size: 36px;
    letter-spacing: 5.4px;
  }
  .p-fv__lead {
    gap: 12px;
    padding: 0;
    max-width: 928px;
  }
  .p-fv__lead-text {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
  .p-info {
    bottom: -643px;
    gap: 36px;
    padding: 30px 48px 24px;
    max-width: 928px;
    border-radius: 24px;
    box-shadow: 0 6px 32px 4px rgba(245, 71, 103, 0.15);
  }
  .p-info__title {
    font-size: 36px;
  }
  .p-info__lists {
    gap: 48px;
  }
  .p-info__list:not(:first-child)::before {
    top: -24px;
  }
  .p-info__wrapper {
    gap: 24px;
  }
  .p-info__label {
    padding: 3px 12px;
    width: auto;
    font-size: 12px;
    border-radius: 6px;
  }
  .p-info__text {
    gap: 4px;
  }
  .p-info__text-main {
    padding: 4px 0;
    font-size: 18px;
  }
  .p-info__text-subitem {
    gap: 12px;
    font-size: 16px;
    line-height: 1.75;
  }
  .p-info__text-subitem::before {
    width: 5px;
    height: 5px;
    margin-top: calc(1em - 6px);
  }
  .p-nav {
    gap: 36px;
    padding: 0;
    max-width: 928px;
  }
  .p-nav__title {
    font-size: 36px;
    letter-spacing: 1.8px;
  }
  .p-nav__list {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
  .p-nav__text {
    gap: 18px;
    padding: 18px 0;
  }
  .p-schedule {
    gap: 36px;
    padding: 0;
    max-width: 928px;
  }
  .p-schedule__title {
    font-size: 36px;
    letter-spacing: 1.8px;
  }
  .p-schedule__container {
    gap: 30px;
    padding: 36px;
    border-radius: 18px;
  }
  .p-schedule__lists {
    gap: 30px;
  }
  .p-schedule__list {
    padding-left: 38px;
  }
  .p-schedule__list::before {
    margin-top: 4px;
    width: 20px;
    height: 20px;
    filter: drop-shadow(0 5px 5px rgba(245, 71, 103, 0.07));
  }
  .p-schedule__list:first-of-type::after {
    left: 10px;
    top: 24px;
    height: 277px;
  }
  .p-schedule__content {
    gap: 12px;
  }
  .p-schedule__date {
    gap: 12px;
    font-size: 18px;
  }
  .p-schedule__update-label {
    padding: 3px 12px;
    border-radius: 6px;
    font-size: 12px;
    letter-spacing: 0.6px;
  }
  .p-schedule__details {
    padding: 12px 24px;
    border-radius: 12px;
  }
  .p-schedule__text-item {
    gap: 12px;
    font-size: 18px;
    letter-spacing: 0.9px;
  }
  .p-schedule__note {
    padding-left: 33px;
  }
  .p-schedule__note-item {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
  .p-fee {
    gap: 36px;
    padding: 0;
    max-width: 928px;
  }
  .p-fee__title {
    font-size: 36px;
    letter-spacing: 1.8px;
  }
  .p-fee__lists {
    gap: 36px;
  }
  .p-fee__list {
    gap: 12px;
  }
  .p-fee__list-title {
    gap: 12px;
    font-size: 18px;
    letter-spacing: 0.9px;
  }
  .p-fee__list-title::before {
    width: 12px;
    height: 12px;
  }
  .p-fee__update-label {
    padding: 3px 12px;
    border-radius: 6px;
    font-size: 12px;
    letter-spacing: 0.6px;
  }
  .p-fee__text-wrapper {
    gap: 12px;
  }
  .p-fee__text-item {
    padding-left: 27px;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .p-fee__text-item::before {
    left: 12px;
  }
  .p-fee__step {
    gap: 24px;
    padding: 36px 36px 40px;
    border-radius: 12px;
  }
  .p-fee__important-box {
    gap: 8px;
    padding: 12px 16px 16px;
    border-radius: 12px;
  }
  .p-fee__important-label {
    padding: 0 18px;
    font-size: 16px;
    letter-spacing: 0.8px;
    border-radius: 8px;
  }
  .p-fee__important-text {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .p-fee__procedure {
    gap: 24px;
  }
  .p-fee__procedure-step {
    margin-bottom: 4px;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .p-fee__procedure-text {
    margin-bottom: 24px;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .p-fee__procedure-text--last {
    margin-bottom: 0;
  }
  .p-fee__procedure-img {
    margin-bottom: 24px;
    width: 402px;
    border-radius: 16px;
  }
  .p-fee__procedure-note {
    margin-bottom: 24px;
    font-size: 12px;
    letter-spacing: 0.6px;
  }
  .p-fee__calculation {
    gap: 24px;
  }
  .p-fee__calculation-box {
    gap: 4px;
    margin: 12px 0 0 24px;
    padding: 12px 20px 12px 12px;
    border-radius: 12px;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .p-fee__calculation-title {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .p-fee__calculation-formula {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .p-fee__calculation-note {
    margin-top: 12px;
    padding-left: 24px;
    font-size: 12px;
    letter-spacing: 0.6px;
  }
  .p-contact {
    gap: 24px;
    padding-bottom: 36px;
    max-width: 928px;
  }
  .p-contact__title {
    gap: 8px;
    font-size: 36px;
    letter-spacing: 1.8px;
  }
  .p-contact__label {
    padding: 3px 12px;
    border-radius: 6px;
    font-size: 12px;
    letter-spacing: 0.6px;
  }
  .p-contact__text {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
  .p-contact__box {
    padding: 12px 16px 16px;
    width: 534px;
    border-radius: 12px;
  }
  .main .p-contact__link {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .p-faq {
    gap: 48px;
    padding: 84px 32px 96px;
  }
  .p-faq__title {
    font-size: 36px;
    letter-spacing: 1.8px;
  }
  .p-faq__container {
    gap: 24px;
    max-width: 928px;
  }
  .p-faq__item {
    padding: 12px 18px;
    border-radius: 24px;
    box-shadow: 0 1px 4px 1px rgba(245, 71, 103, 0.15);
    cursor: pointer;
  }
  .p-faq__question {
    gap: 12px;
    font-size: 18px;
    letter-spacing: 0.9px;
  }
  .p-faq__question::after {
    width: 20px;
    height: 20px;
  }
  .p-faq__answer {
    margin-top: 18px;
    font-size: 18px;
    letter-spacing: 0.9px;
  }
  .p-faq__answer-note {
    font-size: 12px;
  }
}