@charset "UTF-8";
/*
* HEADER
*/
.header {
  background-color: #013787;
}
.header h1 {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .header h1 {
    font-size: 3.4vw;
  }
}

/*
* FOOTER
*/
.footer {
  width: 100%;
  color: #FFFFFF;
  background-color: #013787;
  padding: 0 0 100px 0;
}
.footer-wrap {
  padding: 30px 0;
}
.footer-wrap__contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.footer-wrap__contents--link {
  color: #FFFFFF;
  font-size: 0.8rem;
  width: fit-content;
}
.footer-wrap__copy {
  margin-top: 20px;
  text-align: center;
  font-size: 0.8rem;
}
.footer-wrap__recaptcha {
  margin: 20px 0 0 0;
  padding: 0 10%;
}
.footer-wrap__recaptcha-txt {
  font-size: 0.6rem;
  text-align: center;
  color: #7c8fba;
}
.footer-wrap__recaptcha-txt a {
  color: #7c8fba;
  text-decoration: underline;
}

/*
* reCAPTCHA のアイコンを非表示
*/
.grecaptcha-badge {
  visibility: hidden;
}

body {
  height: 100vh;
}

.main {
  background-color: #F0F0F0;
  padding: 40px 20px;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .main {
    padding: 40px 34px;
  }
}
.main-wrap__title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.main-wrap__txt {
  background-color: #FFFFFF;
  padding: 20px;
  font-size: 16px;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .main-wrap__txt {
    font-size: 18px;
  }
}
.main-wrap__txt .accent-red {
  color: #EA0803;
}
.main-wrap--links {
  display: flex;
  justify-content: space-around;
}
.main-wrap--links-outer {
  width: fit-content;
  margin-top: 30px;
  text-align: center;
  background-color: #FFFFFF;
  border: solid 2px #EA0803;
  border-radius: 12px;
}
.main-wrap--links-outer__top-btn {
  display: block;
  padding: 20px 30px;
  font-size: 20px;
  color: #EA0803;
}/*# sourceMappingURL=thanks.css.map */