.contact {
  max-width: 815px;
  margin-inline: auto;
}
.contact .note span {
  display: inline-block;
  color: #cc0000;
  margin-right: 5px;
}
.contact .contact-form {
  margin-top: 40px;
  max-width: 600px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .contact .contact-form {
    margin-top: 60px;
  }
}
.contact .contact-form dl:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .contact .contact-form dl:not(:first-child) {
    margin-top: 50px;
  }
}
.contact .contact-form dl dt {
  font-weight: bold;
}
.contact .contact-form dl dd {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .contact .contact-form dl dd {
    margin-top: 20px;
  }
}
.contact .contact-form dl dd input[type=text], .contact .contact-form dl dd input[type=email], .contact .contact-form dl dd textarea {
  border: 1px solid #555150;
  width: 100%;
  padding: 8px 10px;
}
@media screen and (min-width: 768px) {
  .contact .contact-form dl dd input[type=text], .contact .contact-form dl dd input[type=email], .contact .contact-form dl dd textarea {
    padding: 10px 15px;
  }
}
.contact .contact-form dl dd textarea {
  line-height: 1.6em;
}
.contact .contact-form dl dd .wpcf7-not-valid-tip {
  margin-top: 15px;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .contact .contact-form dl dd .wpcf7-not-valid-tip {
    font-size: 1.4rem;
  }
}
.contact .privacy {
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact .privacy {
    margin-top: 50px;
  }
}
.contact .privacy span {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 50px;
}
.contact .privacy span:before, .contact .privacy span:after {
  content: "";
  position: absolute;
}
.contact .privacy span:before {
  top: calc(50% - 15px);
  left: 0;
  width: 30px;
  height: 30px;
  background: #f1f1f1;
  border: 1px solid #ccc;
}
.contact .privacy span:after {
  opacity: 0;
  top: calc(50% - 9px);
  left: 6px;
  width: 18px;
  height: 18px;
  background: #555150;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.contact .privacy span a {
  font-weight: bold;
  text-decoration: underline;
}
.contact .privacy .is-check:after {
  opacity: 1;
}
.contact .submit {
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact .submit {
    margin-top: 50px;
  }
}
.contact .submit input {
  text-align: center;
  padding: 20px;
  font-weight: bold;
  background: #fff;
  border: 1px solid #555150;
  color: #555150;
  opacity: 0.5;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
  max-width: 350px;
}
@media screen and (min-width: 768px) {
  .contact .submit input {
    padding: 25px;
  }
}
.contact .submit .wpcf7-spinner {
  display: none;
}
.contact .submitActive input {
  opacity: 1;
  pointer-events: auto;
}
.contact .wpcf7-response-output {
  max-width: 500px;
  padding: 15px !important;
  margin: 30px auto 0 !important;
  font-size: 1.2rem;
  line-height: 1.6em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact .wpcf7-response-output {
    margin: 50px auto 0 !important;
    font-size: 1.4rem;
  }
}