/* 走行・環境性能ページ */
@media only screen and (max-width: 750px) {
  .section_title_wrap {
    padding-top: 0;
  }
}
.performance-section {
  max-width: 1140px;
  background-color: #fff;
  padding: 50px;
}
@media only screen and (max-width: 750px) {
  .performance-section {
    padding: 16vw 4.26vw 5.33vw;
  }
}
.img-fluid {
  max-width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 750px) {
}
.main-visual {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .main-visual {
  }
}
.mv_title {
  max-width: 500px;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .mv_title {
    max-width: 68vw;
  }
}
#main .mv_detail {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 2.5;
  margin-top: 45px;
}
@media only screen and (max-width: 750px) {
  #main .mv_detail {
    font-size: 3.46vw;
    margin-top: 8.53vw;
  }
}
.mv_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  margin-top: 58px;
}
@media only screen and (max-width: 750px) {
  .mv_logo {
    flex-direction: column;
    gap: 5.33vw;
    margin-top: 8.53vw;
  }
}
.mv_logo .logo_is{
  max-width: 315px;
}
@media only screen and (max-width: 750px) {
  .mv_logo .logo_is{
    max-width: 58.66vw;
  }
}
.mv_logo .logo_tect{
  max-width: 183px;
}
@media only screen and (max-width: 750px) {
  .mv_logo .logo_tect{
    max-width: 32vw;
  }
}
#main .note-text {
  font-size: 12px;
  color: #666;
  margin-top: 15px;
  margin-bottom: 0;
  line-height: 1.5;
}
@media only screen and (max-width: 750px) {
  #main .note-text {
    font-size: 2.66vw;
    margin-top: 8.79vw;
  }
  #main .block-main .note-text {
    margin-top: 2.13vw;
  }
}
.feature-desc {
  font-size: 16px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 750px) {
  .feature-desc {
    font-size: 4.26vw;
    margin-bottom: 4.26vw;
  }
}
.block-main {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  .block-main {
    text-align: center;
    margin-bottom: 10.66vw;
  }
}
.main-heading {
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .main-heading {
    margin-bottom: 2.93vw;
  }
}
.badge {
  display: inline-block;
  background-color: #005DAB;
  color: #fff;
  padding: 10px 32px;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
  .badge {
    padding: 1.6vw 4.8vw;
    font-size: 4.26vw;
  }
}
.main-heading h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 24px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
  .main-heading h2 {
    font-size: 5.33vw;
    margin-top: 2.93vw;
    margin-bottom: 12vw;
  }
}
.block-fuel {
  margin-bottom: 80px;
}
@media only screen and (max-width: 750px) {
}
.block-fuel h3 {
  font-size: 28px;
  font-weight: bold;
  border-bottom: none;
  margin-bottom: 15px;
  color: #000;
}
@media only screen and (max-width: 750px) {
  .block-fuel h3 {
    font-size: 5.33vw;
    margin-bottom: 2.13vw;
  }
}
.fuel-content {
  max-width: 900px;
  margin: 40px auto 20px;
}
@media only screen and (max-width: 750px) {
  .fuel-content {
    max-width: 100%;
    margin: 5.06vw auto 0;
  }
}
.block-feature {
  margin-bottom: 50px;
  border-top: 1px solid #D2DFE8;
  padding-top: 50px;
}
@media only screen and (max-width: 750px) {
  .block-feature {
    margin-bottom: 10.66vw;
    padding-top: 10.66vw;
  }
}
.side-by-side {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
.side-by-side01 {
  gap: 0;
}
.side-by-side03 {
  margin-bottom: 0;
  flex-direction: column;
}
@media only screen and (max-width: 750px) {
  .side-by-side {
    display: flex;
    flex-direction: column;
    gap: 6.4vw;
  }
  .side-by-side03 {
    display: block;
  }
}
.text-side {
  flex: 1;
}
.text-side01 {
  max-width: 588px;
}
@media only screen and (max-width: 750px) {
  .text-side01 {
    max-width: 100%;
  }
}
.text-side02 {
  max-width: 693px;
}
@media only screen and (max-width: 750px) {
  .text-side02 {
    max-width: 100%;
  }
}
.text-side03 {
  max-width: 100%;
}
@media only screen and (max-width: 750px) {
  .text-side03 {
    max-width: 100%;
  }
}
.text-side h3 {
  font-size: 28px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: none;
  padding-bottom: 0;
  color: #000;
}
@media only screen and (max-width: 750px) {
  .text-side h3 {
    font-size: 5.33vw;
    margin-bottom: 6.4vw;
  }
}
.text-side h3 span{
  font-size: 14px;
  font-weight: bold;
  border-bottom: none;
  padding-bottom: 0;
}
@media only screen and (max-width: 750px) {
  .text-side h3 span{
    font-size: 3.46vw;
  }
}
.text-side02 h3,
.text-side03 h3 {
  font-size: 28px;
}
@media only screen and (max-width: 750px) {
  .text-side h3 {
    font-size: 5.33vw;
  }
}
.image-side {
  flex: 1;
}
.image-side01 {
  max-width: 450px;
}
@media only screen and (max-width: 750px) {
  .image-side01 {
    max-width: 100%;
  }
}
.image-side02 {
  max-width: 209px;
}
@media only screen and (max-width: 750px) {
  .image-side02 {
    max-width: 34.66vw;
    margin: 0 auto;
  }
}
.image-side03 {
  max-width: 832px;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .image-side03 {
    height: 32vw;
    max-width: 100%;
    overflow-x: auto;
    scrollbar-color: #005DAB transparent;
    display: flex;
    align-items: stretch;
    flex-shrink: 0;
    min-height: 0;
    margin-top: 6.4vw;
    margin-bottom: 5.33vw;
  }
  #main .image-side03 img {
    height: 100%;
    width: auto;
    display: block;
    max-width: none;
    flex-shrink: 0;
    object-fit: contain;
  }
}

#main .mb_0 {
  margin-bottom: 0;
}

#main .mt_0 {
  margin-top: 0;
}