.header {
  height: 65px;
  border-bottom: 1px solid #E5E7EB;
}

main {
  padding-top: 65px;
}

.lp-thanks__inner {
  text-align: center;
}
@media (max-width: 768px) {
  .lp-thanks__inner {
    padding-top: 3em;
  }
}
.lp-thanks__check {
  width: 5em;
  height: 5em;
  margin: 0 auto 2em;
}
@media (max-width: 768px) {
  .lp-thanks__check {
    width: 4em;
    height: 4em;
  }
}
.lp-thanks__catch {
  font-size: 2.25em;
  font-weight: bold;
  line-height: 1.111;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .lp-thanks__catch {
    font-size: 1.25em;
  }
}
.lp-thanks__lead {
  font-size: 1.25em;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .lp-thanks__lead {
    font-size: 1em;
  }
}
.lp-thanks__text {
  width: 100%;
  max-width: 672px;
  margin: 0 auto;
  background-color: #F9FAFB;
  padding: 2em;
  line-height: 2;
  border-radius: 8px;
  margin-bottom: 4em;
}
@media (max-width: 768px) {
  .lp-thanks__text {
    font-size: 0.875em;
    padding: 1.5em 1em;
    margin-bottom: 3em;
  }
}
.lp-thanks__button {
  display: inline-block;
  min-width: 150px;
  height: 48px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .lp-thanks__button {
    max-width: 100px;
  }
}
.lp-thanks__button a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: #2563EB;
  border: 1px solid #2563EB;
  color: #fff;
  border-radius: 8px;
  padding: 0 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .lp-thanks__button a {
    font-size: 0.875em;
  }
}
.lp-thanks__button a:hover {
  background-color: #fff;
  color: #2563EB;
}