/*============================
PC
============================*/
#newcarlist_lineup .tab .list .item {
	/* width: calc(100% / 7.01); */
	width: calc(100% / 6.01);
}

/* 一覧の燃料 */
#testdrive #newcarlist_lineup .newcarlist_lineup_cont .list .detail a .fuel {
	margin-top: 0;
	display: none;
}

/* 一覧のボックス */
#testdrive #newcarlist_lineup {
	padding-bottom: 0.20rem;
}

#testdrivelist_cont .testdrivelist_cont_head {
	margin-bottom: 0.30rem;
}

#testdrivelist_cont .testdrivelist_cont_head .list {
	display: flex;
	flex-wrap: wrap;
}

#testdrivelist_cont .testdrivelist_cont_head .list .item {
	width: 16%;
	font-size: 0.14rem;
	position: relative;
	padding-bottom: 0.10rem;
	color: #00428e;
}


#testdrivelist_cont .testdrivelist_cont_head .list .item::before {
	content: '';
	display: inline-block;
	width: 90%;
	height: 2px;
	background: #00428e;
	position: absolute;
	bottom: 0;
	left: 0;
}

#testdrivelist_cont .testdrivelist_cont_head .list .item:first-child {
	width: 20%;
}

#testdrivelist_cont .testdrivelist_cont_head .list .item:first-child::before {
	content: none;
}

/*注意書き*/
.testdrivelist_topnote {
	font-size: 0.12rem;
	padding-left: 0.12rem;
	text-indent: -0.12rem;
	padding-bottom: 0.4rem;
	line-height: 1.6
}


/*コンテンツ*/
#testdrivelist_cont .testdrivelist_cont_wrap .testdrivelist_cont_box:last-child {
	margin-bottom: 1.00rem;
}

#testdrivelist_cont .testdrivelist_cont_wrap .testdrivelist_cont_box a {
	display: flex;
	flex-wrap: wrap;
	text-decoration: none;
	font-size: 0.14rem;
	color: #000;
	align-items: center;
	line-height: 1.4;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 0.20rem;
	margin-bottom: 0.30rem;
	position: relative;
}

#testdrivelist_cont .testdrivelist_cont_wrap .testdrivelist_cont_box a .shashu  {
	font-size: 0.15rem;
	font-weight:600;
}

#testdrivelist_cont .testdrivelist_cont_wrap .testdrivelist_cont_box a .type {
	font-size: 0.13rem;
}

#testdrivelist_cont .testdrivelist_cont_wrap .testdrivelist_cont_box a .color {
	font-size: 0.12rem;
}

#testdrivelist_cont .testdrivelist_cont_wrap .testdrivelist_cont_box a .btn_sokuji {
	font-size: 0.15rem;
	font-weight: 600;
}



/*展示車はリンクなし*/
#testdrivelist_cont .testdrivelist_cont_wrap .testdrivelist_cont_box.tenji a {
	pointer-events: none;
}

#testdrivelist_cont .testdrivelist_cont_wrap .testdrivelist_cont_box a:hover {
	opacity: 0.8;
	color: #00428e;
	border-bottom: 1px solid #00428e;
}

#testdrivelist_cont .testdrivelist_cont_wrap .testdrivelist_cont_box a::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #FFF;
	position: absolute;
	left: 0;
	bottom:0;
	transition: all 0.3s;
}

#testdrivelist_cont .testdrivelist_cont_wrap .testdrivelist_cont_box a:hover::after {
	height: 2px;
	background-color: #00428e;
}

#testdrivelist_cont .testdrivelist_cont_wrap .testdrivelist_cont_box a .item_cont {
	width: 16%;
	box-sizing: border-box;
	padding-right: 0.20rem;
}



/*画像*/
#testdrivelist_cont .testdrivelist_cont_wrap .testdrivelist_cont_box a .carimg {
	width: 20%;
}

#testdrivelist_cont .testdrivelist_cont_wrap .testdrivelist_cont_box a .carimg img {
	height: 1.10rem;
	display: block;
	margin: 0 auto;
}

#testdrivelist_cont .testdrivelist_cont_wrap .testdrivelist_cont_box a .shop .btn_sokuji {
	margin-bottom: 0.20rem;
}

#testdrivelist_cont .testdrivelist_cont_wrap .testdrivelist_cont_box a .shop .btn_sokuji span {
	position: relative;
}

#testdrivelist_cont .testdrivelist_cont_wrap .testdrivelist_cont_box a .shop .btn_sokuji span::after {
	position: absolute;
	content: '';
	display: inline-block;
	width: 0.30rem;
	height: 0.30rem;
	background: url(../img/icon_arrow_circle.svg) no-repeat center;
	background-size: contain;
	top: -0.09rem;
	right: -0.35rem;
	transition: .3s all;
}

#testdrivelist_cont .testdrivelist_cont_wrap .testdrivelist_cont_box a:hover .shop .btn_sokuji span::after {
	right: -0.40rem;
}

/*展示車のみボタン*/
#testdrivelist_cont .testdrivelist_cont_wrap .testdrivelist_cont_box a .shop .btn_tenji span {
	display: inline-block;
	color: #666666;
	border: 1px solid #666666;
	background: #eee;
	border-radius: 5px;
	padding: 0.08rem 0.30rem;
	box-sizing: border-box;
	margin-bottom: 0.20rem;
}

#testdrivelist_cont .testdrivelist_cont_wrap .testdrivelist_cont_box .list .item a .shop .name {
	display: block;
}

#testdrivelist_cont .testdrivelist_cont_wrap .testdrivelist_cont_box .list .item a .shop .tel {
	display: block;
}


/********************************
SP
********************************/
#testdrivelist_cont .sp_testdrivelist_cont_wrap .testdrivelist_cont_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 0.30rem;
}

#testdrivelist_cont .sp_testdrivelist_cont_wrap .testdrivelist_cont_box .item_cont {
	width: 100%;
	padding-right: 0;
	margin-bottom: 0.20rem;
	font-size: 0.13rem;
	line-height: 1.4;
}

#testdrivelist_cont .sp_testdrivelist_cont_wrap .testdrivelist_cont_box .item_cont .title {
	font-size: 0.12rem;
	font-weight: bold;
	color: #00428e;
	border-bottom: 1px solid #00428e;
	padding-bottom: 0.10rem;
	margin-bottom: 0.10rem;
}

#testdrivelist_cont .sp_testdrivelist_cont_wrap .testdrivelist_cont_box .carimg {
	width: 100%;
	text-align: center;
}

#testdrivelist_cont .sp_testdrivelist_cont_wrap .testdrivelist_cont_box .carimg img {
	height: 1.40rem;
	display: block;
	margin: 0.10rem auto;
}

/*車名*/
#testdrivelist_cont .sp_testdrivelist_cont_wrap .testdrivelist_cont_box .shashu {
	width: 100%;
	text-align: center;
	font-size: 0.16rem;
	font-weight: bold;
}


/*グレード*/
#testdrivelist_cont .sp_testdrivelist_cont_wrap .testdrivelist_cont_box .grade {
	width: 47%;
}

/*エンジンタイプ*/
#testdrivelist_cont .sp_testdrivelist_cont_wrap .testdrivelist_cont_box .type {
	width: 47%;
}

/*店舗*/
#testdrivelist_cont .sp_testdrivelist_cont_wrap .testdrivelist_cont_box .shop {
	width: 100%;
}


#testdrivelist_cont .sp_testdrivelist_cont_wrap .testdrivelist_cont_box .shop .btn_listsp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 0.20rem;
}

#testdrivelist_cont .sp_testdrivelist_cont_wrap .testdrivelist_cont_box .shop .btn_listsp .item {
	width: 47%;
	margin-top: 0.20rem;
}

#testdrivelist_cont .sp_testdrivelist_cont_wrap .testdrivelist_cont_box .shop .btn_listsp .item a {
	font-size: 0.12rem;
	font-weight: 700;
	display: block;
	text-decoration: none;
	padding: 0.10rem 0;
	color: #000;
	border: 1px solid #00428e;
	background: #fff;
	border-radius: 0.05rem;
	text-align: center;
}


#testdrivelist_cont .sp_testdrivelist_cont_wrap .testdrivelist_cont_box .shop .btn_listsp .item a i {
	padding-right: 0.05rem;
}

#testdrivelist_cont .sp_testdrivelist_cont_wrap .testdrivelist_cont_box .shop .btn_listsp .item a i img{
	vertical-align: middle;
	max-width: 0.15rem;
}


@media screen and (max-width: 599px) {
	#testdrive #shoplist_search {
		margin-top: 0.8rem;
	}
}
