main {
  background-color: #F7F7F2;
}

.thanks {
  text-align: center;
  padding: 10% 7% 7%;
  line-height: 1.5;
}
.thanks__ttl {
  font-size: 2.39583vw;
  font-weight: bold;
}
.thanks__guide {
  margin-top: 2%;
  font-size: 1.67vw;
}
.thanks__mail {
  font-size: 1.1979vw;
  margin-top: 4%;
}
.thanks__btn {
  width: 32.7036%;
  margin: 5% auto 0;
}
.thanks__btn a {
  width: 100%;
  font-size: 1.302083vw;
  border: none;
  color: #fff;
  background: rgb(245, 140, 63);
  background: linear-gradient(180deg, rgb(245, 140, 63) 0%, rgb(255, 109, 0) 95%, rgb(247, 113, 73) 100%);
  padding: 4.459% 0;
  border-radius: 0.5vw;
  font-weight: bold;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 1024px) {
  .thanks {
    padding: 20% 0 15%;
  }
  .thanks__ttl {
    font-size: 6.5vw;
  }
  .thanks__guide {
    font-size: 3vw;
    margin-top: 6%;
  }
  .thanks__mail {
    font-size: 2.5vw;
    margin-top: 6%;
  }
  .thanks__btn {
    width: 63.5%;
    margin-top: 10%;
  }
  .thanks__btn a {
    font-size: 3.5vw;
  }
}/*# sourceMappingURL=thanks-page.css.map */