@charset "UTF-8";
/* CSS Document */
/*--------------------------------------
    form
--------------------------------------*/
.inquiry_tel {
  position: relative;
  background: #FFF;
  border: 2px solid #eee;
  border-radius: 5px;
  padding: 20px;
}
.inquiry_tel_number {
  position: absolute;
  top: 34px;
  left: 60px;
  font-size: 3.2rem;
  font-weight: bold;
  color: #FF6600;
}
.inquiry_tel_remarks {
  position: absolute;
  bottom: 20px;
  left: 320px;
  color: #666;
}
.form_table {
  width: 100%;
}
.form_table th {
  border: 1px solid #ccc;
  background: #E9F5D7;
  padding: 10px 60px 10px 10px;
  width: 300px;
  text-align: left;
  vertical-align: middle;
  box-sizing: border-box;
  font-weight: bold;
  position: relative;
}
.form_table th.th_half {
  width: 150px;
}
.form_table td {
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px;
  vertical-align: middle;
  width: 700px;
  box-sizing: border-box;
}
.form_table .icon_required {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 40px;
  height: 22px;
  line-height: 1;
}
.form_table .icon_option {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 40px;
  height: 22px;
  line-height: 1;
}
.form_table .input_text {
  border-radius: 2px;
  border: 1px solid #CCC;
  background: #F8F8F8;
  padding: 7px;
  vertical-align: middle;
  font-size: 13px;
  box-sizing: border-box;
}
.radio_list li {
  float: left;
  line-height: 1.8;
}
.checkbox_list li {
  line-height: 1.8;
}
.list_float li {
  float: left;
}
.list_small li {
  width: 20%;
}
.list_middle li {
  width: 30%;
}
.form_table .input_radio {
  margin: 0 5px 4px;
}
.form_table .form_4em {
  width: 4em;
}
.form_table .form_8em {
  width: 8em;
}
.form_table .form_12em {
  width: 12em;
}
.form_table .form_16em {
  width: 16em;
}
.form_table .form_middle {
  width: 400px;
}
.form_table .form_large {
  width: 680px;
}
.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 7px 0 7px 10px;
  border: 1px solid #CCC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #F8F8F8 url(../img/form/icon_select_arrow.png) no-repeat right !important;
  background-size: 27px 20px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  color: #666;
  font-size: 14px;
  height: 18px;
  cursor: pointer;
}
.form_btn_area {
  text-align: center;
}
.mw_wp_form_input .btn_next_image {
  background: url(../img/form/btn_confirm.png) no-repeat;
  width: 400px;
  height: 60px;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  cursor: pointer;
}
.mw_wp_form_input .btn_next_image:hover {
  background-position: bottom left;
}
.btn_back_image {
  background:url(../img/form/btn_repair.png) no-repeat;
  width: 250px;
  height: 60px;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  cursor: pointer;
  margin-right: 20px;
}
.btn_back_image:hover {
  background-position: bottom left;
}
.mw_wp_form_confirm .btn_next_image {
  background:url(../img/form/btn_send.png) no-repeat;
  width: 400px;
  height: 60px;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  cursor: pointer;
}
.mw_wp_form_confirm .btn_next_image:hover {
  background-position: bottom left;
}
.btn_home {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 400px;
  height: 60px;
  margin: 0 auto;
}
.btn_home:hover img {
  position: absolute;
  top: -70px;
  left: 0;
}
.form .page_footer {
  margin-top: 20px;
}
.time_select{
  width: 100px!important;
  height: auto!important;
  margin-right: 10px;
  overflow: inherit!important;
}