.page-header {
  padding-top: 10.4rem;
  padding-bottom: 3.2rem;
  background-color: #f1f3f7;
}

.page-header>.wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
  align-items: center;
  justify-items: center;
}

.page-header>.wrapper>img {
  width: 8.1rem;
  height: 6rem;
}

.page-header>.wrapper>h1 {
  font-size: 3.2rem;
  font-weight: 600;
  font-family: "Shippori Mincho B1", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #243678;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page-header>.wrapper>h1 {
    font-size: 2.6rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 768px) {
  .page-header {
    padding-top: 3.2rem;
  }
}

main.thanks {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #f1f3f7;
  padding-bottom: 10.49rem;
}

@media screen and (max-width: 768px) {
  main.thanks {
    padding-bottom: 7.9rem;
  }
}

main.thanks .wrapper>p {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #243678;
  text-align: center;
}

@media screen and (max-width: 768px) {
  main.thanks .wrapper>p {
    text-align: start;
    letter-spacing: 0;
  }
}

main.thanks .wrapper>p:first-child {
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 768px) {
  main.thanks .wrapper>p:first-child {
    margin-bottom: 2.4rem;
  }
}

main.thanks .wrapper .link-button {
  display: flex;
  justify-content: center;
  width: fit-content;
  margin: 5.6rem auto 0;
}

@media screen and (max-width: 768px) {
  main.thanks .wrapper .link-button {
    margin-top: 3.2rem;
  }
}

/*# sourceMappingURL=thanks.css.map */