/* ==========================================================================
   プライバシーポリシー・利用規約 共通CSS - Nail Salon Gallery
   ========================================================================== */

/* 法務ページはヒーローを少し低めに */
.page-hero--legal {
  min-height: clamp(220px, 34vw, 340px);
}

.edel-wrap--narrow {
  max-width: 820px;
}

.lg-body {
  padding: clamp(56px, 9vw, 110px) 0;
  background: var(--akala-bg-primary);
}

.lg-lead {
  font-size: 0.95rem;
  line-height: 2.1;
  color: var(--akala-text-secondary);
  padding-bottom: clamp(2rem, 4vw, 3rem);
  margin-bottom: clamp(2rem, 4vw, 3rem);
  border-bottom: 1px solid var(--akala-border);
}

.lg-section {
  margin-bottom: clamp(2.2rem, 4vw, 3.2rem);
}

.lg-section__title {
  position: relative;
  font-family: var(--akala-font-serif-ja);
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--akala-text-primary);
  padding-left: 1rem;
  margin-bottom: 1rem;
}

.lg-section__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  bottom: 0.2em;
  width: 3px;
  background: var(--akala-gold);
}

.lg-section p {
  font-size: 0.92rem;
  line-height: 2;
  color: var(--akala-text-secondary);
  margin-bottom: 1rem;
}

.lg-section p:last-child {
  margin-bottom: 0;
}

.lg-section a {
  color: var(--akala-gold-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lg-list {
  margin: 0.5rem 0 1rem;
  padding-left: 1.4rem;
}

.lg-list li {
  font-size: 0.92rem;
  line-height: 1.95;
  color: var(--akala-text-secondary);
  margin-bottom: 0.5rem;
}

.lg-list--ol {
  list-style: decimal;
}

.lg-caution {
  color: var(--color-mauve);
  font-weight: 500;
}

.lg-note {
  font-size: 0.84rem !important;
  color: var(--akala-text-secondary);
  opacity: 0.85;
}

.lg-business {
  font-weight: 700;
  color: var(--akala-text-primary) !important;
  margin-top: 0.8rem;
}

.lg-end {
  margin-top: clamp(2rem, 4vw, 3rem);
  padding-top: clamp(1.5rem, 3vw, 2.2rem);
  border-top: 1px solid var(--akala-border);
  text-align: center;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  color: var(--akala-text-secondary);
}
