@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* thanks */
/* ============================================ */
main {
  padding-inline: 15px;
  background: radial-gradient(circle at 70% 10%, #fff, #fff200, #ffea00);
  text-align: center;
}
main section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100dvh - 66px);
}
main section h2 {
  margin-bottom: 50px;
  color: #c1272d;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.3;
}
main section a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 44px;
  margin: 70px auto 0;
  padding-bottom: 5px;
  border-radius: 22px;
  background: #c1272d;
  color: #fff100;
  font-size: 2.6rem;
  font-weight: 700;
}

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