@charset "UTF-8";

/*----------------------------------------------------------
送信完了
----------------------------------------------------------*/
#mfp_thanks {
  max-width: 300px;
  text-align: center;
  margin: 20px auto;
  padding: 15px;
  background-color: #efefef;
  border-radius: 5px;
  font-weight: bold;
  color: #d90000;
}

.mfp_thanks .message {
  text-align: center;
  margin-bottom: 20px;
}

.mfp_thanks ul.mfp_caution {
  margin: 0px;
  padding: 0px;
}

.mfp_thanks ul.mfp_caution li {
  display: block;
  color: #F45400;
  margin: 0px;
  padding: 5px 0px;
}

#mfp_thanks {
  text-align: center;
  padding: 20px 0px;
}

/*----------------------------------------------------------
フォーム
----------------------------------------------------------*/
#mfp_hidden {
  display: none;
}

.mfp_err {
  color: #F45400;
  font-size: 70%;
  line-height: 2;
}

#mfp_error,
#mfp_warning {
  display: none;
  margin-bottom: 20px;
  border: solid 1px #F45400;
  background-color: #ffeeee;
  color: #F45400;
  padding: 10px;
  font-weight: bold;
  border-radius: 4px;
}

/*----------------------------------------------------------
送信確認画面
----------------------------------------------------------*/
#mfp_overlay h4 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  color: #00664B;
}

#mfp_confirm_table,
#mfp_confirm_table tbody,
#mfp_confirm_table tr,
#mfp_confirm_table th,
#mfp_confirm_table td {
  display: block;
  box-sizing: border-box;
  width: 100%;
}

table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
  border-top: solid 1px #9AC6BC;
  padding: 10px;
  text-align: left;
  line-height: 1.5;
}

table#mfp_confirm_table tr th {
  background-color: #E6F3F0;
  color: #00664B;
}

#mfp_phase_confirm {
  clear: both;
}

#mfp_phase_confirm h4 {
  font-size: 36px;
  padding: 10px 0px 0px 0px;
  text-align: center;
}

#mfp_overlay {
  position: absolute;
  display: none;
  z-index: 10001;
}

#mfp_overlay_inner {
  background-color: #FFF;
  padding: 15px;
  margin: 0px auto;
  border-radius: 5px;
  width: 640px;
  max-width: 90%;
}

@media only screen and (max-width: 768px) {
  #mfp_overlay_inner {
    font-size: 3vw;
  }
}

#mfp_overlay_background {
  background-color: #000;
  position: absolute;
  display: none;
  z-index: 10000;
}

.mfp_buttons {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 15px 15px;
  margin-top: 20px;
}

/*----------------------------------------------------------
ローディング
----------------------------------------------------------*/
#mfp_loading_screen {
  z-index: 20000;
  opacity: 0.8;
  display: none;
  background-color: #000;
  position: absolute;
}

#mfp_loading {
  z-index: 20001;
  position: absolute;
  display: none;
  width: 40px;
  height: 40px;
  background-image: url(_images/mfp_loading.gif);
}
