/* contact.css — Contact ページ固有 */

/* ヘッダー分の上余白 */
.contact-section {
  padding-top: calc(var(--header-h) + var(--space-section));
}

/* SNS はフォームの下に余白を開けて表示 */
.contact-section .social-links {
  margin-top: 20px;
  justify-content: flex-start;
}
