#section_survey .section_survey {
    margin: 60px auto 0 !important;
}

@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-family:var(--font-bold);
}

.p-performance-table__subtext {
    color: var(--color-dark-gray);
    white-space: nowrap;
}

.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;
        font-family:var(--font-light);
    }
}

.c-list--square {
    list-style-type: "■";
    font-size: 12px;
    font-family:var(--font-light);
}

.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;
    margin-left: -0.75em;
}

.drive_mode {}

.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: 45%;
        left: 0;
        position: absolute;
        z-index: 10;
    }
}

.p-ehev-lead {}


.p-ehev-lead img {
    width: 550px;
}

@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;
}

.swiper-slide .c-box-button {
    margin-top: 20px !important;
}

@media screen and (max-width: 768px) {
    c-button-secondary.c-button-wide {
        width: 100%;
    }
}

.c-button-secondary.c-button-wide {
    padding: 8px 60px;
}
.c-box-button .c-button-wide {
    width:100%;
    padding: 8px 0;
}

.p-performance-section .swiper.js-slider {
    padding-bottom: 2px;
}

.wide_view_camera {}

.wide_view_camera .c-card__title.c-box {
    margin-top: 25px;
}

.c-list--square {
    list-style-type: "■";
}

.mode_icon {
    height: 16px;
    width: auto;
    display: inline-block;
}

.p-ehev-lead {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    column-gap: 30px;
}

@media screen and (max-width: 768px) {
    .p-ehev-lead {
        flex-direction: column-reverse;
    }
    .p-ehev-lead__logo {
        text-align: center;
        /* margin-bottom: 20px; */
    }
    .p-ehev-lead__logo img {
        width: 100%;
    }
}

.drivemode .col-normal {
    background-color: #b4ceef;
    display: inline-block;
    padding: 2px 5px;
    font-size: 12px;
    font-family:var(--font-light);
    min-width: 120px;
    text-align: center;
}

.drivemode .col-econ {
    background-color: #c2d6bb;
    display: inline-block;
    padding: 2px 5px;
    font-size: 12px;
    font-family:var(--font-light);
    min-width: 120px;
    text-align: center;
}

.drivemode .col-sport {
    background-color: #eac0c1;
    display: inline-block;
    padding: 2px 5px;
    font-size: 12px;
    font-family:var(--font-light);
    min-width: 120px;
    text-align: center;
}
.drivemode .col-range {
    background-color: #D5E0F3;
    display: inline-block;
    padding: 2px 5px;
    font-size: 12px;
    font-family:var(--font-light);
    min-width: 120px;
    text-align: center;
}

.mt-10{
    margin-top: 10px;
}

.list-height-dowble{
    height: 3em;
}
@media screen and (max-width: 768px) {
    .list-height-dowble{
        height: auto;
    }
}



@media screen and (max-width: 768px) {
    .c-button-secondary.c-button-wide {
        width: 100%;
        padding:8px 16px;
    }
}


.l-container--link{
    margin:0px 0 10px;
}
@media screen and (max-width: 768px) {
    .l-container--link{
        margin:30px 0 30px;
    }
}


.c-list--type.indent-l2 > li{
    padding-left: 2.5em;
    text-indent: -1.9em;
}