@charset "utf-8";


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

input[type="text"],
input[type="email"],
textarea {
  background: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  color: #231815 !important;
}

select {
  box-shadow: none !important;
  text-shadow: none !important;
}

textarea {
  width: 100% !important;
  height: 200px !important;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* #Content {
  padding-top: 0;
} */

/* mailformproのCSS打ち消し */
form#mailformpro dl dt {
  float: unset;
  width: 28%;
  clear: none;
  font-size: 1.8rem;
  padding: 0;
  text-align: inherit;
  border-top: none;
  margin: 0;

  label {
    white-space: normal;
  }
}

form#mailformpro dl dd {
  border-top: none;
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  text-align: inherit;
}





input[type=checkbox]:checked+.checkbox:before {
  opacity: 1;
}

#inq1:checked~label[for="inq1"]:before {
  opacity: 1;
}

.agreement-confirm input[type=checkbox]:checked~.checkbox:before {
  opacity: 1;
}


#Q-03 {
  width: 200px !important;
}

.q04 dl div {
  padding: 5px 0;
}

.zip-search {
  padding: 0;
  text-shadow: none;

  &:hover {
    background: #7FBE26;
    box-shadow: none;
  }
}

label.mfp_checked,
label.mfp_not_checked {
  padding: 0 !important;
  border: none !important;
  background-color: #fff !important;
  box-shadow: none !important;
}

input[type=radio]~.radio {
  position: relative;
  padding: 3px 20px 0 10px;
  cursor: pointer;
  font-size: 1.8rem;
}

input[type=radio]~.radio::before {
  position: absolute;
  left: -20px;
  top: 6px;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #686868;
  background: #FFF;
  border-radius: 100%;
}

input[type=radio]~.radio::after {
  position: absolute;
  left: -16px;
  top: 10px;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #FFF;
  border-radius: 100%;
  transition: .3s;
}

input[type=radio]:checked~.radio:after {
  background: #7FBE26;
}


.btn button {
  display: block;
  margin: 0 auto;
  max-width: 380px;
  width: 100%;
  height: 70px;
  line-height: 68px;
  border: 2px solid;
  border-radius: 35px;
  background: url(/assets/common/image/arw_circle_bk.svg) no-repeat right 30px center;
  background-size: 20px auto;
  font-size: 2rem;
  text-align: center;
  font-weight: 800;
  cursor: pointer;
  padding: 0;
  color: #CCC;
  border-color: #CCC;
  -webkit-appearance: none;
  appearance: none;
}

.btn button:hover {
  box-shadow: none;
  background: url(/assets/common/image/arw_circle_bk.svg) no-repeat right 30px center;
  background-size: 20px auto;
}

.btn button.on {
  color: #000;
  border-color: #000;
}




div.mfp_err {
  background: none;
  padding-left: 0;
}

.mailform-input {}

.mailform-comfirm {
  display: none;
}

.contact:has(#mfp_confirm_table) .item-left {
  display: none;
}

.contact:has(#mfp_confirm_table) .mailform-input {
  display: none !important;
}

.contact:has(#mfp_confirm_table) .mailform-comfirm {
  display: inherit;
}


#mfp_phase_confirm h4 {
  display: none;
}

#mfp_phase_confirm table#mfp_confirm_table tr th,
#mfp_phase_confirm table#mfp_confirm_table tr td {
  font-size: 1.8rem;
  padding: 15px;
}

#mfp_phase_confirm .mfp_buttons {
  margin-top: 50px;
}

#mfp_phase_confirm .mfp_element_button {
  display: block;
  margin: 0 auto;
  max-width: 380px;
  width: 100%;
  height: 70px;
  line-height: 68px;
  border: 2px solid;
  border-radius: 35px;
  background: url(/assets/common/image/arw_circle_bk.svg) no-repeat right 30px center;
  background-size: 20px auto;
  font-size: 2rem;
  text-align: center;
  font-weight: 800;
  cursor: pointer;
  padding: 0;
}

#mfp_phase_confirm #mfp_button_send {
  border-color: #7FBE26;
  background: url(/assets/common/image/arw_circle_green.svg) no-repeat right 30px center;
  background-size: 20px auto;
  color: #7FBE26;
}

#mfp_phase_confirm #mfp_button_cancel {
  width: 280px;
  height: 50px;
  line-height: 48px;
  background-position: right 15px center;
}


@media screen and (max-width: 768px) {

  .form-list>li>p {
    width: 100%;
    display: inline-block;
  }

  form#mailformpro dl dt {
    width: 100%;
  }


}



/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {}