.thanks {
  padding: 60px 0;
  text-align: center;
  font-family: "Noto Sans JP";
}
.thanks__title {
  font-size: 28px;
  font-weight: 500;
  color: #36A9B2;
  margin-bottom: 24px;
}
.thanks__content {
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}
.thanks__link {
  color: #36A9B2;
}
.thanks__link:hover {
  opacity: 0.8;
}

@media screen and (max-width: 414px) {
  .thanks {
    padding: 40px 0;
    text-align: center;
    font-family: "Noto Sans JP";
  }
  .thanks__title {
    font-size: 24px;
    font-weight: 500;
    color: #36A9B2;
    margin-bottom: 18px;
  }
  .thanks__content {
    font-size: 14px;
    letter-spacing: 0.04em;
    margin-bottom: 12px;
  }
  .thanks__link {
    color: #36A9B2;
  }
  .thanks__link:hover {
    opacity: 0.8;
  }
}/*# sourceMappingURL=thanks.css.map */