.contact-sections {
  max-width: 600px;
  margin: 0 auto;
  padding: 64px 24px 80px;
  line-height: 1.8;
  font-size: 15px;

  display: flex;
  flex-direction: column;
  align-items: center;
}

/* タイトル */
.contact-sections h1 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

/* 注意書き全体 */
.contact-sections .contact-notes {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
}

/* ※ 行 */
.contact-sections .contact-notes p {
  text-align: left;
  margin: 0 0 12px;
  font-size: 14px;
}

.contact-sections .about-button {
  margin-top: 16px;
}

/* SP */
@media (max-width: 768px) {
  .hero--contact {
    height: 40vh;
  }

  .contact-sections {
    font-size: 12px;
    padding: 48px 20px 64px;
  }

  .contact-sections h1 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
