@charset "UTF-8";
.contact .dl_box {
  border-top: solid 1px #ccc;
  margin-bottom: 30px;
}
.contact dl {
  margin: 0;
  display: flex;
  align-items: stretch;
  border-bottom: solid 1px #ccc;
  line-height: 24px;
}
.contact dl dt {
  width: 30% !important;
  font-weight: 500 !important;
  text-align: left !important;
  padding: 25px 3% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  background-color: #cce4f3 !important;
  position: relative;
}
.contact dl dd {
  margin: 0 !important;
  width: 70% !important;
  padding: 25px 3% !important;
  background-color: #fff !important;
}
.contact dl dd input {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 94%;
  font-size: 16px;
  padding: 15px 3%;
  border: none;
  outline: none;
  background-color: #eee;
  border-radius: 5px;
}
.contact dl dd textarea {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 94%;
  font-size: 16px;
  padding: 15px 3%;
  border: none;
  outline: none;
  background-color: #eee;
  border-radius: 5px;
  display: block;
  height: 150px;
}
.contact dl dd .caption {
  display: block;
  font-size: 13px;
}
.contact .required {
  position: absolute;
  right: 10%;
  font-size: 12px;
  color: #fff;
  background-color: #e83a4d;
  margin-left: 10px;
  padding: 0 15px 1px;
  border-radius: 50px;
}
::placeholder {
  color: #aaa;
}
.contact .note {
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
  padding: 25px 5%;
  background-color: #ebf4fa;
}
.contact .btn_box {
  display: flex;
  justify-content: center;
}
.contact .wpcf7-form-control.wpcf7-submit {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  color: #fff;
  background: no-repeat;
  border: none;
  padding: 20px 0 22px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  outline: none;
}
.contact .submit.clear {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  color: #fff;
  background: no-repeat;
  border: none;
  padding: 20px 0;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  outline: none;
}
.contact .btn {
  width: 35%;
  margin: 0 3%;
  color: #fff;
  background-color: #0078c2;
  border-radius: 50px;
  transition: all .3s;
  position: relative;
}
.contact .btn.clear {
  background-color: #999;
}
.contact .btn:hover {
  background-color: #005a92;
  transition: all .3s;
}
.contact .btn.clear:hover {
  background-color: #888;
  transition: all .3s;
}
.contact .btn.clear:hover {
  background-color: #555;
  transition: all .3s;
}
.wpcf7 .wpcf7-submit:disabled {
  background-color: #ccc;
  border-radius: 50px;
}
.wpcf7-not-valid-tip {
  color: #e83a4d !important;
  font-weight: 500 !important;
}
.wpcf7-spinner {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  right: 10% !important;
  margin: auto !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.failed .wpcf7-response-output {
  border-color: none;
  color: #e83a4d;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: none;
  color: #008357;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-top: 15px !important;
}
.wpcf7 form .wpcf7-response-output {
  border: none !important;
}
span.wpcf7-form-control-wrap {
  width: 100%;
}
@media screen and (max-width:1050px) {
  .contact .dl_box {
    border: solid 1px #ccc;
    border-bottom: none;
  }
  .contact dl {
    display: block;
  }
  .contact dl dt {
    width: auto !important;
    display: block !important;
    padding: 10px 5% 12px !important;
  }
  .contact dl dd {
    width: auto !important;
  }
  .contact textarea {
    height: 100px;
  }
  .contact .required {
    position: absolute;
    right: 5%;
  }
  .contact .note {
    padding: 20px 5%;
    font-size: 14px;
  }
  .contact .wpcf7-form-control.wpcf7-submit {
    padding: 15px 0 17px;
  }
  .contact .submit.clear {
    padding: 15px 0 17px;
  }
  .contact .btn {
    width: 45%;
  }
  input[type="reset"] {
    -webkit-appearance: none;
  }
  input[type="submit"] {
    -webkit-appearance: none;
  }
  input[type="button"] {
    -webkit-appearance: none;
  }
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    font-size: 16px;
  }
  .wpcf7 form.sent .wpcf7-response-output {
    font-size: 16px;
  }
}