@charset "UTF-8";
.contact .dl_box {
  border-top: solid 1px #eee;
}
.contact .dl_box dl {
  margin: 0;
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
  border-bottom: solid 1px #eee;
}
.contact .dl_box dl dt {
  width: 30%;
  display: flex;
  align-items: center;
  position: relative;
}
.contact .dl_box dl dd {
  margin: 0;
  width: 70%;
}
.contact .dl_box dl dd input {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 94%;
  font-size: 16px;
  padding: 15px 3%;
  outline: none;
  border: none;
  background-color: #eee;
}
.contact .dl_box dl dd .input02 input {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 15%;
  font-size: 16px;
  padding: 15px 3%;
  outline: none;
  border: none;
  background-color: #eee;
  margin-bottom: 10px;
}
.contact .dl_box dl dd textarea {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 94%;
  font-size: 16px;
  padding: 15px 3%;
  outline: none;
  border: none;
  background-color: #eee;
  display: block;
}
.contact .required {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: absolute;
  right: 15%;
  font-size: 12px;
  color: #fff;
  background-color: #e60012;
  padding: 5px 15px 6px;
  border-radius: 50px;
}
::placeholder {
  color: #aaa;
}
/*チェックボックス*/
.contact .check_box input[type="checkbox"] {
  display: none;
}
.contact .check_box input[type="checkbox"] + .wpcf7-list-item-label {
  padding-left: 30px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.contact .check_box input[type="checkbox"] + .wpcf7-list-item-label::before {
  background-color: #fff;
  border: solid 1px #e60012;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  left: 0;
  margin-top: -9px;
  position: absolute;
  top: 50%;
}
.contact .check_box input[type="checkbox"] + .wpcf7-list-item-label::after {
  border-right: 3px solid #e60012;
  border-bottom: 3px solid #e60012;
  content: '';
  display: block;
  height: 9px;
  left: 7px;
  margin-top: -6px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
.contact .check_box input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
.contact p.check_box {
  text-align: center;
  margin: 40px auto;
}
.contact p.check_box a {
  color: #e60012;
}
.contact .btn_box {
  display: flex;
  justify-content: center;
}
.contact .wpcf7-form-control.wpcf7-submit {
  font-family: ta-fuga-fude, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  color: #e60012;
  background: no-repeat;
  border: none;
  padding: 30px 0;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
  outline: none;
}
.contact .submit.clear {
  font-family: ta-fuga-fude, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  color: #e60012;
  background: no-repeat;
  border: none;
  padding: 30px 0;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
  outline: none;
}
.contact .btn_box .btn {
  width: 400px;
  margin: 0 2.5%;
  border: solid 2px #e60012;
  border-radius: 50px;
  position: relative;
  transition: all .3s;
}
.contact .btn_box .btn:hover {
  background-color: #fff;
  transition: all .3s;
}
.contact .btn_box .btn .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 0;
  height: 0;
  content: '';
  border: 5px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-left-color: #e60012;
  transition: all .3s;
}
.contact .btn_box .btn:hover .arrow {
  right: 10px;
  transition: all .3s;
}
.wpcf7 .wpcf7-submit:disabled {
  background-color: #eee;
  border-radius: 50px;
}
.wpcf7-not-valid-tip {
  color: #e60012 !important;
  font-weight: 500 !important;
}
.wpcf7-spinner {
  display: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: none;
  color: #e60012;
  font-size: 18px;
  text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: none;
  color: #111;
  font-size: 18px;
  text-align: center;
}
.wpcf7 form .wpcf7-response-output {
  border: none !important;
}
span.wpcf7-form-control-wrap {
  width: 100%;
}
@media screen and (max-width:1050px) {
  .contact .dl_box dl {
    display: block;
    padding: 20px 0;
  }
  .contact .dl_box dl dt {
    width: auto;
    margin-bottom: 10px;
  }
  .contact .dl_box dl dd {
    width: auto;
  }
  .contact .dl_box dl dd .input02 input {
    width: 20%;
  }
  .contact .dl_box dl dd textarea {
    height: 150px;
  }
  .contact .required {
    position: absolute;
    top: -5px;
    right: 0;
  }
  .contact p.check_box {
    margin: 30px auto;
  }
  .contact .wpcf7-form-control.wpcf7-submit {
    padding: 20px 0;
    font-size: 18px;
  }
  .contact .submit.clear {
    padding: 20px 0;
    font-size: 18px;
  }
  .contact .btn_box .btn {
    width: 45%;
  }
  .contact .btn_box .btn .arrow {
    right: 10px;
  }
  .contact .btn_box .btn:hover .arrow {
    right: 5px;
  }
  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;
  }
}