/* ==============================

main-visual

============================== */
#header #main-img .img {
	background-image: url(../img/main-img.jpg);
}

#main-img .rainbow {
	top: inherit;
	bottom: 0px !important;
}

.car-box h3 {
	font-size: 64px;
	text-align: center;
}

.car-box .s-ttl {
	font-size: 26px;
}

.car-box .car-name {
	color: #ec0051;
	font-weight: bold;
}

.car-box .line {
	padding: 30px 0;
	position: relative;
}

.car-box .line::after {
	width: 100%;
	content: "";
	height: 1px;
	background-color: #b8b8b8;
	position: absolute;
	left: 0;
	top: 0;
}

.car-box .detaile {
	background-color: #e4e4e4;
	padding: 10px 30px;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}

.car-box .sales-price {
	color: #fff;
	background-color: #ec0051;
	padding: 4px 24px;
	border-radius: 30px;
	font-size: 35px;
	font-weight: bold;
	display: inline-block;
}

.tb-1 {
	background-color: #fff;
	border: solid 10px #fff;

}

.detaile .ttl-2 {
	font-size: 22px;
	text-align: center;

}

.detaile .ttl-3 {
	font-size: 16px;
	text-align: center;

}

.detaile .ttl-1 {
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	position: relative;
}

.detaile .ttl-1::after {
	width: 26px;
	content: "";
	height: 6px;
	background-color: #000;
	position: absolute;
	left: 47%;
	bottom: -16px;
}

.total {
	text-align: right;
}

.price {
	text-align: right;
}

.detaile .table > tbody > tr > .th-p {
	padding-left: 20px;
}

.detaile .table > tbody > tr > .total {
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;
}

.detaile .table > tbody > tr > .total-ttl {
	padding-right: 70px;
}

.icon-img-1 {
	padding: 0 4px;
}

.car-box .sales-price small {
	color: #fff;
	font-size: 60%;
	font-weight: bold;
}

.br-s {
	display: none;
}

.tel-btn {
	display: inline-block;
	width: 280px;
	padding: 8px 24px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #fdff33;
	color: #111;

}

.tel-btn .left-box {
	float: left;
}

.tel-btn .left-box {
}

.tel-btn .right-box .tel-txt {
	font-size: 14px;
}

.tel-btn .right-box .tel-num {
	font-size: 24px;
	font-weight: bold;
}


