@charset "UTF-8";
/*
Theme Name: new_theme
Description:name
Version: 1.0
*/
/*変数設定用*/
@media screen and (min-width: 768px) {
  .vpc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .vpc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .vsp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .vsp {
    display: block;
  }
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a {
  color: #666666;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a:hover p:hover {
  opacity: 0.7;
}
a:hover img:hover {
  opacity: 0.7;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 62.5%;
  color: #666666;
  /*ゴシック*/
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  max-width: 750px;
  width: 100%;
  margin: auto;
}

.container {
  width: 95%;
  margin: auto;
}

.sky {
  background: #00aae8;
  padding: 20px 0 30px;
}
.sky img {
  margin-bottom: 20px;
}
.sky img:last-child {
  margin-bottom: 0;
}

.benefits img {
  margin-bottom: 20px;
}
.benefits img:last-child {
  margin-bottom: 0;
}
.benefits .btn_wrap {
  position: relative;
  margin-top: 30px;
}
.benefits .btn_wrap .btn_box {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 5%;
  left: 2.5%;
}
.benefits .btn_wrap .btn_box a {
  width: 46%;
  margin: 0 2%;
}

.spe01 {
  position: relative;
}
.spe01 .cv_btn_down {
  position: absolute;
  bottom: 28.7%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 50%);
}

.kei_inner {
  padding: 3% 2.5%;
  background: #008fd9;
}
.kei_inner img {
  margin-bottom: 15px;
}

.conpact_inner {
  padding: 3% 2.5%;
  background: #ff9600;
}
.conpact_inner img {
  margin-bottom: 15px;
}

.suv_inner {
  padding: 3% 2.5%;
  background: #588456;
}
.suv_inner img {
  margin-bottom: 15px;
}

.goods {
  margin: 3% auto;
}

#formWrap {
  font-family: "A-OTF 新ゴ Pro", A-OTF Shin Go Pro, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 767px) {
  #formWrap .confirm-inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #formWrap .confirm-inner .back_btn {
    margin-top: 10px !important;
  }
}
#formWrap h2 {
  background: #000;
  color: #fff;
  padding: 10px;
  font-size: 4.0rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #formWrap h2 {
    font-size: 2.0rem;
    padding: 5px;
  }
}
#formWrap .container {
  margin: 3% auto;
}
#formWrap .gray {
  font-size: 2.8rem;
  font-weight: 400;
  color: #666;
}
@media screen and (max-width: 767px) {
  #formWrap .gray {
    font-size: 1.4rem;
  }
}
#formWrap .gray.bold {
  font-weight: 600;
}
#formWrap .gray .red {
  font-weight: bold;
  color: #ff0000;
}
#formWrap .gray .red.large {
  font-size: 3.3rem;
}
@media screen and (max-width: 767px) {
  #formWrap .gray .red.large {
    font-size: 1.65rem;
  }
}
#formWrap .black {
  color: #000;
  font-size: 2.8rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #formWrap .black {
    font-size: 1.4rem;
  }
}
#formWrap .black.bold {
  font-weight: 600;
}
#formWrap .black .red {
  font-weight: bold;
  color: #ff0000;
}
#formWrap .reserve_limit {
  color: #002270;
  font-size: 2.88rem;
  font-weight: bold;
  text-align: center;
  margin: 3% auto;
  font-family: "A-OTF 新ゴ Pro", A-OTF Shin Go Pro, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 767px) {
  #formWrap .reserve_limit {
    font-size: 1.44rem;
  }
}
#formWrap .reserve_limit span {
  font-size: 4.4rem;
}
@media screen and (max-width: 767px) {
  #formWrap .reserve_limit span {
    font-size: 2.2rem;
  }
}
#formWrap .formTable {
  width: 100%;
  table-layout: fixed;
}
#formWrap .formTable i {
  font-style: normal;
}
#formWrap .formTable th {
  display: block;
  width: 100%;
  font-size: 3.6rem;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: left;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #formWrap .formTable th {
    font-size: 1.8rem;
  }
}
#formWrap .formTable th span {
  color: #e60012;
  margin-left: 10px;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  #formWrap .formTable th span {
    font-size: 1.6rem;
  }
}
#formWrap .formTable th .mid {
  font-size: 3.0rem;
}
@media screen and (max-width: 767px) {
  #formWrap .formTable th .mid {
    font-size: 1.5rem;
  }
}
#formWrap .formTable th .min {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  #formWrap .formTable th .min {
    font-size: 1.6rem;
  }
}
#formWrap .formTable td {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 3.6rem;
  color: #000;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  #formWrap .formTable td {
    font-size: 1.8rem;
  }
}
#formWrap .formTable td p.adj {
  font-size: 2.9rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #formWrap .formTable td p.adj {
    font-size: 1.45rem;
  }
}
#formWrap .formTable td p.kome {
  position: relative;
  padding-left: 1.2em;
}
#formWrap .formTable td p.kome::after {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#formWrap .formTable td .mt0 {
  margin-top: 0 !important;
}
#formWrap .formTable td .mt10 {
  margin-top: 10px !important;
}
#formWrap .formTable td input {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 3.6rem;
  padding: 29px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #formWrap .formTable td input {
    font-size: 1.8rem;
    padding: 14px 15px;
  }
}
#formWrap .formTable td select::-ms-expand {
  display: none;
}
#formWrap .formTable td select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 3.6rem;
  padding: 29.5px 20px;
  background-image: url(./../img/arrow.png);
  background-repeat: no-repeat;
  background-size: 23px 21px;
  background-position: right 30px center;
  background-color: #fff;
  margin-bottom: 2%;
}
@media screen and (max-width: 767px) {
  #formWrap .formTable td select {
    font-size: 1.8rem;
    padding: 14.5px 15px;
    background-size: 12px 10px;
    background-position: right 10px center;
  }
}
#formWrap .formTable td input[type="radio"] {
  display: none;
}
#formWrap .formTable td input[type="radio"] + label {
  margin-right: 20px;
  position: relative;
  padding-left: 80px;
  margin-bottom: 20px;
  color: #000;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
@media screen and (max-width: 767px) {
  #formWrap .formTable td input[type="radio"] + label {
    padding-left: 40px;
  }
}
#formWrap .formTable td input[type="radio"] + label:last-child {
  margin-bottom: 0;
}
#formWrap .formTable td input[type="radio"] + label:before {
  content: '';
  width: 61px;
  height: 61px;
  border: 2px solid #000;
  position: absolute;
  left: 0;
  top: -15px;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}
@media screen and (max-width: 767px) {
  #formWrap .formTable td input[type="radio"] + label:before {
    width: 30.5px;
    height: 30.5px;
    top: -7px;
    border-width: 1px;
  }
}
#formWrap .formTable td input[type="radio"]:checked + label:after {
  content: '';
  border: 3px solid #000;
  position: absolute;
  height: 52px;
  width: 30px;
  top: -30px;
  left: 20px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  #formWrap .formTable td input[type="radio"]:checked + label:after {
    height: 26px;
    width: 15px;
    top: -15px;
    left: 10px;
    border-width: 2px;
  }
}
#formWrap .formTable td textarea {
  min-height: 434px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 3.6rem;
  padding: 10px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #formWrap .formTable td textarea {
    min-height: 217px;
    font-size: 1.8rem;
  }
}
#formWrap .privacy {
  border: 2px solid #000;
  padding: 20px;
}
#formWrap .privacy .inner {
  height: 586px;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  #formWrap .privacy .inner {
    height: 293px;
  }
}
#formWrap .privacy h3 {
  text-align: center;
  color: #000;
  margin-bottom: 20px;
  font-size: 3.6rem;
  font-weight: 400;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #formWrap .privacy h3 {
    font-size: 1.8rem;
    margin-top: 5px;
  }
}
#formWrap .privacy p {
  color: #000;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  #formWrap .privacy p {
    font-size: 1.4rem;
  }
}
#formWrap .last {
  font-size: 2.8rem;
  color: #000;
  margin: 30px auto;
}
@media screen and (max-width: 767px) {
  #formWrap .last {
    font-size: 1.4rem;
  }
}
#formWrap .submit_btn {
  margin-top: 30px;
  width: 100%;
  height: 0;
  padding-top: 21.666667%;
  background: url("./../img/cv_btn.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: none;
  cursor: pointer;
}
#formWrap .back_btn {
  margin-top: 30px;
  width: 100%;
  height: 0;
  padding-top: 21.666667%;
  background: url("./../img/back.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: none;
  cursor: pointer;
}

.info a {
  color: #000;
  margin: 30px auto;
  font-size: 3.0rem;
  text-align: center;
  display: block;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .info a {
    font-size: 1.5rem;
    margin: 5% auto;
  }
}

footer {
  padding: 50px 0 15%;
  background: #333;
  text-align: center;
}
footer .logo {
  margin-bottom: 20px;
}
footer .copy {
  color: #fff;
  margin: 0px auto 8%;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.15em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  footer .copy {
    font-size: 1.2rem;
  }
}

.fix_wrap {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
.fix_wrap .inner {
  max-width: 750px;
  margin: auto;
  display: flex;
  background: #fff;
}
.fix_wrap .inner a {
  width: 50%;
}

.tlt {
  text-align: center;
  font-size: 4.0rem;
  font-weight: bold;
  background: #000;
  color: #fff;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .tlt {
    font-size: 2.0rem;
  }
}

.thanks_msg {
  font-size: 2.5rem;
  margin: 70px 0;
  font-weight: bold;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .thanks_msg {
    margin: 35px 0;
    font-size: 1.6rem;
  }
}

.back_btn {
  width: 95%;
  margin: auto;
}

.error_messe {
  color: #e60012;
}

.mb_20 {
  margin-bottom: 20px;
}

/*# sourceMappingURL=style.css.map */
