@charset "euc-jp";
.section_top{
	padding: 20px 0;
}
.section_wrap{
	padding-top: 40px;
}
.section_bottom{
	padding: 60px 0 70px;
}
.title_detail{
	margin-bottom: 20px;
}
.title_detail br{
	display: none;
}
.title_bottom{
	margin-top: 40px;
}
.mt0{
	margin-top: 0;
}
@media screen and (max-width: 768px) {
	.section_top{
		padding: 0;
		/*border-bottom: 1px solid #e4e4e4;*/
	}
	.section_bottom{
		padding: 10px 0;
	}
	.section_bottom-top{
		padding: 0;
	}
	.section_wrap{
		padding-top: 20px;
	}
	.title_small{
		margin:0 10px 20px;
	}
	.title_detail{
		margin-bottom: 0;
		padding: 20px;
	}
	.title_detail br{
		display: block;
	}
	.title_bottom{
		margin-top: 0;
	}
}
/* table */

.table{
	width: 100%;
	vertical-align: middle;
	border-top: 1px solid #e4e4e4;
}
.table_title{
	background: #f9f9f9;
	width: 148px;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	line-height: 1.56;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #e4e4e4;
}
.table_title .hosoku{
	font-size: 10px;
    padding: 10px 0 0;
    font-weight: normal;
    line-height: 1.5;
    display: inline-block;
}
.table_detail{
	width: 390px;
	font-size: 16px;
	padding: 20px 0;
	vertical-align: middle;
	text-align: center;
	border-left: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}
.table_bold{
	font-weight: bold;
}
.section_top .table_detail{
	padding: 0;
}
.section_top .table_title,
.section_top .table_detail,
.section_top .table{
	border: none;
}
.table_price{
	text-align: center;
	font-size: 20px;
}
.table_price > .bold{
	font-weight: bold;
	font-size: 28px;
}
.table_price > .bold > br{
	display: none;
}
.table_circleline{
	height: 40px;
	position: relative;
	width: 283px;
	margin: auto;
}
.table_line{
	position: absolute;
	top: 50%;
	margin-top: -2px;
	background: #f6f6f6;
	height: 4px;
	width: 283px;
}
.table_circle{
	position: absolute;
	top: 50%;
	margin-top: -6px;
	background: #f6f6f6;
	width: 12px;
	height: 12px;
	border-radius: 12px;
}
.table_circle.is-active{
	background: #f00;
}
.table_circle > span{
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: -22px;
	color: #888;
	font-size: 10px;
	display: block;
	width: 30px;
	text-align: center;
}
.table_pos-1{
	left: 0;
}
.table_pos-2{
	left: 16.6666667%;
}
.table_pos-3{
	left: 33.3333334%;
}
.table_pos-4{
	left: 50.0000001%;
}
.table_pos-5{
	left: 66.6666668%;
}
.table_pos-6{
	left: 83.3333335%;
}
.table_pos-7{
	left: 100%;
}
.table_line_active{
	position: absolute;
	width: 17%;
	top: 50%;
	margin-top: -2px;
	background: #f00;
	height: 4px;
}
.table_line_width-1{
	width: 0;
}
.table_line_width-2{
	width: 16.6666667%;
}
.table_line_width-3{
	width: 33.3333334%;
}
.table_line_width-4{
	width: 50.0000001%;
}
.table_line_width-5{
	width: 66.6666668%;
}
.table_line_width-6{
	width: 83.3333335%;
}
.table_line_width-7{
	width: 100%;
}
.sp-show{
	display: none;
}
.section_gray.is-fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	border-bottom: 1px solid #e4e4e4;
}
.section_gray.is-fixed .car_card_thumb{
	width: 160px;
	float: left;
	padding: 10px 20px;
}
.section_gray.is-fixed .car_card_thumb img{
	width:100%;
	height: auto;
}
.section_gray.is-fixed .car_card_detail{
	width: 180px;
	float: right;
	-weblkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 20px 20px 0;
}
.section_gray.is-fixed .car_card_text{
	clear: both;
}
.section_gray.is-fixed .car_card_icon{
	padding: 4px 5px;
}
.section_gray.is-fixed .car_card_icon img{
	width: 15px;
	height: 15px;
}

@media screen and (max-width: 768px) {
	.section_gray{
		padding-bottom: 0;
	}
	.sp-show{
		display: block;
	}
	.table{
		display: block;
		box-sizing: border-box;
	}
	.table tbody{
		display: block;
		width: 100%;
	}
	.table_row{
		display: block;
		width: 100%;
		clear: both;
	}
	.table_title{
		width: 100%;
		font-size: 12px;
		text-align: center;
		border: none;
		display: block;
		box-sizing: border-box;
	}
	.table_title br{
		display: none;
	}
	.table_detail{
		float: left;
		display: block;
		font-size: 12px;
		width: 50%;
		border-bottom: none;
		box-sizing: border-box;
	}
	td.table_detail:first-child{
		border-left: none;
	}
	.table_bold-fz19{
		font-size: 19px;
	}
	.table_circleline{
		display: none;
	}
	.section_top .table_detail{
		border-left: 1px solid #e4e4e4;
	}
	.table_price{
		font-size: 12px;
	}
	.table_price > .bold{
		font-size: 18px;
	}
	.table_price > .bold > br{
		display: block;
	}
	.table_row:last-child .table_detail{
		border-bottom: 1px solid #e4e4e4;
	}
	.section_gray.is-fixed{
		border-bottom: none;
	}
	@media all and (orientation: landscape) {
		.section_gray.is-fixed{
			position: static;
		}
	}
}
/* card */
.car_card{
	-webkit-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
 	 transition:         all 600ms cubic-bezier(0.86, 0, 0.07, 1); 
	position: relative;
	width: 380px;
	margin-left: 20px;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 2px 6px rgba(0,0,0,.1);
}
.car_card_thumb{
	padding: 40px 20px 0;
	text-align: center;
}
.car_card_detail{
	box-sizing: border-box;
	padding: 0 20px 20px;
	text-align: left;
}
.car_card_maker{
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 1.78;
}
.car_card_product{
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	color: #1063a2;
}
.car_card_text{
	border-top: 1px solid #eee;
	padding: 10px 20px;
	font-size: 14px;
	color: #666;
	text-align: left;
	box-sizing: border-box;
}
.car_card_icon{
	position: absolute;
	top: 10px;
	right: 15px;
	padding: 12px 15px;
	display: block;
	line-height: 1;
	background: #f4f4f4;
	border-radius: 3px;
}
.card_icon_text{
	display: none;
}
@media screen and (max-width: 768px) {
	.car_card{
		width: 100%;
		box-shadow: none;
		margin-left: 0;
	}
	.car_card_icon{
		top: 10px;
		right: auto;
		left: 50%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
		padding: 5px 0;
		text-align: center;
		width: 88%;
	}
	.car_card_icon img{
		width: 10px;
		height: 10px;
	}
	.card_icon_text{
		display: inline-block;
		margin-left: 10px;
		font-size: 11px;
	}
	.car_card_thumb{
		padding-left: 35px;
		padding-right: 35px;
	}
	.car_card_maker{
		font-size: 11px;
	}
	.car_card_product{
		font-size: 15px;
		font-weight: bold;
		color: #333;
	}
	.car_card_detail{
		text-align: left;
		padding: 0 20px 10px;
	}
	.car_card_text{
		border: none;
		font-size: 11px;
		padding: 0 20px 10px;
	}
	.section_gray.is-fixed .car_card_thumb{
		width: auto;
		float: none;
		padding: 40px 35px 0;
	}
	.section_gray.is-fixed .car_card_detail{
		width: 100%;
		float: none;
		-weblkit-box-sizing: border-box;
    	box-sizing: border-box;
		padding: 0 20px 10px;
		height: auto ;
	}
	.section_gray.is-fixed .car_card_icon{
		padding: 5px 0;
	}
	.section_gray.is-fixed .car_card_icon img{
		width: 10px;
		height: 10px;
	}
	
}
/* list */
.list_wrap{
	width: 350px;
	margin: auto;
}
.car_list{
	margin-left: -15px;
}
.car_item{
	float: left;
	margin-left: 15px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.list_wrap{
		width: 100%;
	}
	.car_item{
		float: none;
		margin-bottom: 5px;
	}
	.car_item:last-child{
		margin-bottom: 0;
	}
	.car_item > img{
		display: none;
	}
}

/* ranking */
.ranking_view{
	width: 300px;
	margin: 0 auto 20px;
}
.ranking_text{
	float: left;
	font-size: 32px;
	font-weight: bold;
	color: #e60012;
	margin-right: 20px;
}
.star_list{
	margin-left: -6px;
}
.star_item{
	float: left;
	margin-left: 6px;
}
.ranking_link{
	margin-top: 30px;
	display: inline-block;
}
.chart_data{
	display: none;
}
@media screen and (max-width: 768px) {
	.star_list{
		display: none;
	}
	.ranking_view {
		width: 100%;
		text-align: center;
	}
	.ranking_text{
		margin-right: 0;
		float: none;
		width: 100%;
		font-size: 35px;
	}
	#canvas{
		display: none;
	}
	.chart_data{
		display: block;
	}
	.chart_table{
		width: 77px;
		margin: auto;
		text-align: left;
	}
	.chart_title{
		width: 57px;
	}
	.chart_row{
		line-height: 1.5;
	}
	.chart_detail{
		font-weight: bold;
		color: #e9272c;
	}
	.ranking_link{
		font-size: 12px;
		border: none;
		padding: 10px 45px 10px 10px;
		margin-top: 10px;
	}
	.table_detail .link_arrow_wrap{
		border: none;
	}
	.total_wrap .table_detail{
		padding-bottom: 0;
		/*border-bottom: 1px solid #e4e4e4;*/
	}
}
/* object */
.object{
	width: 350px;
	margin: auto;
}
.object_list{
	margin-left: -20px;
	margin-bottom: -20px;
	overflow: hidden;
	*margin-bottom: 0;
}
.object_item{
	width: 103px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}
.object_item > img{
	width: 100%;
	height: auto;
}
.object_item > a{
	font-size: 14px;
	color: #1162a3;
	text-decoration: underline;
}
.object_item > a:hover{
	text-decoration: none;
}
.object_link{
	display: inline-block;
	margin-top: 20px;
}
@media screen and (max-width: 768px) {
	.object{
		width: 100%;
	}
	.object_wrap .table_detail{
		padding-bottom: 0;
	}
	.object_list{
		overflow: static;
		margin-left: 0;
		margin-bottom: 0;
	}
	.object_link{
		border-top: none;
		/*border-bottom: 1px solid #e1e2e2;*/
	}
	.object_item{
		box-sizing: border-box;
		padding: 0 30px;
		width: 100%;
		margin-left: 0;
		float: none;
	}
	.object_item > a{
		margin-top: 10px;
		color: #333;
		font-size: 12px;
		text-decoration: none;
		display: block;
		text-align: left;
		position: relative;
	}
	.object_item > a::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		bottom: 50%;
		width: 7px;
		height: 7px;
		margin-top: -4px;
		border-top: 1px solid #ff0000;
		border-right: 1px solid #ff0000;
		-webkit-transform: translate(-50%,0) rotate(45deg);
		-ms-transform: translate(-50%,0) rotate(45deg);
		transform: translate(-50%,0) rotate(45deg);
	}
	.object_item > a > span{
		font-weight: bold;
	}
}
/* toggle */
.toggle_cont{
	padding-top: 20px;
	padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
	.toggle_cont{
		padding: 0;
	}
}

/*----------------------------------------------*/
/* detail */
/*----------------------------------------------*/
.combination_top{
	padding: 20px 0;
}
section{
	width: 100%;
}
.combination_inner{
	width: 904px;
	margin: auto;
}
.combination_wrap{
	padding: 40px 0 90px;
	margin-left: -20px;
	overflow: hidden;
}
.section_column{
	float: left;
	width: 288px;
	margin-left: 20px;
}
.combination_title{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding-top: 55px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dddddd;
}
.combination_title-icon01{
	background: url('https://img.goo-net.com/common_v2/detail_title-01.png') no-repeat center 7px;
}
.combination_title-icon02{
	background: url('https://img.goo-net.com/common_v2/detail_title-02.png') no-repeat center 7px;
}
.combination_title-icon03{
	background: url('https://img.goo-net.com/common_v2/detail_title-03.png') no-repeat center top;
}
.combination_list{
	width: 200px;
	margin: auto;
}
.combination_item{
	margin-top: 33px;
}
.combination_thumb{
	width: 200px;
	height: auto;
}
.combination_product{
	margin-top: 15px;
	font-size: 14px;
	color: #1063a2;
}
.combination_year{
	margin-top: 5px;
	font-size: 12px;
	color: #666;
}
@media screen and (max-width: 768px) {
	.combination_top{
		padding-bottom: 0;
	}
	.combination_inner{
		width: 100%;
	}
	.combination_wrap{
		margin-left: 0;
		overflow: visible;
		padding: 0 10px;
	}
	.section_column{
		box-sizing: border-box;
		float: none;
		width: 100%;
		margin-left: 0;
	}
	.combination_title{
		background: none;
		padding: 0 0 0 10px;
		font-size: 14px;
		font-weight: bold;
		color: #333;
		text-align: left;
		border-bottom: none;
		border-left: 4px solid #e60d13;
		margin-bottom: 10px;
		margin-top: 30px;
	}
	.combination_list{
		width: 100%;
		margin-top: 10px;
		border-top: 1px solid #e7e7e7;
	}
	.combination_item{
		position: relative;
		margin-top: 0;
		border-bottom: 1px solid #e7e7e7;
	}
	.combination_item::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		bottom: 50%;
		width: 7px;
		height: 7px;
		margin-top: -4px;
		border-top: 1px solid #ff0000;
		border-right: 1px solid #ff0000;
		-webkit-transform: translate(-50%,0) rotate(45deg);
		-ms-transform: translate(-50%,0) rotate(45deg);
		transform: translate(-50%,0) rotate(45deg);
	}
	.combination_item a{
		display: block;
		width: 100%;
		padding: 10px;
		border-top: none;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		display: -webkit-flex;
		display: -ms-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.combination_thumb{
		width: 75px;
		max-width: 100%;
		display: block;
	}
	.combination_text-2{
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		display: block;
		padding: 0;
		color: #333;
		padding-left: 10px;
		font-size: 13px;
		width: 100%;
	}
	.combination_product{
		margin-top: 0;
		font-size: 13px;
		font-weight: bold;
		color: #333333;
	}
}
/* modal */
.modal_wrap{
	position: fixed;
	overflow-y: scroll;
	z-index: 1000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
       filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 44px;
}
.modal_wrap{
	overflow-x: auto;
}
.modal_wrap.is-show{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
       filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.modal_cont{
	width: 100%;
	height: 100%;
}
.modal_header{
	padding: 25px 0;
	border-bottom: 5px solid #e60012;
}
.modal_inner{
	width: 960px;
	margin: auto;
}
.modal_header .modal_inner{
	position: relative;
	text-align: center;
}
.modal_back{
	font-weight: bold;
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -9px;
	display: block;
	background: url('https://img.goo-net.com/common_v2/modal_back.gif') no-repeat left center;
	padding-left: 18px;
}
.modal_title{
	font-size: 20px;
	font-weight: bold;
	color: #e60012;
}
.modal_main{
	padding: 50px 0;
}
.js-product_modal_btn{
	display: block;
	cursor: pointer;
}
@media screen and (max-width: 768px) {
	.modal_inner{
		width: 100%;
	}
	.modal_header{
		padding: 0;
		border-bottom: none;
	}
	.modal_title{
		padding: 20px 60px;
		border-top: 4px solid #ff868f;
		text-align: center;
		border-left: none;
		font-size: 16px;
		color: #e90000;
		line-height: 1.72;
	}
	.modal_main{
		padding: 0;
	}
	.modal_back{
		color: #e90000;
		top: 30px;
		margin-top: 0;
		cursor: pointer;
	}
	.modal_wrap{
		-webkit-transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1);
		transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1);
		width: 100%;
		height: 100%;
		left: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-backface-visibility: hidden;
		opacity: 1;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
		padding-right: 25px;
		padding-bottom: 25px;
		padding-top: 0;
	}
	.modal_wrap.is-show{
		left: 0;
		box-shadow: 0 2px 25px rgba(0,0,0,.25);
	}
	.modal_wrap .title_flag{
		margin-bottom: 0;
		padding: 20px 10px 15px;
		border-top: 1px solid #e1e2e2;
		border-left: none;
		cursor: default;
	}
	.modal_wrap .title_flag::before{
		display: none;
	}
	.modal_wrap .title_flag span{
		border-left: 4px solid #e60d13;
		padding-left: 10px;
	}
	.modal_cont{
		height: auto;
	}
}
/* top */
.top_contory{
	padding: 0 15px;
}
.top_list_wrap{
	padding: 50px 0 0;
}
.top_list_wrap .title_medium_wrap-type2{
	margin-bottom: 30px;
}
.top_bodytype_wrap .title_medium_wrap-type2{
	margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
	.top_contory{
		padding: 0;
	}
	.top_select_block{
		background: #fff;
	}
	.top_list_wrap{
		padding: 0;
	}
	.title_medium_wrap-type2{
		padding: 0;
	}
	.top_list_wrap .title_medium_wrap-type2{
		margin-bottom: 0;
	}
	.top_bodytype_wrap .title_medium_wrap-type2{
		margin-bottom: 0;
	}
}
/* tab */
#brand_ranking .title_medium_wrap-type2{
	display: none;
}
.section_index #brand_ranking .title_medium_wrap-type2{
	display: block;	
}
#brand_ranking .show{
	display: block;
}
.modal_tab{
	margin-bottom: 30px;
}
.modal_wrap .content_inner01{
	padding: 0;
}
.modal_wrap .title_modal{
	margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
	#brand_ranking .title_medium_wrap-type2{
		display: block;
	}
	.modal_wrap .content_inner01{
		padding: 0;
		margin-bottom: 0;
	}
	.modal_tab{
		margin-bottom: 0;
	}
	.modal_wrap .title_modal{
		margin-bottom: 0;
		padding: 20px 10px 15px;
		border-top: 1px solid #e1e2e2;
		border-left: none;
	}
	.title_modal-border {
		border-left: 4px solid #e60d13;
		padding-left: 10px;
	}
}
/* index */
.section_slider{
	margin-top: 20px;
	padding-top: 35px;
}
.index_tab .adjustment02 {
	margin-bottom: 30px;
}
.index_tab .content_inner01{
	padding: 0;
}
.section_index{
	padding-bottom: 50px;
}
.section_index .title_medium{
	margin-bottom: 30px;
}
.section_index.index_tab{
	padding-top: 50px;
}
.index_tab .title_medium-type2{
	margin-top: 35px;
	margin-bottom: 20px;
}
.section_index .sort_wrap{
	margin-bottom: 30px;
}

.block_crownbox02 {
	padding: 0 35px 30px;
}

.block_crownbox02 .slick-dotted.slick-slider {
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	.section_slider_wrap{
		margin-bottom: 50px;
	}
	.section_slider{
		margin-top: 0;
		padding: 20px 0;
		border-top: 1px solid #e7e7e7;
		border-bottom: 1px solid #e7e7e7;
	}
	.section_slider .slick-dotted.slick-slider{
		margin-bottom: 0;
	}
	.section_slider .slick-dots{
		bottom: -52px;
	}
	.block_crownbox02 {
		padding: 0 25px;
	}
	.index_tab .adjustment02{
		margin-bottom: 0;
	}
	.section_index{
		padding-bottom: 0;
	}
	.section_index.index_tab{
		padding-top: 0;
		padding-bottom: 40px;
	}
	.index_tab .title_medium-type2{
		margin-top: 0;
		margin-bottom: 0;
	}
	.section_index .title_medium{
		margin-bottom: 10px;
		margin-left: 10px;
	}
	.index_tab .content_inner01{
		margin: 0;
	}
}
.combination_text p.combination_price span, .combination_text-2 p.combination_price span {
        font-weight: bold;
}

/* Bread Crumbs */
#topicpath li:first-child span,
.topicpath li:first-child span{
	padding-left: 0;
	background: none;
}
