/* ----------------------------------------------------------
General Settings
---------------------------------------------------------- */


/* ----------------------------------------------------------
Style for PCs
---------------------------------------------------------- */
@media screen and (min-width: 1025px) {

/* Line01 */
.testdrive_d_sec01 {
  width:100%;
  max-width:1920px;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.tdd_sec01_img {
  width:55%;
}
.tdd_sec01_cc {
  width:40%;
}
.tdd_sec01_cc h2 {
  font-size:16px;
  font-weight: 700;
  line-height: 1.5em;
  color:var(--color-jg);
  margin-bottom: 0.5em;
}
.tdd_sec01_cc h3 {
  font-size:24px;
  font-weight: 700;
  line-height: 1.5em;
  color:var(--color-jg);
  margin-bottom: 0.8em;
}
.tdd_sec01_cc p {
  font-size:12px;
  line-height: 2em;
}

/* Slideimage */

}

/* ----------------------------------------------------------
Style for iPad Pro
---------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 1024px) {

/* Line01 */
.testdrive_d_sec01 {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.tdd_sec01_img {
  width:100%;
  height: auto;
  display: block;
  margin-bottom: 50px;
}
.tdd_sec01_cc {
  width:100%;
  height: auto;
  display: block;
  padding:0 5%;
}
.tdd_sec01_cc h2 {
  font-size:16px;
  font-weight: 700;
  line-height: 1.5em;
  color:var(--color-jg);
  margin-bottom: 0.5em;
}
.tdd_sec01_cc h3 {
  font-size:24px;
  font-weight: 700;
  line-height: 1.5em;
  color:var(--color-jg);
  margin-bottom: 0.8em;
}
.tdd_sec01_cc p {
  font-size:12px;
  line-height: 2em;
}

}


/* ----------------------------------------------------------
Style for Smartphone
---------------------------------------------------------- */
@media screen and (max-width: 768px) {

  /* Line01 */
.testdrive_d_sec01 {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.tdd_sec01_img {
  width:100%;
  height: auto;
  display: block;
  margin-bottom: 50px;
}
.tdd_sec01_cc {
  width:100%;
  height: auto;
  display: block;
  padding:0 5%;
}
.tdd_sec01_cc h2 {
  font-size:14px;
  font-weight: 700;
  line-height: 1.5em;
  color:var(--color-jg);
  margin-bottom: 0.5em;
}
.tdd_sec01_cc h3 {
  font-size:20px;
  font-weight: 700;
  line-height: 1.5em;
  color:var(--color-jg);
  margin-bottom: 0.8em;
}
.tdd_sec01_cc p {
  font-size:12px;
  line-height: 2em;
}

}
