input, select,textarea {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
input[type=checkbox]{
  -webkit-appearance: auto;
  appearance: auto;
}
section.contact {
  padding-top: 132px;
  padding-bottom: 132px;
}
section.contact div.container {
  background-image: url(../images/top/Products.png);
  background-size: cover;
}
section.contact div.container h1 {
  padding-top: 80px;
  font-family: "Noto Sans";
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 50px;
  text-align: center;
  color: #313e57;
  padding-bottom: 20px;
  position: relative;
}
section.contact div.container h1::after {
  width: 79.19px;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background-image: url(../images/common/border-sub.png);
  background-size: cover;
}
section.contact div.container p {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 25px;
  text-align: center;
  color: #2d2d2d;
  opacity: 0.7;
  margin-top: 60px;
}
section.contact .contact_form_wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 60px;
  padding-bottom: 80px;
}
section.contact .contact_form_wrap .contact_row {
  display: flex;
  justify-content: space-between;
}
section.contact .contact_form_wrap .contact_row .contact_col {
  width: calc(50% - 20px);
}
section.contact .contact_form_wrap .havetitle {
  flex-wrap: wrap;
}
section.contact .contact_form_wrap .havetitle p {
  width: 100%;
  text-align: left;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 25px;
  text-align: left;
  color: #313E57;
  opacity: 1;
}
section.contact .contact_form_wrap [placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0s ease;
  -moz-transition: opacity 0.5s 0s ease;
  transition: opacity 0.5s 0s ease;
  opacity: 0;
}
section.contact .contact_form_wrap [placeholder]::-webkit-input-placeholder {
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 25px;
  text-align: left;
  color: #313e57;
}
section.contact .contact_form_wrap .zipcode [placeholder]::-webkit-input-placeholder {
  opacity: 0.7;
}
section.contact .contact_form_wrap .zipcode [placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0s ease;
  -moz-transition: opacity 0.5s 0s ease;
  transition: opacity 0.5s 0s ease;
  opacity: 0;
}
section.contact .contact_form_wrap input {
  border-bottom: 1px solid #313E57;
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  width: 100%;
  background-color: transparent;
  padding: 20px 0;
  margin-top: 20px;
}
section.contact .contact_form_wrap input:focus {
  outline: none;
  border-bottom: 1px solid #ED964C;
}
section.contact .contact_form_wrap input:valid {
  background-color: transparent;
}
section.contact .contact_form_wrap input:-webkit-autofill,
section.contact .contact_form_wrap input:-internal-autofill-selected {
  background-color: transparent;
}
section.contact .contact_form_wrap input:autofill,
section.contact .contact_form_wrap input:-internal-autofill-selected {
  background-color: transparent;
}
section.contact .contact_form_wrap select {
  background-color: transparent;
}
section.contact .contact_form_wrap textarea {
  resize: none;
  padding: 20px 0;
  margin-top: 20px;
  background-color: transparent;
  border-bottom: 1px solid #313E57;
  width: 100%;
}
section.contact .contact_form_wrap textarea:focus {
  outline: none;
  border-bottom: 1px solid #ED964C;
}
section.contact .contact_form_wrap .select_wrap {
  margin-top: 20px;
  position: relative;
}
section.contact .contact_form_wrap .select_wrap::before {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 12px solid #ED964C;
  pointer-events: none;
}
section.contact .contact_form_wrap .select_wrap select {
  padding: 20px 0;
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  color: #313e57;
  border-bottom: 1px solid #313E57;
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 25px;
  text-align: left;
  border-radius: 0;
}
section.contact .contact_form_wrap .select_wrap select::-ms-expand {
  display: none;
}
section.contact .contact_form_wrap .select_wrap select:focus {
  outline: none;
  border-bottom: 1px solid #ED964C;
}
section.contact .contact_form_wrap .privacy_agree p {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 25px;
  text-align: center;
  color: #2d2d2d;
  opacity: 1;
}
section.contact .contact_form_wrap .privacy_agree p a {
  color: #2960D3;
  text-decoration: underline;
}
section.contact .contact_form_wrap .privacy_agree label {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.contact .contact_form_wrap .privacy_agree label input {
  width: auto;
  margin-top: 0;
  border: 1px solid #313E57;
  width: 18px;
  height: 18px;
  padding: 0;
}
section.contact .contact_form_wrap .privacy_agree label span {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 28px;
  text-align: left;
  color: #313e57;
  margin-left: 10px;
}
section.contact .contact_form_wrap .submit_wrap {
  margin-top: 80px;
}
section.contact .contact_form_wrap .submit_wrap button[type=submit] {
  margin: 0 auto;
  position: relative;
  font-weight: normal;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  text-align: center;
  color: #2d2d2d;
  display: block;
  line-height: 5.7rem;
  text-decoration: none;
  width: 100%;
  max-width: 256px;
  background: #fafafa;
  border: 1px solid #ED964C;
  margin-top: 25px;
}
section.contact .contact_form_wrap .submit_wrap button[type=submit]::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ED964C;
  -webkit-transform: scaleX(0.013);
  transform: scaleX(0.013);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
section.contact .contact_form_wrap .submit_wrap button[type=submit]:hover::before {
  transform: scaleX(1);
}
section.contact .contact_form_wrap .submit_wrap button[type=submit] span {
  z-index: 10;
  position: relative;
  margin-right: 24px;
}
section.contact .contact_form_wrap .submit_wrap button[type=submit] span::after {
  content: "";
  position: absolute;
  background-image: url(../images/common/arrow.png);
  width: 13.16px;
  height: 9.07px;
  background-size: cover;
  top: 50%;
  right: -33px;
  transform: translate(0, -50%);
}
section.contact .backtohome {
  margin-top: 60px;
}
section.contact .backtohome a {
  margin: 0 auto;
}

section.contact_cn {
  padding-bottom: 20px;
}
section.contact .contact_form_wrap .submit_wrap span.wrap span.inner input[type=submit] {
  border: 1px solid #ED964C;
  background: #fafafa;
  max-width: 256px;
  font-weight: normal;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  margin: 0 auto;
  width: 100%;
  display: block;
}

@media screen and (max-width: 767px) {
  section.contact div.container h1 {
    padding-top: 40px;
    font-size: 24px;
    line-height: 40px;
    padding-bottom: 20px;
  }
  section.contact div.container p {
    margin-top: 30px;
  }
  section.contact .contact_form_wrap .contact_row {
    flex-wrap: wrap;
  }
  section.contact .contact_form_wrap .contact_row .contact_col {
    width: 100%;
  }
  section.contact .contact_form_wrap .submit_wrap {
    margin-top: 40px;
  }
  ::placeholder {
    font-size: 1.4rem !important;
  }
  .section.contact .contact_form_wrap {
    margin-top: 20px;
    padding-bottom: 40px;
  }
  section.contact .contact_form_wrap .privacy_agree label span {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 22px;
    text-align: left;
    color: #313e57;
    margin-left: 10px;
  }
  section.contact .contact_form_wrap .submit_wrap button[type=submit] {
    font-size: 1.4rem;
    line-height: 4rem;
    margin-top: 20px;
  }
  section.contact .contact_form_wrap .select_wrap select {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=contact.css.map */

.wpcf7-form-control-wrap{
  display: block;
  width: 100%;
}
.privacy_agree .wpcf7-form-control-wrap{
  display: flex;
  justify-content: center;
}