@charset "EUC-JP";

/* header */
#header_v2 {
	margin: 10px 0 0;
}


/* footer */
#footer_v2 ul {
	width: 998px;
	margin: 0 auto;
}


/* contents */
#contents *,
#contents *::before,
#contents *::after {
	box-sizing: border-box;
}
#contents img {
	vertical-align: bottom;
	image-rendering: -webkit-optimize-contrast;
}

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

.section {
	padding: 40px 0 0;
}
.section .inner {
	width: 960px;
	margin: 0 auto;
}


/* form */
input, button, textarea, select {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	background: none;
	font-family : inherit;
	font-size: 16px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
::-webkit-input-placeholder {
	color: #9f9f9f;
}
::-moz-placeholder {
	color: #9f9f9f;
}
:-ms-input-placeholder {
	color: #9f9f9f;
}
::-ms-input-placeholder {
	color: #9f9f9f;
}
::placeholder {
	color: #9f9f9f;
}


/* Heading
-------------------------------*/
.headingXlarge {
	font-size: 24px;
	font-weight: bold;
}
.headingLarge {
	font-size: 20px;
	font-weight: bold;
}

.headingDivider {
	position: relative;
	margin: 0 0 32px;
	padding: 0 0 14px;
	border-bottom: 4px solid #d5d5d5;
	line-height: 1.5;
}
.headingDivider::after {
	display: block;
	position: absolute;
	width: 60px;
	left: 0;
	bottom: -4px;
	border-bottom: 4px solid #e00923;
	content: "";
}

.headingBullet {
	position: relative;
	margin: 43px 0 19px;
	padding: 0 0 0 12px;
	line-height: 1.5;
}
.headingBullet::before {
	display: block;
	position: absolute;
	width: 4px;
	height: 1em;
	top: calc((1.5 - 1) * 0.5em);
	left: 0;
	background: #e00923;
	content: "";
}


/* button、Link
-------------------------------*/
main a {
	color: #333;
}
main a:hover,
main a:hover * {
	text-decoration: underline;
	text-decoration-thickness: 1px;
}
main a:hover img {
	opacity: 0.7;
}

.defaultBtn,
.linkBtn {
	display: inline-block;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	min-height: 50px;
	margin: 0;
	padding: 14px 13px;
	border: 1px solid #636363;
	border-radius: 4px;
	background: #fff;
	color: #333;
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.defaultBtn > span {
	vertical-align: middle;
} 

.linkBtn {
	padding-right: 32px;
	padding-left: 32px;
}
.linkBtn::after {
	display: block;
	position: absolute;
	top: 0;
	right: 5px;
	bottom: 0;
	width: 24px;
	height: 24px;
	margin: auto 0;
	background: url("https://img.goo-net.com/cache/newcar/common/icon_arrow_right.svg") no-repeat center;
	background-size: contain;
	content: "";
}

.btnArea {
	text-align: center;
}
.btnArea > .defaultBtn,
.btnArea > .linkBtn {
	min-width: 260px;
}

.linkArea {
	text-align: right;
}
.moreLink {
	position: relative;
	padding-right: 28px;
	font-weight: bold;
}
.moreLink::after {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 24px;
	height: 24px;
	margin: auto 0;
	background: url("https://img.goo-net.com/cache/newcar/common/icon_arrow_right.svg") no-repeat center;
	background-size: contain;
	content: "";
}


/* お知らせ
-------------------------------*/
.informationList {
	width: 960px;
	margin: 0 auto;
}
.informationList > div {
	border-radius: 4px;
	border: 1px solid #e00923;
	background: #fff;
}
.informationList > div:nth-of-type(n+2) {
	margin-top: 8px;
}
.informationList dt {
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
}
.informationList dt > span {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 100%;
	min-height: 54px;
	padding: 11px 48px;
	background: url("https://img.goo-net.com/cache/newcar/top/icon_information.svg") no-repeat 16px center;
	background-size: 24px;
	font-size: 16px;
	font-weight: bold;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
}
.informationList dt > span::before,
.informationList dt > span::after {
	display: block;
	position: absolute;
	top: 0;
	right: 23px;
	bottom: 0;
	width: 2px;
	height: 16px;
	margin: auto 0;
	padding: 0;
	border: 0;
	background: #e00923;
	content: "";
}
.informationList dt > span::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.informationList dt.active > span::before {
	display: none;
}
.informationList dd {
	display: none;
	padding: 0 16px 8px;
}


/* バナー
-------------------------------*/
.topBnr {
	width: 960px;
	margin: 24px auto 0;
	text-align: center;
}

.lpBnrList {
	display: flex;
}
.lpBnrList > li {
	margin-right: 24px;
}
.lpBnrList > li:last-child {
	margin-right: 0;
}

/* 追従バナー */
.fixedBnrContainer *,
.fixedBnrContainer *::before,
.fixedBnrContainer *::after {
	box-sizing: border-box;
}
.fixedBnrContainer img {
	vertical-align: bottom;
}

@keyframes fadeInAnime {
	0% {
		visibility: hidden;
		opacity: 0;
	}
	100% {
		visibility: visible;
		opacity: 1;
	}
}

.fixedBnrContainer {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 100;
	box-sizing: border-box;
	animation-name: fadeInAnime;
	animation-duration: 0.5s;
	animation-timing-function: ease-in-out;
	animation-delay: 3s;
	animation-fill-mode: forwards;
}

#fixedBnrClose {
	display: none;
}

label[for="fixedBnrClose"] {
	display: block;
	position: absolute;
	top: -20px;
	right: 4px;
	z-index: 2;
	width: 32px;
	height: 32px;
	margin: 0;
	padding: 0;
	border: 1px solid #636363;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
}
label[for="fixedBnrClose"]::before,
label[for="fixedBnrClose"]::after {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 2px;
	height: 20px;
	margin: auto;
	padding: 0;
	border: 0;
	background: #636363;
	content: "";
}
label[for="fixedBnrClose"]::before {
	transform: rotate(45deg);
}
label[for="fixedBnrClose"]::after {
	transform: rotate(-45deg);
}
label[for="fixedBnrClose"]:hover {
	border-color: #929292;
}
label[for="fixedBnrClose"]:hover::before,
label[for="fixedBnrClose"]:hover::after {
	background-color: #929292;
}

.fixedBnr {
	width: 680px;
	height: 82px;
	padding: 16px;
	border-radius: 8px 0 0 0;
	background: #f5f7fa;
}
.fixedBnr .lpBnrList > li {
	margin-right: 8px;
}
.fixedBnr .lpBnrList > li:last-child {
	margin-right: 0;
}
.fixedBnr a:hover img {
	opacity: 0.7;
}

#fixedBnrClose:checked ~ label[for="fixedBnrClose"],
#fixedBnrClose:checked ~ .fixedBnr {
	display: none;
}


/* カタログ
-------------------------------*/
#catalog {
	padding-top: 32px;
}

/* 車種名から新車を探す */
.keywordSearch {
	width: 640px;
	margin: 0 auto;
}

.inputField {
	position: relative;
}
.inputField .icon {
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 50px;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	pointer-events: none;
}
.inputField .icon--search {
	width: 24px;
	height: 24px;
	background: url("https://img.goo-net.com/cache/newcar/common/icon_search.svg") no-repeat center;
	background-size: contain;
}

.textfield {
	display: inline-block;
	width: 100%;
	height: 50px;
	padding: 0 15px 0 40px;
	border: 1px solid #636363;
	border-radius: 4px;
	vertical-align: middle;
}

/* ボディタイプから探す */
.bodyTypeList {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
.bodyTypeList > li {
	display: -ms-flexbox;
	display: flex;
	width: calc((100% - 56px) / 8);
	margin: 0 6px 6px 0;
}
.bodyTypeList > li a {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	min-width: 0;
	min-height: calc(2.2em + 62px);
	padding: 57px 4px 3px;
	overflow: hidden;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1.1;
	text-align: center;
	overflow-wrap: anywhere;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.bodyTypeList > li a::before {
	display: block;
	position: absolute;
	top: 8px;
	right: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 49px;
	margin: 0 auto;
	background: url("https://img.goo-net.com/cache/newcar/common/sprite_icon_bodytype.png") no-repeat center 0;
	background-size: 79px;
	content: "";
}
.bodyTypeList > li.kei a::before {
	background-position: center 0;
}
.bodyTypeList > li.compact a::before {
	background-position: center -49px;
}
.bodyTypeList > li.minivan a::before {
	background-position: center -98px;
}
.bodyTypeList > li.sedan a::before {
	background-position: center -147px;
}
.bodyTypeList > li.wagon a::before {
	background-position: center -196px;
}
.bodyTypeList > li.coupe a::before {
	background-position: center -245px;
}
.bodyTypeList > li.suv a::before {
	background-position: center -294px;
}
.bodyTypeList > li.open a::before {
	background-position: center -343px;
}
.bodyTypeList > li.hardtop a::before {
        background-position: center -392px;
}
.bodyTypeList > li.bonnetpan a::before {
        background-position: center -441px;
}
.bodyTypeList > li.pickup a::before {
        background-position: center -490px;
}
.bodyTypeList > li.kyppan a::before {
        background-position: center -539px;
}
.bodyTypeList > li.keikypan a::before {
        background-position: center -588px;
}
.bodyTypeList > li.keitoraaku a::before {
        background-position: center -637px;
}
.bodyTypeList > li.toraaku a::before {
        background-position: center -686px;
}
.bodyTypeList > li.bus a::before {
        background-position: center -735px;
}
.bodyTypeList > li a:hover::before {
	opacity: 0.7;
}

/* メーカー・ブランドから探す */
.makerList {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.makerList > li {
	display: -ms-flexbox;
	display: flex;
	width: calc((100% - 72px) / 10);
}
.makerList > li a {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	min-width: 0;
	min-height: calc(2.2em + 62px);
	padding: 57px 2px 3px;
	overflow: hidden;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1.1;
	text-align: center;
	overflow-wrap: anywhere;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.makerList > li a::before {
	display: block;
	position: absolute;
	top: 7px;
	right: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 48px;
	margin: 0 auto;
	background: url("https://img.goo-net.com/cache/newcar/common/202404_logo/sprite_icon_maker_logo.png") no-repeat center 0;
	background-size: 48px;
	content: "";
}
.makerList > li.lexus a::before {
	background-position: center 0;
}
.makerList > li.toyota a::before {
	background-position: center -48px;
}
.makerList > li.nissan a::before {
	background-position: center -96px;
}
.makerList > li.honda a::before {
	background-position: center -144px;
}
.makerList > li.subaru a::before {
	background-position: center -192px;
}
.makerList > li.daihatsu a::before {
	background-position: center -240px;
}
.makerList > li.suzuki a::before {
	background-position: center -288px;
}
.makerList > li.mazda a::before {
	background-position: center -336px;
}
.makerList > li.mitsubishi a::before {
	background-position: center -384px;
}
.makerList > li.mitsuoka a::before {
	background-position: center -432px;
}
.makerList > li.mercedes_benz a::before {
	background-position: center -480px;
}
.makerList > li.bmw a::before {
	background-position: center -528px;
}
.makerList > li.volkswagen a::before {
	background-position: center -576px;
}
.makerList > li.audi a::before {
	background-position: center -624px;
}
.makerList > li.porsche a::before {
	background-position: center -672px;
}
.makerList > li.mini a::before {
	background-position: center -720px;
}
.makerList > li.volvo a::before {
	background-position: center -768px;
}
.makerList > li.peugeot a::before {
	background-position: center -816px;
}
.makerList > li.renault a::before {
	background-position: center -864px;
}
.makerList > li.jeep a::before {
	background-position: center -912px;
}
.makerList > li a:hover::before {
	opacity: 0.7;
}

/* catalog_makerAll */
.catalog_makerAllWrap {
	display: none;
}

.popupBox {
	width: 920px;
	margin: 40px 10px 20px;
}

.popupHeading {
	margin: 0 0 50px 15px;
	font-size: 20px;
	font-weight: bold;
}

.catalog_makerAll_list {
	margin: 0 35px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.catalog_makerAll_list_item {
	float: left;
	width: 150px;
	margin-right: 20px;
}
.catalog_makerAll_list_item:last-child {
	margin-right: 0;
}

.catalog_makerAll_list_item .heading_small {
	position: relative;
	margin: 0 0 25px;
	padding: 0 0 0 30px;
	color: #666;
	font-size: 134%;
	font-weight: bold;
}
.catalog_makerAll_list_item .heading_small.france {
	margin-top: 47px;
}
.catalog_makerAll_list_item .heading_small.sweden {
	margin-top: 47px;
}
.catalog_makerAll_list_item .heading_small.china {
	margin-top: 47px;
}
.catalog_makerAll_list_item .heading_small.korea {
	margin-top: 47px;
}
.catalog_makerAll_list_item .heading_small::after {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 22px;
	height: 15px;
	margin: auto 0;
	background: url("https://img.goo-net.com/cache/newcar/common/sprite_icon_flag.png") no-repeat 0 0;
	background-size: 22px;
	background-position: 0 15px;
	content: "";
}
.catalog_makerAll_list_item .heading_small.japan::after {
	background-position: 0 0;
}
.catalog_makerAll_list_item .heading_small.germany::after {
	background-position: 0 -15px;
}
.catalog_makerAll_list_item .heading_small.england::after {
	background-position: 0 -30px;
}
.catalog_makerAll_list_item .heading_small.america::after {
	background-position: 0 -45px;
}
.catalog_makerAll_list_item .heading_small.italy::after {
	background-position: 0 -60px;
}
.catalog_makerAll_list_item .heading_small.france::after {
	background-position: 0 -75px;
}
.catalog_makerAll_list_item .heading_small.sweden::after {
	background-position: 0 -90px;
}
.catalog_makerAll_list_item .heading_small.china::after {
	background-position: 0 -105px;
}

.catalog_makerAll_list_item > ul > li {
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #fff;
}
.catalog_makerAll_list_item > ul > li:last-child {
	margin-bottom: 0;
}
.catalog_makerAll_list_item > ul > li > a {
	display: block;
	padding: 6px 0;
	font-size: 13px;
	text-align: center;
}
.catalog_makerAll_list_item > ul > li > a.fs12 {
	padding: 7px 0;
	font-size: 12px;
}
.catalog_makerAll_list_item > ul > li > a:hover {
	text-decoration: underline;
}

.catalog_makerAll_link {
	padding: 27px 0 10px;
	text-align: center;
}
.catalog_makerAll_link > a {
	position: relative;
	padding-right: 12px;
	font-size: 14px;
}
.catalog_makerAll_link > a:hover {
	text-decoration: underline;
}
.catalog_makerAll_link > a::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 5px;
	height: 4px;
	margin: auto 0;
	border-right: solid 1px #ff1a1f;
	border-bottom: solid 1px #ff1a1f;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	content: "";
}

#fancybox-content {
	background-color: #f7f7f7;
}
#fancybox-close {
	top: 25px;
	right: 20px;
	width: 42px;
	height: 42px;
	background: url("https://img.goo-net.com/cache/newcar/common/btn_fancybox_close.png") no-repeat 0 0;
}

/* 価格から探す */
.priceList {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.priceList > li {
	display: -ms-flexbox;
	display: flex;
	width: calc((100% - 60px) / 6);
}
.priceList > li a {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	min-width: 0;
	min-height: 44px;
	padding: 4px 8px;
	overflow: hidden;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	overflow-wrap: anywhere;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}


/* ランキング
-------------------------------*/
#ranking {
	margin: 60px 0 40px;
}

.rankingColumn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.rankingColumn > .rankingColumnItem {
	width: calc((100% - 48px) / 3);
}
.rankingColumn::after,
.rankingColumn > .rankingColumnItem::after {
	content: none;
}

.rankingList > li {
	position: relative;
	margin-bottom: 16px;
}
.rankingList > li:last-child {
	margin-bottom: 0;
}
.rankingListItem {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding: 8px 7px;
	overflow: hidden;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	background: #fff;
}
.rankingListItemNum {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 44px;
	height: 20px;
	border-radius: 3px 0;
	background: #f1f1f1;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
}
.rankingList > li:first-child .rankingListItemNum {
	background: #c8a243;
}
.rankingList > li:nth-child(2) .rankingListItemNum {
	background: #a3acb1;
}
.rankingList > li:nth-child(3) .rankingListItemNum {
	background: #9f8563;
}
.rankingList > li:first-child .rankingListItemNum::before,
.rankingList > li:nth-child(2) .rankingListItemNum::before,
.rankingList > li:nth-child(3) .rankingListItemNum::before {
	width: 8px;
	height: 8px;
	margin-right: 4px;
	background: url("https://img.goo-net.com/cache/newcar/common/icon_crown_white.svg") no-repeat;
	background-size: 8px;
	content: "";
}
.rankingListItemNum em {
	font-size: 14px;
	font-weight: bold;
	font-family: Helvetica, "Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "ヒラギノ角ゴシック", Osaka, sans-serif;
}

.rankingListItemThumb {
	width: 120px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}
.rankingListItemThumb img {
	max-width: 100%;
}

.rankingListItemDetail {
	min-width: 0;
	margin-left: 8px;
	line-height: 1.2;
	-ms-flex: 1;
	flex: 1;
}

.rankingListItemName {
	margin: 3px 0 8px;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rankingListItemName a:hover {
	text-decoration: none;
}
.rankingListItemName a::before,
.rankingListItemName a::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
}
.rankingListItemName a::before {
	visibility: hidden;
	opacity: 0;
	background: #fff;
	transition: visibility 0.3s, opacity 0.3s;
}
.rankingListItemName a::after {
	z-index: 3;
}
.rankingListItemName a:hover::before {
	visibility: visible;
	opacity: 0.3;
}

.rankingListItemPrice {
	margin-right: -4px;
}
.rankingListItemPrice em {
	font-size: 18px;
	font-weight: bold;
	font-family: Helvetica, "Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "ヒラギノ角ゴシック", Osaka, sans-serif;
}

.rankingListItemData {
	display: flex;
	min-width: 0;
	margin-top: 4px;
	font-size: 12px;
	-ms-flex-align: center;
	align-items: center;
}
.rankingListItemData dt {
	min-width: calc(2em + 8px);
	padding: 3px 4px;
	margin-right: 4px;
	border-radius: 2px;
	background: #f1f1f1;
	white-space: nowrap;
	text-align: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.rankingListItemData dd {
	min-width: 0;
	font-family: Helvetica, "Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "ヒラギノ角ゴシック", Osaka, sans-serif;
}
.rankingListItemData dd em {
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
}
.rankingListItemEvaluation dd {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
}
.rankingListItemEvaluation dd em {
	min-width: 0;
	color: #e00923;
}
.rankingListItemEvaluation dd .number {
	min-width: 0;
	margin-left: 5px;
}
.rankingListItemEvaluation dd .number a {
	position: relative;
	z-index: 4;
	text-decoration: underline;
}
.rankingListItemEvaluation dd .number a:hover {
	text-decoration: none;
}
.rankingListItemFuelEfficiency dd {
	font-size: 14px;
}


/* 乗り換えシミュレーション
-------------------------------*/
#simulation {
	min-width: 960px;
	margin: 0;
	padding: 40px 0;
	background: #fafafa url("https://img.goo-net.com/cache/newcar/top/bg_simulation_triangle.png") repeat-x 50% 44px;
	background-size: 493px;
}

.simulationBlock {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.simulationBlockLeft {
	margin-left: 16px;
	-ms-flex: 1;
	flex: 1;
}

.simulationTitle {
	margin-top: 36px;
}

.simulationVisual {
	position: relative;
	width: 502px;
	padding: 34px 28px 16px 0;
}
.simulationVisual .simulation {
	position: relative;
}
.simulationVisual .graph {
	position: absolute;
	top: 49px;
	left: 240px;
}
.simulationVisual .car {
	position: absolute;
	top: 119px;
	left: 202px;
}
.simulationVisual .graphLabel {
	display: inline-block;
	min-width: 4em;
	margin: 0 0 12px;
	padding: 0;
	border-bottom: 1px solid #4a90e2;
	color: #b57dae;
	font-size: 16px;
	text-align: center;
}
.simulationVisual .graphLabel::before {
	position: absolute;
	right: calc(50% - 2%);
	bottom: -13px;
	border-right: 13px solid #4a90e2;
	border-bottom: 13px solid transparent;
	content: "";
}
.simulationVisual .graphLabel::after {
	position: absolute;
	right: calc(50% - 2%);
	bottom: -12px;
	border-right: 12px solid #fafafa;
	border-bottom: 12px solid transparent;
	content: "";
}
.simulationVisual .graphLabel.current {
	position: absolute;
	top: 0;
	left: 220px;
}
.simulationVisual .graphLabel.next {
	position: absolute;
	top: 0;
	left: 395px;
}

.simulationText {
	margin-top: 28px;
	font-size: 20px;
	line-height: 1.5;
}

/* シュミレーションボタン */
.simulationBtnArea {
	text-align: center;
}
.simulationBtn {
	display: inline-block;
	position: relative;
	width: 420px;
	height: 70px;
	margin: 18px 15px 0;
	border: none;
	border-radius: 12px;
	box-sizing: border-box;
	background: #4a90e2 linear-gradient(90deg, #b57dae 0%, #4a90e2 100%);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 70px;
	text-align: center;
	vertical-align: middle;
	transition: none;
}
.simulationBtn span {
	display: block;
	position: absolute;
	top: -20px;
	left: -21px;
	width: 71px;
	height: 68px;
	margin: 0;
	padding: 0;
	background: url("https://img.goo-net.com/cache/newcar/top/img_simulation_badge.png") no-repeat 0 0;
	background-size: 71px;
	color: #fff;
	line-height: 71px;
	text-align: center;
}
.simulationBtn:hover {
	text-decoration: none;
	opacity: 0.7;
	cursor: pointer;
}
.simulationBtn:hover span {
	text-decoration: none;
}

.simulationBtnArea .note {
	margin-top: 10px;
	font-size: 14px;
}

.simulationBtnArea .defaultBtn {
	min-width: 260px;
	border-color: #4a90e2;
	border-radius: 8px;
	background: transparent;
	color: #4a90e2;
}


/* 新車値引き相場
-------------------------------*/
#discount {
	padding-bottom: 40px;
}

.discountList {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.discountList > li {
	display: -ms-flexbox;
	display: flex;
	width: calc((100% - 48px) / 3);
}
.discountList > li a {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	min-width: 0;
	min-height: 96px;
	padding: 8px;
	overflow: hidden;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
}
.discountList .thumb {
	width: 120px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}
.discountList .thumb > img {
	max-width: 100%;
}
.discountList .detail {
	min-width: 0;
	padding-left: 8px;
	padding-right: 8px;
	-ms-flex: 1;
	flex: 1;
}
.discountList .detail .carName {
	margin: 3px 0 1px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
}
.discountList .discountInfo {
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	-ms-flex-align: center;
	align-items: center;
}
.discountList .discountInfo dt {
	font-size: 14px;
	line-height: 2.1;
}
.discountList .discountInfo dd {
	margin-left: auto;
	color: #e00923;
	line-height: 1.5;
	font-weight: bold;
	text-align: right;
}
.discountList .discountInfo dd em {
	font-size: 20px;
	font-weight: bold;
}
.discountList > li a:hover,
.discountList > li a:hover * {
	text-decoration: none;
}
.discountList > li a:hover .thumb > img {
	opacity: 0.7;
}
.discountList > li a:hover .detail .carName {
	text-decoration: underline;
	text-decoration-thickness: 1px;
}


/* 最新情報
-------------------------------*/
.articleList {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.articleList > li {
	display: -ms-flexbox;
	display: flex;
	width: calc((100% - 96px) / 3);
}
.articleList > li > a {
	display: -ms-flexbox;
	display: flex;
	min-width: 0;
	overflow-wrap: anywhere;
	-ms-flex: 1;
	flex: 1;
}
.articleList .thumb {
	width: 128px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.articleList .thumb > img {
	max-width: 100%;
}
.articleList .body {
	padding-left: 8px;
	font-weight: bold;
	-ms-flex: 1;
	flex: 1;
}
.articleList .body .date {
	color: #e00923;
	line-height: 1.2;
}
.articleList .body .title {
	margin-top: 12px;
}
.articleList > li > a:hover,
.articleList > li > a:hover * {
	text-decoration: none;
}
.articleList > li > a:hover .thumb > img {
	opacity: 0.7;
}
.articleList > li > a:hover .body .title {
	text-decoration: underline;
	text-decoration-thickness: 1px;
}


/* 新車購入ガイド
-------------------------------*/
#guide {
	padding-bottom: 72px;
}

.guideList {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -32px;
}
.guideList > li {
	display: flex;
	width: 288px;
	margin: 0 48px 32px 0;
}
.guideList > li:nth-of-type(3n) {
	margin-right: 0;
}
.guideList > li > a {
	display: flex;
	flex: 1;
	min-width: 0;
}
.guideListItemImg {
	flex-shrink: 0;
	width: 128px;
	height: 96px;
}
.guideListItemImg > img {
	width: 100%;
	object-fit: contain;
}
.guideListItemDetail {
	flex: 1;
	min-width: 0;
	margin-left: 8px;
}
.guideListItemTitle {
	font-weight: bold;
}
.guideListItemLead {
	margin-top: 8px;
}
.guideList > li > a:hover,
.guideList > li > a:hover * {
	text-decoration: none;
}
.guideList > li > a:hover .guideListItemImg > img {
	opacity: 0.7;
}
.guideList > li > a:hover .guideListItemTitle {
	text-decoration: underline;
	text-decoration-thickness: 1px;
}


/*キーワードから探す*/
ul.keywordslist {
	letter-spacing: -0.4em;
	margin-bottom: -13px;
}
ul.keywordslist li {
	display: inline-block;
	letter-spacing: normal;
	margin: 0 20px 13px 0;
}
ul.keywordslist li a {
	background-color: #f8f8f8;
	display: inline-block;
	border: 1px solid #e7e7e7;
	padding: 3px 18px 3px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
}

/*新車車種台数、新車ディーラー数*/
.inner .online_newAdd {
	float: left;
}
.inner .block_list {
	float: right;
}
.inner .number_column {
	position: relative;
	margin: 0 0 40px;
	padding: 0 0 50px;
	border-bottom: 4px solid #d5d5d5;
}
.inner .block_catalog {
	float: left;
}
.inner .block_shop {
	float: right;
}
.inner .block_latest_update {
	float: right;
}
.inner .block_list p span {
	font-size: 14px;
	color: #333;
	font-weight: 700;
	padding: 0 5px;
}
.inner .block_list p span.unit {
	font-size: 100%;
	font-weight: 400;
	padding: 0;
}

/* トップ画面に発売されたばかりの車種とオススメの車種を配置 */
.newCarListFavorite .rankingListItemNum {
	width: 58px;
	background: #ffe5e6;
	color: #e00923;
	font-size: 12px;
}
.newCarList .rankingListItemNum {
	background: #e00923;
}
.newCarList .rankingListItemNum span {
	font-size: 14px;
}
.newCarList .newCarListSwiperItemDate dd em {
	min-width: 0;
	color: #e00923;
	font-size: 14px;
	font-weight: normal;
}
