@charset "euc-jp";
@import url("https://fonts.googleapis.com/css?family=Roboto:700&display=swap&text=0123456789");

/*----- common -----*/
body{
	position: relativel;
	left: 0;
	overflow-x: hidden;
}

main section .inner {
	border-top: 3px solid #d5d5d5;
	position: relative;
}
main section .inner.first_block,
main section .inner.first_block::before {
	border-top-style: none;
}

/*----- h1 -----*/
main section .inner h1 {
	color: #666;
	padding: 20px 18px;
	text-align: center;
	line-height: 1.5;
}

/*----- h2 -----*/
main section .inner h2 {
	color: #000;
	font-size: 18px;
	text-align: center;
	padding: 20px 0;
}

main section .inner h2 span.icn_other,
main section .inner h2 span.icn_ranking {
	line-height: 1.4;
	padding-left: 20px;
}

/*----- h3 -----*/
main section h3 {
	margin: 0 0 20px;
	padding: 20px 20px 0;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
}

@media screen and (min-width:375px) and ( max-width:1024px) {
	main section h3 {
		font-size: 13px;
		padding: 20px 20px 0 20px;
	}
}


/*----- moreLink -----*/
main section .moreLink {
	border-top: 1px solid #dbdbdb;
	background: #f8fafa;
}
main section .moreLink + .moreLink {
	margin-top: 10px;
}

main section .moreLink a {
	padding: 18px 20px 18px 10px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	position: relative;
}

main section .moreLink a span { color: #e61f26;}

main section .moreLink a:after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-right: solid 2px #ff2424;
	border-bottom: solid 2px #ff2424;
	transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	right: 8px;
	margin: -5px 0 0 0;
}

main section .inner.first_block .outer { padding: 0 10px;}

/*----- aggregate_scope -----*/
main section .aggregate_scope {
	text-align: center;
	font-weight: bold;
}
main section .aggregate_scope ul,
main section .aggregate_scope li {
	display: inline-block;
	font-weight: normal;
}
main section .aggregate_scope .count_num {
	padding: 12px 5px;
	color: #d00000;
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
}
main section .aggregate_scope .total_published,
main section .aggregate_scope .total_id {
	margin: 0 auto;
	font-size: 11px;
	line-height: 1.4;
}
main section .aggregate_scope .total_id::before {
	content: none;
}
main section .aggregate_scope .total_published {
	padding-right: 15px;
}
main section .aggregate_scope .total_id {
	padding-left: 0;
}
main section h2 {
	color: #333;
	font-size: 18px;
}

main section #usedCar_search h2::before,
main section .inner h2 .icn_other,
main section .feature_list h2::before,
main section .review h2::before,
main section .commentary h2::before,
main section .inner.info h2::before,
main section .apps h2::before,
main section .inner h2 .icn_ranking,
main section .inner.latest_list h2::before {
	content: "";
	background: url(//img.goo-net.com/common_v2/img/iphone/icon_top_sprite.png) no-repeat -4px -240px;
	background-size: 25px;
	padding: 5px 10px;
	line-height: 1.4;
}



/*----- noticeArea -----*/
main section .inner #fukidashi{
	background-color: #ffeeee;
	border: 1px dotted #ee6667;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 12px 34px 0 12px;
	position: relative;
}

main section .inner #fukidashi span{
	margin-bottom: 12px;
	position: relative;
	display: block;
}

main section .inner #fukidashi span a{
	color: #e8393b;
	padding: 0 0 3px 28px;
	display: block;
}

main section .inner #fukidashi span a:after{
	content: "";
	display: block;
	width: 28px;
	height: 20px;
	background: url(https://img.goo-net.com/common_v2/img/iphone/icon_notice_list.png) no-repeat left 0;
	background-size: 22px 84px;
	display: inline-block;
	position: absolute;
	top: -3px;
	left: -2px;
}

main section .inner #fukidashi span.inquiry a:after{ background-position: 0 -1px;}
main section .inner #fukidashi span.message a:after{ background-position: 0 -20px; top: -5px; left: -2px;}
main section .inner #fukidashi span.change_price a:after{ background-position: 0 -41px; top: -6px; left: -2px;}

main section .inner #fukidashi .fukidashiClose{
	width: 20px;
	position: absolute;
	top: 10px;
	right: 10px;
}

main section .inner #fukidashi .fukidashiClose img{
	width: 100%;
}


/*----- searchOuter -----*/
main section .inner #sort_range {
	margin: 10px 0;
	width: 100%;
}

main section .inner .searchOuter {
	padding: 10px;
	margin-bottom: 30px;
}

main section .inner #tab {
	margin-bottom: 10px;
	line-height: 1.4;
}

main section .inner #tab .tab_search_area {
	border-collapse: separate;
	border-spacing: 5px;
	display: table;
	margin: 0 -5px;
}

main section .inner #tab .tab_search_area li {
	display: table-cell;
	position: relative;
}

main section .inner #tab .tab_search_area_inner a {
	display: block;
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	padding: 6px 3px;
}

main section .inner #tab .tab_search_area li .cur {
	background-color: #545454;
	border: 1px solid #545454;
	color: #fff;
}

main section .inner #tab .tab_search_area .tab_search_area_list {
	margin: 0;
}

main section .inner #tab .tab_search_area .tab_search_area_list_inner {
	display: block;
	color: #333;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: Helvetica, "ヒラギノ角ゴ Pro W3",HiraKakuPro-W3, Osaka, "メイリオ",Meiryo, "ＭＳ Ｐゴシック",verdana, arial, sans-serif;
	appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
	background-color: #f2f2f2;
	padding-left: 5px;
	height: 30px;
	width: 100%;
	position:relative;
}

main section .inner .searchBox {
	margin: 0;
	width: 100%;
}

main section .inner .searchBox input[type=text] {
	border: 1px solid #bbb;
	border-right: none;
		-webkit-border-radius: 4px 0 0 4px / 4px 0 0 4px;
		-moz-border-radius: 4px 0 0 4px / 4px 0 0 4px;
	border-radius: 4px 0 0 4px / 4px 0 0 4px;
	padding: 0 0 0 13px;
	margin-right: 0;
	line-height: 30px;
	font-size: 108%;
	height: 40px;
	width: 78%;
}

main section .inner .searchBox a {
	background-color: #e50000;
	display: inline-block;
		-webkit-border-radius: 0 4px 4px 0 / 0 4px 4px 0;
		-moz-border-radius: 0 4px 4px 0 / 0 4px 4px 0;
	border-radius: 0 4px 4px 0 / 0 4px 4px 0;
	text-align: center;
	vertical-align: top;
	line-height: 40px;
	width: 22%;
}

main section .inner .searchBox .searchBtn {
	background: none;
	border: none;
	color: #fff;
	font-weight: bold;
	font-size: 108%;
}

#suggest {
	margin: 0;
	padding: 4px 4px;
	font-size: 1.3em;
	background-color: #fff;
	border: 2px solid #999;
	display: none;
	line-height: 1.4;
	z-index: 9999;
	position: relative;
	top: 5px;
	left: 0;
	width: 80%;
}

/*----- messageArea -----*/

main section .inner .messageArea{
	padding: 11px 14px;
	margin: 0 13px;
	color: #333;
	line-height: 1.5;
	display: none;
}

main section .inner .messageArea dt {
	position: relative;
	background: url("https://img.goo-net.com/common_v2/img/iphone/icon_top_sprite.png") no-repeat 0 -68px;
	background-size: 20px;
	padding-left: 21px;
}

main section .inner .messageArea dt:after{
	content: "";
	display: block;
	border: solid 6px transparent;
	border-top: solid 7px #8a8a8a;
	margin: -5px 0 0 0;
	top: 50%;
	right: 0;
	position: absolute;
	height: 7px;
	width: 7px;
}

main section .inner .messageArea dt.open:after {
	border-top: solid 6px transparent;
	border-bottom: solid 7px #8a8a8a;
	margin: -10px 0 0 0;
}

main section .inner .messageArea dd{
	margin-top: 5px;
	display: none;
}

main section .inner .show{
	display: block;
}

/*----- pick_menu ------*/

main section .pick_menu {
	margin-bottom: 10px;
}

main section .pick_menu ul {
	display: table;
	width: 100%;
	padding: 0;
	overflow: hidden;
	text-align: center;
	border-collapse: separate;
}

main section .pick_menu li {
	display: table-cell;
	font-weight: bold;
	width: 50%;
	font-size: 12px;
	vertical-align: top;
	position: relative;
}

main section .pick_menu li.bookmark {
	border-right: 1px solid #d5cbcb;
}

main section .pick_menu li a {
	padding: 7px;
	display: block;
}

main section .pick_menu li a span {
	background: url("https://img.goo-net.com/common_v2/img/iphone/icon_top_sprite.png") no-repeat;
	padding: 3px 0px 3px 32px;
	background-size: 23px;
}

main section .pick_menu li.bookmark a span {
	background-position: 0 -197px;
}

main section .pick_menu li.history a span {
	background-position: 0 -137px;
}


/*----- slide_bnrArea ------*/
main section .slide_bnrArea {
	border-top: 1px solid #eee;
	padding-top: 10px;
}

main section .slider_bnr li {
	padding: 0 5px;
}

main section .inner .slider_bnr {
	display: none;
}

main section .inner .slider_bnr.slick-initialized {
	display: block;
}

main section .inner .slider_bnr .slick-prev,
main section .inner .slider_bnr .slick-next{
	width: 50px;
	height: 100%;
	top: 50%;
}

main section .inner .slider_bnr .slick-prev:before,
main section .inner .slider_bnr .slick-next:before{
	content: "";
	display: block;
	width: 28px;
	height: 28px;
	border: none;
	opacity: 0.5;
	background: #000000;
	border-radius: 100px;
	position: absolute;
	transform: none;
		-webkit-transform: none;
	top: -27px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

main section .inner .slider_bnr .slick-prev:after,
main section .inner .slider_bnr .slick-next:after{
	content: "";
	display: block;
	border: solid 6px transparent;
	position: absolute;
	height: 7px;
	width: 7px;
	top: -27px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

main section .inner .slider_bnr .slick-prev{left: 0;}
main section .inner .slider_bnr .slick-prev:after{
	border-right: solid 7px #fff;
	margin-left: 14px;
}

main section .inner .slider_bnr .slick-next{right: 0;}
main section .inner .slider_bnr .slick-next:after{
	border-left: solid 7px #fff;
	margin-right: 14px;
}

main section .inner .slider_bnr .slick-dots {
	padding: 3px 0;
}

/* landscape */
@media screen and (orientation: landscape) {
	main section .inner .slider_bnr .slick-prev,
	main section .inner .slider_bnr .slick-next {
		width: 145px;
	}
	main section .inner .slider_bnr .slick-next:after {
		margin-right: 61px;
	}
	main section .inner .slider_bnr .slick-prev:after {
		margin-left: 62px;
	}
}

/*----- content_area -----*/
main section .inner .content_area .list {
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}

/* portrait 4列 */
main section .inner .content_area .list li {
	float: left;
	text-align: center;
	height: auto;
	width: 25%;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}

/* landscape 6列 */
@media screen and (orientation: landscape) {
	main section .inner .content_area .list li {
		width: 16.66%;
	}
}

main section .inner .content_area .list a,
main section .inner .content_area .list > li > span {
	display: block;
	color: #333;
	font-size: 11px;
	padding: 67% 0 20% 0;
	position: relative;
}

/* デバイス幅321px以上 */
@media screen and (min-width:321px) {
	main section .inner .content_area .list a,
	main section .inner .content_area .list > li > span {
		font-size: 12px;
	}
}

main section .inner .content_area .list a::before,
main section .inner .content_area .list > li > span::before {
	content: "";
	background: url("https://img.goo-net.com/common_v2/img/iphone/icon_top_sprite.png") no-repeat;
	background-size: 42px;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	height: 43px;
	width: 100%;
}

/* デバイス幅321px以上 */
@media screen and (min-width:321px) {
	main section .inner .content_area .list a::before,
	main section .inner .content_area .list > li > span::before {
		background-size: 55px;
		height: 57px;
	}
}

main section .inner .content_area .list .cont_01 a::before { background-position: center -666px;}
main section .inner .content_area .list .cont_02 span::before { background-position: center -713px;}
main section .inner .content_area .list .cont_03 span::before { background-position: center -759px;}
main section .inner .content_area .list .cont_04 span::before { background-position: center -806px;}
main section .inner .content_area .list .cont_05 span::before { background-position: center -857px;}
main section .inner .content_area .list .cont_06 span::before { background-position: center -906px;}
main section .inner .content_area .list .cont_07 span::before { background-position: center -955px;}
main section .inner .content_area .list .cont_08 span::before { background-position: center -1002px;}
main section .inner .content_area .list .cont_09 span::before { background-position: center -1057px;}
main section .inner .content_area .list .cont_10 span::before { background-position: center -1105px;}
main section .inner .content_area .list .cont_11 span::before { background-position: center -1158px;}
main section .inner .content_area .list .cont_12 span::before { background-position: center -1208px;}
main section .inner .content_area .list .cont_13 span::before { background-position: center -1256px;}
main section .inner .content_area .list .cont_14 span::before { background-position: center -1307px;}
main section .inner .content_area .list .cont_15 span::before { background-position: center -1361px;}

/* デバイス幅321px以上 */
@media screen and (min-width:321px) {
	main section .inner .content_area .list .cont_01 a::before { background-position: center -872px;}
	main section .inner .content_area .list .cont_02 span::before { background-position: center -933px;}
	main section .inner .content_area .list .cont_03 span::before { background-position: center -994px;}
	main section .inner .content_area .list .cont_04 span::before { background-position: center -1055px;}
	main section .inner .content_area .list .cont_05 span::before { background-position: center -1122px;}
	main section .inner .content_area .list .cont_06 span::before { background-position: center -1187px;}
	main section .inner .content_area .list .cont_07 span::before { background-position: center -1251px;}
	main section .inner .content_area .list .cont_08 span::before { background-position: center -1312px;}
	main section .inner .content_area .list .cont_09 span::before { background-position: center -1384px;}
	main section .inner .content_area .list .cont_10 span::before { background-position: center -1449px;}
	main section .inner .content_area .list .cont_11 span::before { background-position: center -1518px;}
	main section .inner .content_area .list .cont_12 span::before { background-position: center -1580px;}
	main section .inner .content_area .list .cont_13 span::before { background-position: center -1644px;}
	main section .inner .content_area .list .cont_14 span::before { background-position: center -1711px;}
	main section .inner .content_area .list .cont_15 span::before { background-position: center -1782px;}
}


main section .inner .content_area .nav_list_btn {
	text-align: center;
	position: relative;
	margin: 20px 0 30px;
	color: #6799E4;
}

main section .inner .content_area .nav_list_btn:after {
	content: "";
	display: block;
	border: solid 6px transparent;
	border-top: solid 7px #8a8a8a;
	position: absolute;
	left: 0;
	right: 0;
	top: 20px;
	margin: auto;
	height: 7px;
	width: 7px;
}

main section .inner .content_area .nav_list_btn.open_list {
	margin: 30px 0 20px;
}

main section .inner .content_area .nav_list_btn.open_list:after {
	border-top: solid 6px transparent;
	border-bottom: solid 7px #8a8a8a;
	top: -20px;
}


/*--- catalog_search_model ---*/
.catalog_search_modelTab {
	width: 100%;
	display: table;
	table-layout: fixed;
	padding: 10px;
}
.catalog_search_modelTab>a {
	width: 50%;
	padding: 18px 0;
	display: table-cell;
	color: #333;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #d00000;
	background-color: #fff;
	position: relative;
}
.catalog_search_modelTab>a:last-child {
	border-right: none;
}
.catalog_search_modelTab>a.current {
	color: #fff;
	background: #d00000;
	border-radius: 4px 4px 0 0;
}
.catalog_search_modelWrap {
	margin-bottom: 20px;
	padding: 10px 10px 0;
	display: none;
}
.catalog_search_modelWrap.is-show {
	display: block;
}
.catalog_search_modelList {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.catalog_search_modelList > li {
	width: 23.333%;
	margin-right: 2%;
	margin-bottom: 6px;
	font-size: 10px;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 3px;
	background-color: #fff;
}
.catalog_search_modelList > li:nth-child(4n) {
	margin-right: 0;
}
.catalog_search_modelList > li > a {
	display: block;
	padding: 52px 0 10px 0;
	position: relative;
}
.catalog_search_modelList > li.t_2line > a {
	padding: 48px 0 5px 0;
}
.catalog_search_modelList > li > a > span {
	display: inline-block;
	text-align: left;
}
main section .inner .more_brand {
	margin-top: 0;
}

/*----- select_brand -----*/
main section .inner .select_brand {
	padding: 0 10px;
}

main section .inner .select_brand .list {
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

main section .inner .select_brand .list li {
	float: left;
	text-align: center;
	margin-bottom: 10px;
	height: 80px;
	width: 20%;
}

main section .inner .select_brand .list a {
	display: block;
	color: #333;
	font-size: 11px;
	padding: 55px 0 10px 0;
	position: relative;
}

main section .inner .select_brand .list a::before {
	content: "";
	background: url("https://img.goo-net.com/common_v2/img/iphone/202306_logo/bg_brand_sprite02.png") no-repeat;
	background-size: 50px auto;
	display: block;
	top: 0;
	left: 0;
	position: absolute;
	height: 50px;
	width: 100%;
}

main section .inner .select_brand .list .lexus a::before { background-position: center 0;}
main section .inner .select_brand .list .toyota a::before { background-position: center -55px;}
main section .inner .select_brand .list .nissan a::before { background-position: center -111px;}
main section .inner .select_brand .list .honda a::before { background-position: center -167px;}
main section .inner .select_brand .list .subaru a::before { background-position: center -215px;}
main section .inner .select_brand .list .daihatsu a::before { background-position: center -270px;}
main section .inner .select_brand .list .suzuki a::before { background-position: center -329px;}
main section .inner .select_brand .list .mazda a::before { background-position: center -387px;}
main section .inner .select_brand .list .mitsubishi a::before { background-position: center -442px;}
main section .inner .select_brand .list .mitsuoka a::before { background-position: center -498px;}
main section .inner .select_brand .list .mercedes_benz a::before { background-position: center -558px;}
main section .inner .select_brand .list .bmw a::before { background-position: center -626px;}
main section .inner .select_brand .list .volkswagen a::before { background-position: center -689px;}
main section .inner .select_brand .list .audi a::before { background-position: center -747px;}
main section .inner .select_brand .list .porsche a::before { background-position: center -804px;}
main section .inner .select_brand .list .mini a::before { background-position: center -860px;}
main section .inner .select_brand .list .volvo a::before { background-position: center -920px;}
main section .inner .select_brand .list .peugeot a::before { background-position: center -980px;}
main section .inner .select_brand .list .chevrolet a::before { background-position: center -1027px;}
main section .inner .select_brand .list .chrysler a::before { background-position: center -1077px;}
main section .inner .select_brand .list .jeep a::before { background-position: center -1072px;}
main section .inner .select_brand .list .land_rover a::before { background-position: center -1124px;}

main section .inner .more_brand {
	display: table;
	width: 100%;
	padding: 0;
	overflow: hidden;
	text-align: center;
	background-color: #fff;
	border-top: none;
	border-collapse: separate;
	border-spacing: 10px 0px;
}

main section .inner .domestic_car,
main section .inner .import_car {
	display: table-cell;
	font-weight: bold;
	width: 50%;
	font-size: 12px;
	border: 1px solid #d5cbcb;
	border-radius: 4px;
	vertical-align: top;
	position: relative;
}

.domestic_car::after,
.import_car::after {
	content: "";
	display: block;
	border-right: solid 2px #e61f27;
	border-bottom: solid 2px #e61f27;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin: -5px 0 0 0;
	top: 50%;
	right: 10px;
	position: absolute;
	height: 8px;
	width: 8px;
}

main section .inner .domestic_car a,
main section .inner .import_car a {
	display: block;
	padding: 15px 0;
	margin: 0 5px;
}

.select_bodytype .list a {
	float: left;
}

#switch_search_bodytype {
	margin: 0;
}

section .inner {
	border-top: 3px solid #d5d5d5;
	position: relative;
}

section .inner::before {
	content: "";
	display: block;
	border-top: 3px solid #d00000;
	position: absolute;
	top: -3px;
	width: 18%;
	left: 0;
}

/* #light_user_bnr */
main section .inner #light_user_bnr {
	padding: 0 10px 12px;
	text-align: center;
}
main section .inner #light_user_bnr img {
	width: 100%;
	max-width: 600px;
}


/*----- select_bodytype -----*/
main section .inner .select_bodytype {
	padding: 0 20px;
}

main section .inner .select_bodytype a {
	display: block;
	float: left;
	width: 33%;
}

main section .inner .select_bodytype .list {
	margin: 0 auto 20px;
	overflow: hidden;
	height: auto;
	min-height: 100px;
	width: 100%;
}

main section .inner .select_bodytype .list .upper {
	margin-bottom: 20px;
}

main section .inner .select_bodytype .list .upper,
main section .inner .select_bodytype .list .bottom {
	text-align: center;
	overflow: hidden;
}

main section .inner .select_bodytype .list a p { color: #2d2d2d;}
main section .inner .select_bodytype .list a p:first-child {
	color: #666;
	font-size: 10px;
}

main section .inner .select_bodytype .list .image_item {
	padding: 65px 0 5px 0;
	position: relative;
}

main section .inner .select_bodytype .list .image_item::after {
	content: "";
	background: url("https://img.goo-net.com/common_v2/img/iphone/bg_bodytype_sprite.png") no-repeat;
	background-size: 76px 322px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
}

main section .inner .select_bodytype .type1 .image_item { padding: 72px 0 10px 0;}
main section .inner .select_bodytype .type3 .image_item { padding: 65px 0 9px 0;}
main section .inner .select_bodytype .type6 .image_item { padding: 65px 0 5px 0;}

main section .inner .select_bodytype .type1 .image_item::after { background-position: center 10px;}
main section .inner .select_bodytype .type2 .image_item::after { background-position: center -46px;}
main section .inner .select_bodytype .type3 .image_item::after { background-position: center -110px;}
main section .inner .select_bodytype .type4 .image_item::after { background-position: center -165px;}
main section .inner .select_bodytype .type5 .image_item::after { background-position: center -225px;}
main section .inner .select_bodytype .type6 .image_item::after { background-position: center -285px;}

main section .inner .moreLink {
	border-top: 1px solid #dbdbdb;
}

main section .inner .moreLink a span { color: #000;}
main section .inner .moreLink a::after,
main section .inner .select_other .list li a::after,
main section .inner .slider_bodytype_content .list a::after,
main section .inner .slider_maker_content .list a::after {
	content: "";
	display: block;
	border-right: solid 2px #ff2424;
	border-bottom: solid 2px #ff2424;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin: -5px 0 0 0;
	top: 50%;
	right: 12px;
	position: absolute;
	height: 7px;
	width: 7px;
}

/*----- select_other -----*/
main section .inner .select_other { width: 100%;}
main section .inner .select_other .list li { border-top: 1px solid #e1e2e2}
main section .inner .select_other .list li a {
	display: block;
	font-weight: bold;
	font-size: 14px;
	padding: 15px 25px 15px 28px;
}

main section .inner .select_other .list .identified span,
main section .inner .select_other .list .guaranteed span {
	font-weight: normal;
}

main section .inner .select_other .list .identified,
main section .inner .select_other .list .guaranteed {
	position: relative;
}

main section .inner .select_other .list .identified::before,
main section .inner .select_other .list .guaranteed::before {
	content: "";
	background: url("https://img.goo-net.com/common_v2/img/iphone/bg_headline_sprite.png") no-repeat;
	background-size: 50px 556px;
	display: block;
	top: 0;
	left: 0;
	position: absolute;
	background-position: 20px -380px;
	height: 56px;
	width: 100%;
}

main section .inner .select_other .list .identified::before { background-position: 20px -321px;}
main section .inner .select_other .list .guaranteed::before { background-position: 20px -376px;}

main section .inner .select_other .list .identified a,
main section .inner .select_other .list .guaranteed a {
	padding-left: 80px;
	line-height: 1.4;
}

@media screen and (min-width:0px) and ( max-width:320px) {
	main section .inner .select_other .list .identified a,
	main section .inner .select_other .list .guaranteed a {
		padding-left: 70px;
	}
}

/* ---- sp_seophase3_1 20170830 start ---- */
main section .feature_list ul {
  width: 100%;
  border-top: 1px solid #e1e2e2;
  background: #f8fafa;
  box-sizing: border-box;
  overflow: hidden;
}
main section .feature_list ul li {
  padding: 17px 29px;
  font-size: 14px;
  font-weight: bold;
}
main section .feature_list ul li a {
  padding: 0;
  display: block;
  border-right: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  background: #fff;
}
main section .feature_list ul img {
  width: 100%;
}

main section .feature_list .title {
  width: 100%;
  padding: 10px 15px;
  line-height: 1.4;
  border-collapse: separate;
  border-spacing: 10px 0;
  overflow: hidden;
}
main section .feature_list .title .txt {
  width: 100%;
  overflow: hidden;
}
main section .feature_list .title .category {
  background-color: #b5b5b5;
  border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #fff;
  float: right;
  padding: 1px 8px;
  margin-top: 15px;
  text-align: center;
  font-weight: normal;
  font-size: 10px;
}

main section .inner.feature_list .moreLink a:after {
  content: "";
  display: block;
  border-right: solid 1px #ff2424;
  border-bottom: solid 1px #ff2424;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin: -5px 0 0 0;
  top: 50%;
  right: 12px;
  position: absolute;
  height: 7px;
  width: 7px;
}

/*---- slider_toyota_more ----*/
main section .inner .slider_toyota_more {
	margin: 0 10px;
}

main section .inner .slider_toyota_more li a>img{
	width: 100%;
}

main section .inner .slider_toyota_more .text {
	margin: 5px 0;
	padding-left: 10px;
	font-size: 10px;
}

main section .inner .slider_toyota_more .text p{
	padding-top: 8px;
}

main section .inner .slider_toyota_more .text p span {
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
}

@media screen and (min-width:361px) {
	main section .inner .slider_toyota_more .text {
		margin: 5px 0;
		padding-left: 13px;
		font-size: 12px;
	}
	main section .inner .slider_toyota_more .text p span {
		font-size: 16px;
	}
}

main section .inner .slider_toyota_more .text .rev img{
	display: inline;
	width: 10px;
}

main section .inner .slider_toyota_more .text .rev em {
	font-style: normal;
	font-size: 12px;
}

/*---- スライダー矢印 ----*/
main section .inner.feature_list .slick-prev,
main section .inner.feature_list .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 37%;
  z-index: 1;
  display: block;
  width: 20px;
  height: 100px;
  padding: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

/*---- /スライダー矢印 ----*/

/* ---- sp_seophase3_1 20170830 end ---- */


/*----- ranking -----*/
main section .inner .slider_bodytype_nav,
main section .inner .slider_maker_nav {
	background-color: #eee;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	height: 44px;
}

main section .inner .slider_bodytype_nav div,
main section .inner .slider_maker_nav div {
	position: relative;
}

main section .inner .slider_bodytype_nav .slick-slide::after,
main section .inner .slider_maker_nav .slick-slide::after {
	content: "";
	border-right: 1px solid #9b9b9b;
	top: 6px;
	right: 0;
	position: absolute;
	padding: 15px;
}

main section .inner .slider_bodytype_nav div span,
main section .inner .slider_maker_nav div span {
	display: block;
	padding: 15px;
}

main section .inner .slider_bodytype_nav div.slick-current,
main section .inner .slider_maker_nav div.slick-current {
	background: #e10a05;
	color: #fff !important;
}

main section .inner .slider_bodytype_nav div.slick-current::after,
main section .inner .slider_maker_nav div.slick-current::after {
	border-right-style: none;
}

main section .inner .slider_bodytype_content .list .rank1,
main section .inner .slider_bodytype_content .list .rank2,
main section .inner .slider_maker_content .list .rank1,
main section .inner .slider_maker_content .list .rank2 {
	border-bottom: 1px solid #e1e2e2;
}

main section .inner .slider_bodytype_content .list .rank1,
main section .inner .slider_bodytype_content .list .rank2,
main section .inner .slider_bodytype_content .list .rank3,
main section .inner .slider_maker_content .list .rank1,
main section .inner .slider_maker_content .list .rank2,
main section .inner .slider_maker_content .list .rank3 {
	height: auto;
	min-height: 82px;
}

main section .inner .slider_bodytype_content .list,
main section .inner .slider_maker_content .list {
	padding: 0 15px;
}

main section .inner .slider_bodytype_content .list a,
main section .inner .slider_maker_content .list a {
	display: block;
	padding: 15px 20px 15px 6px;
	position: relative;
}

main section .inner .slider_bodytype_content .list .info,
main section .inner .slider_maker_content .list .info {
	overflow: hidden;
	width: 100%;
	display: table;
}

main section .inner .slider_bodytype_content .list .info::before,
main section .inner .slider_maker_content .list .info::before {
	content: "";
	background: url("https://img.goo-net.com/common_v2/img/iphone/icon_top_sprite.png") no-repeat;
	background-size: 25px;
	padding: 0;
	height: 26px;
	min-height: 26px;
	width: 26px;
	display: block;
	margin: 10px 10px 10px 0;
}

main section .inner .slider_bodytype_content .list .rank1 .info::before,
main section .inner .slider_maker_content .list .rank1 .info::before {
	background-position: 0 -276px;
}

main section .inner .slider_bodytype_content .list .rank2 .info::before,
main section .inner .slider_maker_content .list .rank2 .info::before {
	background-position: 0 -316px;
}

main section .inner .slider_bodytype_content .list .rank3 .info::before,
main section .inner .slider_maker_content .list .rank3 .info::before {
	background-position: 0 -356px;
}

main section .inner .slider_bodytype_nav div.slick-current,
main section .inner .slider_maker_nav div.slick-current {
	background: #d00000;
	color: #fff !important;
}

main section .inner h2 .icn_ranking {
	padding-left: 25px;
}

/* スライダー矢印 */
main section .inner.feature_list .slick-prev,
main section .inner.feature_list .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 37%;
	z-index: 1;
	display: block;
	width: 20px;
	height: 100px;
	padding: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

main section .inner .slider_bodytype_content .list .info p,
main section .inner .slider_maker_content .list .info p {
	display: table-cell;
	width: 28%;
}
main section .inner .slider_bodytype_content .list .info .txt,
main section .inner .slider_maker_content .list .info .txt {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
	width: 58%;
}

main section .inner .slider_bodytype_content .list .info .txt span:first-child,
main section .inner .slider_maker_content .list .info .txt span:first-child {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
	width: 100%;
}


/*----- slider -----*/
.slick-slider {
	position: relative;
	display: block;
	user-select: none;
		-webkit-touch-callout: none;
		-khtml-user-select: none;
		-ms-touch-action: pan-y;
	touch-action: pan-y;
		-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus { outline: none;}
.slick-slider .slick-track,
.slick-slider .slick-list {
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:after { clear: both;}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide { float: right;}
.slick-slide img { display: block;}
.slick-initialized .slick-slide { display: block;}
.slick-loading .slick-slide { visibility: hidden;}


/* 「特集から探す」スライダー */
section > .feature_list,
section > .review,
section > .commentary {
	padding-bottom: 20px;
}
main section .feature_list ul {
	width: 100%;
	padding: 0 25px;
	border-top: none;
	background: #fff;
	box-sizing: border-box;
	overflow: hidden;
}
main section .feature_list ul li {
	padding: 0 5px;
	width: 150px;
	font-size: 14px;
	font-weight: bold;
}
main section .feature_list ul li a {
	padding: 0;
	display: block;
	border: none;
	background: #fff;
}
main section .feature_list ul img {
	width: 100%;
	border: 1px solid #d5cbcb;
	border-radius: 10px;
}
main section .feature_list .title {
	width: 100%;
	font-size: 12px;
	padding: 8px;
	line-height: 1.4;
	border-collapse: separate;
	border-spacing: 10px 0;
	overflow: hidden;
}
main section .feature_list .title .txt {
	width: 100%;
	overflow: hidden;
}
main section .feature_list .title .category {
	display: none;
}
main section .inner .slick-prev:before,
main section .inner .slick-next:before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	border-right: solid 2px #e61f27;
	border-bottom: solid 2px #e61f27;
	position: absolute;
	top: 50%;
	margin: -5px 0 0 0;
}
.inner .moreLink,
.inner .otherLink {
	background: #fff;
	border: 1px solid #d5cbcb;
	border-radius: 4px;
	margin: 0 20px;
}

main section .inner .moreLink a,
main section .inner .otherLink a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 15px 20px 15px 10px;
}

main section .inner .otherLink {
	margin: 20px;
}

main section .inner .moreLink a,
main section .inner .otherLink a,
main section .inner .select_other .list li a {
	float: none;
	position: relative;
	width: 100%;
	font-size: 12px;
}

main section .linkList li a:after{
	border-right: solid 2px #e61f27;
	border-bottom: solid 2px #e61f27;
}
main section .inner .moreLink a::after,
main section .inner .select_other .list li a::after,
main section .inner .slider_bodytype_content .list a::after,
main section .inner .slider_maker_content .list a::after,
main section .inner.feature_list .moreLink a:after,
main section .inner.feature_list .otherLink a:after,
main section .inner .otherLink a:after {
	content: "";
	display: block;
	border-right: solid 2px #e61f27;
	border-bottom: solid 2px #e61f27;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin: -5px 0 0 0;
	top: 50%;
	right: 12px;
	position: absolute;
	height: 8px;
	width: 8px;
}

/*----- info_message_box -----*/
#info_message_box {
	display: none;
}

#info_message_box #vacation_message {
	margin-top: 5px;
	padding: 0 40px 0 10px;
}

#info_message_box #vacation_message .vacation {
	background: url("https://img.goo-net.com/goo/usedcar/common/img/iphone/icon_information.gif") no-repeat scroll top left;
	background-size: 13px 13px;
	padding: 1px 0 1px 20px;
	font-size: 95%;
	text-shadow: none;
}

#info_message_box #vacation_message .vacation dt {
	cursor: pointer;
	font-weight: bold;
}

#info_message_box #vacation_message .vacation dd {
	margin-top: 6px;
	display: none;
}

main section .whitewrap02 {
	padding: 0 10px;
}

/*----- fukidashiOuter -----*/
#fukidashiOuter {
	margin: 10px 0 0;
}
#historyArea {
	background-color: #f8fafa;
	width: 100%;
	margin: 13px auto 0;
	display: none;
}

#historyArea a {
	padding: 11px 15px 13px;
	display: block;
}

#historyArea dt {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 125%;
	background: url("https://img.goo-net.com/goo/common_v2/img/iphone/icon_search.png") no-repeat center left;
	background-size: 13px;
	padding-left: 19px;
}

#historyArea dd {
	word-break: break-word;
	position: relative;
}

#historyArea dd:after {
	content: "";
	display: block;
	border-right: solid 2px #ff2424;
	border-bottom: solid 2px #ff2424;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin: -5px 0 0 0;
	top: 50%;
	right: 0;
	position: absolute;
	height: 7px;
	width: 7px;
}

/*----- linkList -----*/
main section .linkList li { border-top: 1px solid #dbdbdb;}
main section .linkList li a {
	padding: 14px 20px 12px 10px;
	display: block;
	color: #242a32;
	line-height: 1.4;
	overflow: hidden;
	position: relative;
}

main section .linkList li a .img {
	width: 75px;
	margin: 0 15px 0 0;
	float: left;
}

main section .linkList li a .img img { width: 100%;}

main section .linkList li a .text { margin: 0 0 0 90px;}

main section .linkList li a .text span { font-weight: bold;}

main section .linkList li a:after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-right: solid 2px #ff2424;
	border-bottom: solid 2px #ff2424;
	transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	right: 8px;
	margin: -5px 0 0 0;
}


/*----- review -----*/
main section .review ul {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

main section .review ul li{ padding: 0 10px;}

main section .review ul img {
	width: 180px;
	margin: 0 auto;
}

main section .review li a {
	padding: 14px 0 0;
	display: block;
	border: 1px solid #cecece;
	border-radius: 3px;
	background: #fff;
}

main section .review dl {
	width: 100%;
	padding: 10px 20px;
	line-height: 1.4;
	border-collapse: separate;
	border-spacing: 10px 0;
	overflow: hidden;
}

main section .review dt{
	word-break: break-all;
}

main section .review_voice dt,
main section .review_voice dd {
	display: block;
	vertical-align: top;
	float: left;
}

main section .review .detale{
	height: 125px;
	overflow: hidden;
}

main section .review .review_cars dt,
main section .review .review_cars dd {
	margin: 0 auto;
}

main section .review .review_cars dt.car_img {
	padding-bottom: 10px;
}

main section .review .review_voice dt { width: 70%;}
main section .review .review_voice dd { width: 30%;}

main section .review ul span {
	display: block;
	font-weight: bold;
}

main section .review .review_voice dt span {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.3;
}

main section .review .car_name span {font-size: 12px;}

main section .review .score {
	color: #dc0707;
	text-align: center;
	padding-top: 7px;
}

main section .review .score span {
	font-size: 32px;
	letter-spacing: 2px;
	line-height: 1.2;
}

main section .review .shop_review_box li a { padding: 0;}


/*----- magazine -----*/
main section .magazine h2 img {
	width: 82.187%;
	max-width: 526px;
}

main section .magazine .articleList li a {
	padding: 0 20px 10px 10px;
	display: block;
	color: #242a32;
	line-height: 1.4;
	overflow: hidden;
}

main section .magazine .articleList li a .img {
	width: 125px;
	margin: 0 15px 0 0;
	float: left;
}

main section .magazine .articleList li a .img img { width: 100%;}

main section .magazine .articleList li a .text { margin: 14px 0 0 140px;}

main section .magazine .articleList li a .date {
	display: block;
	color: #666;
	font-size: 10px;
}

main section .magazine .linkList { margin: 0 10px;}


/*----- infoList -----*/
main section .infoList li { border-top: 1px solid #dbdbdb;}

main section .infoList li a {
	padding: 14px 20px 14px 68px;
	display: block;
	color: #242a32;
	line-height: 1.4;
	position: relative;
}

main section .infoList li a span { font-weight: bold;}

main section .infoList li a:before {
	content: "";
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	top: 50%;
	bottom: 50%;
	left: 7px;
	margin: auto;
	background: url("https://img.goo-net.com/cache/ipn/top/sprite_icon_top.png") no-repeat;
	background-size: 100%;
}

main section .infoList li.LINE a:before { background-position: 0 -439px;}
main section .infoList li.review a:before { background-position: 0 -506px;}
main section .infoList li.kaitori a:before{ background: url("https://img.goo-net.com/cache/ipn/top/sprite_icon_top.png") no-repeat 50% -576px; background-size: 100%;}

main section .infoList li a:after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-right: solid 2px #ff2424;
	border-bottom: solid 2px #ff2424;
	transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	right: 8px;
	margin: -5px 0 0 0;
}


/*----- apps -----*/
main section .apps h2 { border-bottom: 1px solid #c9c9c9;}

main section .apps .appsInfo {
	width: 100%;
	padding: 6px 10px 0;
	display: table;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	border-bottom: 1px solid #c9c9c9;
}

main section .apps .appsInfo .img {
	width: 65px;
	padding-top: 4px;
	display: table-cell;
}

main section .apps .appsInfo dl {
	width: 100%;
	padding: 0 0 0 10px;
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
}

main section .apps .appsInfo dl dt {
	margin: 8px 0 4px;
	overflow: hidden;
	font-size: 125%;
	font-weight: bold;
	line-height: 1;
}

main section .apps .appsInfo dl dt span { float: left;}

main section .apps .appsInfo dl dt span.free {
	width: 32px;
	padding: 3px 0;
	display: block;
	float: right;
	color: #ffffff;
	font-size: 67%;
	font-weight: normal;
	text-align: center;
	background-color: #f4a63e;
}

main section .apps .appsInfo dl dd {
	font-size: 100%;
	line-height: 1.3;
}

main section .apps .appsInfo dl dd p { margin-bottom: 10px;}

main section .apps .appsInfo dl dd div.dlBtn {
	margin-bottom: 10px;
	display: block;
	background-image: linear-gradient(top, rgb(255,255,255) 50%, rgb(242,242,242) 100%);
	background-image: -moz-linear-gradient(top, rgb(255,255,255) 50%, rgb(242,242,242) 100%);
	background-image: -webkit-linear-gradient(top, rgb(255,255,255) 50%, rgb(242,242,242) 100%);
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0.5, rgb(255,255,255)), color-stop(1, rgb(242,242,242)) );
	border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	border: 1px solid #cccccc;
	text-align: center;
}

main section .apps .appsInfo dl dd div.dlBtn a {
	display: block;
	color: #333333;
	background: url("https://img.goo-net.com/cache/ipn/top/sprite_icon_top.png") -7px -737px no-repeat;
	background-size: 50px 759px;
	width: 100%;
	padding: 8px 0px 5px;
}

/*----- inner_pr -----*/
main section .inner_pr {
	margin: 25px 10px 15px;
	box-shadow: 0px 1px 3px rgba(000,000,000,0.3);
		-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.3);
		-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.3);
	border-radius: 8px 8px 0 0;
		-moz-border-radius: 8px 8px 0 0;
		-webkit-border-radius: 8px 8px 0 0;
}

main section .inner_pr h2 {
	padding: 12px 0 10px 28px;
	font-size: 114%;
	font-weight: bold;
	background-image: url("https://img.goo-net.com/cache/ipn/top/sprite_icon_top.png");
	background-position: -11px -638px;
	background-repeat: no-repeat;
	background-size: 50px 759px;
		-webkit-background-size: 50px 759px;
		-moz-background-size: 50px 759px;
	text-align: left;
	line-height: 1;
}

main section .inner_pr .bnrList li {
	text-align: center;
	padding: 8px 3px 7px 3px;
	overflow: hidden;
	border-top: 1px solid #dbdbdb;
	background-image: linear-gradient(top, rgb(255,255,255) 40%, rgb(240,240,240) 100%);
	background-image: -moz-linear-gradient(top, rgb(255,255,255) 40%, rgb(240,240,240) 100%);
	background-image: -webkit-linear-gradient(top, rgb(255,255,255) 40%, rgb(240,240,240) 100%);
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0.4, rgb(255,255,255)), color-stop(1, rgb(240,240,240)) );
}


/*----- employment -----*/
.employment img {
	width: 100%;
	display: block;
}

/*----- about_goonet -----*/
main section .about_goonet {
	margin: 0 0 30px;
	background: linear-gradient(#CC0011, #FE0015, #FE0015);
	position: relative;
}

main section .about_goonet p {
	line-height: 1.8;
	padding: 0px 20px;
	color: #FFFFFF;
}


/*----- gLogo -----*/
main section .item1 {
	width: 165px;
	margin: 0 auto 15px;
}

main section .item1 img { width: 100%;}

main section .item2 {
	text-align: center;
	line-height: 1.4;
	font-weight: bold;
	margin: 0 0 20px;
}

main section .item3 {
	width: 300px;
	margin: 0 auto;
	padding: 0 0 80px;
	background: url(https://img.goo-net.com/common_v2/img/iphone/bg_info_01.png) no-repeat;
	background-size: 300px auto;
}

main section .item3 li { float: left;}
main section li.imageL { margin: 0 39px 0 9px; padding-right: 6px;}
main section li.imageC { margin: 0 44px 0 0; padding-left: 5px;}
main section .item3 li span { font-weight: bold;}


main section .item3 li.imageR{
	padding-left: 15px;
}

main section .item3 li{
	width: 33%;
	margin: 0;
	text-align: center;
}

main section .item3 a{
	display: block;
	width: 100%;
	height: 75px;
}


/*----- Arrows -----*/
main section .inner .slick-prev,
main section .inner .slick-next{
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	z-index: 1;
	display: block;
	padding: 0;
	transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
main section .inner .slick-prev:hover,
main section .inner .slick-prev:focus,
main section .inner .slick-next:hover,
main section .inner .slick-next:focus{
	color: transparent;
	outline: none;
	background: transparent;
}
main section .inner .slick-prev:hover:before,
main section .inner .slick-prev:focus:before,
main section .inner .slick-next:hover:before,
main section .inner .slick-next:focus:before{opacity: 1;}
main section .inner .slick-prev.slick-disabled:before,
main section .inner .slick-next.slick-disabled:before{opacity: .25;}

main section .inner .feature_list_box .slick-prev,
main section .inner .feature_list_box .slick-next{
	width: 20px;
	height: 100px;
}

main section .inner .feature_list_box .slick-prev{left: 11px;}
main section .inner .feature_list_box .slick-prev:before{
	transform: rotate(-225deg);
	-webkit-transform: rotate(-225deg);
}

main section .inner .feature_list_box .slick-next{right: 5px;}
main section .inner .feature_list_box .slick-next:before{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

/*----- Dots -----*/
main section .inner .slick-dots{
	padding: 5px 0;
	margin: 0;
	list-style: none;
	text-align: center;
	background: #fff!important;
	border-bottom: none!important;
}
main section .inner .slick-dots li{
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
main section .inner .slick-dots li button{
	display: block;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
main section .inner .slick-dots li button:hover,
main section .inner .slick-dots li button:focus{outline: none;}
main section .inner .slick-dots li button:hover:before,
main section .inner .slick-dots li button:focus:before{opacity: 1;}
main section .inner .slick-dots li button:before{
	font-size: 12px;
	content: '●';
	text-align: center;
	color: #c9c9c9;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
}

main section .inner .slick-dots li.slick-active button:before {
	color: #cf0a0a;
}

/*----- slide_menu -----*/
section .inner h2 {
	color: #e61f26;
	line-height: 1.4;
	font-size: 16px;
	text-align: center;
	padding: 20px 0;
}

section .inner.search_info {
	border-top-style: none;
	position: relative;
}

section .inner.search_info .back_prev {
	position: absolute;
	top: 12px;
	left: 4px;
}

section .inner.search_info .back_prev a {
	color: #e61f26;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	display: block;
	padding: 12px 15px 12px 20px;
	height: 40px;
}

section .inner.search_info .back_prev a::before {
	content: "";
	display: block;
	/*border-left: solid 2px #ff2424;
	border-bottom: solid 2px #ff2424;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 16px;*/
	left: 10px;
	position: absolute;
	height: 7px;
	width: 7px;
}

section .inner.search_info .select_region,
section .inner.search_info .select_item li {
	border-top: 1px solid #e1e2e2;
}

section .inner.search_info .select_item li:last-child {
	border-bottom: 1px solid #e1e2e2;
}

section .inner.search_info .select_region .switch_point,
section .inner.search_info .select_region .link_list a,
section .inner.search_info .select_region .accordion a,
section .inner.search_info .select_item li a {
	font-weight: bold;
	font-size: 14px;
	padding: 15px 25px 15px 24px;
	position: relative;
}

section .inner.search_info .select_region .link_list a::after,
section .inner.search_info .select_region .accordion a::after,
section .inner.search_info .select_item li a::after {
	content: "";
	display: block;
	border-right: solid 2px #ff2424;
	border-bottom: solid 2px #ff2424;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin: -5px 0 0 0;
	top: 50%;
	right: 12px;
	position: absolute;
	height: 7px;
	width: 7px;
}

section .inner.search_info .select_region .switch_point { -webkit-tap-highlight-color: transparent;}
section .inner.search_info .select_region .switch_point::after {
	content: "";
	display: block;
	border-right: solid 2px #ff2424;
	border-bottom: solid 2px #ff2424;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transition: .5s;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		-o-transition: .5s;
		-ms-transition: .5s;
	margin: -5px 0 0 0;
	top: 50%;
	right: 12px;
	position: absolute;
	height: 7px;
	width: 7px;
}

section .inner.search_info .select_region .link_list a,
section .inner.search_info .select_region .accordion a,
section .inner.search_info .select_item li a {
	display: block;
}

section .inner.search_info .select_region .accordion a {
	background-color: #f8fafa;
	border-top: 1px solid #e1e2e2;
	padding-left: 38px;
}

section .inner.search_info .select_region .accordion {
	display: none;
}

section .inner.search_info .select_region .switch_point.on::after {
	transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
}

section .inner.search_info .topButton {
	background-color: #dfdfdf;
	text-align: right;
	padding: 3px 0;
}

section .inner.search_info .topButton a {
	display: inline-block;
	font-size: 14px;
	padding: 10px;
}

section .inner.search_info .select_item.explain a {
	overflow: hidden;
	line-height: 1.4;
	font-size: 12px;
}

section .inner.search_info .select_item.explain .image {
	float: left;
	width: 75px;
}

section .inner.search_info .select_item.explain .image img {
	vertical-align: top;
	width: 100%;
}

section .inner.search_info .select_item.explain .txt_info {
	margin-left: 90px;
}

section .inner.search_info .select_item.explain .txt_info span {
	display: block;
}

section .inner.search_info .select_item.explain .txt_info span:last-child {
	font-weight: normal;
	margin-top: 3px;
}

#slide_menu{
	position: fixed;
	top: 0;
	left: 100%;
	background-color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 5;
	overflow-x: hidden;
	overflow-y: scroll;
	zoom: 1;
}

#slide_menu > div{ display: none;}
#slide_menu .show{ display: block;}

section .inner.search_info .price_select {
	padding:0px 25px 15px 24px;
	text-align:center;
}

section .inner.search_info .price_select .fast_select,
section .inner.search_info .price_select .second_select {
	background: url("https://img.goo-net.com/cache/ipn/top/sprite_icon_top.png") no-repeat 90px -704px;
	background-size: 50px 759px;
	color: #333;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: Helvetica, "ヒラギノ角ゴ Pro W3",HiraKakuPro-W3, Osaka, "メイリオ",Meiryo, "ＭＳ Ｐゴシック",verdana, arial, sans-serif;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-left: 8px;
	height: 33px;
	width:130px;
	margin-bottom:10px;
}

section .inner.search_info .price_select .fast_select{
	margin-right: 10px;
}

section .inner.search_info .price_select .second_select{
	margin-left: 10px;
}

section .inner.search_info .price_select a {
	background-color: #e61f26;
	display: block;
	border-radius: 3px;
	-webkit-radius: 3px;
	-moz-border-radius: 3px;
	text-align: center;
	vertical-align: top;
	line-height: 40px;
}

section .inner.search_info .price_select .searchBtn {
    background: none;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 120%;
}


/* ANG_PRJ-2685 nikeda start */
#search_bodytype section .inner.search_info .select_item li a {
    padding-left: 64px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url(https://img.goo-net.com/common_v2/img/bg_bodytype_sp.png);
    background-size:46px 589px;
    background-repeat: no-repeat;
    height: 45px;
    line-height: 45px;
}

/* 軽自動車 */
#search_bodytype section .inner.search_info .select_item li.bodytype_kei a { background-position : 10px 15px; }
/* コンパクトカー */
#search_bodytype section .inner.search_info .select_item li.bodytype_compact a { background-position : 10px -29px; }
/* ミニバン　ワンボックス */
#search_bodytype section .inner.search_info .select_item li.bodytype_minivan a { background-position : 10px -73px; }
/* ハイブリッド　EV車 */
#search_bodytype section .inner.search_info .select_item li.bodytype_hybrid_ev a { background-position : 10px -117px; }
/* セダン */
#search_bodytype section .inner.search_info .select_item li.bodytype_sedan a { background-position : 10px -161px; }
/* クーペ */
#search_bodytype section .inner.search_info .select_item li.bodytype_coupe a { background-position : 10px -205px; }
/* ステーションワゴン */
#search_bodytype section .inner.search_info .select_item li.bodytype_wagon a { background-position : 10px -249px; }
/* SUV・クロカン */
#search_bodytype section .inner.search_info .select_item li.bodytype_suv a { background-position : 10px -293px; }
/* オープンカー */
#search_bodytype section .inner.search_info .select_item li.bodytype_open a { background-position : 10px -337px; }
/* 商用車 */
#search_bodytype section .inner.search_info .select_item li.bodytype_commercial a { background-position : 10px -381px; }
/* キャンピングカー */
#search_bodytype section .inner.search_info .select_item li.bodytype_campingcar a { background-position : 10px -425px; }
/* 軽トラック　軽バン */
#search_bodytype section .inner.search_info .select_item li.bodytype_keitruck a { background-position : 10px -469px; }
/* バス・トラック */
#search_bodytype section .inner.search_info .select_item li.bodytype_bus a { background-position : 10px -513px; }
/* 福祉車両 */
#search_bodytype section .inner.search_info .select_item li.bodytype_welfare a { background-position : 10px -557px; }
/* ANG_PRJ-2685 nikeda end */

.footer_big_bnr{
	padding: 0 10px;
}
.footer_big_bnr img{
	width: 100%;
	height: auto;
}
.about_goonet_img{
	text-align:center;
}
.about_goonet_img img{
	max-width: 100%;
	vertical-align: bottom;
}

.about_goonet_img_play {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px 10px 20px;
	position: absolute;
	bottom: 0;
	text-align: center;
}

.about_goonet_img_play img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: auto;
}

main section .inner .domestic_car span,
main section .inner .import_car span {
    color: #000;
}

/* グロナビ対応 */

.reservationCalendar label {
	box-sizing: content-box;
}

h3.title_large_black {
    color: #000;
}

.popular_car_img img {
    display: inline;
}

.title_medium {
	padding-top: 0;
}

/*************************************************
  /ipn/common/css/common.css より
*************************************************/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body{
	background:#fff;
	line-height:1;
	font-family:Helvetica,HiraKakuPro-W3, Osaka, "メイリオ",Meiryo, "ＭＳ Ｐゴシック",verdana, arial, sans-serif;
	word-wrap:break-word;
	overflow-wrap:break-word;
	font-size:12px;
	color:#333;
	-webkit-text-size-adjust:100%;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
ul{list-style:none;}

blockquote,q{quotes:none;}

blockquote:before, blockquote:after,

q:before,q:after{
	content:'';
	content:none;
}

body,a{-webkit-tap-highlight-color:rgba(0, 0, 0, 0.5);}

a{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color:#333;
	text-decoration:none;
}

*,*:before,*:after{
	box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
}

/* header */
#gHeader{
	width:100%;
	display:table;
	overflow: hidden;
	padding: 5px 0 10px;
}

#gHeader:after{
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: ".";
	line-height: 0;
}

#gLogo {
	text-align: left;
}

#page #gLogo {
	float: none;
	margin: 0;
	width: auto;
}

#gLogo a {
	display: inline-block;
	width: 127px;
	margin-left: 62px;
}

#gLogo img{
	width: 100%;
	vertical-align: bottom;
	max-width: 100%;
}

#gMenu {
	position: absolute;
	right: 15px;
	top: 5px;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
}

#gMenu li {
	display: inline-block;
	margin-left: 10px;
}

#gMenu li a {
	font-size: 10px;
	line-height: 1;
	color: #333;
	display: block;
	padding-top: 27px;
	position: relative;
}

#gMenu li a:before {
	content: "";
	display: block;
	background-image: url("https://img.goo-net.com/cache/common_v2/sprite_icon_headerNavi.png");
	background-size: 25px auto;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin-left: auto;
	margin-right: auto;
}

#gMenu li a.gMenuFavorite:before {
	background-position: center 0;
}

#gMenu li a.gMenuHistory:before {
	background-position: center -25px;
}

#gHeadBtn_L,
#gHeadBtn_R {
	width:10%;
	font-size: 10px;
	text-align:center;
	display:table-cell;
	vertical-align: bottom;
	overflow:hidden;
}

#gHeadBtn_L .firstCar a:before {
	background-position: center -45px;
}

#gHeadBtn_R .menu a:before {
	background-position: center -2px;
}

#gHeadBtn_L a,
#gHeadBtn_R a {
	display: block;
	color: #5d5d5d;
	padding: 35px 0 0 0;
	position: relative;
	width: 55px;
	margin: auto;
}

#gHeadBtn_L a:before,
#gHeadBtn_R a:before {
	content: "";
	background: url("https://img.goo-net.com/common_v2/img/iphone/icon_top_sprite.png") no-repeat;
	background-size: 27px;
	display: block;
	top: 0;
	left: 0;
	position: absolute;
	height: 45px;
	width: 100%;
}

/* footer */
#gFooter{
	margin-top:20px;
	padding-bottom:20px;
}

#gFooter table{
	width:100%;
	margin-bottom:10px;
	border-collapse:separate;
	box-shadow:0px 0px 2px rgba(000,000,000,0.2);
		-moz-box-shadow:0px 0px 2px rgba(000,000,000,0.2);
		-webkit-box-shadow:0px 0px 2px rgba(000,000,000,0.2);
}

#gFooter table td{
	background:#eee;
	width:50%;
	text-align:center;
	vertical-align:middle;
	border-top:1px solid #fff;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#gFooter table td:nth-child(even){border-right:none;}

#gFooter table td a{
	padding:10px 0;
	display:block;
	font-size:89%;
	font-weight:bold;
	text-shadow:0px 1px 1px 1px rgba(255,255,255,0.3),0px 0.5px 0px rgba(0,0,0,1);
	vertical-align:middle;
}

.gFBtnOuter{padding:10px;}

.gFooterBtn{
	width:100%;
	display:table;
}

.gFooterBtn span{display:table-cell;}

.gFooterBtn .offBtn{
	text-align:center;
	line-height:30px;
	height:30px;
	width:50%;
	color:#999999;
	background:#dfdfdf;
	border-radius:8px 0 0 8px;
		-moz-border-radius:8px 0 0 8px;
		-webkit-border-radius:8px 0 0 8px;
	box-shadow:-1px 1px 1px rgba(255,255,255,0.8),inset -1px 1px 2px rgba(000,000,000,0.4);
		-moz-box-shadow:-1px 1px 1px rgba(255,255,255,0.8),inset -1px 1px 2px rgba(000,000,000,0.4);
		-webkit-box-shadow:-1px 1px 1px rgba(255,255,255,0.8),inset -1px 1px 2px rgba(000,000,000,0.4);
	text-shadow:0px 1px 1px rgba(255,255,255,1),0px -1px 0px rgba(153,153,153,1);
}

.gFooterBtn .onBtn{
	text-align:center;
	line-height:28px;
	height:28px;
	width:50%;
	background:-moz-linear-gradient(top,#898989 0%,#000000);
	background:-webkit-gradient(linear, left top, left bottom, from(#898989),to(#000000));
	border-radius:0 8px 8px 0;
		-moz-border-radius:0 8px 8px 0;
		-webkit-border-radius:0 8px 8px 0;
	border:1px solid #000000;
	box-shadow:-1px 1px 1px rgba(255,255,255,0.8),inset -1px 1px 2px rgba(000,000,000,0.4);
		-moz-box-shadow:-1px 1px 1px rgba(255,255,255,0.8),inset -1px 1px 2px rgba(000,000,000,0.4);
		-webkit-box-shadow:-1px 1px 1px rgba(255,255,255,0.8),inset -1px 1px 2px rgba(000,000,000,0.4);
}

.gFooterBtn .onBtn a{
	display:block;
	color:#fff;
	text-shadow:0px -1px 0px rgba(000,000,000,1),0px 1px 1px rgba(255,255,255,0.8);
}

.gFootLogo{text-align:center;}

/* menu */
html.menu_opend,html.menu_opend body,html.menu_opend #page{
	height:100%;
	overflow-x:hidden;
	overflow-y:scroll;
}

#page{
	width:100%;
	height:auto;
	background:#fff;
	position:relative;
	z-index:1000;
}

#menu,#menu2{
	width:100%;
	height:100%;
	display:none;
	color:#fff;
	background:#474747;
	position:absolute;
	top:0;
	left:0;
	overflow-x:hidden;
	overflow-y:scroll;
	-webkit-overflow-scrolling:touch;
	z-index:1001;
	zoom:1;
}

html.menu_opend #menu,html.menu_opend #menu2{-webkit-overflow-scrolling:touch;}

.slideList{
	margin-bottom:50px;
	padding:0 10px;
}

.slideList li{
	margin-right:5px;
	font-size:120%;
	font-weight:bold;
	border-bottom:2px solid #6b6b6B;
	background:url("https://img.goo-net.com/usedcar/common/img/iphone/icon_linkmark.png") no-repeat right center;
	background-size:8px 12px;
}

.slideList li.inner{
	margin-left:28px;
	padding-left:10px;
	font-weight:normal;
	border-bottom:2px dotted #6b6b6b;
}

.slideList .slideUser{
	display:table;
	width:100%;
	color:#fff;
}

.slideList li a{
	padding:15px 0 15px 5px;
	display:block;
	color:#fff;
	text-decoration:none;
}

.slideList li a span{padding-left:26px;}

.slideList li a .gnet{
	background:url("https://img.goo-net.com/usedcar/common/img/iphone/slidemenu_icon_gn.png") no-repeat left center;
	background-size:13px 13px;
	padding-left:22px;
}

.slideList li a .jpn{
	background:url("https://img.goo-net.com/usedcar/common/img/iphone/slidemenu_icon_jpn.png") no-repeat left center;
	background-size:15px 14px;
}

.slideList li a .gworld{
	background:url("https://img.goo-net.com/usedcar/common/img/iphone/slidemenu_icon_gw.png") no-repeat left center;
	background-size:16px 16px;
}

.slideList li a .ident{
	background:url("https://img.goo-net.com/common_v2/img/idcars/icon_idlogo.png") no-repeat left center;
	background-size:16px 18px;
}

.slideList li a .idsyaryo{
	background:url("https://img.goo-net.com/usedcar/common/img/iphone/slidemenu_icon_id.png") no-repeat left center;
	background-size:17px 18px;
}

.slideList li a .kantei{
	background:url("https://img.goo-net.com/usedcar/common/img/iphone/slidemenu_icon_kantei.png") no-repeat left center;
	background-size:16px 18px;
}

.slideList li a .plus{
	background:url("https://img.goo-net.com/usedcar/common/img/iphone/slidemenu_icon_plus.png") no-repeat left center;
	background-size:17px 17px;
}

.slideList li a .gooGuarantee{
	background:url("https://img.goo-net.com/usedcar/common/img/iphone/slidemenu_icon_hosyo.png") no-repeat left center;
	background-size:18px 18px;
}

.slideList li a .store{
	background:url("https://img.goo-net.com/usedcar/common/img/iphone/slidemenu_icon_store.png") no-repeat left center;
	background-size:11px 14px;
}

.slideList li a .parts{
	background:url("https://img.goo-net.com/usedcar/common/img/iphone/slidemenu_icon_parts.png") no-repeat left center;
	background-size:14px 17px;
}

.slideList li a .partsShop{
	background:url("https://img.goo-net.com/usedcar/common/img/iphone/slidemenu_icon_parts_shop.png") no-repeat left center;
	background-size:15px 15px;
}

.slideList li a .baikyaku{
	background:url("https://img.goo-net.com/usedcar/common/img/iphone/slidemenu_icon_sell.png") no-repeat left center;
	background-size:15px 8px;
}

.slideList li a .catalog{
	background:url("https://img.goo-net.com/usedcar/common/img/iphone/slidemenu_icon_catalog.png") no-repeat left center;
	background-size:13px 13px;
}

.slideList li a .certification{
	background:url("https://img.goo-net.com/usedcar/common/img/iphone/slidemenu_icon_catalog.png") no-repeat left center;
	background-size:13px 13px;
}

.slideList li a .ranking{
	background:url("https://img.goo-net.com/usedcar/common/img/iphone/slidemenu_icon_ranking.png") no-repeat left center;
	background-size:13px 10px;
}

.slideList li a .recommendation{
	background:url("https://img.goo-net.com/usedcar/common/img/iphone/slidemenu_icon_kitei.png") no-repeat left center;
	background-size:17px 18px;
}

.slideList li a .mente{
	background:url("https://img.goo-net.com/usedcar/common/img/iphone/slidemenu_icon_mente.png") no-repeat left center;
	background-size:15px 15px;
}

.slideList li a .magazine{
	background:url("https://img.goo-net.com/usedcar/common/img/iphone/slidemenu_icon_magazine.png") no-repeat left center;
	background-size:13px 11px;
}

.slideList #gClose{
	width:95px;
	margin:0 auto;
	padding:10px 0;
	border:none;
	background:none;
}

.slideList #gClose a{
	width:90px;
	padding:10px 0px;
	display:block;
	text-align:center;
	border:1px solid #cdcdcd;
	border-radius:8px;
		-moz-border-radius:8px;
		-webkit-border-radius:8px;
	background-image:linear-gradient(top, rgb(255,255,255) 50%, rgb(232,232,232) 100%);
	background-image:-moz-linear-gradient(top, rgb(255,255,255) 50%, rgb(232,232,232) 100%);
	background-image:-webkit-linear-gradient(top, rgb(255,255,255) 50%, rgb(232,232,232) 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0.5, rgb(255,255,255)),color-stop(1, rgb(232,232,232)));
}

.slideList #gClose span{
	color:#333333;
	background:url("https://img.goo-net.com/usedcar/common/img/iphone/close_icon.png") no-repeat left center;
	background-size:13px 13px;
}

/*************************************************
  /common_v2/css/iphone/float.css より
*************************************************/
.floating {
	bottom:0px;
	position: fixed;
	z-index: 100;
	width: 100%;
}
.floating:after{
	display: block;
	clear: both;
	content: "";
}

/* ANG_PRJ-2721 20170928 start */
.floating a{
	width: 230px;
	position:absolute;
	bottom:0;
	right:0;
	margin-bottom:-2px;
}
.floating a.chat{
	width: 210px;
	position:absolute;
	bottom:0;
	left:8px;
}

.floating img{width: 100%;}
/* ANG_PRJ-2721 20170928 end */

.deletfloat{display:none;}

.post_date{
	color: #1063a2;
	margin: 15px;
	text-align: right;
}

.latest_list {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.latest_list_inner {
	width: 100%;
	overflow-x: auto;
}

.latest_list_box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.latest_list_box li {
	width: 136px;
	margin-left: 20px;
}

.latest_list_box li:first-child {
	margin-left: 0;
}

.latest_car_img {
	margin-bottom: 5px;
}

.latest_car_name {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3;
	min-height: 45px;
}

.latest_car_info {
	margin-top: 10px;
	display: table;
	width: 100%;
}

.latest_car_info dt {
	font-size: 10px;
	display: table-cell;
	vertical-align: bottom;
	text-align: left;
}

.latest_car_info dd {
	display: table-cell;
	vertical-align: bottom;
	text-align: right;
}

.latest_car_info_num {
	font-family: "Roboto", Helvetica, "ヒラギノ角ゴ Pro W3",HiraKakuPro-W3, Osaka, "メイリオ",Meiryo, "ＭＳ Ｐゴシック",verdana, arial, sans-serif;;
	font-size: 18px;
	font-weight: bold;
}

.latest_car_info_num_ttl {
	color: #f00;
}

.latest_car_info_unit {
	font-size: 10px;
}
.atest_car_text {
	margin-top: 10px;
	font-size: 10px;
	line-height: 1.4;
}

/* #bner_slider */
#bnr_slider {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	border-top: 1px solid #eee;
    padding-top: 10px;
}

#bnr_slider input {
    display: none;
}

#bnr_slider01:checked ~ #bnr_slider_wrap .bnr_slider_inner {
	margin-left:0;
}

#bnr_slider02:checked ~ #bnr_slider_wrap .bnr_slider_inner {
	margin-left:-100%;
}

#bnr_slider03:checked ~ #bnr_slider_wrap .bnr_slider_inner {
	margin-left:-200%;
}

#bnr_slider04:checked ~ #bnr_slider_wrap .bnr_slider_inner {
	margin-left:-300%;
}

#bnr_slider05:checked ~ #bnr_slider_wrap .bnr_slider_inner {
	margin-left:-400%;
}

#bnr_slider_overflow {
	width: 88%;
	margin: 0 auto;
	overflow: hidden;
}

#bnr_slider_wrap .bnr_slider_inner {
	width: 500%;
}

#bnr_slider_wrap .bnr_slider_inner {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 1s cubic-bezier(0.3, 1, 0.3, 1) 0s;
    -moz-transition: all 1s cubic-bezier(0.3, 1, 0.3, 1) 0s;
    -ms-transition: all 1s cubic-bezier(0.3, 1, 0.3, 1) 0s;
	-o-transition: all 1s cubic-bezier(0.3, 1, 0.3, 1) 0s;
    transition: all 1s cubic-bezier(0.3, 1, 0.3, 1) 0s;

    -webkit-transition-timing-function: cubic-bezier(0.3, 1, 0.3, 1);
    -moz-transition-timing-function: cubic-bezier(0.3, 1, 0.3, 1);
    -ms-transition-timing-function: cubic-bezier(0.3, 1, 0.3, 1);
    -o-transition-timing-function: cubic-bezier(0.3, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.3, 1, 0.3, 1);
}

#bnr_slider_wrap .slide {
	position: relative;
    width: 20%;
    float: left;
    padding-right: 5px;
    padding-left: 5px;
}

#bnr_slider_wrap .slide img {
    width: 100%;
}

#bnr_slider_prev {
	position: absolute;
	top: 35%;
	left: 8%;
}

#bnr_slider_prev::before {
	position: absolute;
	content: "";
    width: 0;
	height: 0;
	top: 8px;
    left: -5px;
    border-style: solid;
    border-width: 6px 7px 6px 0;
	border-color: transparent #fff transparent transparent;
	z-index: 2;
	pointer-events: none;
}

#bnr_slider_prev label {
	display: none;
	position: absolute;
	top: -70%;
	left: -15px;
	width: 28px;
	height: 28px;
	background: #000000;
	opacity: 0.5;
    border-radius: 28px;
}

#bnr_slider01:checked ~ #bnr_slider_prev label:nth-of-type(5),
#bnr_slider02:checked ~ #bnr_slider_prev label:nth-of-type(1),
#bnr_slider03:checked ~ #bnr_slider_prev label:nth-of-type(2),
#bnr_slider04:checked ~ #bnr_slider_prev label:nth-of-type(3),
#bnr_slider05:checked ~ #bnr_slider_prev label:nth-of-type(4) {
	display: block;
}

#bnr_slider_next {
	position: absolute;
	top: 35%;
	right: 8%;
}

#bnr_slider_next::before {
	position: absolute;
	content: "";
    width: 0;
	height: 0;
	top: 8px;
    left: -1px;
    border-style: solid;
    border-width: 6px 0 6px 7px;
	border-color: transparent transparent transparent #fff;
	z-index: 2;
	pointer-events: none;
}

#bnr_slider_next label {
	display: none;
	position: absolute;
	top: -70%;
	right: -15px;
	width: 28px;
	height: 28px;
	background: #000000;
	opacity: 0.5;
    border-radius: 28px;
}

#bnr_slider01:checked ~ #bnr_slider_next label:nth-of-type(2), 
#bnr_slider02:checked ~ #bnr_slider_next label:nth-of-type(3), 
#bnr_slider03:checked ~ #bnr_slider_next label:nth-of-type(4),
#bnr_slider04:checked ~ #bnr_slider_next label:nth-of-type(5),
#bnr_slider05:checked ~ #bnr_slider_next label:nth-of-type(1) {
	display: block;
}

#bnr_slider_active {
	text-align: center;
	margin-top: 3px;
}

#bnr_slider_active label {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #bbb;
	border-radius: 50%;
	margin: 0 5px;
}

#bnr_slider01:checked ~ #bnr_slider_active label:nth-child(1),
#bnr_slider02:checked ~ #bnr_slider_active label:nth-child(2),
#bnr_slider03:checked ~ #bnr_slider_active label:nth-child(3),
#bnr_slider04:checked ~ #bnr_slider_active label:nth-child(4),
#bnr_slider05:checked ~ #bnr_slider_active label:nth-child(5) {
    background: #cf0a0a;
}

/* 中古車販売店レビューのカルーセル */
.storeReview_scroll {
	-webkit-transform: translateZ(0);
	margin-bottom: 25px;
}

.storeReview_scroll input {
    display: none;
}

#storeReview_scroll_1:checked ~ .storeReview_scroll_wrap .inner2 {
	margin-left:0;
}

#storeReview_scroll_2:checked ~ .storeReview_scroll_wrap .inner2 {
	margin-left:-100%;
}

#storeReview_scroll_3:checked ~ .storeReview_scroll_wrap .inner2 {
	margin-left:-200%;
}

#storeReview_scroll_4:checked ~ .storeReview_scroll_wrap .inner2 {
	margin-left:-300%;
}

.storeReview_scroll_overflow {
	overflow: hidden;
	overflow-x: auto;
	overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
	width: 100vw;
}

.storeReview_scroll_overflow::-webkit-scrollbar {
    display: none;
}

.storeReview_scroll_wrap .inner2 {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 1s cubic-bezier(0.3, 1, 0.3, 1) 0s;
    -moz-transition: all 1s cubic-bezier(0.3, 1, 0.3, 1) 0s;
    -ms-transition: all 1s cubic-bezier(0.3, 1, 0.3, 1) 0s;
	-o-transition: all 1s cubic-bezier(0.3, 1, 0.3, 1) 0s;
    transition: all 1s cubic-bezier(0.3, 1, 0.3, 1) 0s;

    -webkit-transition-timing-function: cubic-bezier(0.3, 1, 0.3, 1);
    -moz-transition-timing-function: cubic-bezier(0.3, 1, 0.3, 1);
    -ms-transition-timing-function: cubic-bezier(0.3, 1, 0.3, 1);
    -o-transition-timing-function: cubic-bezier(0.3, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.3, 1, 0.3, 1);
}

.storeReview_scroll_wrap .inner2 {
    width: 400%;
}

.storeReview_scroll_wrap .inner2 .slide {
	position: relative;
    float: left;
    background: #fff;
	width: 100vw;
	scroll-snap-align: start;
}

.storeReview_scroll_wrap .inner2 .slide .slide_inner {
	margin-right: 30px;
    margin-left: 30px;
	border: 1px solid #cecece;
	border-radius: 3px;
}

.storeReview_scroll_wrap .slide_box {
    scroll-snap-align: start;
}

.storeReview_scroll_wrap .slide_box2 {
    scroll-snap-align: center;
}

.storeReview_scroll_wrap .slide_box3 {
    scroll-snap-align: end;
}

.storeReview_scroll_wrap .detale span {
	font-weight: bold;
	display: inline-block;
}

.storeReview_scroll_wrap .score span {
	font-weight: bold;
	display: block;
}

.storeReview_scroll_prev {
	position: absolute;
	top: 50%;
	left: 8%;
}

.storeReview_scroll_prev::before {
	position: absolute;
	content: "";
    width: 14px;
	height: 14px;
	top: -9px;
    left: -16px;
    border-right: solid 2px #e61f27;
	border-bottom: solid 2px #e61f27;
	transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
	z-index: 2;
	pointer-events: none;
}

.storeReview_scroll_prev label {
	display: none;
	position: absolute;
	top: -19px;
    right: -10px;
	width: 35px;
	height: 35px;
	background: #FFF;
	opacity: 0;
	border-radius: 50%;
}

#storeReview_scroll_1:checked ~ .storeReview_scroll_prev label:nth-of-type(4),
#storeReview_scroll_2:checked ~ .storeReview_scroll_prev label:nth-of-type(1),
#storeReview_scroll_3:checked ~ .storeReview_scroll_prev label:nth-of-type(2),
#storeReview_scroll_4:checked ~ .storeReview_scroll_prev label:nth-of-type(3) {
	display: block;
}

.storeReview_scroll_next {
	position: absolute;
	top: 50%;
	right: 8%;
}

.storeReview_scroll_next::before {
	position: absolute;
	content: "";
    width: 14px;
	height: 14px;
	top: -9px;
    left: 2px;
    border-right: solid 2px #e61f27;
	border-bottom: solid 2px #e61f27;
	transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
	z-index: 2;
	pointer-events: none;
}

.storeReview_scroll_next label {
	display: none;
	position: absolute;
	top: -19px;
    right: -25px;
	width: 35px;
	height: 35px;
	background: #FFF;
	opacity: 0;
	border-radius: 50%;
}

#storeReview_scroll_1:checked ~ .storeReview_scroll_next label:nth-of-type(2),
#storeReview_scroll_2:checked ~ .storeReview_scroll_next label:nth-of-type(3),
#storeReview_scroll_3:checked ~ .storeReview_scroll_next label:nth-of-type(4),
#storeReview_scroll_4:checked ~ .storeReview_scroll_next label:nth-of-type(1) {
	display: block;
}

/* 特集から探すのカルーセル */
.specialFeature_scroll {
	-webkit-transform: translateZ(0);
	padding-bottom: 5px;
}

.specialFeature_scroll input {
    display: none;
}

#specialFeature_scroll_1:checked ~ .specialFeature_scroll_wrap .inner2 {
	margin-left:0;
}

#specialFeature_scroll_2:checked ~ .specialFeature_scroll_wrap .inner2 {
	margin-left:-50%;
}

#specialFeature_scroll_3:checked ~ .specialFeature_scroll_wrap .inner2 {
	margin-left:-100%;
}

#specialFeature_scroll_4:checked ~ .specialFeature_scroll_wrap .inner2 {
	margin-left:-150%;
}

#specialFeature_scroll_5:checked ~ .specialFeature_scroll_wrap .inner2 {
	margin-left:-200%;
}

#specialFeature_scroll_6:checked ~ .specialFeature_scroll_wrap .inner2 {
	margin-left:-250%;
}

#specialFeature_scroll_7:checked ~ .specialFeature_scroll_wrap .inner2 {
	margin-left:-300%;
}

#specialFeature_scroll_8:checked ~ .specialFeature_scroll_wrap .inner2 {
	margin-left:-350%;
}

#specialFeature_scroll_9:checked ~ .specialFeature_scroll_wrap .inner2 {
	margin-left:-400%;
}

#specialFeature_scroll_10:checked ~ .specialFeature_scroll_wrap .inner2 {
	margin-left:-450%;
}

#specialFeature_scroll_11:checked ~ .specialFeature_scroll_wrap .inner2 {
	margin-left:-500%;
}

#specialFeature_scroll_12:checked ~ .specialFeature_scroll_wrap .inner2 {
	margin-left:-550%;
}

.specialFeature_scroll_overflow {
	width: 88%;
	margin: 0 auto;
	overflow: hidden;
	overflow-x: auto;
	overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
}

.specialFeature_scroll_overflow::-webkit-scrollbar {
    display: none;
}

.specialFeature_scroll_wrap .inner2 {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 1s cubic-bezier(0.3, 1, 0.3, 1) 0s;
    -moz-transition: all 1s cubic-bezier(0.3, 1, 0.3, 1) 0s;
    -ms-transition: all 1s cubic-bezier(0.3, 1, 0.3, 1) 0s;
	-o-transition: all 1s cubic-bezier(0.3, 1, 0.3, 1) 0s;
    transition: all 1s cubic-bezier(0.3, 1, 0.3, 1) 0s;

    -webkit-transition-timing-function: cubic-bezier(0.3, 1, 0.3, 1);
    -moz-transition-timing-function: cubic-bezier(0.3, 1, 0.3, 1);
    -ms-transition-timing-function: cubic-bezier(0.3, 1, 0.3, 1);
    -o-transition-timing-function: cubic-bezier(0.3, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.3, 1, 0.3, 1);
}

.specialFeature_scroll_wrap .inner2 {
    width: 650%;
}

.specialFeature_scroll_wrap .inner2 .slide {
	position: relative;
    width: 44vw;
    float: left;
	padding-right: 5px;
	padding-left: 5px;
	scroll-snap-align: start;
}

@media screen and (min-width: 414px) {
	.specialFeature_scroll_wrap .inner2 .slide {
		width: 7.6%;
	}
	.specialFeature_scroll_wrap .inner2 {
		width: 658%;
	}
}

.specialFeature_scroll_wrap .inner2 .slide_last {
	scroll-snap-align: end;
}

.specialFeature_scroll_wrap .slide p {
	font-size: 12px;
	margin-top: 6px;
	font-weight: bold;
	line-height: 1.4em;
	padding-left: 7px;
	padding-right: 7px;
	height: 50px;
}

.specialFeature_scroll_wrap .inner2 .slide img {
	width: 100%;
	border: 1px solid #d5cbcb;
	border-radius: 10px;
}

.specialFeature_scroll_prev {
	position: absolute;
	top: 40%;
	left: 7%;
}

.specialFeature_scroll_prev::before {
	position: absolute;
	content: "";
    width: 14px;
	height: 14px;
	top: -9px;
    left: -16px;
    border-right: solid 2px #e61f27;
	border-bottom: solid 2px #e61f27;
	transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
	z-index: 2;
	pointer-events: none;
}

.specialFeature_scroll_prev label {
	display: none;
	position: absolute;
	top: -14px;
    right: -3px;
	width: 26px;
	height: 26px;
	background: #000000;
	opacity: 0;
    border-radius: 28px;
}

#specialFeature_scroll_1:checked ~ .specialFeature_scroll_prev label:nth-of-type(13),
#specialFeature_scroll_2:checked ~ .specialFeature_scroll_prev label:nth-of-type(1),
#specialFeature_scroll_3:checked ~ .specialFeature_scroll_prev label:nth-of-type(2),
#specialFeature_scroll_4:checked ~ .specialFeature_scroll_prev label:nth-of-type(3),
#specialFeature_scroll_5:checked ~ .specialFeature_scroll_prev label:nth-of-type(4),
#specialFeature_scroll_6:checked ~ .specialFeature_scroll_prev label:nth-of-type(5),
#specialFeature_scroll_7:checked ~ .specialFeature_scroll_prev label:nth-of-type(6),
#specialFeature_scroll_8:checked ~ .specialFeature_scroll_prev label:nth-of-type(7),
#specialFeature_scroll_9:checked ~ .specialFeature_scroll_prev label:nth-of-type(8),
#specialFeature_scroll_10:checked ~ .specialFeature_scroll_prev label:nth-of-type(9),
#specialFeature_scroll_11:checked ~ .specialFeature_scroll_prev label:nth-of-type(10),
#specialFeature_scroll_12:checked ~ .specialFeature_scroll_prev label:nth-of-type(11),
#specialFeature_scroll_13:checked ~ .specialFeature_scroll_prev label:nth-of-type(12) {
	display: block;
}

.specialFeature_scroll_next {
	position: absolute;
	top: 40%;
	right: 7%;
}

.specialFeature_scroll_next::before {
	position: absolute;
	content: "";
    width: 14px;
	height: 14px;
	top: -9px;
    left: 2px;
    border-right: solid 2px #e61f27;
	border-bottom: solid 2px #e61f27;
	transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
	z-index: 2;
	pointer-events: none;
}

.specialFeature_scroll_next label {
	display: none;
	position: absolute;
	top: -14px;
    right: -24px;
	width: 26px;
	height: 26px;
	background: #000000;
	opacity: 0;
    border-radius: 28px;
}

#specialFeature_scroll_1:checked ~ .specialFeature_scroll_next label:nth-of-type(2),
#specialFeature_scroll_2:checked ~ .specialFeature_scroll_next label:nth-of-type(3),
#specialFeature_scroll_3:checked ~ .specialFeature_scroll_next label:nth-of-type(4),
#specialFeature_scroll_4:checked ~ .specialFeature_scroll_next label:nth-of-type(5),
#specialFeature_scroll_5:checked ~ .specialFeature_scroll_next label:nth-of-type(6),
#specialFeature_scroll_6:checked ~ .specialFeature_scroll_next label:nth-of-type(7),
#specialFeature_scroll_7:checked ~ .specialFeature_scroll_next label:nth-of-type(8),
#specialFeature_scroll_8:checked ~ .specialFeature_scroll_next label:nth-of-type(9),
#specialFeature_scroll_9:checked ~ .specialFeature_scroll_next label:nth-of-type(10),
#specialFeature_scroll_10:checked ~ .specialFeature_scroll_next label:nth-of-type(11),
#specialFeature_scroll_11:checked ~ .specialFeature_scroll_next label:nth-of-type(12),
#specialFeature_scroll_12:checked ~ .specialFeature_scroll_next label:nth-of-type(13),
#specialFeature_scroll_13:checked ~ .specialFeature_scroll_next label:nth-of-type(1) {
	display: block;
}

/* ランキング ボディタイプ */
.tab_rankingBody {
	overflow: hidden;
	overflow-x: auto;
	position: relative;
}

.tab_rankingBody::-webkit-scrollbar {
    display: none;
}

.tab_rankingBody .tab-wrap {
	background: White;
	display: flex;
	flex-wrap: wrap;
	width: 736px;
}

.tab_rankingBody .tab-label {
	color: #333;
	cursor: pointer;
	flex: 1;
	order: -2;
	padding: 14px;
	position: relative;
	text-align: center;
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
	white-space: nowrap;
	-webkit-tap-highlight-color: transparent;
	background-color: #eee;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

.tab_rankingBody .tab-label::before {
	content: "";
    border-right: 1px solid #9b9b9b;
    top: 6px;
    right: 0;
    position: absolute;
    padding: 15px;
}

.tab_rankingBody .tab-switch:checked + .tab-label {
	background: #d00000;
	color: #fff;
	border-top: 1px solid #d00000;
	border-bottom: 1px solid #d00000;
}

.tab_rankingBody .tab-switch:checked + .tab-label::before {
	border-right: none;
}

.tab_rankingBody .tab-content {
	height:0;
	opacity:0;
	pointer-events:none;
	transform: translateX(-30%);
	transition: transform .3s 80ms, opacity .3s 80ms;
	width: 100vw;
	left:0;
	position: -webkit-sticky;
	position: sticky;
	overflow: hidden;
}

.tab_rankingBody .tab-switch:checked ~ .tab-content {
	transform: translateX(30%);
}

.tab_rankingBody .tab-switch:checked + .tab-label + .tab-content {
	height: 254px;
	opacity: 1;
	order: 1;
	pointer-events:auto;
	transform: translateX(0);
}

.tab_rankingBody .tab-switch {
	display: none;
}

.tab_rankingBody .tab-wrap::before {
	content: '';
	height: 0;
	order: 1;
	width: 100%;
}

.tab_rankingBody .slider_rankingBody_content .list .rank1,
.tab_rankingBody .slider_rankingBody_content .list .rank2 {
	border-bottom: 1px solid #e1e2e2;
}

.tab_rankingBody .slider_rankingBody_content .list {
	padding: 0 15px;
}

.tab_rankingBody .slider_rankingBody_content .list a {
	display: block;
	padding: 15px 20px 15px 6px;
	position: relative;
}

.tab_rankingBody .slider_rankingBody_content .list .info {
	overflow: hidden;
	width: 100%;
	display: table;
}

.tab_rankingBody .slider_rankingBody_content .list .info::before {
	content: "";
	background: url("https://img.goo-net.com/common_v2/img/iphone/icon_top_sprite.png") no-repeat;
	background-size: 25px;
	padding: 0;
	height: 26px;
	min-height: 26px;
	width: 26px;
	display: block;
	margin: 10px 10px 10px 0;
}

.tab_rankingBody .slider_rankingBody_content .list .rank1 .info::before {
	background-position: 0 -276px;
}

.tab_rankingBody .slider_rankingBody_content .list .rank2 .info::before {
	background-position: 0 -316px;
}

.tab_rankingBody .slider_rankingBody_content .list .rank3 .info::before {
	background-position: 0 -356px;
}

.tab_rankingBody .slider_rankingBody_content .list a::after {
	content: "";
	display: block;
	border-right: solid 2px #e61f27;
	border-bottom: solid 2px #e61f27;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin: -5px 0 0 0;
	top: 50%;
	right: 12px;
	position: absolute;
	height: 8px;
	width: 8px;
}

.tab_rankingBody .slider_rankingBody_content .list .info p {
	display: table-cell;
	width: 28%;
}
.tab_rankingBody .slider_rankingBody_content .list .info .txt {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
	width: 58%;
}

.tab_rankingBody .slider_rankingBody_content .list .info .txt span:first-child {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
	width: 100%;
}

@media screen and (min-width: 736px) {
	.tab_rankingBody .tab-wrap {
		overflow: hidden;
		width: auto;
	}
}

/* 車レビューのカルーセル */
.carReviews_scroll {
	-webkit-transform: translateZ(0);
	margin-bottom: 25px;
}

.carReviews_scroll input {
    display: none;
}

#carReviews_scroll_1:checked ~ .carReviews_scroll_wrap .inner2 {
	margin-left:0;
}

#carReviews_scroll_2:checked ~ .carReviews_scroll_wrap .inner2 {
	margin-left:-100%;
}

.carReviews_scroll_overflow {
	overflow: hidden;
	overflow-x: auto;
	overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
	width: 100vw;
}

.carReviews_scroll_overflow::-webkit-scrollbar {
    display: none;
}

.carReviews_scroll_wrap .inner2 {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 1s cubic-bezier(0.3, 1, 0.3, 1) 0s;
    -moz-transition: all 1s cubic-bezier(0.3, 1, 0.3, 1) 0s;
    -ms-transition: all 1s cubic-bezier(0.3, 1, 0.3, 1) 0s;
	-o-transition: all 1s cubic-bezier(0.3, 1, 0.3, 1) 0s;
    transition: all 1s cubic-bezier(0.3, 1, 0.3, 1) 0s;

    -webkit-transition-timing-function: cubic-bezier(0.3, 1, 0.3, 1);
    -moz-transition-timing-function: cubic-bezier(0.3, 1, 0.3, 1);
    -ms-transition-timing-function: cubic-bezier(0.3, 1, 0.3, 1);
    -o-transition-timing-function: cubic-bezier(0.3, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.3, 1, 0.3, 1);
}

.carReviews_scroll_wrap .inner2 {
    width: 200%;
}

.carReviews_scroll_wrap .inner2 .slide {
	position: relative;
    float: left;
    background: #fff;
	width: 100vw;
	scroll-snap-align: start;
}

.carReviews_scroll_wrap .inner2 .slide .slide_inner {
	margin-right: 30px;
    margin-left: 30px;
	border: 1px solid #cecece;
	border-radius: 3px;
}

.carReviews_scroll_wrap .detale span {
	font-weight: bold;
	display: inline-block;
}

.carReviews_scroll_wrap .score span {
	font-weight: bold;
	display: block;
}

.carReviews_scroll_prev {
	position: absolute;
	top: 50%;
	left: 8%;
}

.carReviews_scroll_prev::before {
	position: absolute;
	content: "";
    width: 14px;
	height: 14px;
	top: -9px;
    left: -16px;
    border-right: solid 2px #e61f27;
	border-bottom: solid 2px #e61f27;
	transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
	z-index: 2;
	pointer-events: none;
}

.carReviews_scroll_prev label {
	display: none;
	position: absolute;
	top: -19px;
    right: -10px;
	width: 35px;
	height: 35px;
	background: #FFF;
	opacity: 0;
	border-radius: 50%;
}

#carReviews_scroll_1:checked ~ .carReviews_scroll_prev label:nth-of-type(2),
#carReviews_scroll_2:checked ~ .carReviews_scroll_prev label:nth-of-type(1) {
	display: block;
}

.carReviews_scroll_next {
	position: absolute;
	top: 50%;
	right: 8%;
}

.carReviews_scroll_next::before {
	position: absolute;
	content: "";
    width: 14px;
	height: 14px;
	top: -9px;
    left: 2px;
    border-right: solid 2px #e61f27;
	border-bottom: solid 2px #e61f27;
	transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
	z-index: 2;
	pointer-events: none;
}

.carReviews_scroll_next label {
	display: none;
	position: absolute;
	top: -19px;
    right: -25px;
	width: 35px;
	height: 35px;
	background: #FFF;
	opacity: 0;
	border-radius: 50%;
}

#carReviews_scroll_1:checked ~ .carReviews_scroll_next label:nth-of-type(2),
#carReviews_scroll_2:checked ~ .carReviews_scroll_next label:nth-of-type(1) {
	display: block;
}

main section .review .carReviews_scroll .detale {
    height: 126px;
}

.carReviews_scroll .car_name {
	font-weight: bold;
	padding-bottom: 15px;

}

.carReviews_scroll .car_img img {
	margin: 0 auto;
	display: block;
	padding-top: 15px;
}

/* ランキング メーカー別 */
.tab_rankingMaker {
	overflow: hidden;
	overflow-x: auto;
	position: relative;
}

.tab_rankingMaker::-webkit-scrollbar {
    display: none;
}

.tab_rankingMaker .tab-wrap {
	background: White;
	display: flex;
	flex-wrap: wrap;
	width: 736px;
}

.tab_rankingMaker .tab-label {
	color: #333;
	cursor: pointer;
	flex: 1;
	order: -2;
	padding: 14px;
	position: relative;
	text-align: center;
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
	white-space: nowrap;
	-webkit-tap-highlight-color: transparent;
	background-color: #eee;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

.tab_rankingMaker .tab-label::before {
	content: "";
    border-right: 1px solid #9b9b9b;
    top: 6px;
    right: 0;
    position: absolute;
    padding: 15px;
}

.tab_rankingMaker .tab-switch:checked + .tab-label {
	background: #d00000;
	color: #fff;
	border-top: 1px solid #d00000;
	border-bottom: 1px solid #d00000;
}

.tab_rankingMaker .tab-switch:checked + .tab-label::before {
	border-right: none;
}

.tab_rankingMaker .tab-content {
	height:0;
	opacity:0;
	pointer-events:none;
	transform: translateX(-30%);
	transition: transform .3s 80ms, opacity .3s 80ms;
	width: 100vw;
	left:0;
	position: -webkit-sticky;
	position: sticky;
	overflow: hidden;
}

.tab_rankingMaker .tab-switch:checked ~ .tab-content {
	transform: translateX(30%);
}

.tab_rankingMaker .tab-switch:checked + .tab-label + .tab-content {
	height: 254px;
	opacity: 1;
	order: 1;
	pointer-events:auto;
	transform: translateX(0);
}

.tab_rankingMaker .tab-switch {
	display: none;
}

.tab_rankingMaker .tab-wrap::before {
	content: '';
	height: 0;
	order: 1;
	width: 100%;
}

.tab_rankingMaker .slider_rankingMaker_content .list .rank1,
.tab_rankingMaker .slider_rankingMaker_content .list .rank2 {
	border-bottom: 1px solid #e1e2e2;
}

.tab_rankingMaker .slider_rankingMaker_content .list {
	padding: 0 15px;
}

.tab_rankingMaker .slider_rankingMaker_content .list a {
	display: block;
	padding: 15px 20px 15px 6px;
	position: relative;
}

.tab_rankingMaker .slider_rankingMaker_content .list .info {
	overflow: hidden;
	width: 100%;
	display: table;
}

.tab_rankingMaker .slider_rankingMaker_content .list .info::before {
	content: "";
	background: url("https://img.goo-net.com/common_v2/img/iphone/icon_top_sprite.png") no-repeat;
	background-size: 25px;
	padding: 0;
	height: 26px;
	min-height: 26px;
	width: 26px;
	display: block;
	margin: 10px 10px 10px 0;
}

.tab_rankingMaker .slider_rankingMaker_content .list .rank1 .info::before {
	background-position: 0 -276px;
}

.tab_rankingMaker .slider_rankingMaker_content .list .rank2 .info::before {
	background-position: 0 -316px;
}

.tab_rankingMaker .slider_rankingMaker_content .list .rank3 .info::before {
	background-position: 0 -356px;
}

.tab_rankingMaker .slider_rankingMaker_content .list a::after {
	content: "";
	display: block;
	border-right: solid 2px #e61f27;
	border-bottom: solid 2px #e61f27;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin: -5px 0 0 0;
	top: 50%;
	right: 12px;
	position: absolute;
	height: 8px;
	width: 8px;
}

.tab_rankingMaker .slider_rankingMaker_content .list .info p {
	display: table-cell;
	width: 28%;
}
.tab_rankingMaker .slider_rankingMaker_content .list .info .txt {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
	width: 58%;
}

.tab_rankingMaker .slider_rankingMaker_content .list .info .txt span:first-child {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
	width: 100%;
}

@media screen and (min-width: 736px) {
	.tab_rankingMaker .tab-wrap {
		overflow: hidden;
		width: auto;
	}
}
