/* ============================================================
   Simple pages（利用規約・プライバシーポリシー・特定商取引法・お問い合わせ）
   ============================================================ */
.ag-legal-page,
.ag-contact-page {
  padding: 56px 0 96px;
}

.ag-legal-page > *,
.ag-contact-page > * {
  max-width: 760px;
  margin-inline: auto;
  padding-inline: 20px;
}

.ag-legal-title,
.ag-contact-title {
  margin-top: 0;
  margin-bottom: 40px;
  color: var(--md-color-primary-400, #5A7E96);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "YuMincho", serif;
  font-size: clamp(26px, 4vw, 32px);
  font-weight: 700;
  text-align: center;
}

.ag-legal-intro {
  margin-top: 0;
  margin-bottom: 40px;
  color: var(--md-color-text, #625F5B);
  line-height: 1.9;
}

.ag-legal-section {
  margin-bottom: 40px;
}

.ag-legal-section h2 {
  margin: 0 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--md-color-primary-400, #5A7E96);
  color: var(--md-color-text, #625F5B);
  font-size: 17px;
  font-weight: 700;
}

.ag-legal-section p {
  margin: 0 0 16px;
  color: var(--md-color-text, #625F5B);
  line-height: 1.9;
}

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

.ag-legal-section ol,
.ag-legal-section ul {
  margin: 0 0 16px;
  padding-left: 1.4em;
  color: var(--md-color-text, #625F5B);
}

.ag-legal-section li {
  margin-bottom: 6px;
  line-height: 1.8;
}

.ag-legal-date {
  margin-top: 48px;
  color: var(--md-color-text-soft, #817B75);
  font-size: 14px;
  text-align: right;
}

/* お問い合わせページ */
.ag-contact-intro {
  margin-top: 0;
  margin-bottom: 32px;
  padding: 24px;
  border-radius: var(--md-radius-card, 8px);
  background: var(--md-color-primary-50, #EEF4F7);
  color: var(--md-color-text, #625F5B);
  line-height: 1.9;
}

.ag-contact-intro p {
  margin: 0 0 8px;
}

.ag-contact-intro p:last-child {
  margin-bottom: 0;
}

.ag-contact-form-wrap {
  max-width: 720px;
  padding-inline: 0;
  border-radius: var(--md-radius-card, 8px);
  overflow: hidden;
}

.ag-contact-form-wrap iframe {
  display: block;
  width: 100%;
  min-height: 1200px;
  border: none;
}

.ag-contact-fallback {
  margin-top: 16px;
  margin-bottom: 0;
  color: var(--md-color-text-soft, #817B75);
  font-size: 13px;
  text-align: center;
}
