@charset "utf-8";
.type-header {
    padding: 40px 30px 30px;
}
@media screen and (min-width: 769px) {
    .type-header {
        max-width: 1020px;
        margin: 0 auto;
        padding: 60px 20px 30px;
    }
}
.type-mainvisual-full-caution {
    margin-top: 10px;
    padding: 0 30px;
    font-size: 12px;
}
@media screen and (min-width: 769px) {
    .type-mainvisual-full-caution {
        margin: 10px auto 0;
        max-width: 1020px;
        padding: 0 20px;
    }
}
.type-bg-gray {
    background-color: #F8F8F8;
}
.type-section:not(:last-child) {
    margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
    .type-section:not(:last-child) {
        margin-bottom: 150px;
    }
}
.type-section-heading {
    margin: 0 auto 60px;
    font-size: 20px;
    font-family: var(--font-bold);
    text-align: center;
}
@media screen and (min-width: 769px) {
    .type-section-heading {
        margin-bottom: 50px;
    }
}
.type-section-heading::after {
    content: "";
    width: 50px;
    height: 4px;
    margin: 20px auto 0;
    display: block;
    background-color: #000;
}
.type-section-lead {
    margin: 0 auto 0;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.333;
    text-align: center;
}
.type-section-lead.first {
    margin-top: 40px;
}
.type-section-lead.withtext {
    margin-bottom: 20px;
}
.type-section-lead.type-section-text {
    font-size: 14px;
}
@media screen and (min-width: 769px) {
    .type-section-lead {
        margin-bottom: 80px;
        font-size: 35px;
    }
    .type-section-lead.first {
        margin-top: 100px;
    }
    .type-section-lead.withtext {
        margin-bottom: 40px;
    }
    .type-section-lead.type-section-text {
        font-size: 16px;
        margin-bottom: 80px;
    }
}

.type-mainvisual-caution {
    margin-top: 10px;
    font-size: 12px;
}

.type-movie {
    margin-top: 50px;
}
.type-movie a:hover {
    opacity: .7
}
.type-movie .mov-yt {
    position: relative;
    display: block;
}
.type-movie .mov-yt::after {
    content: "";
    display: block;
    position: absolute;
    width: 92px;
    height: 120px;
    background: url(../images/pic_movie_play.png) center / contain no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
    .type-movie .mov-yt::after {
        width: 182px;
        height: 238px;
        top: 53%;
    }
}

.type-feature {
    margin-top: 30px;
}
.type-feature-card {
    padding: 25px 15px;
    background-color:#fff;
}
@media screen and (min-width: 769px) {
    .type-feature-card {
        display: flex;
        flex-direction: column;
        height: 100%;
        padding: 25px 15px;
    }
}
.type-feature-card--sensing {
    border-top: 8px #0069bd solid;
}
.type-feature-card--connect {
    border-top: 8px #f00 solid;
}
.type-feature-card__title img {
    height: 38px;
    width: auto;
}
@media screen and (min-width: 769px) {
    .type-feature-card__title img {
        height: 45px;
    }
}
.type-feature-card__lead {
    margin-top: 15px;
    font-size: 14px;
    font-family: var(--font-bold);
}
@media screen and (min-width: 769px) {
    .type-feature-card__lead {
        font-size: 16px;
    }
}
.type-feature-card__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}
.type-feature-card__list > * {
    width: 100%;
}
@media screen and (min-width: 769px) {
    .type-feature-card__list > * {
        width: 45%;
        width: calc(50% - 15px);
    }
}
.type-feature-card__list li {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.6;
}
.type-feature-card__list .c-list.indent-s li {
    padding-left: 1em;
}
.type-feature-card__caution {
    margin-top: auto;
    padding-top: 20px;
}
.type-feature-card__text {
    margin-top: 24px;
    font-size: 14px;
}
.type-feature-card__group {
    margin-top: 24px;
}
.type-feature-card__group-item {
    padding: 10px;
    font-size: 12px;
    font-family: var(--font-bold);
    background-color: #E3E3E3;
}
@media screen and (min-width: 769px) {
    .type-feature-card__group-item {
        padding: 12px;
        font-size: 14px;
    }
}
.type-feature-card__group-plus {
    width: 14px;
    margin: 8px auto;
}
@media screen and (min-width: 769px) {
    .type-feature-card__group-plus {
        width: 20px;
    }
}
.type-feature-card__group-plus img {
    display: block;
    max-width: 100%;
}
.type-equipment {
    margin-top: 40px;
}
.type-equipment__caption {
    margin-top: 8px;
    font-size: 12px;
}
.type-equipment__name {
    margin-top: 8px;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 14px;
    line-height: 1.333;
}
.type-equipment__text-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.type-equipment__text-list > li {
    margin-bottom: 0.5em;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 14px;
}
.type-equipment__text-list > li::before {
    content: attr(data-type);
}

.type-body-color {
    text-align: center;
}
.type-body-color__image {
    max-width: 800px;
    margin: 0 auto;
}
.type-body-color > .p-design-color-chip {
    margin-top: 10px;
}
.type-body-color__color-list {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.type-interior-color__name {
    text-align: center;
    margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
    .type-interior-color__name {
        margin-bottom: 16px;
    }
}
.type-interior-color__caption {
    font-size: 12px;
    margin-top: 10px;
}

.type-lineup {
    margin-top: 30px;
}
.type-lineup__card {
    padding: 16px;
    width: auto;
    background-color: #f8f8f8;
    margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
    .type-lineup__card {
        display: flex;
        flex-direction: column;
        margin: 0;
        height: 100%;
    }
}
.type-lineup__name {
    font-size: 18px;
    font-family: var(--font-bold);
    margin-bottom: 12px;
}
.type-lineup__lead {
    font-size: 13px;
    line-height: 1.5em;
    border-top: 2px #b5b5b5 solid;
    padding: 10px 0 0;
}
@media screen and (min-width: 769px) {
    .type-lineup__lead {
        font-size: 15px;
    }
}
.type-lineup__item {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.type-lineup__type {
    width: 45px;
    height: 45px;
    font-size: 12px;
    font-weight: 400;
    background-color: #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (min-width: 769px) {
    .type-lineup__type {
        width: 60px;
        height: 60px;
    }
}
.type-lineup__price {
    font-size: 24px;
    line-height: 1;
    font-family: var(--font-bold);
}
.type-lineup__price .yen {
    font-size: 14px;
}
@media screen and (min-width: 769px) {
    .type-lineup__price {
        font-size: 30px;
    }
    .type-lineup__price .yen {
        font-size: 16px;
    }
}
.type-lineup__without-tax {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1;
}
.type-lineup__tax-img {
    display: inline-block;
    width: 45px;
    margin-left: 10px;
}
@media screen and (min-width: 769px) {
    .type-lineup__tax-img {
        width: 60px;
    }
}
.type-lineup__tax-img img {
    max-width: 100%;
}
.type-lineup__button-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
@media screen and (min-width: 769px) {
    .type-lineup__button-wrapper {
        flex: auto;
        align-items: flex-end;
        margin-top: 20px;
    }
}
.type-lineup__footer {
    margin: 20px auto 0;
    max-width: 94%;
}
@media screen and (min-width: 769px) {
    .type-lineup__footer {
        margin-top: 80px;
        width: 320px;
    }
}
.type-lineup__footer > * + * {
    margin-top: 10px;
}
.type-lineup__button-large > a {
    width: 100%;
    max-width: none;
    font-size: 20px;
}
.type-lineup__button-small > a {
    width: 100%;
}

.type-variation .swiper-slide img {
    border-radius: 0;
}

#section_survey .section_survey {
    margin-top: 0;
}

.type-boder-box {
    border: 1px solid #000;
    padding: 10px 12px 10px 10px;
}
.type-boder-box > *:last-child,
.type-boder-box li:last-child {
    margin-bottom: 0;
}

/* 2024/06 STEPWGN */
@media screen and (min-width: 769px) {
    .stepwgn-lineup-card {
        padding: 30px;
    }
    .stepwgn-price-container {
        flex-basis: 55%;
    }
}
/* 2025/11 STEPWGN */
.p-textlink-arrow {
    margin-top: auto;
    padding-top: 20px;
    font-size: 12px;
}
.p-textlink-arrow a{
	position: relative;
	text-indent: -1em;
	text-decoration: none;
	color: inherit;
	padding-left: 1em;
	display: inline-block;
}
.p-textlink-arrow a::after{
	content: "";
	width: 6px;
	height: 11px;
	margin-left: 0.5rem;
	display: inline-block;
	background: url(/auto/common/images/icon/icon_arrow_right.svg) no-repeat 0 0;
	background-size: 100% auto;
	transform: translate(0, 10%)
}
@media (hover: hover) {
	.p-textlink-arrow a:hover{
		opacity: .7;
	}
}