.thanks {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  padding: 40px 16px;
}
@media screen and (min-width: 768px) {
  .thanks {
    padding: 64px 16px;
  }
}
@media screen and (min-width: 1000px) {
  .thanks {
    padding: 80px 24px;
  }
}
.thanks__inner {
  width: 100%;
  max-width: 1280px;
  display: flex;
  flex-flow: wrap column;
  align-items: center;
}
.thanks__title {
  font-size: 1.125rem;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .thanks__title {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1400px) {
  .thanks__title {
    font-size: 1.5rem;
  }
}
.thanks__title {
  margin-bottom: 56px;
}
.thanks__content {
  display: flex;
  flex-flow: wrap column;
  align-items: center;
  width: 100%;
  max-width: 720px;
  padding: 16px;
  background: var(--gray-100);
  border-radius: 1rem;
}
.thanks__content__link {
  display: flex;
  flex-flow: wrap column;
  align-items: center;
  margin-top: 48px;
}
.thanks__content__link__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--button-color);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  min-height: clamp(3rem, 2.7037037037rem + 1.4814814815vw, 4rem);
  padding: 0 16px;
  border-radius: clamp(3rem, 2.7037037037rem + 1.4814814815vw, 4rem);
}
@media screen and (min-width: 768px) {
  .thanks__content__link__button {
    padding: 0 24px;
  }
}
.thanks__content__link__button {
  background: var(--button-color);
  color: var(--gray-000);
  margin-top: 8px;
}
.thanks__content__link__button--outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--button-color);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  min-height: clamp(3rem, 2.7037037037rem + 1.4814814815vw, 4rem);
  padding: 0 16px;
  border-radius: clamp(3rem, 2.7037037037rem + 1.4814814815vw, 4rem);
}
@media screen and (min-width: 768px) {
  .thanks__content__link__button--outline {
    padding: 0 24px;
  }
}
.thanks__content__link__button--outline {
  background: var(--gray-000);
  color: var(--gray-900);
}
.thanks__content__note {
  margin: 48px 0 16px;
  font-size: clamp(0.75rem, 0.712962963rem + 0.1851851852vw, 0.875rem);
}
.thanks__footer {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .thanks__content {
    padding: 48px;
  }
}

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