body {
  background-color: #FFFFFF !important;
}

div.formWrap {
  width: 92%;
  max-width: 1000px;
  margin: 24px auto 0;
  display: flex;
  flex-flow: column nowrap;
  font-size: 1.5rem;
  line-height: 2rem;
}
div.formWrap .ss_form_title {
  font-size: 1.5rem;
}
div.formWrap .ss_user_notnull {
  display: block;
  padding: 0 5px;
  color: #fff;
  font-size: 1rem;
  background-color: #f89406;
  border-radius: 4px;
  height: 20px;
  line-height: 20px;
  min-width: 34px;
  text-align: center;
}
div.formWrap .ss_input .checkbox__label {
  margin-top: 6px;
}

.formItem {
  display: flex;
  flex-flow: row nowrap;
  vertical-align: top;
  gap: 16px;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .formItem {
    flex-flow: column nowrap;
  }
}
.formItem p {
  line-height: 2rem;
}

.formTitle {
  padding-top: 8px;
  flex: 1;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  font-weight: bold;
  line-height: 2rem;
}

.formInput {
  flex: 3;
  display: flex;
  flex-flow: column nowrap;
  gap: 8px;
}

.requiredLabel {
  display: block;
  padding: 0 5px;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  background-color: #f89406;
  border-radius: 4px;
  height: 20px;
  line-height: 20px;
  min-width: 34px;
  text-align: center;
}

input[type=email],
input[type=tel],
input[type=text],
select,
textarea {
  width: 100%;
  border-radius: 0;
  border: 2px solid #ddd !important;
  background-color: #fff;
  padding: 5px 8px;
}

.nameInput {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.nameInput .nameSection {
  flex: 1;
  line-height: 2.4rem;
}

.checkboxWrap {
  line-height: 3.2rem;
}
.checkboxWrap input {
  margin-right: 0.5rem;
}

input[type=checkbox] {
  position: relative;
  width: 24px;
  height: 24px;
}

.g-recaptcha {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}

.submitWrap {
  display: flex;
  width: 100%;
  margin: 48px auto 0;
  align-items: center;
  justify-content: center;
}
.submitWrap input {
  display: block;
  text-align: center;
  width: 80%;
  max-width: 320px;
  height: 64px;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 700;
  background: #e69903;
  color: #fff;
  transition: 0.3s opacity ease;
}
.submitWrap input:hover {
  opacity: 0.5;
}

.ss_warning_label {
  background-color: #f89406;
  border-radius: 3px;
  vertical-align: top;
  display: inline-block;
  padding: 4px 4px;
  font-size: 1.2rem;
  line-height: 12px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(59, 132, 106, 0.25);
  white-space: nowrap;
  margin-top: -1px;
}

.ss_error_msg {
  vertical-align: top;
  margin-left: 3px;
  font-size: 1.5rem;
  line-height: 12px;
  color: #f89406;
}

/*
confirm
*/
main.confirm {
  width: 100%;
  font-size: 1.8rem;
}
main.confirm #mainWrapper {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 4rem;
}
main.confirm .page__content {
  margin-top: 8%;
}
main.confirm .confirmTitle {
  width: 100%;
  text-align: center;
  padding: 2rem;
}
main.confirm .fieldset__item {
  padding: 1rem 0;
}
main.confirm .fieldset__value {
  padding-top: 8px;
}
main.confirm .message-text {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: bold;
  color: #ff0000;
  padding: 1rem;
}
main.confirm .fieldset__submit {
  margin-top: 2rem;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}
main.confirm .fieldset__submit form {
  flex: 1;
  display: flex;
}
main.confirm .fieldset__submit form .button {
  width: 100%;
  text-align: center;
  padding: 2rem 4rem;
  font-weight: bold;
  font-size: 2rem;
}
main.confirm .fieldset__submit form button {
  flex: 1;
}
main.confirm .fieldset__submit .back {
  background-color: #c1c1c1;
  text-decoration: none;
  color: #FFF;
  border-radius: 5px;
  transition: all 0.3s;
}
main.confirm .fieldset__submit .submit {
  flex: 1;
  display: block;
  text-align: center;
  height: 64px;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 700;
  background: #e69903;
  color: #fff;
  transition: 0.3s opacity ease;
}
main.confirm .fieldset__submit .submit:hover {
  opacity: 0.5;
}
main.confirm .fieldset__submit .disabled-button {
  background-color: #555 !important;
  color: #c1c1c1 !important;
  pointer-events: none !important;
}

.completeWrap {
  padding: 2rem 0 0;
}
.completeWrap p {
  font-size: 1.8rem;
  line-height: 3.2rem;
  margin: 2rem auto 6rem;
}

.envelope-check {
  margin: 3rem auto;
  height: 92px;
  width: 92px;
  background-color: #e69903;
  border-radius: 100px;
  position: relative;
}
.envelope-check img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 40px;
  height: 40px;
}

.lp__inner h3 {
  color: #398283;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0px;
}

.btnBack {
  display: block;
  width: 90%;
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
  padding: 2rem 4rem;
  font-weight: bold;
  font-size: 2rem;
  background-color: #e69903;
  border-radius: 5px;
  text-decoration: none;
  color: #FFF;
  transition: all 0.3s;
}

/*
comp conf
*/
html,
body {
  height: 100%;
  margin: 0;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: space-between;
}

main {
  flex: 1;
}