@charset "UTF-8";

/* PC */
@media (min-width: 1280px) {
	.l-limited-car__table .table__body colgroup col:nth-child(1) { width: 40%; }
	.l-limited-car__table .table__body colgroup col:nth-child(n+2) { width: 30%; }
}


/* PC */
@media (min-width: 1280px) {
	.l-limited-car__table .control > a {
		background-color: #a0b300;
	}
	.l-limited-car__table .control > a:hover {
		background-color: #a7ba00;
	}
}



/* SP */
@media (max-width: 767px) {
	.l-limited-car__abst .contents .banner_dm {
		margin: 22px 0 0 0;
	}
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.l-limited-car__abst .contents .banner_dm {
		margin: 24px 0 0 0;
	}
}
/* PC */
@media (min-width: 1280px) {
	.l-limited-car__abst .contents .banner_dm {
		margin: 32px 0 0 0;
		text-align: center;
	}
	.l-limited-car__abst .contents .banner_dm img {
		width: 833px;
	}
}





.finance__month {
	border-color: #333333;
	border-style: solid;
	border-width: 2px 0 1px 0;
	text-align: center;
	font-family: "RenaultFont";
	padding: 11px 0;
}
.finance__month * {
	display: inline-block;
	line-height: 1;
}
.finance__month .price__maker {
	font-size: 12px;
}
.finance__month .price__maker .price-number {
	font-weight: bold;
	font-size: 30px;
	padding: 0 5px 0 5px;
}
.finance__month .price__maker .price-unit {
	font-size: 16px;
}
.finance__month .price__arrow {
	padding: 0 8px;
}
.finance__month .price__arrow span {
	border-color: transparent;
	border-left-color: #333;
	border-style: solid;
	border-width: 7px 0 7px 14px;
	margin-left: 4px;
}
.finance__month .price__month {
	color: #b60000;
	font-size: 24px;
}
.finance__month .price__month .price-number{
	font-weight: bold;
	font-size: 56px;
	padding: 0 8px 0 0;
}
/* SP & TB */
@media (max-width: 1279px) {
	.finance__month {
		display: none;
	}
}


.finance-limited {
	padding: 0 0 12px 0;
	font-size: 1.6rem;
    letter-spacing: .5px;
    line-height: 1;
    text-align: center;
}
/* SP & TB */
@media (max-width: 1279px) {
	.finance-limited {
		display: none;
	}
}
