.h-48{
	min-height: 48px;
}
.c-text--note {
	padding-left: 1.5em;
}

.c-text--note.c-text--size-ss{
	font-size: 12px;
}

.note_box{
	padding-top: 18px;
	padding-left: 90px;
}

.speed_note_box{
    padding-top: 18px;
    padding-left: 90px;
	position: relative;
    padding: 7.5px 12px;
    border: 1px solid #444;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
}

.speed_note_box:before {
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    width: 51px;
    height: 65px;
    background: url(../images/ico_caution.png);
    background-size: 51px auto;
    transform: translateY(-50%);
    font-size: 10px;
}

.note_box li{
	text-indent: -1em;
}
#section_survey .section_survey {
  margin: 60px auto 0 !important;
}



@media screen and (max-width: 768px){
	.speed_note_box {
		position: relative;
		padding: 7.5px 7px;
		border: 1px solid #444;
		box-sizing: border-box;
		font-size: 13px;
		line-height: 1.5;
	}
	.speed_note_box:before {
		content: "";
		position: absolute;
		left: 12px;
		top: 5%;
		left: 50%;
		width: 46px;
		height: 52px;
		background: url(../images/ico_caution.png) no-repeat;
		background-size: 40px auto;
		transform: translateX(-50%);
		font-size: 10px;
	}
	.note_box{
		padding-top: 80px;
		padding-left: 0;
	}
	.note_box li{
		padding-left: 1.5em;
	}
}
@media screen and (max-width: 768px) {
#section_survey .section_survey {
  margin: 40px auto 0 !important;
	}
}
.p-performance-section {
	margin-top: 70px
}
@media screen and (max-width: 768px) {
	.p-performance-section {
		margin-top: 70px
	}
	.p-performance-section .u-sp-hide + .c-box {
		margin-top: 20px
	}
}
.p-performance-grid > .c-grid__col:nth-child(2) {
	width: calc(50% + 5px);
	padding-left: 0;
	margin-left: -5px
}
@media screen and (max-width: 768px) {
	.p-performance-grid > .c-grid__col:nth-child(2) {
		width: 100%;
		margin-left: 0
	}
}
.p-performance-grid .c-card {
	margin-top: 20px
}
@media screen and (max-width: 768px) {
	.p-performance-grid .c-card {
		margin-top: 15px
	}
}
.p-performance-table {
	padding: 25px 30px;
	margin-top: 20px;
	border: 1px solid var(--color-gray);
	border-radius: 8px
}
@media screen and (max-width: 768px) {
	.p-performance-table {
		padding: 20px
	}
	.p-performance-table br{
		display: none;
	}
/*	.p-performance-table__grid.c-grid--sp-col1 .p-performance-table__col:last-child {
		justify-content: flex-start;
		background-color: aqua
	}*/
	
}
.p-performance-table__inner > * + * {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid var(--color-gray)
}
.p-performance-table__grid {
	display: flex;
	margin-right: -10px;
	margin-left: -10px;
	align-items: center;
}
.p-performance-table__grid > * {
	width: 52%;
	padding: 0 10px
}
.p-performance-table__grid.c-grid--sp-col1 .p-performance-table__col:last-child{
	width: 48%;
}
@media screen and (max-width: 768px) {
.p-performance-table__grid.c-grid--sp-col1 .p-performance-table__col:last-child{
	width: 100%;
	line-height: 1em;
	margin-top: 25px;
}

}
.p-performance-table__grid--col3 > * {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 33.3333333333%;
	padding: 0 0px
}
.p-performance-table__text {
	font-size: 48px;
	font-weight: 700
}
.p-performance-table__subtext {
	color: var(--color-dark-gray)
}
.p-performance-table__unit {
	margin-left: 4px;
	font-size: 20px
}
.p-performance-table__grid--col3 .p-performance-table__text {
	font-size: 24px
}
.p-performance-table__grid--col3 .p-performance-table__unit {
	font-size: 14px
}
@media screen and (max-width: 768px) {
.p-performance-table__grid--col3 .p-performance-table__text {
	font-size: 20px
}
.p-performance-table__grid--col3 .p-performance-table__unit {
	font-size: 12px
}
}

.c-list--square {
	list-style-type: "■";
	font-size: 12px;
}
.c-list--square li{
	margin-bottom: 15px;
}
.mode_icon {
	height: 16px;
	width: auto;
	display: inline-block;
}

.l-modal__inner{
    max-width: 850px;
    padding: 30px 20px 100px;
    margin: 0 auto;
    overflow-x: hidden;
}
.l-modal__inner .c-grid--col1-2 > *:last-child {
    width: 66.66%;
}
@media screen and (max-width: 768px) {
.l-modal__inner .c-grid--col1-2 > *:last-child {
    width: 100%;
}
}

.l-modal__inner .c-list.c-list--type{
	font-size: 16px;
}


.drive_mode .c-card__title.c-box {
    margin-top: 25px;
}


@media screen and (max-width: 768px) {
.drive_mode .c-card__title.c-box {
    margin-top: 50px;
}
.drive_mode .drive_mode_cap img{
	width: 100%;
}
.drive_mode .drive_mode_cap{
	width: 85%;
	bottom: 30%;
	left: 0;
	position: absolute;
	z-index: 10;
}
}

.p-ehev-lead img{
	width: 980px;  
}

@media screen and (max-width: 768px) {
	.p-ehev-lead__logo {
		width: 100%;
	}
	.p-ehev-lead__logo img {
		width: 100%;
	}
}

/* #passive-safety + div .p-performance-section .c-heading4{
	min-height: 4.5em;
} */
#passive-safety + div .p-performance-section .c-heading4.h7-5{
	min-height: 7.5em;
}
@media screen and (max-width: 768px) {
	#passive-safety + div .p-performance-section .c-heading4.h7-5{
		min-height: auto;
	}
}
.swiper-slide .c-box-button{
	margin-top: 20px !important;
	margin-bottom: 5px
}
.rs_suspension{
	margin-top: 10px;
}
.rs_suspension ul{
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}
.rs_suspension ul:first-child{
	padding-right: 40px;
}

@media screen and (max-width: 768px) {
	.rs_suspension {
		display: block;
	}
	.swiper-slide .c-box-button {
		padding-left: 1px;
	}
	.c-button-secondary.c-button-wide {
		width: 100%;
	}
	.c-button-secondary.c-button-wide {
		padding: 8px 60px;
	}
}

@media screen and (min-width: 769px) {
	.c-button-secondary.c-button-wide {
	 	padding: 8px 44px;
	}
}	 	 	

.p-performance-section .swiper.js-slider {
	padding-bottom: 2px;
}

.wide_view_camera .c-card__title.c-box {
    margin-top: 25px;
}

@media screen and (max-width: 768px) {
	.c-list--type > li {
		padding-left: 1.5em;
	}
	.l-modal__inner .c-list--square {
		padding-left: 12px;
	}
}