@charset "UTF-8";
.contact table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-top: solid 1px #ccc;
}
.contact table tr {
  border-bottom: solid 1px #ccc;
}
.contact table th {
  width: 25%;
  padding: 30px 3%;
  text-align: left;
  font-weight: 500;
  color: #fff;
  background-color: #004ea2;
  border-right: solid 1px #ccc;
}
.contact table td {
  padding: 30px 3%;
  background-color: #F7F7F7;
}
.contact input {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 94%;
  font-size: 16px;
  padding: 10px 3%;
  border: none;
  outline: none;
  background-color: #fff;
  border-radius: 5px;
}
.contact .input02 input {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 15%;
  font-size: 16px;
  padding: 10px 3%;
  border: none;
  outline: none;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
}
.contact textarea {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 94%;
  font-size: 16px;
  padding: 10px 3%;
  border: none;
  outline: none;
  background-color: #fff;
  border-radius: 5px;
}
.contact .required {
  font-size: 12px;
  color: #F08300;
  margin-left: 5px;
}
::placeholder {
  color: #aaa;
}
/*ラジオボックス*/
.contact .radio_box span.wpcf7-list-item {
  display: inline-block;
  margin-right: 25px;
}
.contact .radio_box input[type="radio"] {
  display: none;
}
.contact .radio_box input[type=radio] + .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
.contact .radio_box input[type=radio] + .wpcf7-list-item-label:before, .contact .radio_box input[type=radio] + .wpcf7-list-item-label:after {
  position: absolute;
  content: '';
  top: 50%;
  border-radius: 100%;
}
.contact .radio_box input[type=radio] + .wpcf7-list-item-label:before {
  left: 0;
  width: 18px;
  height: 18px;
  margin-top: -10px;
  border: 1px solid #004ea2;
  background-color: #fff;
}
.contact .radio_box input[type=radio] + .wpcf7-list-item-label:hover:before {
  background: #fff;
}
.contact .radio_box input[type=radio] + .wpcf7-list-item-label:after {
  opacity: 0;
  left: 3px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background: #004ea2;
}
.contact .radio_box input[type=radio]:checked + .wpcf7-list-item-label:before {
  background: #fff;
  border: 1px solid #004ea2;
}
.contact .radio_box input[type=radio]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
/*チェックボックス*/
.contact .check_box span {
  display: inline-block;
  margin-right: 25px;
}
.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 {
  border: 1px solid #004ea2;
  background-color: #fff;
  border-radius: 2px;
  content: '';
  display: block;
  height: 18px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 18px;
}
.contact .check_box input[type=checkbox] + .wpcf7-list-item-label:after {
  border-right: 3px solid #004ea2;
  border-bottom: 3px solid #004ea2;
  content: '';
  display: block;
  height: 9px;
  left: 6px;
  margin-top: -8px;
  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 span {
  margin: 0;
}
.contact p.check_box a {
  color: #004ea2;
}
.contact .btn_box {
  text-align: center;
}
.contact .wpcf7-form-control.wpcf7-submit {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 40%;
  color: #fff;
  background-color: #004ea2;
  box-shadow: 0 4px 0 #002751;
  border-radius: 100px;
  border: none;
  padding: 30px 0;
  text-align: center;
  margin: 0 2%;
  font-size: 18px;
  cursor: pointer;
  outline: none;
  display: inline-block;
}
.contact .wpcf7-submit:hover, .contact .submit:hover {
  background-color: #3371b5;
  opacity: 1;
}
.contact .submit.clear {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 40%;
  color: #fff;
  background-color: #999;
  box-shadow: 0 4px 0 #666;
  border-radius: 100px;
  border: none;
  padding: 30px 0;
  text-align: center;
  margin: 0 2%;
  font-size: 18px;
  cursor: pointer;
  outline: none;
  display: inline-block;
}
.contact .submit:hover.clear {
  background-color: #aaa;
  opacity: 1;
}
.wpcf7 .wpcf7-submit:disabled {
  background-color: #ccc;
  box-shadow: 0 4px 0 #999;
}
.wpcf7-not-valid-tip {
  /*color: #c24b2d !important;*/
  color: #f00 !important;
}
.wpcf7-spinner {
  display: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: none;
  /*color: #F08300;*/
  color: #f00;
  font-weight: 500;
  text-align: center;
  font-size: 20px;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: none;
  /*color: #004ea2;*/
  color: #f00;
  font-weight: 500;
  text-align: center;
  font-size: 20px;
}
.wpcf7 form .wpcf7-response-output {
  border: none !important;
}
span.wpcf7-form-control-wrap {
  width: 100%;
}
@media screen and (max-width:1100px) {
  .contact table {
    line-height: 24px;
  }
  .contact table th {
    width: auto;
    display: block;
    padding: 10px 3%;
    border-right: none;
  }
  .contact table td {
    width: auto;
    display: block;
  }
  .contact .input02 input {
    width: 30%;
  }
  /*チェックボックス*/
  .contact .check_box span {
    display: block;
    margin: 5px auto;
  }
  .contact textarea {
    height: 200px;
  }
  .contact .wpcf7-form-control.wpcf7-submit {
    padding: 20px 0;
    font-size: 16px;
  }
  .contact .submit.clear {
    padding: 20px 0;
    font-size: 16px;
  }
  .contact p.check_box {
    margin: 30px auto;
  }
  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;
  }
}