/* ============================================
   当サイトのご利用について
   ============================================ */

.terms-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  padding: 32px;
}

.terms-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.terms-lead {
  margin-bottom: 24px;
}

.terms-section + .terms-section {
  margin-top: 24px;
}

.terms-section h2 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.terms-list {
  padding-left: 1.25rem;
  margin-bottom: 0;
}

.terms-updated {
  margin-top: 32px;
  font-size: 0.9rem;
}

@media (max-width: 767.98px) {
  .terms-card {
    padding: 24px;
  }

  .terms-title {
    font-size: 1.5rem;
  }
}
