@charset "UTF-8";

/* mailformpro〈フォーム〉カスタマイズ
-------------------------------------------- */
form#mailformpro {
  padding: 0 .5rem;
}

form#mailformpro dl dt {
  float: none;
  width: auto;
  clear: none;
  font-size: 1rem;
  padding: 0 1rem;
  text-align: right;
  border-top: none;
  margin: 0;
}

form#mailformpro dl dd {
  border-top: none;
  margin: 0;
  padding: 0 1rem;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
}

form#mailformpro label,
form#mailformpro .radioWrap label {
  font-weight: 700;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

form#mailformpro .radioWrap label {
  font-weight: 400;
}

.mfp_element_radio {
  margin: .3rem 0 0 -1.25rem;
}

.form-check-ex {
  margin-bottom: .375rem;
}

.text-muted-ex {
  color: #6da9b4 !important;
}


@media (min-width: 768px) {
  form#mailformpro {
    padding: 0;
  }

  form#mailformpro label {
    text-align: right;
    padding-right: 2rem;
  }

  .fo-red-ex {
    padding-right: 2rem;
  }
}


/* 入力エリアboxのcssリセット */
.mfp_element_all {
  max-width: 100%;
}
.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
  box-shadow: none;
  margin: 0;
}


/*フォームボタン　リセット*/
.mfp_element_submit,
.mfp_element_reset,
.mfp_element_button,
button.mfp_next,
button.mfp_prev {
  border-radius: none;
  text-shadow: none;
  font-size: 1rem;
}

.mfp_element_submit:hover,
.mfp_element_reset:hover,
.mfp_element_button:hover,
button.mfp_next:hover,
button.mfp_prev:hover {
  box-shadow: none;
}


/* mailformpro〈確認画面〉カスタマイズ
-------------------------------------------- */
div#mfp_phase_confirm div#mfp_phase_confirm_inner {
  /*
  padding: 50px 0;
  */
}

div#mfp_phase_confirm h4 {
  color: #6da9b4;
  font-size: 1.125rem;
  padding: .625rem 0 2rem;
}

table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
  display: block;
  width: 100%;
  text-align: left;
  font-size: .875rem;
  line-height: 1.6;
  border: 1px solid #ddd;
  border-bottom: none;
  padding: .625rem 1.25rem;
}

table#mfp_confirm_table tr th {
  background-color: rgba(219, 232, 232, 0.5);
}

table#mfp_confirm_table tr td {
  word-break: break-all;
  background-color: white;
}

table#mfp_confirm_table tr:last-child td {
  border-bottom: 1px solid #ddd;
}

div.mfp_buttons {
  padding: 20px 0px;
}

div.mfp_buttons button#mfp_button_send,
div.mfp_buttons button#mfp_button_cancel {
  display: inline-block;
  padding: 6px 12px;
  margin: 0 1rem;
  font-size: 1rem;
  text-align: center;
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: .25rem;
}

div.mfp_buttons button#mfp_button_send,
div.mfp_buttons button#mfp_button_cancel {
  color: #6da9b4;
  font-weight: 500;
  background-color: white;
  border-color: #6da9b4;
  padding: .75rem 1.5rem;
}

div.mfp_buttons button#mfp_button_send:hover,
div.mfp_buttons button#mfp_button_send:focus,
div.mfp_buttons button#mfp_button_cancel:hover,
div.mfp_buttons button#mfp_button_cancel:focus {
  color: white;
  background-color: #6da9b4;
  transition: all .3s ease-in-out;
}

@media (min-width: 768px) {
  table#mfp_confirm_table tr th,
  table#mfp_confirm_table tr td {
    border-bottom: 1px solid #ddd;
    padding: 1.25rem;
  }

  table#mfp_confirm_table tr th {
    display: table-cell;
    width: 30%;
    text-align: center;
  }

  table#mfp_confirm_table tr td {
    display: table-cell;
  }

  div#mfp_phase_confirm h4 {
    font-size: 1.625rem;
  }

  div.mfp_buttons button#mfp_button_send,
  div.mfp_buttons button#mfp_button_cancel {
    padding: .75rem 3rem;
  }
}
