@charset "UTF-8";

/*   共通
================================================ */
.inner {
  max-width: 1200px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 639px) {
  .inner {
    width: 92%;
  }
}

@media screen and (min-width: 640px) {
  br.-sp {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  br.-pc {
    display: none;
  }
}

.sec-txt {
  font-size: 1rem;
  line-height: 1.6;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
}

.sec-txt.-white {
  color: #FFF;
}

.shadow {
  -webkit-box-shadow: 0px 8px 18px -7px #505050;
  box-shadow: 0px 8px 18px -7px #505050;
}

/*   中古車ページ
================================================ */
.second-wrap {
  padding: 60px 0;
  border-top: 20px solid #034fbf;
  position: relative;
  z-index: 1;
}

.second-wrap.-renta {
  border-top: 20px solid #e9485f;
}

.second-wrap.-renta::before {
  background: #e9485f;
}

.second-wrap.-hiroba {
  border-top: 20px solid #2e3192;
}

.second-wrap.-hiroba .second-wrap_column {
  margin-bottom: 60px;
}

.second-wrap.-hiroba .second-wrap_ttl .ttl-logo {
  width: 65%;
  max-width: 500px;
}
.second-wrap.-hiroba .carsensor{
  width: 100%;
  text-align: center;
}
.second-wrap.-hiroba .carsensor a{
  transition: .5s;
}
.second-wrap.-hiroba .carsensor a:hover{
  opacity: .7;
}

.second-wrap.-hiroba::before {
  background: #f1f1f1;
  height: 85%;
}

.second-wrap::before {
  content: '';
  display: block;
  width: 100%;
  height: 50%;
  background: #034fbf;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.second-wrap .txt-box {
  width: 48%;
}

.second-wrap .second-img_pc {
  width: 48%;
  display: block;
}

.second-wrap .second-img_pc img {
  width: 100%;
}

.second-wrap .second-img_sp {
  display: none;
  width: 100%;
}

.second-wrap .second-img_sp img {
  width: 100%;
}

.second-wrap .second-wrap_ttl {
  margin-bottom: 7rem;
}

.second-wrap .second-wrap_ttl .ttl-sub {
  display: table;
  font-family: 'Noto Sans JP', sans-serif;
  color: #FFF;
  background: #034fbf;
  font-size: 1.4rem;
  font-weight: 900;
  padding: 4px 12px;
  margin-bottom: 12px;
  line-height: 1.6;
}

.second-wrap .second-wrap_ttl .ttl-sub.-renta {
  background: #e9485f;
}

.second-wrap .second-wrap_ttl .ttl-sub.-hiroba {
  background: #2e3192;
}

.second-wrap .second-wrap_ttl .ttl-logo {
  display: block;
  width: 60%;
  max-width: 320px;
  min-width: 280px;
}

.second-wrap .second-btn {
  background: #fff;
  padding: 12px 30px;
  font-size: 1.4rem;
  font-weight: 900;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #034fbf;
  display: table;
  line-height: 1.4;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.second-wrap .second-btn.-renta {
  color: #e9485f;
}

.second-wrap .second-btn i {
  vertical-align: baseline;
  margin-left: 12px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: relative;
  right: 0;
}

.second-wrap .second-btn:hover {
  background: #ffe165;
}

.second-wrap .second-btn:hover i {
  right: -1rem;
}

@media screen and (max-width: 1023px) {
  .second-wrap .second-wrap_ttl {
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 639px) {
  .second-wrap {
    padding: 10% 0;
  }

  .second-wrap.-hiroba .second-wrap_column {
    margin-bottom: 2rem;
  }

  .second-wrap .second-wrap_ttl {
    margin-bottom: 2rem;
  }

  .second-wrap .second-wrap_ttl .ttl-logo {
    min-width: auto;
    width: 70%;
  }

  .second-wrap .second-wrap_ttl .ttl-sub {
    font-size: 1.2rem;
    font-weight: bold;
  }

  .second-wrap .second-img_pc {
    display: none;
  }

  .second-wrap .second-img_sp {
    display: block;
    margin-bottom: 1rem;
  }

  .second-wrap .txt-box {
    width: 100%;
  }

  .second-wrap .second-btn {
    font-size: 1.3rem;
    width: 100%;
    text-align: center;
  }
}

.stock-wrap {
  max-width: 1000px;
  margin: auto;
}

.stock-wrap .stock-ttl {
  display: block;
  margin: 0 auto 40px;
  max-width: 900px;
}

.stock-wrap .stock-ttl img {
  width: 100%;
}

.stock-wrap .stock-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.stock-wrap .stock-list>li {
  width: 49%;
  margin-bottom: 20px;
  padding: 20px;
  background: #FFF;
  border: 2px solid #2e3192;
}

.stock-wrap .stock-list .car-ttl {
  font-weight: 900;
  font-size: 1.2rem;
  font-family: 'Noto Sans JP', sans-serif;
  background: #2e3192;
  color: #FFF;
  text-align: center;
  padding: 8px 12px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  margin-bottom: 20px;
}

.stock-wrap .stock-list .car-img {
  position: relative;
  width: 100%;
  margin-bottom: 12px;
}

.stock-wrap .stock-list .car-img img {
  width: 100%;
}

.stock-wrap .stock-list .car-price {
  line-height: 1.4;
  border-bottom: 1px solid red;
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.stock-wrap .stock-list .car-price dt,
.stock-wrap .stock-list .car-price dd {
  line-height: 1.4;
  color: red;
  font-weight: 900;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
}

.stock-wrap .stock-list .car-price .en {
  font-weight: 900;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.1rem;
}

.stock-wrap .stock-list .car-detail {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.stock-wrap .stock-list .car-detail li {
  width: 45%;
  margin-right: 20px;
  font-size: 1rem;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  line-height: 1.6;
}

.stock-wrap .large-txt {
  background: #2e3192;
  font-size: 2rem;
  line-height: 1.4;
  color: #ffff00;
  font-weight: 900;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .stock-wrap .stock-list .car-ttl {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 639px) {
  .stock-wrap .stock-ttl {
    margin-bottom: 1rem;
  }

  .stock-wrap .stock-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .stock-wrap .stock-list>li {
    width: 100%;
  }

  .stock-wrap .stock-list .car-img {
    width: 47%;
    float: left;
    margin-right: 4%;
  }

  .stock-wrap .stock-list .car-ttl {
    font-size: 1rem;
    font-weight: bold;
  }

  .stock-wrap .stock-list .car-price {
    width: 47%;
    float: left;
    margin-bottom: 8px;
    padding-bottom: 8px;
  }

  .stock-wrap .stock-list .car-price dt,
  .stock-wrap .stock-list .car-price dd {
    font-size: 1.4rem;
  }

  .stock-wrap .stock-list .car-price .en {
    font-size: 1rem;
  }

  .stock-wrap .stock-list .car-detail {
    width: 40%;
  }

  .stock-wrap .stock-list .car-detail li {
    width: 100%;
    margin-right: 0;
  }

  .stock-wrap .large-txt {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 12px;
  }
}

@media screen and (max-width: 499px) {
  .stock-wrap .stock-list .car-img {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .stock-wrap .stock-list .car-price {
    width: 100%;
    float: none;
  }

  .stock-wrap .stock-list .car-detail {
    width: 100%;
  }
}

.second-mail .sttl {
  margin-bottom: 40px;
  font-weight: 900;
  font-family: 'Noto Sans JP', sans-serif;
  color: #2e3192;
}

.second-mail .container {
  margin: 0 auto 80px;
  max-width: 900px;
}

.second-mail .kantan-form {
  outline: 4px solid #034fbf;
  border: 40px solid #ffff00;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
}

.second-mail .tel-box {
  background: #ffff00;
  padding: 20px;
  max-width: 650px;
  width: 100%;
  margin: auto;
  border: 4px solid #034fbf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.second-mail .tel-box .waku {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  background: #2e3192;
  font-weight: bold;
  padding: 12px;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.second-mail .tel-box .tel-link {
  font-weight: 900;
  font-size: 3.2rem;
  text-align: center;
  margin: auto;
  display: table;
  color: #2e3192;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.6;
}

.second-mail .tel-box .time {
  font-size: 1rem;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  display: table;
  margin: 0 auto;
}

.second-mail .mailform dt {
  font-weight: bold;
  margin-bottom: 0.3rem;
}

@media screen and (max-width: 639px) {
  .second-mail .kantan-form {
    outline: 2px solid #034fbf;
    border: 8px solid #ffff00;
  }

  .second-mail .kantan-form .bg-space {
    padding: 0;
  }

  .second-mail .kantan-form .bg-space #button input {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1rem auto !important;
    padding: 8px !important;
  }

  .second-mail .kantan-form .bg-space .pp_container {
    margin: 0 auto 1rem;
    width: 100% !important;
  }

  .second-mail .kantan-form .bg-space .mail-check label {
    margin-right: 0;
  }
}

@media screen and (max-width: 499px) {
  .second-mail .sttl {
    margin-bottom: 2rem;
  }

  .second-mail .container {
    margin: 0 auto 3rem;
  }

  .second-mail .tel-box {
    padding: 4%;
  }

  .second-mail .tel-box .tel-link {
    font-size: 2.1rem;
  }

  .second-mail .tel-box .waku {
    padding: 8px 12px;
  }
}

.second-mail_form .second-mail_check {
  max-width: 600px;
}

@media screen and (max-width: 639px) {
  .second-mail_form .second-mail_check {
    width: 100%;
    padding: 0 2%;
  }

  .second-mail_form .second-mail_check .back-button,
  .second-mail_form .second-mail_check .submit-button {
    margin: 0 auto;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .second-mail_form .second-mail_check .back-button {
    margin-bottom: .5em;
  }
}

.kenkosengen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sengen-copy {
  margin: 20px;
}

.sengen_txt {
  text-align: left;
  line-height: 3rem;
  margin-right: 10%;
}

.sengen_img {
  width: 400px;
  position: relative;
}

.sengen_img img {
  width: 100%;
  -webkit-box-shadow: 6px 6px 20px black;
  box-shadow: 6px 6px 20px black;
}

@media screen and (max-width: 600px) {
  .kenkosengen {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .sp-sengen {
    text-align: left;
    width: 90%;
    margin: 0 auto;
  }

  .sengen_txt {
    text-align: left;
    line-height: 2rem;
    margin: 0 auto;
    width: 90%;
  }

  .sengen_img {
    width: 250px;
    margin: 0 auto 10% auto;
    position: relative;
  }

  .sengen-copy {
    width: 90%;
    margin: 20px auto 0 auto;
  }
}