@charset "UTF-8";

body {
  overflow-x: hidden;
}
form#mailformpro,
form#mailformpro * {
  box-sizing: border-box;
}
div#mfp_hidden {
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: 0px;
}
div#mfp_hidden input {
  margin: 10px;
}

table#mfp_confirm_table {
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
}
table#mfp_confirm_table tr.mfp_colored {
  background-color: #f6f7f9;
}
table#mfp_confirm_table tr.mfp_achroma {
  background-color: #fff;
}
table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
  text-align: left;
  font-size: 12px;
  border-top: solid 1px #ccc;
  padding: 5px 10px;
}
table#mfp_confirm_table tr th {
  white-space: nowrap;
  width: 200px;
}
table#mfp_confirm_table tr td {
  line-height: 1.5em;
  word-break: break-all;
}
div#mfp_phase_confirm {
  clear: both;
}
div#mfp_phase_confirm h4 {
  font-size: 36px;
  padding: 10px 0px 0px 0px;
  text-align: center;
}
div#mfp_phase_confirm div#mfp_phase_confirm_inner {
}
div#mfp_overlay {
  position: absolute;
  display: none;
  z-index: 10001;
}
div#mfp_overlay_inner {
  background-color: #fff;
  padding: 15px;
  margin: 0px auto;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #000;
  width: 640px;
  max-width: 90%;
}
div#mfp_overlay_background {
  background-color: #000;
  position: absolute;
  display: none;
  z-index: 10000;
}
div#mfp_loading_screen {
  z-index: 20000;
  opacity: 0.8;
  display: none;
  background-color: #000;
  position: absolute;
}
div#mfp_loading {
  z-index: 20001;
  position: absolute;
  display: none;
  width: 40px;
  height: 40px;
  background-image: url(_images/mfp_loading.gif);
}
.mfp_colored {
  background-color: #f6f7f9;
}
.mfp_achroma {
  background-color: #fff;
}
div.mfp_err {
  clear: both;
  display: none;
  text-align: left;
  margin: 5px 0px 0px 0px;
  padding: 3px 0px 5px 0;
  color: #f00;
  font-size: 12px;
  line-height: normal;
}
.mfp_parent_error {
  border: solid 2px #f00;
}
.problem {
  background-color: #fcc;
}
div#mfp_error {
  background-color: #fee;
  border: solid 1px #f00;
  padding: 10px;
  display: none;
}
div#mfp_error p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  text-align: center;
}
div#mfp_error p strong {
  font-size: 18px;
  color: #f00;
}
div#mfp_warning {
  background-color: #fee;
  border: solid 1px #f00;
  padding: 10px;
  display: none;
  border-radius: 5px;
}
div#mfp_warning p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  text-align: center;
}
div#mfp_warning p strong {
  font-size: 18px;
  color: #f00;
}

div.mfp_buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  margin: 20px auto 0;
}
div.mfp_buttons button#mfp_button_send {
  padding: 5px 20px;
  background: #e8340c;
  color: #fff;
}
div.mfp_buttons button#mfp_button_cancel {
  padding: 5px 20px;
  background: #999;
  color: #fff;
}

.mfp_element_all {
  max-width: 100%;
}

@media screen and (max-width: 800px) {
  table#mfp_confirm_table tr th {
    white-space: nowrap;
    width: 100px;
  }

  table#mfp_confirm_table tr th,
  table#mfp_confirm_table tr td {
    display: block;
    width: 100%;
  }
  div.mfp_buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
    margin: 10px auto 0;
  }
  div.mfp_buttons button#mfp_button_send {
    padding: 5px 10px;
  }
  div.mfp_buttons button#mfp_button_cancel {
    padding: 5px 10px;
  }
}
