.input_wrap {
  align-items: center;
  padding: 32px 20px;
  display: flex;
}

@media screen and (max-width: 640px) {
  .input_wrap {
    flex-direction: column;
    justify-content: center;
  }
}
.input_wrap_box{
  background-color: #7e6aa51c;
  border: 1px solid #7e6aa51a;
  padding: 32px 20px;
  display: flex;
  flex-direction: column;
}

.input_wrap_text{
  color: red;
  margin: 0;
  padding-left: 10px;
}
.input_wrap_content{
  display: flex;
  align-items: center;
}
.input_wrap_content_btn{
  width: 88px;
  height: 40px;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 16px;
}
.input_wrap_content_email {
  margin-right: 27px;
  position: relative;
  max-width: 420px !important;
  background: #fff !important;
}
.input_wrap input.input_wrap_email {
  border: 1px solid #000;
  margin-right: 27px;
  position: relative;
  max-width: 420px !important;
  background: #fff !important;
  border-radius: 24px !important;
}

@media screen and (max-width: 640px) {
  .input_wrap_text{
    text-align: center;
    padding-left: unset;
  }
  .input_wrap_content{
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .input_wrap input.input_wrap_email {
    margin-bottom: 27px;
    margin-right: 0;
  }
  .input_wrap_content_email {
    margin-bottom: 27px;
    margin-right: 0;
  }
}

.input_wrap button.btn {
  width: 88px;
  height: 40px;
  color: #fff;
  background-color: #7e6aa5;
  border: none;
  border-radius: 10px;
  font-size: 16px;
}

.form-wrap .input-wrap01, .form-wrap .input-wrap02 {
  position: relative;
}

.d-none {
  display: none;
}

table.confirm {
  width: 100%;
  border: 1px solid #c3c3c3;
  margin: 60px auto;
}

table.confirm th {
  width: 278px;
  min-height: 60px;
  text-align: left;
  color: #222;
  background-color: #f0f0f0;
  border: 1px solid #c3c3c3;
  padding: 16px;
  font-size: 16px;
}

table.confirm td {
  width: calc(100% - 278px);
  color: #222;
  min-height: 60px;
  border: 1px solid #c3c3c3;
  padding: 16px;
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  table.confirm th, table.confirm td {
    width: 100%;
    display: block;
  }
}

.submit-wrap2 {
  width: 100%;
  max-width: 320px;
  border: 4px solid #7e6aa5;
  border-radius: 37px;
  margin: 0 auto 60px;
  position: relative;
  overflow: hidden;
}

.submit-wrap2:after {
  color: #7e6aa5;
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: all .4s;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
.submit-wrap2.back:after {
  content: unset;
}
.submit-wrap2.back:before {
  color: #7e6aa5;
  content: "\f060";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: all .4s;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
}


.submit-wrap2 a, .submit-wrap2 input[type="submit"] {
  color: #7e6aa5;
  text-align: center;
  width: 100%;
  cursor: pointer;
  max-width: 320px;
  background: #fff;
  border: none;
  padding: 1.35em 3em 1.35em 2em;
  font-size: 1.5rem;
  font-weight: 700;
  transition: all .4s;
  display: block;
}

.submit-wrap2.change:after, .submit-wrap2:hover:after {
  color: #fff;
}

.submit-wrap2.change a, .submit-wrap2.change input[type="submit"], .submit-wrap2:hover a, .submit-wrap2:hover input[type="submit"] {
  color: #fff;
  background: #7e6aa5;
}

.d-flex {
  flex-wrap: wrap;
  display: flex;
}

.section-thanks h2 {
  color: #222;
  letter-spacing: 3.84px;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 2.5rem;
}

.section-thanks p {
  color: #222;
  letter-spacing: 3.2px;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  line-height: 2.5;
}

.color-red {
  color: red;
}

footer .text-wrap02 .text {
  letter-spacing: -.3px;
}

/*# sourceMappingURL=index.css.map */
