@charset "UTF-8";

/*=== common ===*/
.sp {
  display: contents;
}

.pc {
  display: block;
}

.content__inner {
  background: #E5F3FA;
}

.content__block {
  background: #fff;
}

/*=== privacy ===*/
.privacy .content__inner {
  padding: 84px 30px 64px;
}

.privacy .content__block {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto 88px;
  padding: 42px;
}

.privacy .content__block>p,
.privacy__block p,
.privacy__item p,
.privacy__info p {
  font-size: 14px;
  text-align: justify;
  letter-spacing: 0.08em;
  line-height: 2;
}

.privacy__list {
  margin-top: 40px;
}

.privacy__item {
  margin-bottom: 40px;
}

.privacy__item:last-child {
  margin-bottom: 62px;
}

.privacy__title {
  margin-bottom: 16px;
  color: #024687;
  font-size: 16px;
  letter-spacing: 0.08em;
}

.privacy__title span,
.privacy__info span {
  display: contents;
}

.mb-22 {
  margin-bottom: 22px;
}

.indent {
  display: flex;
  align-items: flex-start;
}

.indent span:last-child {
  margin-left: 4px;
}

.privacy__info {
  /* margin-bottom: 28px; */
}

.privacy__info p a {
  display: inline-block;
}

.privacy__date p {
  width: 100%;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-align: right;
}

.privacy__button {
  max-width: 317px;
  margin-inline: auto;
  background: #000;
  border-radius: 38px;
}

.privacy__button a {
  padding: 22px 0 21px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.08em;
}

/*=== contact ===*/
.contact .content__inner {
  padding: 55px 30px 88px;
}

.contact__text {
  margin-bottom: 49px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.12em;
  line-height: 2.1;
}

.contact__text span {
  display: contents;
}

.contact__block {
  max-width: 1040px;
  margin-inline: auto;
  background: #fff;
  padding: 18px 30px 56px;
}

/*=== thanks ===*/
.thanks .content__inner {
  padding: 84px 30px 91px;
}

.thanks .content__block {
  max-width: 1040px;
  margin: 0 auto 80px;
  padding: 111px 30px 136px;
}

.thanks__title {
  width: 100%;
  margin-bottom: 30px;
  color: #005095;
  font-size: 60px;
  font-family: var(--en-style-font);
  text-align: center;
  letter-spacing: 0.12em;
  line-height: 1.3;
}

.thanks__title span {
  font-family: var(--body-font);
  display: block;
  font-size: 14px;
  color: #000;
  letter-spacing: 0;
}

.thanks__text {
  font-size: 14px;
  letter-spacing: 0.03em;
  text-align: center;
}

.thanks__button {
  max-width: 317px;
  width: 100%;
  margin-inline: auto;
  background: #000;
  border-radius: 38px;
}

.thanks__button a {
  padding-block: 23px 27px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.08em;
}

/*=== commerce ===*/
.commerce .content__inner {
  padding: 77px 30px;
}

.commerce .content__block {
  max-width: 1040px;
  width: 100%;
  margin-inline: auto;
  padding: 44px 42px 34px;
}

.commerce__item {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 2.1;
}

.commerce__title {
  color: #024687;
  width: 174px;
}

.commerce__content {
  width: calc(100% - 174px);
}

@media(max-width: 768px) {

  /*=== common ===*/
  .sp {
    display: block;
  }

  .pc {
    display: contents;
  }

  /*=== privacy ===*/
  .privacy .content__inner {
    padding: 44px 20px 54px;
  }

  .privacy .content__block {
    padding: 20px 20px 38px;
    margin-bottom: 45px;
  }

  .privacy__item {
    margin-bottom: 35px;
  }

  .privacy__item:last-child {
    margin-bottom: 50px;
  }

  .privacy__title span,
  .privacy__info p span {
    display: block;
  }

  /*=== contact ===*/
  .contact__text span {
    display: block;
  }

  /*=== thanks ===*/
  .thanks .content__inner {
    padding: 45px 20px 54px;
  }

  .thanks .content__block {
    margin-bottom: 45px;
    padding: 42px 20px 52px;
  }

  .thanks__title {
    font-size: 40px;
  }

  .thanks__title span {
    margin-top: 8px;
  }

  /*=== commerce ===*/
  .commerce .content__inner {
    padding: 44px 20px 70px;
  }

  .commerce .content__block {
    padding: 20px 20px 34px;
  }

  .commerce__item {
    flex-direction: column;
    gap: 0;
  }

  .commerce__title,
  .commerce__content {
    width: 100%;
  }
}