@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Secular+One&display=swap');
@font-face{
	font-family: 'Arial Black';
	font-style: normal;
	font-weight: 400;
	src: local('Arial Black'), url('ariblk_0.ttf') format('ttf');
}


.bm_10{margin-bottom:10px;}
.car_kbn_link{
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
	margin-top: 15px;
}
.car_kbn_link a{
	width: 304px;
	border: 5px solid #e7e7e7;
	border-radius: 16px;
	transition: 0.5s;
}
.car_kbn_link a:hover{
	border: 5px solid #ffdf25;
}
.car_kbn_link a.hit{
	border: 5px solid #ffdf25 !important;

}
/*========================================
 + 絞り込みパネル
========================================*/
#panel_box{
	border:1px solid #d4d4d4;
	padding:2px;
	margin: 0px 0 40px;
	border-radius:3px;
}
#panel_box_in{
	border:1px solid #d4d4d4;
	padding: 0px 0 0 0;
	border-radius:2px;
}
#panel_sub{
	display:
	flex;
	flex-wrap: wrap;
	padding: 10px 10px 0;
}

#panel_sub dl{
	display:
	flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
	width: 270px;
	align-items: center;
}
#panel_sub dl:nth-child(4){width: 270px;}

#panel_sub dl dt{
	font-weight: bold;
	width: 100px;
	text-align: right;
	padding:5px 10px 5px 0;
}
#panel_box_in dd{
	width: calc(100% - 100px);
	
}
#panel_box_in dd select {
	padding:5px;
	border:1px solid #dddddd;
	border-radius:3px;
	min-width: 145px;
}
#price_from{
	width: 145px;
}
#price_to{
	width: 145px;
}
#color_area{
	width:270px;
	padding:0px 0 0 20px;
	background-color:#FFF;
}
#color_area li{
	width:32px;
	float:left;
	margin:0 10px 8px 0;
	position:relative;
}
#color_area li input[type="checkbox"] + label {
    display: block;
	border:1px solid #8e8e8e;
	width:32px;
	height:31px;
	overflow:hidden;
	margin:3px;
}
#color_area li input {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;  
    height: 100%;
	cursor:pointer;
}
 
#color_area li input[type="checkbox"]:checked + label {
	border:2px solid #1abb93;
	margin:0px;
	padding:2px;
	background-color:#FFF;
}
#color_area li input[type="checkbox"]:checked + label img{
	margin:0px 0 0 0;
}
#panel_btm{
	background-color:#f5f5f5;
	padding:10px;
	position:
	relative;
	margin: 0px 0 0;
}
#panel_btm p{
	color:#7E0018;
	font-weight:
	bold;
	/* font-size:13px; */
	margin:0 0 0 20px;
	line-height: 1.2;
}
#panel_btm a{
	position:absolute;
	top:10px;
}
#searchBt{
	right:15px;
	background: #c04c58;
	background: linear-gradient(to bottom, rgb(192, 76, 88) 53%, rgb(162, 33, 34) 53%, rgb(162, 33, 34) 53%);
	padding: 5px 39px 7px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #c04c58;
	color: #fff;
	font-weight: 500;
}
#clearBt{ right:230px;}
/* 並べ替え */
#row{
	clear:both !important;
	height:18px;
	line-height:18px;

	margin:5px 0 5px;
	position:relative;
	text-align: right;
}
#row span{
	color:#ff8800;
	font-weight:bold;
	font-size:14px;
}
/*========================================
 + 検索結果一覧
========================================*/
#usedcar_schlist_disp{
	background-color:#FFF;
	padding: 0px 0 0 0;
}
#car_sch_list{margin: auto;display: flex;flex-wrap: wrap;}
#SearchListDisp{
	/*background-color:#f3eee2;*/
	padding:15px 0;
}
#SearchList{
	margin:0 auto;
	padding:7px 0;
	width:1000px;
	background-color:#FFF;
}
#car_sch_list li{
	border: 1px solid #ccc;
	background-color: #FFF;
	margin: 0 30px 30px 0px;
	line-height:1.3em;
	width: calc( (100% / 4 ) - 23px);
}
#car_sch_list li:nth-child(4n){
	margin:0 0 30px 0;
}
#SearchList li:hover{
	border:1px solid #c8142d;
}

#SearchList li:hover .CarImg{
	border-bottom:1px solid #9dd2fd;
}

.new_icon{
	position:absolute;
	top:0;
	left:10px;
}


#car_sch_list li h3{
	font-size: 16px;
	line-height: 17px;
	height: 67px;
	font-weight:
	bold;
	text-align: left;
	padding: 5px 5px 5px;
	
	background-color:#e7e8e8;
	text-decoration: none;
}

#car_sch_list li h3 span{
	line-height: 17px;
	font-size: 15px;
}
.car_img{
	position: relative;
	margin: 10px;border-bottom:1px solid #c9caca;
}
.soldout_img{
	position: absolute;
	top: 0;
	left: 0;	
}
.car_data{margin: 0 10px;}
.label-mishiyou{
	font-size: 11px;
	color: #FFF;
	padding: 3px;
	border-radius: 3px;
	background-color: rgba(255,150,0,1.00);
	display: inline-block;
}
.tenpo{
    /* position: absolute; */
    /* top:5px; */
    left:0px;
    font-size: 12px;
    color: #FFF;
    font-weight: bold;
    padding: 3px 10px;
    border-radius: 3px;
    background-color: #003b12;
    display: inline-block;
}
.label_icon {
	font-size: 11px !important;
	padding: 2px 3px;
}
.icon_list{
    position: absolute;
	left:0px;
	top: 0;
}
.icon_list p{
	margin: 2px 0;
}
.kudou{
}
.car_img .spc_icon{
    position: absolute;
    display: inline-block;
    width: 34px;
    /* margin: 0 0 0 4px; */
    bottom: 22px;
    right: 3px;
}
.car_list_data{
	display: flex;
	justify-content: center;
	font-size: 14px;
	padding: 6px 0;
}
.car_list_data dl{
	display: flex;
}
.car_list_data dl:first-child{
	padding: 0px 7px 0 0;
	margin: 0 7px 0 0;
	border-right: 1px solid #dcdcdc;
}
.car_list_data dl dt{
	text-align: right;
	font-weight: bold;
	padding: 0px 10px 0 0;
}
.car_list_data dl dd{
	
}
.nenshiki{
	font-size: 12px;
	/* color: #FFF; */
	/* padding: 0px 10px; */
	/* border-radius: 3px; */
	/* background-color: #4e2901; */
	display: inline-block;
}
.soukou{
	font-size: 12px;
	/* color: #FFF; */
	/* padding: 0px 10px 3px; */
	/* margin-left: 67px; */
	/* margin-right: 10px; */
	border-radius: 3px;
	/* background-color: #4e2901; */
	display: inline-block;
}

.pd10{
	padding:3px 10px 0;
	font-size:12px;
}

#car_sch_list li table{width:100%; margin:10px 0 0;table-layout: fixed; border-top:1px solid #FFF;border-collapse: collapse;font-size: 13px;}
#car_sch_list li table th{
	background: #f5f5f5;
	font-weight: normal;
	text-align: center;
	padding: 7px 0;
	border: solid 1px #dcdcdc;
}
#car_sch_list li table td{
	text-align: center;
	border: solid 1px #dcdcdc;
	padding: 3px 0 3px;
}
.price_td{/* padding: 0 !important; */font-size: 16px;}
.price{ margin: 10px 0 0; display: inline-block;}


.price_td .price{
	font-size: 35px;
	margin: 0 3px 0 0;
	color: #d52b84;
	line-height: 1;
	font-family: 'Secular One', sans-serif;
}
.price_txt{ margin: 5px 0 0;}
.price_out{
	font-size:28px !important;
	margin: 0 !important;
	line-height: 40px !important;
}
.dtlBt2,.dtlBt {
	padding: 0;
	height: 40px;
	display: block;
	color: #fff !important;
	font-weight: bold;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	line-height: 38px;
	text-decoration: none;
	/* box-shadow: 0 2px 0 #b0b0b0; */
	border-radius: 3px;
	position: relative;
	width: 100%;
}
.dtlBt{
	background-color: #b6061e;
	margin: 5px auto 10px;
}
.dtlBt2{
	margin: 5px 10px 0 0;
	background-color: #174f9b;
}
.dtlBt2 img,.dtlBt img{position: absolute; top: 15px; right: 10px;}
.tel_txt{ font-size: 11px; margin: 15px 5px 0 0;}
.tel_icon{margin: 8px 0 0 0;}



#rst_zero_disp {
	border:2px solid #c9132c;
	margin:10px;
}
#rst_zero_disp p {
	border:5px solid #feeaed;
	padding:30px 10px;
	text-align:
	center;
	/* font-size:14px; */
	font-weight:
	bold;
}
#rst_zero_disp .price{
	/* font-style:
	italic; */
	font-size:16px;
	font-size: 30px;
 margin:0 3px 0 0;
	color: #d52b84;
	line-height: 1;
	font-family: 'Secular One', sans-serif;
}

.price_disp_soldout{
	/*background-image:url(../images/search/price.gif);
	background-repeat:repeat;*/
	background-color:#C00;
	width:130px;
	height:26px;
	padding:0px 0 0;
	float:left;
	text-align:right;
	line-height:30px;
}
.price_disp_soldout span{
	color:#FFF !important;
	display:block;
	text-align:center;
}


/*========================================
 + ページング
========================================*/
.page_area{
	margin: 0px 0 0px 0;
	clear:
	both;
	height: auto !important;
	line-height:24px;
	padding:0px 0px 5px;
}

.page{
	margin: 0 2px;
	float:
	none !important;
	font-size: 15px;
	border:1px solid #dcdcdc;
	width: 30px;
	display:
	block;
	text-align:
	center;
	display: inline-block;
	background-color: #FFF;
	text-decoration: none;
}
.page:hover,.page.hover{
	color:#5e5e5e !important;
	text-decoration:none;
	
}

.page_sel{
	margin-left:5px;
	float:
	none !important;
	color:#FFF !important;
	font-weight:
	bold;
	text-decoration:
	none;
	width: 30px;
	display: inline-block;
	background-color: #989898;
	border:1px solid #989898;
}
#page_TT{
	width: 100%;
	float:
	none !important;
	font-weight:
	bold;
	font-size: 16px;line-height:25px;
	padding-left: 0;
}
#page_TT span{
	font-size: 30px;
	color: #d52e86;
	font-style: normal;
	line-height: 1;
	font-family: 'Secular One', sans-serif;
}
.page_number{
	float: none !important;
	text-align: center  !important;
	margin-right:10px;
	clear: both;
	width: 100%;
}
.lb{
	border-left:1px solid #333;
	padding-left:5px;
}
.rb{
	border-right:1px solid #333;
	padding-right:5px;
}
#tokusen{
	background-image:url(../images/search/tokuten.png);
	width:754px;
	height:266px;
	margin:30px auto;

}
#month{
	font-size:30px;
	color:white;
	font-weight:bold;
	position: relative;
	left:57px;
	top:26px;	
}

/*---　目玉車　---*/

.osusume_list{
	background: rgb(255,245,170);
	background: linear-gradient(155deg, rgba(255,245,170,0.5214460784313726) 0%, rgba(248,224,0,0.4598214285714286) 100%);
	}
#car_sch_list li table{
	background-color:#FFF;
} 

.osusume_list .price {
	font-size: 35px;
	line-height: 40px;
	/* line-height: 1; */
	font-family: 'Secular One', sans-serif;
	color: red;
	text-shadow: 3px 3px 1px yellow, -3px 3px 1px yellow, 3px -3px 1px yellow, -3px -3px 1px yellow;
	position: relative;
	display:
	inline-block;
	background-image: url('/usedcar/images/medama.png');
	padding: 0px 0 0 67px;
	background-size: 57px;
	background-repeat:
	no-repeat;
	margin: 0px 0;
}
/* .osusume_list .price::before{
	content: '';
	width: 64px;
	height: 43px;
	position: absolute;
	background-image: url('/usedcar/images/medama.png');
	background-size: contain;
	background-repeat:  no-repeat;
	left: -68px;
	top: -6px;
	z-index: 999;
}
 */

	


 .close_num{
	 float: right;
	 position: relative;
	 top: -5px;
	}
 .close_num p {
	font-size: 20px;
	line-height: 1.3;
	font-weight: 700;
	position: relative;
	/* margin: 0 0 13px; */
	text-align: center;
	display: inline-block;
	padding: 0 40px;
	color: #005aaa;
}
.close_num p::before {
	left: 30px;
	transform: translate(-50%,-50%) rotate(-45deg);
	content: "";
	width: 21px;
	height: 27px;
	display: block;
	border-left: 4px solid #005aaa;
	position: absolute;
	bottom: -8px;
	pointer-events: none;
}
.close_num p::after {
	right: 12px;
	transform: translate(-50%,-50%) rotate(-51deg);
	content: "";
	width: 27px;
	height: 25px;
	display: block;
	border-bottom: 4px solid #005aaa;
	position: absolute;
	bottom: -8px;
	pointer-events: none;
}

.close_num p span{
	position:relative;
	font-size: 30px;
	color: #005aaa !important;
	padding: 0 3px;
}
.close_num p span:after{
	content:'';
	position:absolute;
	left: 1px;
	bottom: 1px;
	width:100%;
	height: 14px;
	background-color:#fffc00;
	z-index:2;
}
.close_num p span b{
	z-index: 3;
	position: relative;
	font-size: 29px;
	margin: 0 0 0 7px;
}



.contact-oder{
	margin:30px 0 0 ;
	text-align:center;
}
.contact-oder p {
	font-size: 20px;
	line-height: 1.3;
	font-weight: 700;
	position: relative;
	margin: 0 0 13px;
	text-align: center;
	display: inline-block;
	padding: 0 40px;
	color: #005aaa;
}
.contact-oder p::before {
	left: 30px;
	transform: translate(-50%,-50%) rotate(-45deg);
	content: "";
	width: 30px;
	height:30px;
	display: block;
	border-left: 4px solid #005aaa;
	position: absolute;
	bottom: -4px;
	pointer-events: none;
}
.contact-oder p::after {
	right: 0;
	transform: translate(-50%,-50%) rotate(-45deg);
	content: "";
	width: 30px;
	height:30px;
	display: block;
	border-bottom: 4px solid #005aaa;
	position: absolute;
	bottom: -6px;
	pointer-events: none;
}

.contact-oder p span{
	position:relative;
	font-size: 30px;
}
.contact-oder p span:after{
	content:'';
	position:absolute;
	left: -3px;
	bottom: 8px;
	width:100%;
	height: 14px;
	background-color:#fffc00;
	z-index:2;
}
.contact-oder p span b{
	z-index: 3;
	position: relative;
	font-size: 26px;
}

.contact_bt2{
	background-color: #005bab;
	border-radius: 10px;
	width: 500px;
	margin: -9px auto 20px;
	padding: 13px 15px;
	display: block;
	border-bottom: 5px solid #acd5e2;
	text-align: center;
}
.contact_bt2_txt {
	background-color: #ffffff;
	/* width: 48%; */
	color: #005bab;
	border-radius: 28px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding: 3px 10px;
	margin: 0 0 0px;
	display: inline-block;
	padding: 0 55px;
}
.contact_bt2 .tel{color: #ffffff !important;font-size: 19px;line-height: 1.5;/* text-shadow: 0px 2px 0 #67b8ff; */}
.contact_bt2 .tel i{font-size: 35px;margin: 0 5px 0 0;position: relative;top: 5px;/* text-shadow: 0px 2px 0 #67b8ff; */}



.reserve_banner{
	background-image:url(/inc/img/common/pori_bg.png);
	background-size: 100%;
	padding: 10px;
	border-radius: 10px;
	margin-top: 50px;


}
.reserve_banner > div {
    border-radius: 8px;
    padding: 10px;
    border: 2px solid rgb(255 255 255 / 70%);
}
.reserve_banner > div p.bnr_title{
	font-size: clamp(20px, 10.526vw, 40px);
	font-weight: 900;
	text-align: center;
	color: #fff;
	margin-bottom: 0;
}
.reserve_banner > div p.bnr_title span{
    font-size: clamp(25px, 11.842vw, 50px);
    color: #ffe736;
    line-height: inherit;
}
.reserve_banner > div .bnr_txt{
    font-weight: 700;
    font-size: 25px;
    color: #FFF;
    text-align: center;
}
.reserve_banner > div .bnr_txt span{
    font-size: 1.3em;
    color: #ffe736;
    line-height: inherit;
}
.reserve_banner > div  .use_btn {
    display: block;
    max-width: 100%;
    width: 500px;
    padding: 6px;
    background-color: #ffe736;
    border-radius: 50px;
    text-align: center;
    position: relative;
    color: #0855a2;
    font-size: clamp(14px, 3.684vw, 20px);
    font-weight: 500;
    margin: 15px auto;
}
.reserve_banner > div  .use_btn::after {
    content: "";
    display: block;
    width: 24px;
    height: 10px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMC4xMjgiIGhlaWdodD0iMTIuNzM5IiB2aWV3Qm94PSIwIDAgMzAuMTI4IDEyLjczOSI+DQogIDxnIGlkPSLjgrDjg6vjg7zjg5dfMTE2NSIgZGF0YS1uYW1lPSLjgrDjg6vjg7zjg5cgMTE2NSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxLjQwMikiPg0KICAgIDxwYXRoIGlkPSLjg5HjgrlfMTYzNSIgZGF0YS1uYW1lPSLjg5HjgrkgMTYzNSIgZD0iTTAsMFYyOCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjggNC45NjQpIHJvdGF0ZSg5MCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzM0MzQzNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz4NCiAgICA8cGF0aCBpZD0i44OR44K5XzE2MzYiIGRhdGEtbmFtZT0i44OR44K5IDE2MzYiIGQ9Ik0wLDYuMiw0LjczOCwwLDkuOTI5LDYuMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjguMTI4KSByb3RhdGUoOTApIiBmaWxsPSJub25lIiBzdHJva2U9IiMzNDM0MzQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+DQogIDwvZz4NCjwvc3ZnPg0K);
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    left: auto;
    margin: auto;
}

/* 新車誘導バナー */
.newcar_link_banner{
	background-image:url(/inc/img/common/pori_bg.png);
	background-size: 100%;
	background-repeat: repeat-y;
	padding: 10px;
	border-radius: 10px;
	margin-top: 50px;
	border: none !important;
}
.newcar_link_banner > div {
    border-radius: 8px;
    padding: 72px 10px 10px;
    border: 2px solid rgb(255 255 255 / 70%);
    height: 100%;
    /* display: flex; */
    flex-wrap: wrap;
    /* align-items: center; */
}
.newcar_link_banner > div p{
	font-size: 28px;
	font-weight: 900;
	text-align: center;
	color: #fff;
	margin-bottom: 0;
	width: 100%;
	line-height: 1.5;
}
.newcar_link_banner > div p span{
    font-size: 36px;
    color: #ffe736;
    line-height: inherit;
}
.newcar_link_banner > div a {
    display: block;
    max-width: 100%;
    width: 100%;
    padding: 6px;
    background-color: #ffe736;
    border-radius: 50px;
    text-align: center;
    position: relative;
    color: #0855a2;
    font-size: clamp(14px, 3.684vw, 20px);
    font-weight: 500;
    margin: 30px auto 0;
    font-size: 17px;
}
.newcar_link_banner > div a::after {
    content: "";
    display: block;
    width: 16px;
    height: 7px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMC4xMjgiIGhlaWdodD0iMTIuNzM5IiB2aWV3Qm94PSIwIDAgMzAuMTI4IDEyLjczOSI+DQogIDxnIGlkPSLjgrDjg6vjg7zjg5dfMTE2NSIgZGF0YS1uYW1lPSLjgrDjg6vjg7zjg5cgMTE2NSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxLjQwMikiPg0KICAgIDxwYXRoIGlkPSLjg5HjgrlfMTYzNSIgZGF0YS1uYW1lPSLjg5HjgrkgMTYzNSIgZD0iTTAsMFYyOCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjggNC45NjQpIHJvdGF0ZSg5MCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzM0MzQzNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz4NCiAgICA8cGF0aCBpZD0i44OR44K5XzE2MzYiIGRhdGEtbmFtZT0i44OR44K5IDE2MzYiIGQ9Ik0wLDYuMiw0LjczOCwwLDkuOTI5LDYuMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjguMTI4KSByb3RhdGUoOTApIiBmaWxsPSJub25lIiBzdHJva2U9IiMzNDM0MzQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+DQogIDwvZz4NCjwvc3ZnPg0K);
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    left: auto;
    margin: auto;
}
.zero_newcar_link{


}
.zero_newcar_link {
    display: block;
    max-width: 100%;
    width: 500px;
    padding: 6px;
    background-color: #ffe736;
    border-radius: 50px;
    text-align: center;
    position: relative;
    color: #0855a2;
    font-size: clamp(14px, 3.684vw, 20px);
    font-weight: 500;
    margin: 15px auto;
}
.zero_newcar_link::after {
    content: "";
    display: block;
    width: 24px;
    height: 10px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMC4xMjgiIGhlaWdodD0iMTIuNzM5IiB2aWV3Qm94PSIwIDAgMzAuMTI4IDEyLjczOSI+DQogIDxnIGlkPSLjgrDjg6vjg7zjg5dfMTE2NSIgZGF0YS1uYW1lPSLjgrDjg6vjg7zjg5cgMTE2NSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxLjQwMikiPg0KICAgIDxwYXRoIGlkPSLjg5HjgrlfMTYzNSIgZGF0YS1uYW1lPSLjg5HjgrkgMTYzNSIgZD0iTTAsMFYyOCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjggNC45NjQpIHJvdGF0ZSg5MCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzM0MzQzNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz4NCiAgICA8cGF0aCBpZD0i44OR44K5XzE2MzYiIGRhdGEtbmFtZT0i44OR44K5IDE2MzYiIGQ9Ik0wLDYuMiw0LjczOCwwLDkuOTI5LDYuMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjguMTI4KSByb3RhdGUoOTApIiBmaWxsPSJub25lIiBzdHJva2U9IiMzNDM0MzQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+DQogIDwvZz4NCjwvc3ZnPg0K);
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    left: auto;
    margin: auto;
}

@media screen and (max-width: 1024px){
	.newcar_link_banner > div{
		 padding: 72px 5px 10px;
		
	}
	.newcar_link_banner > div p{
		font-size: 21px;
	}
	.newcar_link_banner > div p span{
	    font-size: 36px;
	}
	.newcar_link_banner > div a {
	    font-size: 13px;
	}


}
@media screen and (max-width: 1023px){
	#car_sch_list li{
		margin: 0 20px 25px 0px;
		width: calc( (100% / 3 ) - 14px);
	}
	#car_sch_list li:nth-child(4n){
		margin: 0 20px 25px 0px;
	}
	#car_sch_list li:nth-child(3n){
		margin: 0 0 25px 0;
	}
	#car_sch_list li h3 {
	    font-size: 16px;
	}
	#car_sch_list li h3 span{
	    line-height: 17px;
	    font-size: 14px;
		
		
	}
	.car_list_data dl{
		font-size: 13px;
	}

	.reserve_banner{
		background-size: cover;
	}
	.reserve_banner > div p.bnr_title{
		font-size: 30px;
	}
	.reserve_banner > div p.bnr_title span{
		font-size: 35px;
	}
	.reserve_banner > div .bnr_txt{
		font-size: 18px;
	}
	.reserve_banner > div .bnr_txt span{
		font-size: 1.3em;
	}

}
@media screen and (max-width: 767px){

	#panel_sub{
		padding: 10px 10px 0;
	}
	
	#panel_sub dl{
		width: 100%;
		margin-bottom:8px;
	}
	#panel_sub dl:nth-child(3){width: 100%;}
	#panel_sub dl:last-child{
	}
	#panel_sub dl dt{
		font-weight: bold;
		width: 75px;
		text-align: right;
		padding:5px 10px 5px 0;
	}
	#panel_box_in dd{
		width: calc(100% - 75px);
		
	}
	#panel_box_in dd select {
		padding:5px;
		border:1px solid #dddddd;
		border-radius:3px;
		min-width: auto;
	}
	#price_from,#price_to,#kudou{
		width: 40%;
	}
	#maker_list,#model_list{ width:100%}
	#panel_btm a{
		position:relative;
	
	}
	#searchBt{
		display:
		block;
		right:0;
		top: 0 !important;
		padding: 5px 0 7px;
		width:100%;
		margin: 10px 0 0;
	}
	#panel_btm{
		padding:10px;
	}
	#panel_btm p {
	    font-size: 13px;
	    margin: 0 0 0 0px;
	    line-height: 1.2;
	}

	#car_sch_list li{
		margin: 0 10px 15px 0px;
		width: calc( (100% / 2 ) - 5px);
	}
	
	#car_sch_list li:nth-child(3n){
		margin: 0 10px 15px 0px;
	}
	#car_sch_list li:nth-child(2n){
		margin: 0 0 15px 0;
	}
	#car_sch_list li:nth-child(4n){
		margin: 0 0 15px 0;
	}
	.page_number {
		margin-top:15px;
	}
	
	.price_td .price{
		font-size: 28px;
		margin:0 0px 0 0;
		line-height: 30px;
	}
	.price_td {
	    font-size: 13px;
	}
	.price_out{
		font-size: 20px !important;
		letter-spacing: -1px;
		display: inline-block;
		line-height: 30px !important;
	}
	.osusume_list .price {
		padding: 0px 0px 0 40px;
		background-position: left center;
		background-size: 40px;
		line-height: 30px;
	}

	.car_list_data{
		font-size: 14px;
		padding: 0px 0px;
		flex-wrap: wrap;
	}
	.car_list_data dl{
		display: flex;
		width: 100%;
		justify-content: center;
		font-size: 13px;
	}
	.car_list_data dl:first-child{
		padding: 0;
		margin: 0 0 3px;
		border-right: none;
	}
	.car_list_data dl dt{
		text-align: right;
		font-weight: bold;
		padding: 0px 10px 0 0;
		width: 44px;
		font-size: 12px;
	}
	.car_list_data dl:first-child dt,.car_list_data dl:first-child dd{
		    border-bottom: 1px solid #dcdcdc;
	}
	.car_list_data dl dd{
		width: 79px;
		padding: 0 5px 0 0;
		text-align: right;
	}
	.reserve_banner {
		padding: 5px;
	}
	.reserve_banner > div {
		padding: 5px;
	}	
	.reserve_banner > div p.bnr_title{
		font-size: 22px;
	}
	.reserve_banner > div p.bnr_title span{
		font-size: 25px;
	}
	.reserve_banner > div .bnr_txt{
		font-size: 16px;
	}
	.reserve_banner > div .bnr_txt span{
		font-size: 1.2em;
	}

	.newcar_link_banner {
		padding: 5px;
	}
	.newcar_link_banner > div{
		padding: 75px 3px 10px;
		}
   .newcar_link_banner > div p{
	   font-size: 17px;
	  }
   .newcar_link_banner > div p span{
	   font-size: 25px;
	  }
   .newcar_link_banner > div a {
	   font-size: 12px;
	  }
	.newcar_link_banner > div a::after {
	   
	    width: 12px;
	    height: 5px;

	    right: 3px;
	}


	
}

@media screen and (max-width: 325px){
	.reserve_banner {
		zoom: 0.8;
	}
}

.label-store {
  font-size: 11px;
  color: #FFF;
  font-weight: bold;
  padding: 3px;
  border-radius: 3px;
  background-color: rgb(76, 0, 255);
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0;

}