.section-thanks .thanks__content {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .section-thanks .thanks__content {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.section-thanks .thanks__content .ttl {
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .section-thanks .thanks__content p {
    letter-spacing: 0.025em;
  }
}