.page-contact {
  padding: 15rem 5rem 22rem;
}

.page-contact .section-title {
  margin-bottom: 8rem;
}

.page-contact .section-title .ja {
  display: block;
  margin: 1rem 0 0;
}

/* メインコンテンツエリア */
.contact-thanks {
  max-width: 80rem;
  margin: 0 auto;
}

/* メインメッセージ */
.thanks-message {
  margin-bottom: 4rem;
}

.thanks-main {
  font-size: 3.2rem;
  margin-bottom: 2rem;
}

.thanks-sub {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #666;
}

/* 連絡先情報 */
.thanks-info {
  background: var(--accent-color-light);
  padding: 3rem;
  border: 1px solid #eee;
  border-radius: 0.5rem;
  margin-bottom: 4rem;
}

.info-item-main {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.info-item-list {
  margin-top: 1.4rem;
}

.info-item {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.info-content {
  margin-top: 1.2rem;
  font-size: 1.4rem;
  line-height: 1.6;
}

.info-item:last-child {
  margin-bottom: 0;
}

.info-item a {
  color: var(--accent-color);
  text-decoration: underline;
}

.info-item a:hover {
  opacity: 0.8;
}

/* 締めのメッセージ */
.thanks-end {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}

.thanks-btn a {
  color: #fff;
  background: var(--accent-color);
  font-size: 2.1rem;
  line-height: 1.857142857;
  height: 6.8rem;
  width: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 4.5rem auto;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .page-contact {
    padding: 8rem 0;
  }

  .page-contact .section-title:after {
    width: 17rem;
  }

  .page-contact .section-title {
    margin: 0 0 4rem 0;
  }

  .thanks-main {
    font-size: 2rem;
  }

  .thanks-sub {
    font-size: 1.4rem;
  }

  .thanks-info {
    background: var(--accent-color-light);
    padding: 2rem;
    margin-bottom: 3rem;
  }

  .info-item {
    font-size: 1.3rem;
  }

  .thanks-btn a {
    width: 100%;
    font-size: 1.4rem;
    height: 4.6rem;
    line-height: 4.6rem;
  }
}
