.page-content {
  padding: 80px 0;
}

.entry-content {
  max-width: 900px;
  margin: 0 auto;
}

.entry-content h1 {
  margin-bottom: 40px;
}

.entry-content p {
  line-height: 1.9;
}
/* ========================================
  404とthanks
======================================== */

.page-message {
  background: #f5f5f5;
}

.page-message__inner {
  padding: 100px 0;
  text-align: center;
}

.page-message__title {
  margin: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.4;
}

.page-message__text {
  margin: 32px auto 0;
  max-width: 720px;
  font-size: 18px;
  line-height: 1.9;
  color: #555;
}

.page-message__buttons {
  margin-top: 48px;

  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-message__buttons .btn {
  min-width: 240px;
}

/* ========================================
  404 Button
======================================== */

.page-message__buttons {
  margin-top: 40px;

  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.page-message__buttons .btn {
  width: 260px;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .page-message__buttons {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .page-message__buttons .btn {
    width: 100%;
    max-width: 320px;
  }
}
/* ========================================
 * 固定ページ本文・プライバシーポリシー
 * ======================================== */

.page-content {
  background: #fff;
}

.page-content__inner {
/* padding-block: 80px;*/
  max-width: 900px;
}

.entry-title {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.entry-body {
  font-size: 16px;
  line-height: 1.9;
}

.entry-body h2,
.entry-body h3 {
  margin-top: 40px;
  margin-bottom: 16px;
  font-weight: 700;
}

.entry-body p {
  margin-bottom: 1.5em;
}

.entry-body ul,
.entry-body ol {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

.entry-body li {
  list-style: disc;
  margin-bottom: 0.4em;
}

.entry-body a {
  color: #0066cc;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

/* ========================================
 * Contact Form 7：同意リンク
 * ======================================== */

.contact a,
.wpcf7-acceptance a {
  color: #222;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

@media screen and (max-width: 767px) {
  .page-content__inner {
/* padding-block: 56px; */
  }

  .entry-title {
    font-size: 28px;
    text-align: left;
  }

  .entry-body {
    font-size: 15px;
  }
}