@charset "UTF-8";

.mailform .must {
  display: inline-block;
  float: left;
}
table.mailform tr th {
  width: 212px;
  vertical-align: middle;
}
table.mailform tr td ul {
  display: flex;
}
table.mailform tr td ul li:not(:last-child) {
  margin-bottom: 12px;
}
table.mailform tr td ol li {
  display: flex;
  flex-direction: column;
}
table.mailform tr td ol li:not(:last-child) {
  margin-bottom: 12px;
}
table.mailform tr td select {
  width: 100%;
  padding: 12px;
}
form#mailform label {
  width: 100%;
}
div#mfp_buttons ul {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
}
div#mfp_buttons ul li {
  width: 240px;
  position: relative;
}
div#mfp_buttons ul li::before {
  content: " ";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  z-index: 10;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
}
div#mfp_buttons ul li:first-child {
  margin-right: 36px;
}
div#mfp_buttons ul li:first-child::before {
  background: url(/images/icn_arrow_wh_b.svg) no-repeat center;
}
div#mfp_buttons ul li:last-child::before {
  background: url(/images/icn_arrow_red_b.svg) no-repeat center;
}
input#button_mfp_reset {
  width: 240px;
  background-image: none;
  background-color: #fff;
  padding: 28px 16px;
}
input#button_mfp_reset:hover {
  border: 1px solid #cc0000;
}
input#button_mfp_goconfirm {
  width: 240px;
  background-image: none;
  background-color: #cc0000;
  padding: 28px 16px;
}
input#button_mfp_goconfirm:hover {
  background-color: #545454;
}
ul.confirm_layer,ul.confirm_layer li {
  max-width: 560px;
  width: 100%;
}
.global_txt {
  text-align: center;
  padding: 24px 0 12px;
  font-size: 1rem;
}
.mailform input[type="checkbox"] {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  tr.mfptr {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
  }
  table.mailform tr th {
    width: 100%;
    text-align: left;
  }
  div#mfp_buttons ul {
    flex-direction: column;
    padding: 0 0 24px;
  }
  div#mfp_buttons ul li:first-child {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .global_txt {
    text-align: left;
  }
}


div#confirmWindow {
  z-index: 9999;
}
div#confirmBody {
  z-index: 9999;
}

@media screen and (max-width: 768px) {
  div#confirmWindow {
    width: 100% !important;
  }
  div#confirmBody {
    max-width: 520px;
    width: 100% !important;
    left: 0 !important;
    right: 0;
    margin: 0 auto;
  }
  .confirm_layer table.infield {
    width: 86%;
    max-width: 520px;
  }
  ul.confirm_layer li {
    width: 96%;
  }
}