@charset "UTF-8";
/* ｃｓｓ */
html body .page_wrap .test_ride_list {
  width: 100%;
  max-width: 1330px;
  background-color: #fff;
  padding-top: 200px;
  margin: 0 auto;
}
html body .page_wrap .test_ride_list .testride_model_wrap {
  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;
  border-bottom: 1px solid #ccc;
  padding-bottom: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
}
html body .page_wrap .test_ride_list .testride_model_wrap .testRideModelImage {
  width: 40%;
}
html body .page_wrap .test_ride_list .testride_model_wrap .testRideModelImage img {
  width: 100%;
  border: 1px solid #ccc;
}
html body .page_wrap .test_ride_list .testride_model_wrap .testRideModelImage img:hover {
  border: 1px solid #f00;
}
html body .page_wrap .test_ride_list .testride_model_wrap .testRideModelText {
  width: 60%;
  padding: 20px;
  padding-top: 0;
  padding-left: 50px;
}
html body .page_wrap .test_ride_list .testride_model_wrap .testRideModelText p {
  font-size: 1.4rem;
  line-height: 2.2rem;
}
html body .page_wrap .test_ride_list .testride_model_wrap .testRideModelText p.testRideModelName {
  font-size: 4rem;
  font-weight: 800;
  border-left: 20px solid #f00;
  padding-left: 20px;
  margin-bottom: 20px;
}
html body .page_wrap .test_ride_list .testride_model_wrap .testRideModelText p.testRideModelName a {
  color: #000;
  text-decoration: none;
}
html body .page_wrap .test_ride_list .testride_model_wrap .testRideModelText .modelText p:nth-of-type(1) {
  color: #a00;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 3rem;
  margin-bottom: 10px;
}
html body .page_wrap .test_ride_list .testride_model_wrap .testRideModelText .modelText p:nth-of-type(2) {
  font-size: 2rem;
  font-weight: 800;
  line-height: 2.5rem;
  margin-bottom: 20px;
}
html body .page_wrap .test_ride_list .testride_model_wrap .testRideModelText .m_links {
  text-align: center;
  margin-top: 20px;
}
html body .page_wrap .test_ride_list .testride_model_wrap .testRideModelText .m_links a {
  display: block;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  background-color: #a00;
  padding: 5px 30px;
  -webkit-box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 0.4);
}
html body .page_wrap .test_ride_list .testride_model_wrap .testRideModelText .m_links a:hover {
  background-color: #f00;
}

@media screen and (max-width: 767px) {
  html body .page_wrap .test_ride_list {
    width: 100%;
    max-width: 1330px;
    background-color: #fff;
    padding-top: 80px;
    margin: 0 auto;
  }
  html body .page_wrap .test_ride_list h1 {
    font-size: 2.5rem;
  }
  html body .page_wrap .test_ride_list .testride_model_wrap {
    display: block;
    margin-bottom: 100px;
  }
  html body .page_wrap .test_ride_list .testride_model_wrap .testRideModelImage {
    width: 100%;
  }
  html body .page_wrap .test_ride_list .testride_model_wrap .testRideModelImage img {
    width: 100%;
    border: 1px solid #ccc;
  }
  html body .page_wrap .test_ride_list .testride_model_wrap .testRideModelImage img:hover {
    border: 1px solid #f00;
  }
  html body .page_wrap .test_ride_list .testride_model_wrap .testRideModelText {
    width: 100%;
    padding: 0;
  }
  html body .page_wrap .test_ride_list .testride_model_wrap .testRideModelText p {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  html body .page_wrap .test_ride_list .testride_model_wrap .testRideModelText p.testRideModelName {
    font-size: 2.8rem;
    font-weight: 800;
    border-left: 5px solid #f00;
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  html body .page_wrap .test_ride_list .testride_model_wrap .testRideModelText p.testRideModelName a {
    color: #000;
    text-decoration: none;
  }
  html body .page_wrap .test_ride_list .testride_model_wrap .testRideModelText .modelText p:nth-of-type(1) {
    font-size: 2rem;
    line-height: 3rem;
  }
  html body .page_wrap .test_ride_list .testride_model_wrap .testRideModelText .modelText p:nth-of-type(2) {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
  html body .page_wrap .test_ride_list .testride_model_wrap .testRideModelText .m_links {
    text-align: center;
    margin-top: 20px;
  }
  html body .page_wrap .test_ride_list .testride_model_wrap .testRideModelText .m_links a {
    display: block;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    background-color: #a00;
    padding: 2px 30px;
    -webkit-box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 0.4);
            box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 0.4);
  }
}