/* footer-contact */
*::selection {
  background-color: rgba(255, 204, 0, 1);
  color: #fff;
}
*::-moz-selection {
  background-color: rgba(255, 204, 0, 1);
  color: #fff;
}
* {
  margin: 0;
  padding: 0;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  overflow: hidden
}
body {
  font-size: 15px;
  font-family: "���C���I", "Meiryo", arial, "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "�l�r �o�S�V�b�N", "MS PGothic", Sans-Serif !important;
  -webkit-text-size-adjust: 100%;
  color: #333;
  line-height: 1.8em;
}

/* default */
a:link, a:visited, a:hover {
  color: #ff600f;
  text-decoration: underline;
}

/* default */
.mvTab {
  margin-bottom: 18px;
  width: 100%;
}
.mvTab tr th, .mvTab tr td {
  padding: 8px 0;
}
.mvTab tr th {
  text-align: left;
  width: 90px;
}
.mvTab tr.requisite th {
  background: url(../images/common/ic_req.png) no-repeat 100% 50%;
  background-size: 24px 24px;
}

.mvTab tr td {
  text-align: right;
  width: 190px;
}
.mvTab tr td select, .mvTab tr td input {
  width: 180px !important;
  padding: 5px 5px;
  border: 1px solid #999;
}
.mvTab tr.requisite td input {
  background: #fbfbea;
}
#formArea2 {
  overflow: hidden;
}
#formArea2 .submitBtn {
  border: 0px;
  width: 282px;
  height: 49px;
  background: url(../images/common/btn_check_off.png) left top no-repeat;
  color: transparent;
  font-size: 0;
  margin: 20px auto 11px;
}
#formArea2 .submitBtn:hover {
  background: url(../images/common/btn_check_on.png) left top no-repeat;
  cursor: pointer;
}
.formArea2L, .formArea2R {
  width: 290px;
}
.formArea2L {
  float: left;
}
.formArea2L p {
  text-align: right;
}
.formArea2R {
  float: right;
}
.formArea2L h3, .formArea2R h3 {
  text-align: center;
  border: 1px solid #333;
  margin-bottom: 10px;
  padding: 3px 0 0px;
}
#car-maker-name {
  display: none;
}

/* Footer-Form------------------ */

.formArea2R .mwform-tel-field input {
  width: 26.25% !important;
}
@media only screen and (max-width:600px) {
  .form-page .mvTab {
    width: 100%;
    margin: 0 auto 20px;
  }
  .form-page .mvTab tr.requisite th {
    background: url(../../../images/common/ic_req.png) no-repeat 100% 10%;
    background-size: 24px;
  }
  .form-page .mvTab td, .form-page .mvTab th {
    display: block;
    width: 100%;
  }
  .form-page .mvTab tr th {
    padding: 3px 0 3px 0;
  }
  .form-page .mvTab tr td {
    padding: 3px 0 10px 0px;
    text-align: left;
  }
  .form-page .mvTab td .mwform-tel-field input {
    width: 27%;
  }
}