@charset "UTF-8";
/* --------------------------------------------
   問い合わせ
-------------------------------------------- */
div#mfp_hidden {
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
div#mfp_hidden input {
  margin: 10px;
}
#mailformpro table th {
  text-align: right;
  padding-right: 60px;
  position: relative;
}
#mailformpro table th .must {
  background: #cc1433;
  color: #fff;
  font-size: 10px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mailformpro .address ul li > span {
  width: 100px;
  display: inline-block;
  vertical-align: middle;
}
#mailformpro input:not([type="date"]):not([type="number"]):not([type="radio"]):not([type="checkbox"]):not(.mfp_element_file) {
  width: 75%;
  padding: 10px;
}
#mailformpro input[name="郵便番号"] {
  max-width: 200px;
}
#mailformpro select {
  min-width: 200px;
  padding: 10px;
}
#mailformpro label {
  display: inline-block;
  padding: 0 5px;
  border-radius: 3px;
}
#mailformpro label.mfp_checked {
  border: #ccc 1px solid;
}
#mailformpro textarea {
  min-width: 100%;
  min-height: 10em;
}
/* 確認画面 */
table#mfp_confirm_table {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
}
table#mfp_confirm_table tr.mfp_colored {
  background: #fff;
}
table#mfp_confirm_table tr.mfp_achroma {
  background: #f5f5f5;
}
table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
  text-align: left;
  padding: 5px 10px;
}
table#mfp_confirm_table tr th {
  width: 200px;
  background: none;
  color: inherit;
  white-space: nowrap;
}
table#mfp_confirm_table tr td {
  line-height: 1.5em;
  word-break: break-all;
}
div#mfp_phase_confirm {
  clear: both;
}
#mfp_phase_confirm h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mfp_phase_confirm #mfp_confirm_table tr {
  background: none;
}
#mfp_phase_confirm #mfp_confirm_table th, #mfp_phase_confirm #mfp_confirm_table td {
  padding: 10px;
}
div#mfp_overlay {
  position: absolute;
  display: none;
  z-index: 10001;
}
div#mfp_overlay_inner {
  width: 640px;
  max-width: 90%;
  background: #fff;
  padding: 15px;
  margin: 0px auto;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #000;
}
div#mfp_overlay_inner h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
div#mfp_overlay_background {
  background: #000;
  position: absolute;
  display: none;
  z-index: 10000;
}
div#mfp_loading_screen {
  background: #000;
  display: none;
  position: absolute;
  z-index: 20000;
  opacity: 0.8;
}
div#mfp_loading {
  width: 40px;
  height: 40px;
  background-image: url(../images/mailform/mfp_loading.gif);
  display: none;
  position: absolute;
  z-index: 20001;
}
/* 段階的入力 */
ul#mfp_phase_stat {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
ul#mfp_phase_stat li {
  min-width: 100px;
  height: 40px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  margin: 0 4px 0 10px;
  position: relative;
}
ul#mfp_phase_stat li.mfp_phase_arrow {
  display: none;
}
ul#mfp_phase_stat li.mfp_active_phase {
  background: #00aa90;
  color: #fff;
}
ul#mfp_phase_stat li.mfp_inactive_phase {
  background: #eee;
  color: #aaa;
}
ul#mfp_phase_stat li::before, ul#mfp_phase_stat li::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
ul#mfp_phase_stat li::before {
  border: #eee 20px solid;
  border-left: transparent 10px solid;
  left: -10px;
}
ul#mfp_phase_stat li:first-child::before {
  border-left-color: #eee;
}
ul#mfp_phase_stat li.mfp_active_phase::before {
  border-color: #00aa90;
  border-left-color: transparent;
}
ul#mfp_phase_stat li.mfp_active_phase:first-child::before {
  border-color: #00aa90;
}
ul#mfp_phase_stat li::after {
  border: transparent 20px solid;
  border-left: #eee 10px solid;
  right: -30px;
}
ul#mfp_phase_stat li.mfp_active_phase::after {
  border-left-color: #00aa90;
}
.mfp_phase .mfp_prev, .mfp_phase .mfp_next {
  background: #00aa90;
  color: #fff;
  font-family: inherit;
  font-size: 0;
  padding: 8px 20px;
  border: none;
  border-radius: 0;
  position: relative;
}
.mfp_phase .mfp_prev::before {
  content: '戻る';
  font-size: 16px;
  padding-left: 20px;
}
.mfp_phase .mfp_prev::after {
  width: 8px;
  height: 8px;
  content: '';
  display: block;
  margin: auto;
  border-top: #fff 2px solid;
  border-left: #fff 2px solid;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mfp_phase .mfp_next::before {
  content: '進む';
  font-size: 16px;
  padding-right: 20px;
}
.mfp_phase .mfp_next::after {
  width: 8px;
  height: 8px;
  content: '';
  display: block;
  margin: auto;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* その他 */
div.mfp_err {
  background: url(../images/mailform/mfp_error.gif) no-repeat left top;
  color: #f00;
  font-size: 12px;
  display: none;
  text-align: left;
  line-height: normal;
  padding-left: 17px;
  margin-top: 5px;
  clear: both;
}
.mfp_parent_error {
  border: #f00 solid 2px;
}
.problem {
  background: #fcc;
}
div#mfp_error {
  background: #fee;
  border: #f00 solid 1px;
  padding: 10px;
  display: none;
}
div#mfp_error p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  text-align: center;
}
div#mfp_error p strong {
  color: #f00;
}
div#mfp_warning {
  background: #fee;
  border: #f00 solid 1px;
  padding: 10px;
  display: none;
}
div#mfp_warning p {
  padding: 0px;
  margin: 0px;
  text-align: center;
}
div#mfp_warning p strong {
  color: #f00;
}
button.mfp_next, button.mfp_prev {
  margin: 40px 10px 0;
  padding: 5px 10px;
}
button.mfp_next {
  float: right;
}
button.mfp_prev {
  float: left;
}
div.mfp_buttons {
  clear: both;
  text-align: center;
  margin-top: 40px;
}
/* datetimepicker */
div.xdsoft_disabled {
  display: none;
}
/* 必須項目 */
.mfp_required {
  background: #e00;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
  padding: 10px;
  position: fixed;
  top: 100px;
  right: 20px;
}
.mfp_required span {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #mailformpro table th, #mailformpro table td {
    background: none !important;
    border: none;
  }
  #mailformpro table th {
    color: #222 !important;
    font-weight: bold;
    text-align: left;
    padding: 15px 0 0;
  }
  #mailformpro table th .must {
    font-size: 10px;
    padding: 0 5px;
    margin: 0 0 3px 5px;
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  #mailformpro table td {
    padding: 0 0 15px;
    border-bottom: #ccc 1px solid;
  }
  #mailformpro table tr:last-child td {
    padding-bottom: 0;
    border-bottom: none;
  }
  #mailformpro label {
    display: block;
  }
  #mailformpro .address td {
    padding-left: 10px;
  }
  #mailformpro .address ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  #mailformpro .address ul li {
    display: block;
    flex-grow: 1;
  }
  #mailformpro .address ul li:first-child {
    width: 100px;
  }
  #mailformpro .address ul li > span {
    width: auto;
    font-size: 14px;
    display: block;
  }
  #mailformpro input:not([type="date"]):not([type="number"]):not([type="radio"]):not([type="checkbox"]):not(.mfp_element_file) {
    width: 100%;
  }
  #mailformpro input[name="郵便番号"], #mailformpro select {
    width: 100% !important;
  }
  /* 確認画面 */
  table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
    width: auto;
    display: block;
    line-height: 1.5;
  }
  table#mfp_confirm_table tr {
    border: #ccc 1px solid;
  }
  table#mfp_confirm_table tr.mfp_achroma {
    background: #f5f5f5;
  }
  table#mfp_confirm_table tr th {
    background: none;
    color: #222 !important;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 10px 0;
    border: none;
  }
  table#mfp_confirm_table tr td {
    background: none;
    padding: 0 10px 10px 20px;
    border: none;
  }
  #mfp_phase_confirm #mfp_confirm_table th {
    padding-bottom: 0;
  }
  #mfp_phase_confirm #mfp_confirm_table td {
    padding: 0 10px 10px 20px;
  }
  /* 段階的入力 */
  ul#mfp_phase_stat li {
    min-width: auto;
    flex: 0 0 calc(33.333% - 14px);
    font-size: 11px;
    line-height: 1.2;
    padding: 0 5px;
    margin-top: 4px;
  }
  #mfp_phase_confirm #mfp_confirm_table th {
    padding-bottom: 0;
  }
  #mfp_phase_confirm #mfp_confirm_table td {
    padding: 0 10px 10px 20px;
  }
  ul#mfp_phase_stat li:nth-child(6n+7)::before {
    border-color: #eee;
  }
  ul#mfp_phase_stat li.mfp_active_phase:nth-child(6n+7)::before {
    border-color: #00aa90;
  }
  /* 必須項目 */
  .mfp_required {
    font-size: 12px;
    padding: 10px 5px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
  .mfp_required span {
    font-size: 20px;
    margin-top: 5px;
  }
  .mfp_required br {
    display: none;
  }
}
/* --------------------------------------------
   【送信・リセットボタン】
-------------------------------------------- */
.mfp_element_submit, .mfp_element_reset, .mfp_element_button {
  min-width: 240px;
  background: #222;
  color: #fff;
  font-size: inherit;
  font-family: inherit;
  display: inline-block;
  padding: 15px;;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  border-style: none;
}
#mfp_button_cancel {
  background: #ccc;
}
.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover {
  opacity: 0.6;
}
div.mfp_ok {
  background: #0f9e3f;
  color: #FFF;
  font-size: 10px;
  display: none;
  line-height: 1.5em;
  padding: 0px 5px;
  margin: 0px 2px;
  border: solid 1px #0f9e3f;
  border-radius: 5px;
}
div.prefcodeWrapper {
  position: relative;
}
div.prefcodeResult {
  background: #fff;
  display: none;
  padding: 5px;
  border: solid 1px #ccc;
  box-shadow: 0px 0px 5px #ccc;
  position: absolute;
  top: 0px;
  left: 0px;
}
div.prefcodeResult div {
  cursor: pointer;
}
div.prefcodeResult div:hover {
  background: #c9ebfb;
}
div.prefcodeResult div.prefcodeNext {
  background: #eee;
  text-align: center;
}
div.prefLoading {
  background: url(../images/mailform/mfp_zip_loading.gif) no-repeat center center;
  padding: 60px 100px;
}
.hidefield {
  height: 0px;
  overflow: hidden;
}
.showfield {
  height: auto;
  overflow: visible;
}
/* --------------------------------------------
   画像添付
-------------------------------------------- */
#mailformpro .photoBox_inner {
  background: #fff;
  display: inline-block;
  padding: 20px;
  border: #ccc 1px dashed;
}
#mailformpro .photoBox dl dt {
  background: #eee;
  color: #222;
  font-size: 14px;
  text-align: center;
  padding: 2px 5px;
  margin-bottom: 10px;
}
#mailformpro .photoBox dl dd {
  margin-bottom: 5px;
}
#mailformpro .photoBox .mfp_attached_thumbnails img {
  width: auto;
  max-width: 300px;
  height: auto;
  max-height: 300px;
}
#mailformpro .photoBox button {
  min-width: auto;
  background: #f5f5f5;
  color: #222;
  font-size: 14px;
  padding: 2px 8px;
  border: #bbb 1px solid;
  border-radius: 0;
}
@media screen and (max-width: 1199px) {
  #mailformpro .photoBox_inner {
    padding: 10px;
  }
}
/* --------------------------------------------
   プライバシー
-------------------------------------------- */
.privacy_box {
  max-width: fit-content;
  background: #f7f7f7;
  font-size: .875em;
  text-align: center;
  padding: 30px 40px;
  margin: 60px auto;
  border: 1px solid #ccc;
}
.privacy_box label {
  margin: 0.5em 0;
}
.privacy_box .notes {
  font-size: .9375em;
}
@media screen and (max-width: 1199px) {
  .privacy_box {
    text-align: left;
    padding: 15px;
    margin: 30px auto;
  }
}
