@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;
}

#inq1:checked~label[for="inq1"]:before {
  opacity: 1;
}

#inq2:checked~label[for="inq2"]:before {
  opacity: 1;
}

#inq3:checked~label[for="inq3"]:before {
  opacity: 1;
}

#inq4:checked~label[for="inq4"]:before {
  opacity: 1;
}

#inq5:checked~label[for="inq5"]:before {
  opacity: 1;
}

#inq6:checked~label[for="inq6"]:before {
  opacity: 1;
}

#policy:checked~label[for="policy"]:before {
  opacity: 1;
}


.btn button {
  -webkit-appearance: none;
  appearance: none;
  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;
}



#Agree:checked~label::before {
  opacity: 1 !important;
}



div.mfp_err {
  background: none;
  padding-left: 0;
}

.mailform-input {}

.mailform-comfirm {
  display: none;
}

.contact:has(#mfp_confirm_table) {
  .item-left {
    display: none;
  }

  .mailform-input {
    display: none !important;
  }

  .mailform-comfirm {
    display: inherit;
  }

}

#mfp_phase_confirm {
  h4 {
    display: none;
  }

  table#mfp_confirm_table tr th,
  table#mfp_confirm_table tr td {
    font-size: 1.8rem;
    padding: 15px;
  }

  .mfp_buttons {
    margin-top: 50px;
  }

  .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_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_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) {}