@charset "EUC-JP";

#contents *,
#contents *::before,
#contents *::after {
	box-sizing: border-box;
}
#contents img {
	vertical-align: bottom;
}

main div::after {
	visibility: visible;
	clear: none;
	content: none;
	height: auto;
	font-size: inherit;
}

#contents {
	width: auto;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.5;
	font-family: Helvetica, Arial, "Meiryo", "¥á¥¤¥ê¥ª", "Hiragino Kaku Gothic Pro", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Sans", "¥Ò¥é¥®¥Î³Ñ¥´¥·¥Ã¥¯", Osaka, sans-serif;
}

@media screen and (min-width: 960px) {
	html {
		overflow-x: hidden;
	}
	.content {
		margin: 0 auto;
	}
}

@media screen and (max-width: 960px) {
	body,
	.kurumaPage,
	.kurumaSiteHeader {
		min-width: 1200px;
	}
	.kurumaSiteHeader {
		padding-right: 120px;
	}
	.kurumaSiteMenuBlock.isActive {
		overflow-x: hidden;
	}
}

i {
	font-style: normal;
}

.center_jz {
	display: flex;
	justify-content: center;
}

.swiper {
	width: 93%;
}

.swiper-slide {
	font-size: 18px;
	display: flex;
	justify-content: center;
}

.swiper-button-next,
.swiper-button-prev {
	width: 40px;
	height: 40px;
	margin-top: -37px;
	border-radius: 40px;
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	opacity: 0.7;
}

.swiper-button-hide {
	display: none;
}

.bgc {
	padding: 3px 4px;
	border-radius: 2px;
	font-size: 12px;
	margin-right: 8px;
	background-color: #f1f1f1;
}

.el-rate__item {
	width: 18px;
}

.starIconArea {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.starIconArea .starIcon {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 2px;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: transparent;
}

.starIconArea .starIcon:last-child {
	margin-right: 0;
}

.starIconArea .starIcon.full {
	background-image: url("https://img.goo-net.com/cache/newcar/common/icon_star_on.svg");
}

.starIconArea .starIcon.half {
	background-image: url("https://img.goo-net.com/cache/newcar/common/icon_star_half.svg");
}

.starIconArea .starIcon.none {
	background-image: url("https://img.goo-net.com/cache/newcar/common/icon_star_off.svg");
}

.textBold {
	font-weight: bold;
}

.textEmphasis {
	color: #3ba5ad;
}

.defaultBtn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 320px;
	height: 50px;
	padding: 8px 16px;
	border-radius: 4px;
	background: #e00923;
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.defaultBtn:hover {
	text-decoration: none;
	opacity: 0.7;
	cursor: pointer;
}

.btnArea {
	text-align: center;
}

.md {
	width: 100%;
	height: 240px;
	margin-bottom: 58px;
	background-color: #3ba5ad;
}

.content {
	width: 959px;
	margin: 0 auto;
	border: 1px solid transparent;
}

.visualTitle {
	text-align: center;
}
.visualTitle .main {
	display: block;
	margin-top: 56px;
	color: #fff;
	font-size: 40px;
	height: 60px;
	line-height: 60px;
	font-weight: bold;
}
.visualTitle .sub {
	display: block;
	margin: 16px 0 32px;
	color: #fff;
	font-size: 20px;
	height: 30px;
	line-height: 30px;
}

.carNav {
	display: block;
	position: relative;
	width: 856px;
	height: 102px;
	margin: 0 auto;
}
.carNav ul {
	display: flex;
	align-items: flex-start;
}
.carNav ul > li {
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: 8px;
}
.carNav ul > li:last-child {
	margin-right: 0;
}
.carNav ul > li > a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 136px;
	height: 68px;
	margin: 15px 0 20px;
	padding: 4px 0 12px 30px;
	border: 2px solid #3ba5ad;
	border-radius: 4px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	background: #fff;
	line-height: 1.2;
	font-weight: bold;
	text-align: left;
	white-space: normal;
}
.carNav ul > li > a::after {
	position: absolute;
	bottom: -20px;
	left: -2px;
	width: 53px;
	height: 100px;
	background: url("https://img.goo-net.com/cache/newcar/lp/search/sprite_icon_nav.png") no-repeat;
	background-size: 53px;
	content: "";
}
.carNav ul > li.kei > a::after {
	background-position: 0 0;
}
.carNav ul > li.suv > a::after {
	background-position: 0 -100px;
}
.carNav ul > li.compact > a::after {
	background-position: 0 -200px;
}
.carNav ul > li.minivan > a::after {
	background-position: 0 -300px;
}
.carNav ul > li.coupe > a::after {
	background-position: 0 -400px;
}
.carNav ul > li.sedan > a::after {
	background-position: 0 -500px;
}
.carNav ul > li > a span:first-child {
	margin-bottom: 2px;
	color: #3ba5ad;
	font-size: 12px;
}
.carNav ul > li > a span:nth-child(2) {
	color: #015258;
	font-size: 14px;
}
.carNav ul > li > a span:nth-child(2)::after {
	position: absolute;
	bottom: 3px;
	left: calc(50% + 16px);
	margin-left: -5px;
	border-top: 6px solid #3ba5ad;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: "";
}
.carNav ul > li > a::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: -2px;
	border-radius: 4px;
	content: "";
}
.carNav ul > li > a::before {
	visibility: hidden;
	opacity: 0;
	background: #fff;
}
.carNav ul > li > a:hover::before {
	visibility: visible;
	opacity: 0.3;
}
.carNav ul > li > a:hover::after,
.carNav ul > li > a:hover span:nth-child(2)::after {
	opacity: 0.7;
}

.introduction {
	width: 800px;
	margin: 40px auto 0;
	padding: 16px 92px;
	border-radius: 8px;
	background: #e9f4f5;
}

.conclusion {
	width: 800px;
	margin: 56px auto 36px;
	padding: 16px 92px;
	border-radius: 8px;
	background: #e9f4f5;
}

.balloonUser {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	position: relative;
	min-height: 40px;
	margin: 16px 168px 16px 0;
	padding: 0 0 0 48px;
	background: url("https://img.goo-net.com/cache/newcar/lp/search/icon_user_01.png") no-repeat 0 100%;
	background-size: 40px;
}
.balloonUser > div {
	position: relative;
	min-width: 242px;
	padding: 16px;
	border-radius: 8px 8px 8px 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
	background: #fff;
	text-align: left;
}
.balloonConcierge {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	position: relative;
	min-height: 40px;
	margin: 16px 0 16px 168px;
	padding: 0 48px 0 0;
	background: url("https://img.goo-net.com/cache/newcar/lp/search/icon_user_02.png") no-repeat 100% 100%;
	background-size: 40px;
}
.balloonConcierge > div {
	position: relative;
	padding: 16px;
	border-radius: 8px 8px 0 8px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
	background: #3ba5ad;
	color: #fff;
	text-align: left;
}
.balloonUser > div::before,
.balloonConcierge > div::before {
	position: absolute;
	bottom: 0;
	width: 8px;
	height: 8px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
	content: "";
}
.balloonUser > div::before {
	left: -8px;
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transform: skewX(-45deg);
	transform: skewX(-45deg);
	background: #fff;
}
.balloonConcierge > div::before {
	right: -8px;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-webkit-transform: skewX(45deg);
	transform: skewX(45deg);
	background: #3ba5ad;
}
.balloonUser > div::after,
.balloonConcierge > div::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	content: "";
}
.balloonUser > div::after {
	background: #fff;
	border-radius: 8px 8px 8px 0;
}
.balloonConcierge > div::after {
	background: #3ba5ad;
	border-radius: 8px 8px 0 8px;
}
.balloonUser > div > p,
.balloonConcierge > div > p {
	position: relative;
	z-index: 3;
}
.balloonUser > div > p img,
.balloonConcierge > div > p img {
	position: relative;
	top: -0.1em;
	margin: 0 1px;
	vertical-align: middle;
}

.section {
	margin-top: 56px;
	padding: 0;
}

.section .inner {
	background-color: #e9f4f5;
}

.inner .top {
	display: flex;
	justify-content: space-between;
	width: 860px;
	margin: 0 auto;
	padding: 0 0 0 10px;
}

.inner .top .right {
	width: 366px;
	text-align: left;
}

.carTitle {
	text-align: center;
	margin-top: 32px;
}
.carTitle .sub {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	min-width: 292px;
	min-height: 32px;
	margin: 0 auto 8px;
	padding: 3px 14px;
	border: 2px solid #3ba5ad;
	border-radius: 50px;
	background: #fff;
	color: #3ba5ad;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.carTitle .sub::before,
.carTitle .sub::after {
	position: absolute;
	left: 50%;
	margin-left: -8px;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: transparent;
	content: "";
}
.carTitle .sub::before {
	border-top-color: #3ba5ad;
	bottom: -8px;
}
.carTitle .sub::after {
	border-top-color: #fff;
	bottom: -5px;
}
.carTitle .main {
	display: block;
	position: relative;
	margin-bottom: calc((1 - 1.4) * 0.5em);
	color: #015258;
	font-size: 32px;
	line-height: 1.4;
	font-weight: bold;
}

.carImage {
	width: 424px;
	height: 290px;
}

.advantage {
	position: relative;
	margin: 41px 0 0;
	border-radius: 8px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
	background: #fff;
}
.advantage::before {
	position: absolute;
	top: -11px;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #ffe576;
	content: "";
}
.advantageTitle {
	display: flex;
	align-items: baseline;
	position: relative;
	z-index: 2;
	min-height: 29px;
	color: #3ba5ad;
	font-size: 14px;
	line-height: 1;
	font-family: "Meiryo", "¥á¥¤¥ê¥ª", "Hiragino Kaku Gothic Pro", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Sans", "¥Ò¥é¥®¥Î³Ñ¥´¥·¥Ã¥¯", Helvetica, Arial, Osaka, sans-serif;
	font-weight: bold;
}
.advantage::after,
.advantageTitle::before,
.advantageTitle::after {
	position: absolute;
	width: 1px;
	height: 6px;
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	background: #3ba5ad;
	content: "";
}
.advantage::after {
	top: -17px;
	left: 32px;
	-webkit-transform: rotate(18deg);
	transform: rotate(18deg);
}
.advantageTitle::before {
	top: -14px;
	left: 35px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.advantageTitle::after {
	top: -11px;
	left: 38px;
	-webkit-transform: rotate(72deg);
	transform: rotate(72deg);
}
.advantageTitle span:first-child {
	flex-shrink: 0;
	width: 40px;
	font-size: 24px;
	text-align: center;
}
.advantageTitle span:nth-child(2) {
	margin-left: -8px;
}

.bulletList {
	font-size: 14px;
}
.bulletList li {
	position: relative;
	padding-left: 1em;
}
.bulletList li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "¡¦";
}

.advantage .bulletList {
	padding: 4px 16px 12px;
	font-weight: bold;
}
.advantage .bulletList li::before {
	color: #3ba5ad;
}

.recommendedList {
	margin-top: 16px;
}
.recommendedList dt {
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: bold;
}
.recommendedList dd > ul li {
	display: flex;
	align-items: center;
	position: relative;
	height: 32px;
	margin-bottom: 4px;
	padding: 3px 16px 3px 30px;
	border: 2px solid #3ba5ad;
	border-radius: 50px;
	background: #fff;
	color: #3ba5ad;
	font-size: 14px;
	font-weight: bold;
}
.recommendedList dd > ul li::before {
	position: absolute;
	top: 50%;
	left: 14px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #3ba5ad;
	content: "";
}

.bottom {
	width: 800px;
	margin: 16px auto 32px;
	padding: 0 92px;
}

.bottom .balloonUser > div,
.bottom .balloonConcierge > div {
	min-width: 400px;
}

.lb {
	height: 348px;
	background: url("https://img.goo-net.com/cache/newcar/lp/search/bg_newcar.png") no-repeat;
	background-size: 100% 330px;
	margin-bottom: 76px;
	min-width: 960px;
}

.ranking {
	position: relative;
	margin: 15px -16px 0;
	padding: 36px 16px 0;
}
.ranking::after {
	position: absolute;
	top: 10px;
	right: 0;
	left: 0;
	width: 24px;
	height: 24px;
	margin: 0 auto;
	background: url("https://img.goo-net.com/cache/newcar/lp/search/icon_crown.svg") no-repeat;
	background-size: 24px;
	content: "";
}

.rankingTitle {
	display: block;
	margin: 2px 0 16px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.section .disl {
	margin-bottom: 0;
}

.disadvantageList {
	width: 400px;
	margin: 48px auto 24px;
	padding: 13px 16px 16px;
	border-radius: 8px;
	background: #e9f4f5;
}
.disadvantageList dt {
	color: #3ba5ad;
	font-weight: bold;
}
.disadvantageList dd {
	margin-top: 8px;
}

.triangleTitle {
	position: relative;
	text-align: center;
	margin: 4px 0 16px;
	font-weight: bold;
	font-size: 16px;
	color: #3ba5ad;
}

.tb {
	margin: 36px auto 0;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #3ba5ad;
	content: "";
	transform: rotate(90deg);
}

.horizontalScroll {
	position: relative;
	height: 325px;
	padding-right: 2px;
	overflow-x: hidden;
}

.xq {
	height: 294px;
}

.xq .carListItem,
.xq .right_next,
.xq .left_prev {
	height: 253px;
}

.left_prev {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 27px;
	height: 284px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background-image: linear-gradient(to left, rgba(255, 255, 255, 0.9) 17%, rgba(230, 230, 230, 0.7));
}

.lefp::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 27px;
	height: 230px;
	border-top-right-radius: 4px;
	background-color: rgba(59, 165, 173, 0.8);
}

.lefp::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 27px;
	height: 230px;
	border-top-right-radius: 4px;
	background-image: linear-gradient(to left, rgba(255, 255, 255, 1) 19%, rgba(59, 165, 173, 0.9));
}

.right_next {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 27px;
	height: 284px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9) 17%, rgba(230, 230, 230, 0.7));
}

.rign::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 27px;
	height: 230px;
	border-top-left-radius: 4px;
	background-color: rgba(59, 165, 173, 0.8);
}

.rign::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 27px;
	height: 230px;
	border-top-left-radius: 4px;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 19%, rgba(59, 165, 173, 0.9));
}

.carList {
	display: flex;
	align-items: flex-start;
	padding: 4px 16px 16px;
}
.carList > li {
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: 8px;
}
.carList > li:last-child {
	margin-right: 0;
}
.carList::after {
	display: block;
	flex-grow: 0;
	flex-shrink: 0;
	align-self: stretch;
	width: 16px;
	min-width: 16px;
	content: "";
}
.carListItem {
	display: block;
	position: relative;
	width: 280px;
	padding: 0 16px 20px;
	border-radius: 4px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
	background: #fff;
	white-space: normal;
}
.carListItemNum {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 56px;
	height: 24px;
	border-radius: 4px 0;
	background: #f1f1f1;
	color: #9f9f9f;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
}

.swiper-pagination-bullet-active {
	background-color: #3BA5AD;
}

.swiper-wrapper > .swiper-slide:first-child .carListItemNum {
	background: #c8a243;
	color: #fff;
}
.swiper-wrapper > .swiper-slide:nth-child(2) .carListItemNum {
	background: #a3acb1;
	color: #fff;
}
.swiper-wrapper > .swiper-slide:nth-child(3) .carListItemNum {
	background: #9f8563;
	color: #fff;
}
.swiper-wrapper > .swiper-slide:first-child .carListItemNum::before,
.swiper-wrapper > .swiper-slide:nth-child(2) .carListItemNum::before,
.swiper-wrapper > .swiper-slide:nth-child(3) .carListItemNum::before {
	width: 12px;
	height: 12px;
	margin: 2px 2px 0 0;
	background: url("https://img.goo-net.com/cache/newcar/common/icon_crown_white.svg") no-repeat;
	background-size: 12px;
	content: "";
}
.carListItemNum em {
	font-size: 18px;
	font-weight: bold;
	margin-right: 1px;
}

.carListItemThumb {
	margin: 0 -16px;
	text-align: center;
}
.carListItemThumb img {
	width: 100%;
	height: 140px;
	border-radius: 4px 4px 0 0;
}

.carListItemName {
	margin-top: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.carList.grade .carListItemName {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 2.6em;
	line-height: 1.3;
	white-space: normal;
}
.carListItemName .car {
	font-weight: bold;
	font-size: 20px;
	height: 27px;
	line-height: 27px;
}
.carListItemName .grade {
	margin-left: 0.4em;
	font-size: 20px;
}
.carListItemName a::before,
.carListItemName a::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 4px;
	content: "";
}
.carListItemName a::before {
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	background: #fff;
	transition: visibility 0.3s, opacity 0.3s;
}
.carListItemName a::after {
	z-index: 3;
}
.carListItemName a:hover::before {
	visibility: visible;
	opacity: 0.3;
}

.carListItemFuelEfficiency {
	margin-top: 6px;
	line-height: 1.2;
	font-size: 14px;
}

.carListItemPrice {
	margin-top: 4px;
	font-size: 14px;
}
.carListItemPrice em {
	font-size: 20px;
	font-weight: bold;
}

.carListItemEvaluation {
	display: flex;
	align-items: center;
	margin-top: 3px;
	font-size: 12px;
	line-height: 1.2;
}
.carListItemEvaluation em {
	min-width: 0;
	margin: 0 8px 0 2px;
	font-size: 20px;
	font-weight: bold;
	color: #e00923;
}
.carListItemEvaluation .number {
	min-width: 0;
	margin-left: 8px;
}
.carListItemEvaluation .number a {
	position: relative;
	z-index: 4;
	text-decoration: underline;
}
.carListItemEvaluation .number a:hover {
	text-decoration: none;
}

.carListItemSpec {
	margin-top: 6px;
	overflow: hidden;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
}