.s_policy {
  padding: 40px 20px 90px 20px;
}

.policy__inner {
  flex-direction: column;
  align-items: stretch;
  gap: 28px;
}

.policy__lead,
.policy__group {
  width: 100%;
  background: #fff;
  border: 1px solid #eee4d5;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.04);
}

.policy__eyebrow {
  font-family: "Noto Serif JP", serif;
  color: #cbbf8b;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.policy__lead-copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 18px;
}

.policy__group-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee4d5;
}

.policy__group-header h2 {
  line-height: 1.5;
}

.policy__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.policy__card {
  background: #f8f7f3;
  border-radius: 20px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.policy__card h3 {
  line-height: 1.5;
}

.policy__table {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.policy__row {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e7dccd;
}

.policy__row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.policy__row dt {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

.policy__row dd {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  color: #c889aa;
}

.policy__row dd span {
  display: block;
  color: #666;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 4px;
}

.policy__notes {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
  line-height: 1.75;
}

.policy__notes li {
  position: relative;
  padding-left: 1em;
  font-size: 13px;
}

.policy__notes li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  color: #cbbf8b;
}

.policy__support {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.policy__notes--support li::before {
  content: "・";
}

.policy__notes--support li {
  padding-left: 1.1em;
  font-size: 14px;
}

.policy__closing {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  border-radius: 20px;
  background: #f8f7f3;
}

.policy__closing p {
  font-size: 14px;
}

@media screen and (max-width: 1023px) {
  .s_policy {
    padding: 30px 20px 70px 20px;
  }

  .policy__lead,
  .policy__group {
    padding: 30px 24px;
    border-radius: 20px;
  }
}

@media screen and (max-width: 767px) {
  .policy__lead,
  .policy__group {
    padding: 24px 18px;
  }

  .policy__group-header h2 {
    font-size: 22px;
  }

  .policy__card {
    padding: 22px 18px;
  }

  .policy__cards {
    grid-template-columns: 1fr;
  }

  .policy__row dt {
    font-size: 15px;
  }

  .policy__row dd {
    font-size: 16px;
  }
}
