@charset "UTF-8";

/* -----------------------------------------
テーブル（dl）
----------------------------------------- */

.mailform .mailform_con {
  display: table;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .mailform .mailform_con {
    display: block;
  }
}

.mailform .mailform_con dl {
  display: table-row;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .mailform .mailform_con dl {
    display: block;
  }
}

.mailform .mailform_con dt,
.mailform .mailform_con dd {
  display: table-cell;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 18px;
  padding-right: 18px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  vertical-align: middle;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .mailform .mailform_con dt,
  .mailform .mailform_con dd {
    display: block;
    padding: 0;
    border: none;
  }
}

.mailform .mailform_con dt {
  background-color: #f3f3f3;
  font-weight: normal;
  text-align: left;
  width: 220px;
}

@media screen and (max-width: 767px) {
  .mailform .mailform_con dt {
    background-color: transparent;
    font-weight: bold;
    width: auto;
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 767px) {
  .mailform .mailform_con dd {
    margin-bottom: 24px;
  }
}

.mailform .mailform_con .mailform_con {
  margin-bottom: 0;
}

.mailform .mailform_con .mailform_con dt,
.mailform .mailform_con .mailform_con dd {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 4px;
  padding-right: 4px;
  border: none;
}

@media screen and (max-width: 767px) {
  .mailform .mailform_con .mailform_con dt,
  .mailform .mailform_con .mailform_con dd {
    padding: 0;
    border: none;
  }
}

@media screen and (max-width: 767px) {
  .mailform .mailform_con .mailform_con dd {
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 767px) {
  .mailform .mailform_con .mailform_con dl.notes {
    margin-top: -8px;
  }
}

.mailform .mailform_con .mailform_con dl.notes dd {
  padding-top: 0;
}

.mailform .mailform_con .mailform_con dt {
  background-color: transparent;
  width: 160px;
  font-size: 13px;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .mailform .mailform_con .mailform_con dt {
    width: auto;
    font-weight: normal;
  }
}

.mailform .mailform_con dd p.notes {
  font-size: 13px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .mailform .mailform_con .mailform_con dl.notes dt {
    display: none;
  }
}

.mailform .mailform_con .mailform_con dl.notes dd p.notes {
  margin-top: 0;
}

.mailform .mailform_con dd ul {
  margin-top: -4px;
  margin-bottom: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .mailform .mailform_con dd ul {
    margin-top: 0;
  }
}

.mailform .mailform_con dd li {
  display: inline-block;
  width: 150px;
  margin-top: 4px;
}

@media screen and (max-width: 767px) {
  .mailform .mailform_con dd li {
    display: block;
    width: auto;
    margin-top: 0;
  }
}

.mailform #mfp_phase_confirm .mailform_con {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .mailform #mfp_phase_confirm .mailform_con {
    margin-bottom: 30px;
  }
}

.mailform #mfp_phase_confirm .mailform_con dd span {
  font-size: 13px;
  color: #999999;
}


/*入力必須*/

.mailform .mailform_con dt.required div {
  position: relative;
  padding-right: 32px;
}

@media screen and (max-width: 767px) {
  .mailform .mailform_con dt.required div {
    position: static;
    padding-right: 0;
  }
}

.mailform .mailform_con dt.required span {
  position: absolute;
  top: 50%;
  right: -10px;
  margin-top: -0.9em;
  font-size: 12px;
  color: #666666;
  border: 1px solid #999999;
  background-color: #ffffff;
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 1;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .mailform .mailform_con dt.required span {
    position: static;
    margin-top: 0;
    margin-left: 8px;
  }
}


/* -----------------------------------------
フォーム
----------------------------------------- */

.mailform input,
.mailform textarea,
.mailform select {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

.mailform input,
.mailform button {
  vertical-align: middle;
}

.mailform input[type="text"],
.mailform input[type="email"],
.mailform input[type="url"],
.mailform input[type="number"],
.mailform input[type="tel"],
.mailform input[type="button"],
.mailform input[type="submit"],
.mailform textarea {
  -webkit-appearance: none;
}

.mailform input[type="text"],
.mailform input[type="email"],
.mailform input[type="url"],
.mailform input[type="number"],
.mailform input[type="tel"],
.mailform textarea {
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding-top: 5px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .mailform input[type="text"],
  .mailform input[type="email"],
  .mailform input[type="url"],
  .mailform input[type="number"],
  .mailform input[type="tel"],
  .mailform textarea {
    padding-right: 8px;
    padding-left: 8px;
  }
}

.mailform input[type="text"],
.mailform input[type="email"],
.mailform input[type="url"],
.mailform input[type="number"],
.mailform input[type="tel"] {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .mailform input[type="text"],
  .mailform input[type="email"],
  .mailform input[type="url"],
  .mailform input[type="number"],
  .mailform input[type="tel"] {
    font-size: 16px;
  }
}

.mailform input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.mailform input::-webkit-input-placeholder {
  color: #CCCCCC;
}

.mailform input::-moz-placeholder {
  color: #CCCCCC;
}

.mailform input:-ms-input-placeholder {
  color: #CCCCCC;
}

.mailform textarea {
  font-size: 18px;
  min-height: 4em;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .mailform textarea {
    font-size: 16px;
  }
}

.mailform input[type="text"]:hover,
.mailform input[type="email"]:hover,
.mailform input[type="url"]:hover,
.mailform input[type="number"]:hover,
.mailform input[type="tel"]:hover,
.mailform textarea:hover,
.mailform input[type="text"]:focus,
.mailform input[type="email"]:focus,
.mailform input[type="url"]:focus,
.mailform input[type="number"]:focus,
.mailform input[type="tel"]:focus,
.mailform textarea:focus {
  border-color: #A6A6A6;
  background-color: #F5F5F5;
}

.mailform input[type="text"]:focus,
.mailform input[type="email"]:focus,
.mailform input[type="url"]:focus,
.mailform input[type="number"]:focus,
.mailform input[type="tel"]:focus,
.mailform textarea:focus {
  outline: none;
}

.mailform input[type="radio"],
.mailform input[type="checkbox"] {
  margin-right: 6px;
}

@media screen and (max-width: 767px) {
  .mailform input[type="radio"],
  .mailform input[type="checkbox"] {
    display: none;
  }
}

.mailform input[type="button"],
.mailform input[type="submit"],
.mailform button {
  cursor: pointer;
  display: inline-block;
  border: 1px solid #cccccc;
  background-color: transparent;
  font-size: 18px;
  padding-top: 16px;
  padding-bottom: 16px;
  letter-spacing: 0.1em;
  outline: none;
}

.mailform input[type="button"]:hover,
.mailform input[type="submit"]:hover,
.mailform button:hover {
  background-color: #4C4C4C;
}

.mailform input[type="submit"]::-moz-focus-inner,
.mailform input[type="button"]::-moz-focus-inner {
  border: 0px;
}

.mailform select {
  font-size: 17px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #fff;
  padding: 0 6px;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .mailform select {
    font-size: 14px;
  }
}

.mailform select:focus {
  border-color: #A6A6A6;
}

.mailform label {
  cursor: pointer;
}

.mailform label {
  margin-right: 12px;
}

.mailform label:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .mailform label {
    margin-right: 0;
    margin-bottom: 8px;
    display: block;
    background-color: #eeeeee;
    padding-top: 12px;
    padding-left: 36px;
    padding-right: 10px;
    padding-bottom: 12px;
    background-position: 12px center;
    background-repeat: no-repeat;
  }
  .mailform label.checkbox {
    background-image: url("../img/checkbox_unchecked.gif");
  }
  .mailform label.radio {
    background-image: url("../img/radio_unchecked.png");
  }
  @media screen and (-webkit-min-device-pixel-ratio:2),
  (min-resolution: 2dppx) {
    .mailform label.checkbox {
      background-image: url("../img/checkbox_unchecked_x2.gif");
      background-size: 18px 18px;
    }
    .mailform label.radio {
      background-image: url("../img/radio_unchecked_x2.png");
      background-size: 20px 20px;
    }
  }
  .mailform label.checkbox_checked,
  .mailform label.radio_checked {
    background-color: #BFBFBF;
  }
  .mailform label.checkbox_checked {
    background-image: url("../img/checkbox_checked_1.gif");
  }
  .mailform label.radio_checked {
    background-image: url("../img/radio_checked_1.png");
  }
  @media screen and (-webkit-min-device-pixel-ratio:2),
  (min-resolution: 2dppx) {
    .mailform label.checkbox_checked {
      background-image: url("../img/checkbox_checked_1_x2.gif");
      background-size: 18px 18px;
    }
    .mailform label.radio_checked {
      background-image: url("../img/radio_checked_1_x2.png");
      background-size: 20px 20px;
    }
  }
}

.mailform #submit_bt {
  margin-top: 36px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .mailform #submit_bt {
    width: 100%;
  }
}

.mailform #submit_bt,
.mailform #mfp_phase_confirm div.mfp_buttons {
  text-align: center;
}

.mailform #submit_bt button {
  width: 100%;
  max-width: 380px;
  background-color: #4C4C4C;
  color: #FFFFFF;
  border: none;
}

@media screen and (max-width: 767px) {
  .mailform #submit_bt button {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
  }
}

.mailform #submit_bt button:hover {
  background-color: #333333;
}

.mailform #mfp_phase_confirm button {
  margin-left: 20px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .mailform #mfp_phase_confirm button {
    margin-left: 0;
    margin-right: 0;
  }
}

.mailform #mfp_phase_confirm button#mfp_button_send {
  width: 340px;
  background-color: #333333;
  color: #FFFFFF;
  border: none;
}

@media screen and (max-width: 767px) {
  .mailform #mfp_phase_confirm button#mfp_button_send {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 17px;
  }
}

.mailform #mfp_phase_confirm button#mfp_button_send:hover {
  background-color: #000000;
}

.mailform #mfp_phase_confirm button#mfp_button_cancel {
  width: 200px;
  background-color: #999999;
  color: #FFFFFF;
  border: none;
}

@media screen and (max-width: 767px) {
  .mailform #mfp_phase_confirm button#mfp_button_cancel {
    width: 70%;
    margin-top: 22px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
  }
}

.mailform #mfp_phase_confirm button#mfp_button_cancel:hover {
  background-color: #7F7F7F;
}


/* -----------------------------------------
携帯電話のメールアドレスをご入力される方へ
----------------------------------------- */

.mailform #note_mobile_email {
  background-image: url("../img/ico_plus.gif");
  background-position: left center;
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 18px;
  cursor: pointer;
  text-decoration: underline;
  display: inline-block;
}

@media screen and (-webkit-min-device-pixel-ratio:2),
(min-resolution: 2dppx) {
  .mailform #note_mobile_email {
    background-image: url("../img/ico_plus_x2.gif");
    background-size: 11px 11px;
  }
}

@media screen and (max-width: 767px) {
  .mailform #note_mobile_email {
    font-size: 13px;
  }
}

.mailform #note_mobile_email:hover {
  text-decoration: none;
}

.mailform #note_mobile_email.active {
  margin-bottom: 10px;
  background-image: url("../img/ico_minus.gif");
}

@media screen and (-webkit-min-device-pixel-ratio:2),
(min-resolution: 2dppx) {
  .mailform #note_mobile_email.active {
    background-image: url("../img/ico_minus_x2.gif");
    background-size: 11px 11px;
  }
}

.mailform #note_mobile_email_content {
  display: none;
  background-color: #eeeeee;
  padding: 16px;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .mailform #note_mobile_email_content {
    padding: 14px;
    font-size: 12px;
    line-height: 1.5;
  }
}

.mailform #note_mobile_email_content em {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .mailform #note_mobile_email_content em {
    font-size: 20px;
  }
}


/* -----------------------------------------
プライバシーポリシーに同意
----------------------------------------- */

.mailform #mailform_privacy {
  margin-bottom: 36px;
}

@media screen and (max-width: 767px) {
  .mailform #mailform_privacy {
    margin-bottom: 26px;
  }
}

.mailform #mailform_privacy .link,
.mailform #mailform_privacy .inline {
  border: 1px solid #cccccc;
  padding: 24px;
}

@media screen and (max-width: 767px) {
  .mailform #mailform_privacy .link,
  .mailform #mailform_privacy .inline {
    padding: 18px;
  }
}

.mailform #mailform_privacy .consent {
  padding: 10px;
  background-color: #E6E6E6;
  text-align: center;
  margin-top: 14px;
}

@media screen and (max-width: 767px) {
  .mailform #mailform_privacy .consent {
    padding: 0;
    margin-top: 10px;
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .mailform #mailform_privacy .consent label {
    margin-bottom: 0;
    display: inline-block;
    background-color: transparent;
  }
}


/*リンク形式*/

.mailform #mailform_privacy .link h3 {
  margin-bottom: 6px;
  margin-top: 0;
  font-size: 17px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .mailform #mailform_privacy .link h3 {
    font-size: 14px;
  }
}

.mailform #mailform_privacy .link p {
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .mailform #mailform_privacy .link p {
    font-size: 12px;
    line-height: 1.5;
  }
}


/*インライン形式*/

.mailform #mailform_privacy .inline {
  padding: 0;
}

.mailform #mailform_privacy .inline .inner {
  height: 140px;
  overflow: auto;
  padding: 24px;
}

@media screen and (max-width: 767px) {
  .mailform #mailform_privacy .inline .inner {
    height: 120px;
    padding: 16px;
  }
}

.mailform #mailform_privacy .inline h3 {
  font-size: 15px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .mailform #mailform_privacy .inline h3 {
    font-size: 14px;
  }
}

.mailform #mailform_privacy .inline .donyu {
  margin-bottom: 20px;
  border-bottom: 1px dotted #999;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .mailform #mailform_privacy .inline .donyu {
    margin-bottom: 16px;
    padding-right: 10px;
    padding-bottom: 12px;
    padding-left: 10px;
    line-height: 1.5;
  }
}

.mailform #mailform_privacy .inline dl {
  padding-right: 16px;
  padding-left: 16px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .mailform #mailform_privacy .inline dl {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.mailform #mailform_privacy .inline dt {
  border-left-width: 3px;
  border-left-style: solid;
  border-left-color: #333;
  margin-bottom: 8px;
  padding-left: 6px;
  font-size: 13px;
  font-weight: bold;
}

.mailform #mailform_privacy .inline dd {
  margin-bottom: 18px;
  margin-left: 0;
  padding-left: 8px;
  font-size: 12px;
}

.mailform #mailform_privacy .inline dd:last-child {
  margin-bottom: 0;
}

.mailform #mailform_privacy .inline .consent {
  margin: 0;
}


/* -----------------------------------------
エラー
----------------------------------------- */

div.mfp_err {
  display: none;
  margin-top: 6px;
  padding-left: 22px;
  color: #D20000;
  font-size: 14px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-image: url("../img/ico_error.gif");
  background-position: left 3px;
  line-height: 1.5;
}

@media screen and (-webkit-min-device-pixel-ratio:2),
(min-resolution: 2dppx) {
  div.mfp_err {
    background-image: url("../img/ico_error_x2.gif");
    background-size: 15px 15px;
  }
}

div#mfp_error {
  background-color: #FEE;
  border: solid 1px #F00;
  padding: 10px;
  display: none;
}


/* -----------------------------------------
段階（フェーズ）
----------------------------------------- */

.mailform .mfp_phase {
  clear: both;
}


/*現在の段階*/

.mailform ul#mfp_phase_stat {
  font-size: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #D9D9D9;
  margin-bottom: 24px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .mailform ul#mfp_phase_stat {
    padding: 10px;
    margin-bottom: 20px;
  }
}

.mailform ul#mfp_phase_stat li {
  display: inline-block;
  width: 220px;
  text-align: center;
  font-size: 15px;
  color: #666666;
  background-color: #ffffff;
  margin-right: 18px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .mailform ul#mfp_phase_stat li {
    display: block;
    width: 100% !important;
    font-size: 12px;
    margin-right: 0;
    margin-bottom: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 6px;
    letter-spacing: 0.1em;
  }
  .mailform ul#mfp_phase_stat li:last-child {
    margin-bottom: 0;
  }
}

.mailform ul#mfp_phase_stat li:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left: 8px solid #ffffff;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -8px;
}

@media screen and (max-width: 767px) {
  .mailform ul#mfp_phase_stat li:before {
  border: 6px solid transparent;
    border-top: 6px solid #ffffff;
    top: 100%;
    left: 50%;
    margin-top: 0;
    margin-left: -6px;
  }
}

.mailform ul#mfp_phase_stat li.mfp_active_phase {
  background-color: #666666;
  color: #ffffff;
}

.mailform ul#mfp_phase_stat li.mfp_active_phase:before {
  border-left-color: #666666;
  content: ' ';
  /*IE8 擬似要素のスタイルが動的に更新されないバグ回避*/
}

@media screen and (max-width: 767px) {
  .mailform ul#mfp_phase_stat li.mfp_active_phase:before {
    border-left-color: transparent;
    border-top-color: #666666;
  }
}

.mailform ul#mfp_phase_stat li#mfp_phase_completion_label {
  margin-right: 0;
}

.mailform ul#mfp_phase_stat li#mfp_phase_completion_label:before {
  display: none;
}


/*段階移動ボタン*/

.mailform button.mfp_prev,
.mailform button.mfp_next {
  font-size: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  letter-spacing: 0.05em;
  margin-top: 18px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .mailform button.mfp_prev,
  .mailform button.mfp_next {
    font-size: 14px;
    width: 100%;
  }
}

.mailform button.mfp_prev {
  background-image: url("../img/phase_prev_bg.png");
  background-position: left center;
  float: left;
  padding-right: 16px;
  padding-left: 32px;
}

@media screen and (-webkit-min-device-pixel-ratio:2),
(min-resolution: 2dppx) {
  .mailform button.mfp_prev {
    background-image: url("../img/phase_prev_bg_x2.png");
    background-size: 20px 16px;
  }
}

@media screen and (max-width: 767px) {
  .mailform button.mfp_prev {
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
}

.mailform button.mfp_next {
  background-image: url("../img/phase_next_bg.png");
  background-position: right center;
  float: right;
  padding-right: 32px;
  padding-left: 16px;
}

@media screen and (-webkit-min-device-pixel-ratio:2),
(min-resolution: 2dppx) {
  .mailform button.mfp_next {
    background-image: url("../img/phase_next_bg_x2.png");
    background-size: 20px 16px;
  }
}

@media screen and (max-width: 767px) {
  .mailform button.mfp_next {
    float: none;
    padding-right: 0;
    padding-left: 0;
    background-color: #e7e7e7;
    margin-top: 0;
  }
}

.mailform button.mfp_prev:hover,
.mailform button.mfp_next:hover {
  background-color: #eeeeee;
}

.mailform #submit_bt + button.mfp_prev {
  margin-top: 28px;
}

@media screen and (max-width: 767px) {
  .mailform #submit_bt + button.mfp_prev {
    margin-top: 22px;
  }
}


/* -----------------------------------------
確認画面
----------------------------------------- */

.mailform #mfp_phase_confirm h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 14px;
  background-color: transparent;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .mailform #mfp_phase_confirm h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.mailform #mfp_phase_confirm h3 + p {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .mailform #mfp_phase_confirm h3 + p {
    font-size: 13px;
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 767px) {
  .mailform #mfp_phase_confirm #mfp_confirm_table {
    border: 1px solid #cccccc;
  }
  .mailform #mfp_phase_confirm .mailform_con dt,
  .mailform #mfp_phase_confirm .mailform_con dd {
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 0;
    font-size: 14px;
  }
  .mailform #mfp_phase_confirm .mailform_con dt {
    background-color: #f3f3f3;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .mailform #mfp_phase_confirm .mailform_con dd {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}


/* -----------------------------------------
サンクスページ
----------------------------------------- */

.mailform #mfp_thanks {
  margin-bottom: 12px;
}

.mailform #mfp_thanks span {
  font-size: 18px;
  font-weight: bold;
  margin-right: 4px;
  margin-left: 4px;
}

#thanks .mailform p {
  margin-bottom: 16px;
}


/* -----------------------------------------
オーバーレイ
----------------------------------------- */

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("../img/ico_loading.gif");
}


/* -----------------------------------------
金額計算
----------------------------------------- */

.mailform #mfp_price {
  font-size: 20px;
  font-weight: bold;
}

.mailform #mfp_price span {
  font-size: 15px;
  font-weight: normal;
  margin-left: 2px;
}

.mailform #mfp_price_element {
  display: none;
}


/* -----------------------------------------
その他
----------------------------------------- */

body {
  -webkit-text-size-adjust: 100%;
}

.mailform * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mailform *,
.mailform *:before,
.mailform *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.mailform p {
  margin: 0;
  padding: 0;
}

.mailform .hide,
div#mfp_hidden {
  display: none;
}

div.prefLoading {
  padding: 60px 100px;
  background: url("../img/ico_zip_loading.gif") no-repeat center center;
}