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

#topicpath {
	margin-top: 20px;
}


/* module */
.textBold {
	font-weight: bold !important;
}

.textEmphasis {
	color: #e00923;
}


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

.headingDivider {
	position: relative;
	margin: 40px 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: "";
}


/* button、Link
-------------------------------*/
main a {
	color: #333;
}

.textLink {
	display: inline-block;
	display: inline-flex;
	align-items: center;
	line-height: 1.714285;
	font-weight: bold;
	vertical-align: middle;
	text-decoration: none;
}
.textLink:hover {
	text-decoration: underline;
}
.textLink[class*="beforeIcon"]::before,
.textLink[class*="afterIcon"]::after {
	display: inline-block;
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	background: no-repeat center;
	background-size: contain;
	line-height: 1.714285;
	vertical-align: middle;
	content: "";
}
.textLink[class*="beforeIcon"]::before {
	margin-right: 4px;
}
.textLink[class*="afterIcon"]::after {
	margin-left: 4px;
}
.textLink.beforeIcon--arrow::before {
	background-image: url("https://img.goo-net.com/cache/newcar/common/icon_arrow_left.svg");
}
.textLink.afterIcon--arrow::after {
	background-image: url("https://img.goo-net.com/cache/newcar/common/icon_arrow_right.svg");
}


/* ランキング
-------------------------------*/
.rankingColumn {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.rankingColumnNav {
	flex: 0 0 264px;
	width: 264px;
	margin: 0;
}
.rankingColumnContent {
	flex: 0 0 672px;
	width: 672px;
	margin: 0;
}


/* ランキング条件変更 */
.rankingNav {
	padding: 16px;
	background: #fafafa;
}
.rankingNav > dt {
	position: relative;
	margin: 43px 0 19px;
	padding: 0 0 0 12px;
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
}
.rankingNav > dt:first-of-type {
	margin-top: 3px;
}
.rankingNav > dt::before {
	display: block;
	position: absolute;
	width: 4px;
	height: 1em;
	top: calc((1.5 - 1) * 0.5em);
	left: 0;
	background: #e00923;
	content: "";
}

.generalRankingLink {
	display: none;
	margin-top: 8px;
}

.rankingNavList {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -8px;
}
.rankingNavList > li {
	display: flex;
	width: calc((100% - 8px) / 2);
	margin: 0 8px 8px 0;
}
.rankingNavList > li.nenpi,
.rankingNavList > li.kakaku,
.rankingNavList > li.review
 {
	width: 100%;
	margin: 0 0 8px 0;
}
.rankingNavList > li:nth-child(2n) {
	margin-right: 0;
}
.rankingNavList > li a {
	display: flex;
	flex: 1;
	justify-content: center;
	align-items: center;
	position: relative;
	min-width: 0;
	min-height: calc(2.2em + 62px);
	padding: 57px 4px 3px;
	overflow: hidden;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	background: #fff;
	font-size: 14px;
	line-height: 1.1;
	text-align: center;
	overflow-wrap: anywhere;
}
.rankingNavList > li.nenpi a,
.rankingNavList > li.kakaku a,
.rankingNavList > li.review a {
	padding: 0px 4px;
	min-height: calc(2.2em + 10px);
}
.rankingNavList > li.nenpi a img,
.rankingNavList > li.kakaku a img,
.rankingNavList > li.review a img {
	margin-right: 11px;
}
.rankingNavList > li a:hover,
.rankingNavList > li a.selected {
	background-color: #fdf2f4;
}
.rankingNavList > li a::before {
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	margin: 0 auto;
	content: "";
}

/* ボディタイプ */
.bodyTypeList > li a::before {
	top: 8px;
	height: 49px;
	background: url("https://img.goo-net.com/cache/newcar/common/sprite_icon_bodytype.png") no-repeat center 0;
	background-size: 79px;
}
.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;
}

/* メーカー・ブランド */
.makerList > li a::before {
	top: 7px;
	height: 48px;
	background: url("https://img.goo-net.com/cache/newcar/common/202404_logo/sprite_icon_maker_logo.png") no-repeat center 0;
	background-size: 48px;
}
.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;
}


/* ランキング一覧 */
.rankingList {
	border-top: 1px solid #d5d5d5;
}
.rankingList > li {
	position: relative;
	border-bottom: 1px solid #d5d5d5;
}
.rankingListItem {
	display: flex;
	position: relative;
	padding: 16px 0;
	overflow: hidden;
	background: #fff;
}
.rankingListItemNum {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 8px;
	left: 0;
	z-index: 2;
	width: 56px;
	height: 24px;
	border-radius: 4px;
	background: #f1f1f1;
	color: #9f9f9f;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	z-index: 5;
	cursor: pointer;
}
.rankingList > li.first .rankingListItemNum {
	background: #c8a243;
	color: #fff;
}
.rankingList > li.second .rankingListItemNum {
	background: #a3acb1;
	color: #fff;
}
.rankingList > li.third .rankingListItemNum {
	background: #9f8563;
	color: #fff;
}
.rankingList > li.first .rankingListItemNum::before,
.rankingList > li.second .rankingListItemNum::before,
.rankingList > li.third .rankingListItemNum::before {
	width: 12px;
	height: 12px;
	margin-right: 4px;
	background: url("https://img.goo-net.com/cache/newcar/common/icon_crown_white.svg") no-repeat;
	background-size: 12px;
	content: "";
}
.rankingListItemNum em {
	font-size: 18px;
	font-weight: bold;
}

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

.rankingListItemDetail {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-width: 0;
	margin-left: 24px;
	line-height: 1.2;
}

.rankingListItemName {
	padding: 0 128px 4px 0;
	font-size: 20px;
	font-weight: bold;
}

.rankingListItemName > span {
    position: absolute;
    top: 8px;
    right: 0;
    z-index: 4;
}
.rankingListItemName > span > button::before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 9px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background-image: url("https://img.goo-net.com/cache/newcar/catalog/sprite_icon_comparison.png");
	background-size: 16px 32px;
}
.rankingListItemName > span > button {
	width: 120px;
	padding: 4px 12px 4px 30px;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	cursor: pointer;
	color: #333;
	background-color: #fff;
	position: relative;
	font-weight: bold;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.rankingListItemName > span > button.btn_comparison_clicked {
	display: none;
	border: 1px solid #e5111a;
	color: #e5111a;
}
.rankingListItemName > span > button.btn_comparison::before {
	background-position: 0 0;
}
.rankingListItemName > span > button.btn_comparison_clicked::before {
	background-position: 0 -16px;
}
.rankingListItemData {
	display: flex;
	align-items: center;
	min-width: 0;
	margin-top: 8px;
}
.rankingListItemData dt {
	flex-shrink: 0;
	min-width: calc(2em + 8px);
	padding: 3px 4px;
	border-radius: 2px;
	background: #f1f1f1;
	font-size: 12px;
	white-space: nowrap;
	text-align: center;
}
.rankingListItemData dd {
	min-width: 0;
	margin-left: 8px;
	font-size: 14px;
}
.rankingListItemData dd em {
	font-size: 20px;
	line-height: 1.1;
	font-weight: bold;
}
.rankingListItemEvaluation .score {
	color: #e00923;
	font-size: 20px;
	line-height: 1.1;
	font-weight: bold;
}
.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");
}
.rankingListItemEvaluation .number {
	font-size: 12px;
}
.rankingListItemEvaluation .number a {
	position: relative;
	z-index: 4;
	text-decoration: underline;
}
.rankingListItemEvaluation .number a:hover {
	text-decoration: none;
}

.rankingListItemLink {
	display: flex;
	justify-content: flex-end;
	margin-top: auto;
	padding-top: 5px;
	text-align: right;
}
.rankingListItemLink .usedcarLink {
	position: relative;
	z-index: 4;
}
.rankingListItemLink .detailLink {
	margin-left: 24px;
}
.rankingListItemLink .detailLink::before,
.rankingListItemLink .detailLink::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	content: "";
}
.rankingListItemLink .detailLink::before {
	visibility: hidden;
	opacity: 0;
	width: 280px;
	background: #fff;
	transition: visibility 0.3s, opacity 0.3s;
}
.rankingListItemLink .detailLink::after {
	right: 0;
	z-index: 3;
}
.rankingListItemLink .detailLink:hover::before {
	visibility: visible;
	opacity: 0.3;
}

.rankingList .textLink {
	font-weight: normal;
}
.rankingListItemLink a:hover .textLink {
	text-decoration: underline;
}


/* ページャー
-------------------------------*/
.paginationWrap {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 40px;
	overflow: hidden;
}

.paginationCount {
	max-width: 152px;
	padding-right: 24px;
	font-size: 12px;
	line-height: 1.2;
	text-align: right;
	white-space: nowrap;
}
.paginationCount > span {
	font-size: 14px;
	font-weight: bold;
}

.pagination {
	margin: -4px;
}
.pagination,
.paginationList {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.paginationList {
	flex-grow: 0;
	flex-shrink: 1;
	justify-content: flex-end;
}
.paginationLink,
.paginationCurrent,
.paginationEllipsis,
.paginationNext,
.paginationPrev {
	display: inline-block;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 40px;
	min-width: 40px;
	height: 40px;
	margin: 4px;
	padding: 0;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	background: #fff;
	color: #333;
	font-size: 14px;
	line-height: 1.2;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.paginationCurrent {
	background: #f1f1f1;
}
.paginationEllipsis {
	border-color: #f1f1f1;
	color: #9f9f9f;
	font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "ヒラギノ角ゴシック", Helvetica, Arial, Osaka, sans-serif;
}
.paginationNext,
.paginationPrev {
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.paginationNext::before,
.paginationPrev::before {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 24px;
	height: 24px;
	margin: auto;
	background: transparent url("https://img.goo-net.com/cache/newcar/common/icon_arrow_right.svg") no-repeat center;
	background-size: contain;
	content: "";
}
.paginationPrev::before {
	background-image: url("https://img.goo-net.com/cache/newcar/common/icon_arrow_left.svg");
}
.paginationLink:hover,
.paginationNext:hover,
.paginationPrev:hover {
	opacity: 0.7;
}
#contents .reviewInfo{
	position: absolute;
	top: 17px;
	right: 0px;
	font-size: 14px;
}
.tooltip {
	width: 190px;
	padding: 10px 10px 15px;
	border: 2px solid #e5111a;
	border-radius: 4px;
	background-color: #fff;
	position: absolute;
	top: -75px;
	right: -200px;
	cursor: default;
}
.tooltip:after, .tooltip:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.tooltip:after {
	border-color: rgba(250, 250, 250, 0);
	border-right-color: #fff;
	border-width: 8px;
	margin-top: -8px;
}
.tooltip:before {
	border-color: rgba(221, 221, 221, 0);
	border-right-color: #e5111a;
	border-width: 11px;
	margin-top: -11px;
}
.tooltip > dt {
	margin-bottom: 10px;
	color: #ec0b0b;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.tooltip > dd > span {
	margin-top: 5px;
	display: block;
}
.tooltip > dd > span > a {
	color: #1d7fc0;
	text-decoration: underline;
}
.tooltip > dd > span > a:hover {
	text-decoration: none;
}

.rankingListItemThumb {
	overflow:hidden;
	z-index: 4;
}
.rankingListItemThumb > img {
	height: 140px;
	cursor: pointer;
}
.rankingListItemThumb img:hover{
	transform:scale(1.05,1.05);
	transition:0.1s all;
	opacity: 0.7;
}

/* バナー */
.bnrList {
	margin-top: 16px;
}
.bnrList > li {
	margin-bottom: 8px;
}
.bnrList > li:last-child {
	margin-bottom: 0;
}
.bnrList > li a:hover img {
	opacity: 0.7;
}
