@charset "UTF-8";

.mod-contents{
  margin: 0 auto;
}
.mod-contents .ttl-h1{
  margin-bottom: 30px;
}
/* ==========================================================================
// area-top
========================================================================== */
.area-top{
  margin: 0 0 100px;
}
/* sec-info
---------------------------------------------------------- */
.area-top .sec-info{
  margin: 0 0 60px;
}
/* sec-notes
---------------------------------------------------------- */
.area-top .sec-notes{
  margin: 0 0 30px;
}
.area-top .sec-notes .ttl-h3{
  margin: 0 0 15px;
}
.area-top .sec-notes li{
  line-height: 1.6;
}
.area-top .sec-notes li:before{
  top: 0.5em;
}

/* sec-form
---------------------------------------------------------- */
.sec-form .w100{
  width: 100% !important;
}
.sec-form .w65{
  width: 65% !important;
}
.sec-form .w50{
  width: 50% !important;
}
/* code */
.sec-form .code input{
  width: 200px;
}
/* address */
.sec-form .address .list li{
  display: flex;
}
.sec-form .address .list li + li{
  margin-top: 5px !important;
}
.sec-form .address .list li p{
  align-self: center;
}
.sec-form .address .list li div{
  padding: 0 0 0 10px;
  flex: 1;
}
/* textarea */
.sec-form .textarea dd select{
  margin: 0 0 20px;
}
.sec-form .textarea dd textarea{
  width: 100% !important;
  height: 350px !important;
}
/* btn-wrap */
.sec-form .btn-wrap{
  margin: 50px 0 0;
  text-align: center;
}
.sec-form .btn-wrap .mfp_element_submit{
  width: 180px;
}
/* mailformpro */
form#mailformpro{
  padding: 0;
}
form#mailformpro dl{
  display: flex;
}
form#mailformpro dl dt{
  float: none;
  padding: 20px 10px;
  width: 200px;
  font-size: inherit;
  text-align: left;
  border: none;
  background: #f3f3f3;
  border-bottom:1px solid #fff;
}
form#mailformpro dl dt .must{
  background: #f55663;
  border: none;
  text-shadow: none;
  padding: 0;
  margin: 0;
  float: none;
  border-radius: 0;
  box-shadow: none;
}
form#mailformpro dl dt .must,
form#mailformpro dl dt .optional{
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 5px 6px;
  border-radius: 5px;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #fff;
}
form#mailformpro dl dt .optional{
  background: #888;
}
form#mailformpro dl dd{
  flex: 1;
  border: none;
  padding: 20px 15px;
  font-size: inherit;
  line-height: 1.5;
  border-bottom:1px solid #eee;
}
form#mailformpro dl:nth-child(2) dd{
  border-top:1px solid #eee;
}
.mfp_element_all{
  max-width: 100%;
  font-size: 15px;
}
.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date, .mfp_element_password{
  margin: 0;
  border-radius: 5px;
  box-shadow: none;
}
.mfp_element_submit, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev{
  border: none;
  padding: 8px 15px;
  background: none;
  text-shadow: none;
  font-size: 15px;
  color: #fff;
  transition: background 0.15s;
}
.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover, button.mfp_next:hover, button.mfp_prev:hover{
  background: none;
  box-shadow: none;
}
.mfp_element_submit{
  background: #0064bd;  
}

div.mfp_err{
  color: #c00;
}

/* confirm */
div#mfp_overlay_inner h4{
  margin: 15px 0 20px;
  font-size: 20px;
  color: #0663a9;
  text-align: center;
}
table#mfp_confirm_table tr th, table#mfp_confirm_table tr td{
  padding: 12px 10px;
  font-size: 14px;
}
table#mfp_confirm_table tr.mfp_colored{
  background: #f3f3f3;
}
div.mfp_buttons{
  padding: 20px 0 0;
}
div.mfp_buttons button + button{
  margin-left: 10px;
}
div.mfp_buttons button#mfp_button_send{
  width: 180px;
  background: #0064bd;  
}
.mfp_element_submit:hover,
div.mfp_buttons button#mfp_button_send:hover{
  background: #009fd9;
}
div.mfp_buttons button#mfp_button_cancel{
  width: 180px;
  background-color: #999;
}
div.mfp_buttons button#mfp_button_cancel:hover{
  background-color: #bbbbbb;
}

/* ==========================================================================
// area-complete
========================================================================== */
.area-complete{
  margin: 0 0 100px;
}
.area-complete .ttl{
  margin: 0 0 20px;
}
.area-complete .txt{
  margin: 0 0 60px;
}
.area-complete .btn-wrap{
  text-align: center;
}