@charset "UTF-8";
/* CSS Document */

.car_sprt {padding-bottom:40px;background:#EFEFEF;}
.cs_head {max-width:92%;margin:0 auto;}

/*
.cs_btn_area {width:92%;margin:6px auto 0;
	display:flex;justify-content:space-between;}

.cs_btn_area li {width:32.75%;}

@media screen and (max-width: 980px){
	.car_sprt {padding-bottom:8.16vw;}
	.cs_head {margin-bottom:6.12vw;}
	.cs_btn_area {width:92%;margin:1.22vw auto 0;}
}

@media screen and (max-width: 750px){
	.car_sprt {padding-bottom:10.66vw;}
	.cs_head {margin-bottom:6.66vw;}
	.cs_btn_area {width:92%;margin:1.6vw auto 0;}
}
*/

.car_sprt_inner{background:#fff;padding:40px 0;}
.car_sprt_inner_contents {max-width:92%;margin:0 auto;}




/* ↓↓↓↓ ボタンスライド ↓↓↓↓ */



/* スライドエリア */
.slider_bttm {margin-bottom:30px;}

.slider_contents {max-width:92%;margin:0 auto;}
.slider_title {width:100%;margin:0 auto;}
.slider-wrapper {width:100%;margin:0 auto;background:#fff;
	border-radius:10px;padding-bottom:25px;}

/* スライドエリア */


/* 各ボタン */
.slider-cell {width:81.16%;margin:0 auto;
	opacity:0;display:block;}
.slider-cell.is-selected {opacity:1;}


.slider-cell .slider-cell_imgbox {
	width:100%;height:auto;
	overflow:hidden;
	transition:0.5s;position:relative;}

.slider-cell {pointer-events:none;}
.slider-cell.is-selected {pointer-events:auto;}
.slider-cell a img {transition:0.5s;}
.slider-cell.is-selected a:hover img {opacity:0.3;}

.car_price {margin:0 auto;display:flex;
	justify-content:center;align-items:center;
	padding-bottom:10px;
}
.car_price_pre {width:12.5%;}
.car_price_txt {font-size:5.0rem;font-weight:bold;
	color:#C3002F;padding:0 5px;}

/* 各ボタン */

