.headerB {
  margin-bottom: -30px;
}
.headerB .string {
    text-align: left;
	font-size: 2.2rem;
}

.carPageTtl {
  background-image: url(../img/car/ttl_bg_jp.jpg);
}
.carLead {
  margin-bottom: 45px;
  text-align: center;
  line-height: 2.0;
}
.carLead p {
  font-size: 2.0rem;
}

.carInnerLead {
  margin-bottom: 60px;
}

/*.carAbout
----------------------------------------------*/
.carAbout__ttl {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.carAbout__ttl + p {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}
.carAbout__img {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.carAbout__txt {
  margin-top: 20px;
  position: relative;
}
.carAbout__txt dl {
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 0 80px 60px;
}
.carAbout__txt dl dt {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}
.carAbout__txt dl dd {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 20px;
}

/*.carLineup
----------------------------------------------*/
.carLineup {
  margin-top: 100px;
}
.carLineup__ttl {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 55px;
}

/*.carSystem
----------------------------------------------*/
.carSystem {
  margin-top: 40px;
}
.carSystem__ttl {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 55px;
}
.carSystem .flex__item {
  min-height: 362px !important;
}
.carSystem .flex__item:nth-child(2) {
  min-height: 447px !important;
}



.carFig {
  margin: 0 auto;
  max-width: 780px;
}
.carFig figcaption {
  margin-top: 40px;
}
.carFig figcaption p {
  line-height: 1.8;
}
.carFig figcaption p + p {
  margin-top: 23px;
}
.carFig ul li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.8;
}
.carFig ul li + li {
  margin-top: 10px;
}

.carFlexCol2 .flex__item {
  width: 49%;
}
.carFlexCol2 .flex__item.flex__item--wide {
  width: 100%;
  padding-left: 510px;
  min-height: 283px;
}
.carFlexCol2 .flex__item.flex__item--wide .carFig {
  max-width: 490px;
}

.carFlexCol3 .flex__item {
  width: 32%;
}

.carBox .headerC {
  margin-top: 20px;
}

.carColDesc {
  width: 370px;
  line-height: 2;
}

.carCaption {
  margin-top: 45px;
}

.carToMaterial {
  background: url(../img/car/bg_material.jpg) 50% 0 no-repeat;
  margin-bottom: 35px;
  padding-top: 70px;
  height: 240px;
  text-align: center;
  margin-top: 40px;
}
.carToMaterial .button {
  width: 400px;
  text-align: left;
}

.carFlexCol2 .flex__item {
	position: relative;
	margin-bottom: 50px;
	width: 47%;
	overflow: hidden;
	min-height: 177px;
	padding-left: 188px;
}
.carFlexCol2 .flex__item .img {
	position: absolute;
	left: 0;
	top: 7px;
}
.carFlexCol2 .flex__item.w100 {
	width: 100%;
}
.carFlexCol2 .flex__item.w100 .carFig {
	max-width: 100%;
}
.carFlexCol2 .flex__item.flex__item--last-row {
  margin-bottom: 0;
}
.carFlexCol2 .flex__item.flex__item--full {
  width: 100%;
}

body.en .carLead {
  text-align: left;
}