<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'utf-8';

/* === start setting icon-font for carinfo === */
@font-face {
  font-family: 'ico-car';
  src:  url('/fonts/ico-car.eot');
  src:  url('/fonts/ico-car.eot#iefix') format('embedded-opentype'),
    url('/fonts/ico-car.ttf') format('truetype'),
    url('/fonts/ico-car.woff') format('woff'),
    url('/fonts/ico-car.svg#ico-car') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icar-"], [class*=" icar-"] {
  font-family: 'ico-car' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icar-compact:before {
  content: "\e906";
}
.icar-minivan:before {
  content: "\e905";
}
.icar-sedan:before {
  content: "\e904";
}
.icar-wagon:before {
  content: "\e903";
}
.icar-suv:before {
  content: "\e902";
}
.icar-sports:before {
  content: "\e901";
}
.icar-business:before {
  content: "\e900";
}
/* === end setting === */

.section-cars {
	background: #d1d1d1;
	padding: 30px 0 10px 0;
}
.anchor-nav {
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: transparent;
}
.anchor-nav ul {
	display: flex;
	align-items: center;
	text-align: left;
	background-color: #fff;
}
.anchor-nav li {
	margin: 0;
	vertical-align: top;
	box-sizing: border-box;
	border-right: 1px solid #d1d1d1;

}
.anchor-nav li a {
	position: relative;
	display: flex;
	align-items: center;
	width: auto;
	min-width: 100px;
	height: 70px;
	color: #790028;
	background: #fff;
	font-size: 15px;
	padding: 0 15px;
	line-height: 70px;
	box-sizing: border-box;
}
	.anchor-nav li a.volkswagen {
		padding-right: 35px;
	}
.anchor-nav a:before {
	content: none;
}
.anchor-nav li a:after {
	position: absolute;
	font-family: 'icon';
	content: "\e907";
	color: #000;
	right: 15px;
}
.anchor-nav li.multi a:after {
	top: 24px;
}

.anchor-nav#anchor-bodytype li {
	width: calc(100% / 8);
}
.anchor-nav#anchor-bodytype li:last-child {
	border: none;
}
.anchor-nav#anchor-bodytype li a {
	height: 70px;
	line-height: 1.3;
	padding: 13px 0 13px 15px;
	text-align: left;
	font-size: 15px;
	box-sizing: border-box;
}
.anchor-nav#anchor-bodytype li a:after {
	top: 26px;
	right: 5px;
}
.anchor-nav#anchor-bodytype li a span.volkswagen {
	width: 5.2em;
}
.anchor-nav#anchor-bodytype li a i {
	display: none;
	margin-bottom: 8px;
	font-size: 30px;
}
.anchor-nav#anchor-bodytype li a i:before {
	color: #000;
}

.cars {
	width: 1000px;
	margin: 0 auto;
}
.cars .wrapper {
	padding: 30px;
	background: #fff;
	margin: 0 0 30px;
}
.cars h2 {
	display: block;
	font-size: 20px;
	line-height: 3;
	color: #fff;
	background: #790028;
	padding: 0 20px;
	text-align: left;
	margin: 0 0 20px;
}
.cars#cars-bodytype h2 {
	position: relative;
	/* padding-left: 88px; */
}
.cars#cars-bodytype h2 i {
	position: absolute;
	top: 18px;
	left: 20px;
	font-size: 26px;
	display: none;
}
.cars ul:after {
	content: "";
    display: block;
    clear: both;
}
.cars ul .cars__car {
	float: left;
	width: calc(50% - 1px);
}
.cars ul .cars__car:nth-child(even) {
	margin-left: 2px;
}
.cars ul .cars__car:nth-child(n + 3){
	margin-top: 2px;
}
.cars ul .cars__car dl {
	position: relative;
}
.cars ul .cars__car dl dt {
	position: absolute;
	top: 15px;
	left: 12px;
	z-index: 2;
}
.cars ul .cars__car dl dt .logo {
	max-width: 58%;
}
.cars ul .cars__car dl dt h3 {
	padding: 0;
	margin-top: 2px;
	font-size: 16px;
	text-align: left;
	line-height: 1.2;
	background: inherit;
}
.cars ul .cars__car dl dd {
	text-align: center;
}
.cars ul .cars__car dl dd .photo {
	position: relative;
	z-index: 1;
	height: 225px;
	border: 1px solid #e5e5e5;
}
.cars ul .cars__car dl dd .photo img {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	margin: auto;
	max-width: 260px;
}
.cars ul .cars__car dl dd .list {
	font-size: 0;
	border-left: 1px solid #e5e5e5;
}
.cars ul .cars__car dl dd .list li {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	width: 50%;
	margin: 0;
	font-size: 14px;
	text-align: left;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background: #f1f1f1;
}
.cars ul .cars__car dl dd .list li:before {
	position: absolute;
	top: calc(50% - .5em);
	right: 13px;
	font-family: 'icon';
	content: "\e907";
	color: #000;
	font-size: 10px;
	line-height: 1;
}
.cars ul .cars__car dl dd .list li a {
	display: block;
	padding: 13px 15px;
	cursor: pointer;
}
.cars ul .cars__car dl dd .list li a.external:after {
	color: #959595;
	font-size: 13px;
}

@media screen and (max-width: 1280px) {
	.anchor-nav {
		width: 100%;
	}
	.cars {
		width: 100%;
	}
}

@media screen and (max-width: 750px) {
	.anchor-nav {
		display: none;
	}
	.section-cars {
		padding: 40px 20px 20px;
	}
	.cars {
		box-sizing: border-box;
		width: 100%;
		padding: 15px;
		background-color: #fff;
	}
	.cars .wrapper {
		margin-bottom: 0;
		padding: 0;
	}
	.cars .wrapper + .wrapper {
		margin-top: 4px;
	}
	.cars h2 {
		position: relative;
		margin-bottom: 0;
		max-height: 100%;
		font-size: 28px;
	}
	.cars h2:after {
		position: absolute;
		top: 10px;
		right: 20px;
		font-family: 'icon';
		font-size: 20px;
		content: "\e91d";
		max-height: 100%;
	}
	.cars h2.active::after {
		content: "\e91c";
	}
	.cars#cars-bodytype h2 {
		/* padding-left: 98px; */
	}
	.cars#cars-bodytype h2 i {
		top: 28px;
		left: 20px;
		font-size: 28px;
	}
	.cars h3 {
		position: relative;
		margin: 0;
		font-size: 28px;
		line-height: 80px;
		max-height: 100%;
	}
	.cars ul {
		padding: 0;
	}
	.cars h2.active+ul {
		display: block;
	}
	.cars h2+ul {
		margin-top: 4px;
	}
	.cars ul .cars__car {
		float: none;
		width: 100%;
		margin: 4px 0 0 0;
	}
	.cars ul .cars__car:nth-child(even) {
		margin-left: 0;
	}
	.cars ul .cars__car:nth-child(n + 3){
		margin-top: 4px;
	}
	.cars ul .cars__car dl dt {
		top: 20px;
		left: 20px;
	}
	.cars ul .cars__car dl dt .logo {
		max-width: 75%;
	}
	.cars ul .cars__car dl dt h3 {
		font-size: 22px;
	}
	.cars ul .cars__car dl dd .photo {
		height: 320px;
		border-color: #d8d8d8;
	}
	.cars ul .cars__car dl dd .photo img {
		right: 0;
		bottom: 15px;
		left: 0;
		margin: auto;
		max-width: 370px;
	}
	.cars ul .cars__car dl dd .list {
		border-color: #d8d8d8;
	}
	.cars ul .cars__car dl dd .list li {
		font-size: 20px;
		border-color: #d8d8d8;
	}
	.cars ul .cars__car dl dd .list li::before {
		top: 22px;
		font-size: 16px;
	}
	.cars ul .cars__car dl dd .list li a {
		padding: 15px 20px;
	}
	.cars ul .cars__car dl dd .list li a.external::after {
		font-size: 15px;
	}

}
</pre></body></html>