@charset "UTF-8";
/* コンタクトフォーム７ */
.form_c__area {
  max-width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  margin: 0 auto;
}
.form_c__area dl {
  width: 98%;
}

.form_c__area label {
  display: inline;
  margin: 0;
}

.form_c__area .form_c_input {
  padding: 1rem 1.5rem;
  background-color: #f0f0f0;
  color: #212529;
  border: 0;
  width: 100%;
}
.form_c_border {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #212529;
}
.form_c_btn {
    display: flex;
    align-items: center;
    justify-content: center;
  margin: 20px auto;
  width: 100%;
  text-align: center;
}
.form_c_btn:before {
    display: inline-block;
    width: 24px;
    margin-right: 24px;
    content: "";
}
.form_c_btn input[type="submit"],
.form_c_btn input[type="button"] {
  text-align: center;
  border: 1px solid #212529;
  width: 40%;
  margin: 0;
  padding: 10px 40px 10px 35px;
  border-radius: 0;
  color: #212529;
  background-color: #fff;
  text-align: center;
}

.form_c_btn .btn_submit a {
  color: #212529;
}

.form_c_btn .btn_submit:hover {
  color: #fff;
  background-color: #212529;
}
.form_c__area dt {
  padding: 2rem 0 0;
}
.form_c__area dd {
  margin: 0;
  padding: 1rem 0 2rem;
}
@media screen and (min-width: 768px) {
  .form_c__area dt {
    margin-top: 1rem;
    margin-bottom: 1rem;
    float: left;
    clear: left;
    width: 35%;
    padding: 2rem 0;
  }
  .form_c__area dd {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 35%;
    border-left: 1px solid #212529;
    padding: 1rem 0 1rem 2rem;
  }

  .form_c_btn input {
    width: 30%;
  }
  .form_c_btn input[type="submit"],
  .form_c_btn input[type="button"] {
    width: 30%;
  }
  .wpcf7-response-output {
    text-align: center;
  }
}

.form_c__area dl dt .imp_c {
  font-size: 1.1rem;
  border: 1px solid #333;
  padding: 0.2rem 0.3rem;
  margin-left: 0.5rem;
  white-space: nowrap;
  vertical-align: top;
}

.form_c__area input::-webkit-input-placeholder {
  color: #a5a5a5;
}
.form_c__area .wpcf7-radio .wpcf7-list-item {
  display: block;
}

.wpcf7-list-item-label {
  color: #212529;
  cursor: pointer;
}
.form_c__area input[type="radio"] {
  opacity: 0;
  width: 0;
}
.wpcf7-list-item-label:before {
  content: "";
  background: #7a7a7a;
  border-radius: 100%;
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  position: relative;
  top: -0.2rem;
  margin-right: 1rem;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
input[type="radio"]:checked + .wpcf7-list-item-label:before {
  background-color: #fbe556 !important;
  box-shadow: inset 0 0 0 2px #7a7a7a !important;
}

.custom-wpcf7c-confirmed .wpcf7-list-item-label:before {
  background: #fbe556;
  cursor: default;
}
.custom-wpcf7c-confirmed
  input[type="radio"]:disabled
  + .wpcf7-list-item-label:before {
  background-color: #7a7a7a;
  box-shadow: inset 0 0 0 2px #7a7a7a;
}
.custom-wpcf7c-confirmed .wpcf7-list-item-label {
  cursor: default;
}
.custom-wpcf7c-confirmed .form_c__area .form_c_input {
  outline: none;
  cursor: default;
}

.wpcf7-spinner {
    margin-right: 0;
}

#wpcf7cpcnf table {
  width: 100%;
  border: 0;
  border-top: 1px solid #212529;
  border-collapse: collapse;
  border-spacing: 0 1rem;
}

#wpcf7cpcnf tr {
  border-bottom: 1px solid #212529;
}

#wpcf7cpcnf th {
  width: 35%;
  padding: 2rem 0;
  border-right: 1px solid #212529;
  font-weight: 400;
  text-align: left;
}

#wpcf7cpcnf td {
  padding: 2rem 0 2rem 2rem;
}

.wpcf7cp-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wpcf7cp-cfm-edit-btn,
.wpcf7cp-cfm-submit-btn {
  padding: 10px 40px;
  border: 1px solid #212529;
  border-radius: 0;
  background: #fff;
  color: #212529;
  text-align: center;
}

.wpcf7cp-cfm-edit-btn:hover,
.wpcf7cp-cfm-submit-btn:hover {
  background: #212529;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #wpcf7cpcnf table,
  #wpcf7cpcnf tr,
  #wpcf7cpcnf th,
  #wpcf7cpcnf td {
    display: block;
    width: auto;
  }

  #wpcf7cpcnf th {
    padding: 2rem 0 0;
  }
  #wpcf7cpcnf td {
    padding: 1rem 0 2rem;
  }
  .wpcf7cp-btns {
    display: block;
  }
  .wpcf7cp-cfm-edit-btn,
  .wpcf7cp-cfm-submit-btn {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
