@charset "UTF-8";
/* ｃｓｓ */
html body .test_ride_page_wrap .test_ride_sub p.model_name {
  font-size: 2.5rem;
  padding-left: 10px;
  border-left: 5px solid #f00;
  color: #fff !important;
}
html body .test_ride_page_wrap .main_img {
  margin-top: 30px;
}
html body .test_ride_page_wrap .main_img img {
  width: 100%;
}
html body .test_ride_page_wrap .block_001 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
html body .test_ride_page_wrap .block_001 .block_001_1 {
  width: 20%;
}
html body .test_ride_page_wrap .block_001 .block_001_1 img {
  width: 70%;
}
html body .test_ride_page_wrap .block_001 .block_001_2 {
  width: 80%;
  text-align: right;
}
html body .test_ride_page_wrap .block_001 .block_001_2 .model_name_2 {
  font-size: 3.2rem;
  font-weight: 600;
  color: #fff;
}
html body .test_ride_page_wrap .block_001 .block_001_2 .model_name_3 {
  font-size: 1.6rem;
  color: #ccc;
}
html body .test_ride_page_wrap .block_002 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.4rem;
  margin-top: 80px;
  margin-bottom: 30px;
}
html body .test_ride_page_wrap .block_002 .spec_a {
  width: 30%;
  border-bottom: solid 1px #222;
  margin-bottom: 10px;
  padding-right: 50px;
}
html body .test_ride_page_wrap .block_002 .spec_b {
  width: 70%;
  border-bottom: solid 1px #222;
  margin-bottom: 10px;
}
html body .test_ride_page_wrap .ats {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
html body .test_ride_page_wrap .form_link {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 100px;
}
html body .test_ride_page_wrap .form_link a {
  background-color: #a00 !important;
  color: #fff !important;
  width: 100%;
  padding: 20px;
  font-size: 2.2rem;
  font-weight: 600;
  border-radius: 5px;
}
html body .test_ride_page_wrap .form_link a:hover {
  background-color: #f00 !important;
}
html body .test_ride_page_wrap .block_003, html body .test_ride_page_wrap .block_004 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
html body .test_ride_page_wrap .block_003 .map, html body .test_ride_page_wrap .block_004 .map {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  padding-right: 25px;
}
html body .test_ride_page_wrap .block_003 .map .google_map, html body .test_ride_page_wrap .block_004 .map .google_map {
  position: relative;
  overflow: hidden;
  height: 0;
  margin-bottom: 10px;
  padding-bottom: 56.25%;
}
html body .test_ride_page_wrap .block_003 .map .google_map iframe, html body .test_ride_page_wrap .block_004 .map .google_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
html body .test_ride_page_wrap .block_003 .map_text, html body .test_ride_page_wrap .block_004 .map_text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  padding-left: 25px;
}
html body .test_ride_page_wrap .block_003 .map_text .test_ride_course, html body .test_ride_page_wrap .block_004 .map_text .test_ride_course {
  font-size: 2.5rem;
  padding-left: 10px;
  border-left: 5px solid #a00;
}
html body .test_ride_page_wrap .block_003 .map_text p, html body .test_ride_page_wrap .block_004 .map_text p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
html body .test_ride_page_wrap .block_003 .map_text p a, html body .test_ride_page_wrap .block_004 .map_text p a {
  color: #3afff5;
  text-decoration: underline;
}
html body .test_ride_page_wrap .block_003 .map_text .qr img, html body .test_ride_page_wrap .block_004 .map_text .qr img {
  width: 80px;
}