.about-layout {
  --subpage-max-width: var(--measure);
}

/* ページタイトルと更新日だけを独立した導入部として置き、
   その後は枠のない本文を続ける。 */
.page-title .page-meta {
  display: flex;
  flex-wrap: wrap;
  margin: 24px 0 0;
  color: var(--color-muted);
  font-size: 0.875rem;
  line-height: 1.7;
}

.about-layout > .page-title + .content-section {
  margin-top: 64px;
}

.content-section {
  scroll-margin-top: 16px;
}

.content-section + .content-section {
  margin-top: 64px;
}

.content-section h2 {
  margin-bottom: 24px;
  color: var(--color-text);
}

.content-section h3 {
  margin: 40px 0 12px;
  color: var(--color-text);
}

.content-section h2 + h3 {
  margin-top: 0;
}

.content-section p {
  margin: 0 0 16px;
  font-size: 1rem;
  line-height: 1.85;
}

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

.content-section a {
  font-weight: 600;
}

/* 各機能への単独リンクは、文字列だけでなく十分な高さをクリックできるようにする。 */
.content-section p > a:only-child {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
}

.notes-list {
  margin: 0;
  padding-left: 1.4em;
  font-size: 1rem;
  line-height: 1.85;
}

.notes-list li + li {
  margin-top: 8px;
}

@media (max-width: 560px) {
  .about-layout > .page-title + .content-section,
  .content-section + .content-section {
    margin-top: 48px;
  }

  .content-section h3 {
    margin-top: 32px;
  }
}
