#page.contact.in {
  margin-bottom: 185px;
}
#page.contact.in .contact-wrap {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
#page.contact.in .page-ttl {
  text-align: center;
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin: 80px 0 110px 0;
}
#page.contact.in .form {
  background-color: #f0f0f0;
  padding: 20px 0;
  margin-bottom: 35px;
}
#page.contact.in .form .from-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page.contact.in .form .from-block:nth-child(2) .wpcf7-list-item.first {
  margin: 0;
}
#page.contact.in .form .from-block:nth-child(2) .wpcf7-list-item-label {
  margin-left: 8px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#page.contact.in .form .from-block-ttl-rec {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  border-right: 1px solid #ffffff;
  text-align: right;
  padding: 13px 30px;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #ff1900;
  height: 100%;
}
#page.contact.in .form .from-block-ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  border-right: 1px solid #ffffff;
  text-align: right;
  padding: 13px 30px;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
#page.contact.in .form .from-block-ttl span {
  color: #ff1900;
  padding-left: 5px;
}
#page.contact.in .form .from-block-desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  padding: 13px 45px 13px 40px;
}
#page.contact.in input[type=text],
#page.contact.in input[type=email] {
  width: 100%;
  border-radius: 2px;
  background-color: #ffffff;
  height: 38px;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 12px;
}
#page.contact.in input[type=checkbox] {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 1px solid #191919;
  position: relative;
}
#page.contact.in input[type=checkbox]:checked {
  background-color: #191919;
}
#page.contact.in input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#page.contact.in textarea {
  background-color: #ffffff;
  max-width: 515px;
  min-width: 100%;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 12px;
}
#page.contact.in .privacy-policy-txt {
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
#page.contact.in .privacy-policy-txt a {
  text-decoration: underline;
}
#page.contact.in .privacy-policy {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
}
#page.contact.in .privacy-policy .wpcf7-list-item-label {
  display: inline-block;
  margin-left: 10px;
}
#page.contact.in .submit-btn {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
}
#page.contact.in .submit-btn input[type=submit] {
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #191919;
  border-radius: 2px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.15em;
  padding: 14px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page.contact.in .contact-link {
  display: block;
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #191919;
  border-radius: 2px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.15em;
  padding: 14px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 50px;
}
#page.contact.in #submit-btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

@media (hover: hover) {
  #page.contact.in .submit-btn input[type=submit]:hover {
    background-color: #191919;
    color: #ffffff;
  }
  #page.contact.in .contact-link:hover {
    background-color: #191919;
    color: #ffffff;
  }
}
@media (max-width: 767px) {
  #page.contact.in .contact-wrap {
    padding: 0 15px;
  }
  #page.contact.in .page-ttl {
    margin: 100px 0 50px 0;
    font-size: 33px;
    letter-spacing: 0.01em;
  }
  #page.contact.in .form {
    padding: 20px 0 50px 0;
    margin-bottom: 10px;
  }
  #page.contact.in .form .from-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 15px;
  }
  #page.contact.in .form .from-block:not(:last-child) {
    margin-bottom: 35px;
  }
  #page.contact.in .form .from-block-ttl-rec {
    text-align: left;
    border-right: unset;
    padding: 0;
  }
  #page.contact.in .form .from-block-ttl {
    text-align: left;
    border-right: unset;
    padding: 0 0 10px 0;
  }
  #page.contact.in .form .from-block-desc {
    padding: 0;
  }
  #page.contact.in .privacy-policy {
    margin-bottom: 35px;
  }
  #page.contact.in .privacy-policy-txt {
    text-align: left;
    margin-bottom: 35px;
  }
  #page.contact.in .submit-btn input[type=submit] {
    padding: 9px 0;
  }
  .contact-link {
    padding: 9px 0;
  }
}