@charset "UTF-8";

/*----------------------------------------------------------
Car List (Loop)
----------------------------------------------------------*/
.carListDc li{
	padding-top: 0;
	overflow: hidden;
	float: none;
	display: inline-block;
	vertical-align: top;
}
.carListDc li a{
	padding-top: 0;
	padding-bottom: 0px;
}
.carListDc .headDc{
	background: #056CB5;
	color: #Fff;
	overflow: hidden;
	padding: 5px 10px;
}
.carListDc .headDc img{
	/* float: left; */
	width: 27px;
	display: inline-block;
	margin: 0 auto;
	vertical-align: top;
}
.carListDc .headDc p{
	/* float: left; */
	/* width: calc(100% - 40px); */
	padding:0 5px;
	font-weight: 700;
	font-size: 10px;
	position: relative;
	display: inline-block;
	line-height: 1;
}
.carListDc .headDc p br{
	display: none;
}
.carListDc .headDc p span.num{
	font-weight: 900;
	font-size: 10px;
	position: absolute;
	right: 0;
	top: 0;
}
.carListDc .headDc p span span{
	font-family: 'Lato', sans-serif;
	font-size: 21px;
}
.carListDc.carlistWrap li .listItemHead{
	padding-top: 10px;
}
.carListDc.carlistWrap li .listItemHead figure{
	min-height: 90px;
}
.carListDc li .totalCost .ttl{
	text-align: center;
	position: relative;
}
.carListDc li .totalCost .ttl::after{
	content: "";
	display: block;
	position: absolute;
	background: #DEDEDE;
	height: 1px;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 1;
}
.carListDc li .totalCost .ttl span{
	display: inline-block;
	border: 1px solid #DEDEDE;
	background: #fff;
	font-size: 14px;
	line-height: 22px;
	padding: 0 20px;
	position: relative;
	z-index: 2;
}
.carListDc li .totalCost .txt{
	font-size: 11px;
	letter-spacing: 0;
	padding-top: 6px;
	padding-bottom: 10px;
	line-height: 1.3;
}
.carListDc li .totalCost .txt span{
	font-weight: 700;
	font-size: 14px;
}
.carListDc li .totalCost .txt span span{
	font-size: 11px;
}
.carListDc li .totalCost .oncePrice{
	position: relative;
	border-radius: 10px;
	border: 1px solid #F47B45;
	padding: 8px 0 5px;
}
.carListDc li .totalCost .oncePrice::before,
.carListDc li .totalCost .oncePrice::after{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
}
.carListDc li .totalCost .oncePrice::before{
	background: #F47B45;
	top: -5px;
}
.carListDc li .totalCost .oncePrice::after{
	background: #fff;
	top: -4px;
}
.carListDc li .totalCost .oncePrice .txt{
	font-weight: 700;
	font-size: 12px;
	padding-bottom: 6px;
}
.carListDc li .totalCost .oncePrice .txt span{
	font-size: 10px;
	display: inline-block;
	vertical-align: top;
}
.carListDc li .totalCost .oncePrice .numWrap{
	color: #f47b45;
	font-weight: 700;
}
.carListDc li .totalCost .oncePrice .numWrap .num{
	font-family: 'Lato', sans-serif;
	font-size: 28px;
}
.carListDc li .totalCost .oncePrice .numWrap .en{
	font-size: 12px;
	position: relative;
}
.carListDc li .totalCost .oncePrice .numWrap .en span{
	position: absolute;
	font-size: 10px;
	left: 0;
	top: -15px;
}
.carListDc li .totalCost .notes{
	font-size: 10px;
	padding: 7px 5px;
	line-height: 1.4;
	display: inline-block;
}
@media print, screen and  (max-width : 320px){
	.carListDc li .totalCost .ttl span{
		font-size: 12px;
	}
	.carListDc li .totalCost .oncePrice .txt{
		font-size: 10px;
	}
}
@media print, screen and  (min-width : 768px){
	.carListDc li{
		vertical-align: top;
		float: none;
		display: inline-block;
	}
	.carListDc .headDc img{
		width: 40px;
	}
	.carListDc .headDc p{
		text-align: left;
		padding-left: 10px;
		display: inline-block;
		width: auto;
		font-size: 14px;
		padding-top: 3px;
	}
	.carListDc li .totalCost .txt br{
		display: none;
	}
}
@media print, screen and  (min-width : 960px){
	.carListDc .headDc{
		padding: 4px 12px 8px;
	}
	.carListDc .headDc img{
		margin-top: 6px;
		width: 17%;
	}
	.carListDc .headDc p{
		padding-top: 10px;
		font-weight: 700;
		font-size: 14px;
		line-height: 1.4;
		vertical-align: top;
		position: relative;
		display: inline-block;
	}
	/* .carListDc .headDc p span{
		font-weight: 900;
		font-size: 18px;
		right: 0;
		top: 0;
	}
	.carListDc .headDc p span.num{
		font-size: 18px;
	}
	.carListDc .headDc p span span{
		font-size: 40px;
	} */
	.carListDc.carlistWrap li .listItemHead figure{
		min-height: 160px;
	}
	.carListDc li .carImg{
		margin-bottom: 0;
	}
	.carListDc.carlistWrap li .FixedAmount{
		width: 186px;
		max-width: 186px;
	}
	.carListDc li .priceBox{
		margin-top: 8px;
	}
	.carListDc li .gradeTxt{
		font-size: 14px;
	}
	.carListDc li .totalCost{
		padding-top: 5px;
	}
	.carListDc li .totalCost .ttl span{
		font-size: 15px;
		letter-spacing: 2px;
		padding: 0 30px;
	}
	.carListDc li .totalCost .txt{
		font-size: 12px;
		letter-spacing: 1px;
		padding-bottom: 12px;
	}
	.carListDc li .totalCost .txt .num{
		font-size: 24px;
		letter-spacing: 0;
		padding-left: 3px;
	}
	.carListDc li .totalCost .txt span span{
		font-size: 12px;
	}
	.carListDc li .totalCost .oncePrice{
		padding: 10px 0 8px;
		width: 250px;
		margin: 0 auto;
	}
	.carListDc li .totalCost .oncePrice::before, .carListDc li .totalCost .oncePrice::after{
		width: 10px;
		height: 10px;
	}
	.carListDc li .totalCost .oncePrice::before {
    top: -6px;
	}
	.carListDc li .totalCost .oncePrice::after {
    top: -5px;
	}
	.carListDc li .totalCost .oncePrice .txt{
		padding-bottom: 13px;
	}
	.carListDc li .totalCost .oncePrice .numWrap .num{
		font-size: 45px;
	}
	.carListDc li .totalCost .oncePrice .numWrap .en{
		font-size: 20px;
		margin-left: 3px;
	}
}
@media print, screen and  (min-width : 975px){
	.carListDc .headDc p{
		padding-left: 38px;
	}
}
