.l-pageWrap {
  min-height: calc(100vh - 410px);
}

.c-ttl--page {
  margin-bottom: 84px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-ttl--page .ttl-en {
  color: #c03d42;
  font-size: 68px;
  font-family: Montserrat, sans-serif;
}

.c-ttl--page .ttl-jp {
  font-size: 16px;
  letter-spacing: 0.32px;
}

.l-pageInner--small {
  max-width: 1134px;
}

.form-input__block {
  border-radius: 8px;
  background: #fff;
  padding: 24px 20px 30px;
}
@media screen and (min-width: 768px) {
  .form-input__block {
    padding: 64px 56px;
  }
}

.form-input__block p {
  line-height: 2;
  letter-spacing: 0.32px;
}

.form-input.-complete h3 {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 21px;
}

.prevButtonWrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .prevButtonWrapper {
    margin-top: 80px;
  }
}

.prevTopButton {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  height: 64px;
  padding: 8px 20px;
  border-radius: 4px !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #c03d42 !important;
  color: #fff !important;
  border: none;
  font-size: 16px;
}/*# sourceMappingURL=100msa-thanks-style.css.map */