/* サンクスページ（共通） */
.page-slug-thanks .container.thanks-header,
.page-slug-thanks-download .container.thanks-header{
  max-width: 920px;
  margin-inline: auto;
}

/* タイトル */
.page-slug-thanks .page-title.char-animate,
.page-slug-thanks-download .page-title.char-animate{
  text-align: center;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-family: 'Zen Kurenaido', sans-serif;
  color: var(--c-service);
  margin: var(--sp-12) auto var(--sp-6);
}

/* 本文ブロック */
.page-slug-thanks .container.thanks-body,
.page-slug-thanks-download .container.thanks-body{
  max-width: 960px;
  margin-inline: auto;
}

.container.thanks-body {
  max-width: 760px;
  width: fit-content;
  margin: 5rem auto;
}

.page-content>.container {
  padding-top: 5rem;
}

@media (max-width: 767px) {
  .page-content>.container {
    padding-top: 3rem;
  }
}

.page-thanks a {
    color: #338998;
    text-decoration: none;
    font-weight: 500;
    padding: .2rem;
}

.page-thanks a:hover {
	background-color: #338998;
    color: #ffffff;
}

a.btn.btn-highlight {
    padding: .8rem 1.25rem;
    color: var(--c-ink);
}

a.btn.btn-highlight:hover {
background: none;
}

.thanks-next-step__button {
  display: block;
  width: fit-content;
  margin: 2rem auto 0;
}

.thanks-next-step {
    margin-top: 3rem;
}

h2.thanks-next-step__title {
    text-align: center;
}