@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;
}

textarea {
  width: 100% !important;
  height: 200px !important;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

input[type=checkbox]:checked~.checkbox:before {
  opacity: 1;
}


.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;
}

.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) {}



/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {}