/* 特定商取引法に基づく表記 */
.tokushoho-page {
  box-sizing: border-box;
  width: 100%;
  padding: 80px 24px 120px;
  font-family: "Noto Sans JP", sans-serif;
  background: #efefef url("../img/bg_texture.webp") repeat;
}

.tokushoho-page br.pc {
  display: none;
}

@media (min-width: 768px) {
  .tokushoho-page br.pc {
    display: inline;
  }
}

.tokushoho-inner,
.tokushoho-legal,
.tokushoho-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tokushoho-inner {
  max-width: 868px;
  margin: 0 auto;
  gap: 80px;
}

.tokushoho-legal {
  width: 100%;
  gap: 48px;
}

.tokushoho-heading {
  gap: 5px;
  overflow: hidden;
}

.tokushoho-title {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.8;
  color: #db3a21;
  text-align: center;
}

.tokushoho-decor {
  display: block;
  width: 64px;
  height: auto;
}

.tokushoho-rows {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
}

.tokushoho-row {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
  padding: 12px 0;
  border-bottom: 1px solid #e5e7eb;
}

@media (min-width: 768px) {
  .tokushoho-row {
    margin-top: 20px;
  }

  .tokushoho-rows > .tokushoho-row:first-child {
    margin-top: 0;
  }
}

.tokushoho-row--tight {
  padding: 11px 0;
}

.tokushoho-row--center {
  align-items: center;
}

.tokushoho-label,
.tokushoho-value {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
}

.tokushoho-value,
.tokushoho-value p {
  line-height: 1.5;
}

.tokushoho-label {
  flex: 0 0 200px;
  max-width: 100%;
  color: #717182;
}

.tokushoho-value {
  flex: 1 1 0;
  min-width: 0;
  color: #2c2d32;
}

.tokushoho-value p {
  margin: 0;
}

.tokushoho-value p + p {
  margin-top: 0.125em;
}

.tokushoho-value p:not(.tokushoho-note) + .tokushoho-note {
  margin-top: 0.5em;
}

.tokushoho-note {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #717182;
}

.tokushoho-link {
  color: #e3534c;
  text-decoration: underline;
  font-weight: 500;
}

.tokushoho-link:hover {
  opacity: 0.85;
}

.tokushoho-link--form {
  color: #002a66;
}

.tokushoho-link--tel {
  color: #2c2d32;
  text-decoration: underline;
}

.tokushoho-link--tel:hover {
  opacity: 1;
}

.tokushoho-back {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 200px;
  max-width: 100%;
  min-height: 44px;
  padding: 10px 24px;
  background: #2c2d32;
  border-radius: 40px;
  text-decoration: none;
}

.tokushoho-back:hover {
  opacity: 0.92;
}

.tokushoho-back-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 4px;
  transform: rotate(180deg) scaleY(-1);
}

.tokushoho-back-icon {
  display: block;
  width: 32px;
  height: 4px;
}

.tokushoho-back-text {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .tokushoho-page {
    padding: 120px 0;
  }

  .tokushoho-inner {
    width: 100%;
    max-width: none;
    gap: 80px;
  }

  .tokushoho-legal {
    box-sizing: border-box;
    padding: 0 20px;
    gap: 48px;
  }

  .tokushoho-rows {
    align-items: stretch;
    gap: 20px;
  }

  .tokushoho-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    width: 100%;
  }

  .tokushoho-label {
    flex: none;
    width: 100%;
  }

  .tokushoho-row--center {
    align-items: flex-start;
  }

  .tokushoho-value {
    width: 100%;
  }

  .tokushoho-note {
    letter-spacing: -0.42px;
  }
}
