@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;
}

label[for="Q-03-00"],
label[for="Q-03-01"] {
  padding: 0 !important;
  border: none !important;
  background-color: #fff !important;
  box-shadow: none !important;
}

#Q-03-00 {
  opacity: 0;
}

#Q-03-00~.radio {
  position: relative;
  padding: 3px 20px 0 10px;
  cursor: pointer;
  font-size: 1.5rem;
}

#Q-03-00~.radio::before {
  position: absolute;
  left: -24px;
  top: 2px;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #686868;
  background: #FFF;
  border-radius: 100%;
}

#Q-03-00~.radio::after {
  position: absolute;
  left: -20px;
  top: 6px;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #FFF;
  border-radius: 100%;
  transition: .3s;
}

#Q-03-00:checked~.radio::after {
  background: #F65267;
}

textarea {
  width: 100% !important;
  height: 200px !important;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

#Q-08-00:checked~label[for="Q-08-00"]:before {
  opacity: 1;
}

#Q-09-00:checked~label[for="Q-09-00"]:before {
  opacity: 1;
}


#Agree:checked~label[for="Agree"]: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(../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;

    &:hover {
      box-shadow: none;
      background: url(../image/arw_circle_bk.svg) no-repeat right 30px center;
      background-size: 20px auto;
    }
  }
}



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) {}