@charset "utf-8";
#top {
	height: 75px;
	border-bottom: solid 5px #000;
	background: #64a128;
}
#top.biz {
	background-color: #518bcd;
}
#top.cash {
	border-color: #ab812a;
}
#top.lease {
	border-color: #fa1a00;
}
#top .inner {
	box-sizing: border-box;
	padding: 0 2px;
}
#top .inner h1 {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	height: 75px;
	padding-top: 4px;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	line-height: 36px;
	overflow: hidden;
}
#top .inner h1:not(.error)::after {
	content: url(../../img/pc/search/icon_type.webp);
	margin: 4px 0 0 20px;
}
#top.biz .inner h1:not(.error)::after {
	content: url(../../img/pc/search/icon_type_biz.webp);
}
#search_form {
	background: #eff2f5;
}
#search_form .frm-def {
	width: 186px;
	margin-top: 20px;
}
#search_form .frm-def dt {
	font-size: 14px;
}
#search_form .frm-def dd {
	margin-top: 6px;
}
#search_form .frm-cb {
	margin-top: 40px;
	font-size: 14px;
}
#search_form .frm-pd-w {
	width: 295px;
	margin-top: 20px;
}
#search_form .frm-pd-w dt {
	font-size: 14px;
}
#search_form .frm-pd-w dd {
	margin-top: 6px;
}
#search_form .frm-pd-w dd .pd {
	float: left;
	width: 136px;
}
#search_form .frm-pd-w dd p {
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 23px;
	height: 34px;
}
#search_form .main {
	padding-bottom: 20px;
	border-bottom: solid 1px #d3d3d3;
}
#search_form .main .inner {
	display: flex;
	flex-wrap: wrap;
}
#search_form .main .inner .car-name {
	margin-left: 50px;
}
#search_form .main .inner .bodytype {
	margin-left: 50px;
}
#search_form .main .inner .new {
	margin-left: 50px;
}
#search_form .main .inner .keigen {
	margin-left: 40px;
}
#search_form .main .inner .hybrid {
	margin-left: 20px;
}
#search_form .main .inner .frm-color {
	margin: 20px 0 0 50px;
}
#search_form .main .inner .frm-color dt {
	font-size: 14px;
}
#search_form .main .inner .frm-color dd {
	margin-top: 6px;
}
#search_form .main .inner .frm-color dd ul {
	display: flex;
}
#search_form .main .inner .frm-color dd ul li {
	margin-left: 7px;
}
#search_form .main .inner .frm-color dd ul li:first-child {
	margin-left: 0;
}
#search_form .main .inner .frm-color dd ul li input {
	display: none;
}
#search_form .main .inner .frm-color dd ul li label {
	display: block;
	width: 34px;
	height: 34px;
	background: url(../../img/pc/search/index/bg_cb_color.webp) no-repeat;
}
#search_form .main .inner .frm-color dd ul li input:checked + label {
	background-image: url(../../img/pc/search/index/bg_cb_color_on.webp);
}
#search_form .main .inner .frm-color dd ul li label img {
	pointer-events: none;
	padding: 4px;
}
#search_form .main .inner .frm-cash-fee {
	box-sizing: border-box;
	width: 658px;
	margin-top: 20px;
	padding: 12px 0 8px;
	border: solid 1px #d3d3d3;
	border-radius: 3px;
	background: #fff;
}
#search_form .main .inner .frm-cash-fee dt {
	height: 15px;
	font-size: 14px;
}
#search_form .main .inner .frm-cash-fee dt p {
	float: left;
}
#search_form .main .inner .frm-cash-fee dt .frm-cb {
	margin: -10px 0 0 8px;
}
#search_form .main .inner .frm-cash-fee dd {
	display: flex;
	align-items: flex-end;
	margin-top: 6px;
}
#search_form .main .inner .frm-cash-fee dd .val {
	box-sizing: border-box;
	width: 64px;
	font-weight: bold;
}
#search_form .main .inner .frm-cash-fee dd .lower {
	padding-left: 8px;
}
#search_form .main .inner .frm-cash-fee dd .upper {
	padding-right: 8px;
	text-align: right;
}
#search_form .main .inner .frm-cash-fee dd .graph {
	width: 530px;
	height: 53px;
}
#cash_bar_graph {
	display: flex;
	align-items: flex-end;
	width: 100%;
	height: 45px;
}
#cash_bar_graph .bar {
	width: 3.225%;
	height: 0%;
	background: #4191ac;
}
#cash_slider_range {
	height: 8px;
	border: 0;
	border-radius: 0;
	background: #ffe37f;
}
#cash_slider_range .ui-slider-range {
	border-radius: 0;
	background: #ffc800;
}
#cash_slider_range .ui-slider-handle {
	top: -18px;
	width: 0;
	height: 0;
	margin-left: -12px;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 20px solid #ffc800;
	border-bottom: 0;
	background: none;
	outline: 0;
}
#search_form .main .inner .frm-lease-fee {
	box-sizing: border-box;
	width: 658px;
	margin-top: 20px;
	padding: 12px 0 8px;
	border: solid 1px #d3d3d3;
	border-radius: 3px;
	background: #fff;
}
#search_form .main .inner .frm-lease-fee dt {
	height: 15px;
	padding-left: 10px;
	font-size: 14px;
}
#search_form .main .inner .frm-lease-fee dd {
	display: flex;
	align-items: flex-end;
	margin-top: 6px;
}
#search_form .main .inner .frm-lease-fee dd .val {
	box-sizing: border-box;
	width: 64px;
	font-weight: bold;
	text-align: center;
}
#search_form .main .inner .frm-lease-fee dd .graph {
	width: 530px;
	height: 53px;
}
#lease_bar_graph {
	display: flex;
	align-items: flex-end;
	width: 100%;
	height: 45px;
}
#lease_bar_graph .bar {
	width: 10%;
	height: 0%;
	background: #4191ac;
}
#lease_slider_range {
	height: 8px;
	border: 0;
	border-radius: 0;
	background: #ffe37f;
}
#lease_slider_range .ui-slider-range {
	border-radius: 0;
	background: #ffc800;
}
#lease_slider_range .ui-slider-handle {
	top: -18px;
	width: 0;
	height: 0;
	margin-left: -12px;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 20px solid #ffc800;
	border-bottom: 0;
	background: none;
	outline: 0;
}
#search_form .main .inner .frm-fw {
	width: 492px;
	margin: 20px 0 0 50px;
}
#search_form .main .inner .frm-fw dt {
	font-size: 14px;
}
#search_form .main .inner .frm-fw dd {
	margin-top: 6px;
}
#search_form .main .inner .frm-fw dd input {
	height: 47px;
}
#search_form .main .inner .mileage {
	margin-left: 68px;
}
#search_form .main .inner .period {
	margin-left: 50px;
}
#search_form .detail {
	padding: 20px 0 30px;
	border-bottom: solid 1px #d3d3d3;
	display: none;
}
#search_form .detail .inner {
	display: flex;
	flex-wrap: wrap;
}
#search_form .detail .inner .drive {
	margin-left: 50px;
}
#search_form .detail .inner .fuel {
	margin-left: 50px;
}
#search_form .detail .inner .frm-fw {
	width: 492px;
	margin: 7px 0 0 50px;
}
#search_form .detail .inner .frm-fw dt {
	font-size: 14px;
}
#search_form .detail .inner .frm-fw dd {
	margin-top: 6px;
}
#search_form .detail .inner .frm-fw dd input {
	height: 47px;
}
#search_form .detail .inner .capacity {
	margin-left: 68px;
}
#search_form .detail .inner .repair {
	margin-left: 50px;
}
#search_form .detail .inner .repair dd {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 10px;
	border: solid 1px #d3d3d3;
	border-radius: 3px;
	background: #fff;
	font-size: 12px;
}
#search_form .detail .inner .navi {
	margin-left: 40px;
}
#search_form .detail .inner .etc {
	margin-left: 40px;
}
#search_form .btn-list .inner {
	padding: 20px 0;
}
#search_form .btn-list .inner .btn-toggle {
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 260px;
	height: 32px;
	margin-top: 36px;
	padding-top: 2px;
	border: solid 2px #fac900;
	border-radius: 16px;
	background: #fac900;
	background-repeat: no-repeat;
	background-position: 235px center;
	background-size: 10px 6px;
	font-size: 14px;
	cursor: pointer;
}
#search_form .btn-list .inner .btn-toggle:hover {
	background-color: #fff;
}
#search_form .btn-list .inner .btn-toggle.open {
	background-image: url(../../img/pc/common/icon_arrow_black_down.webp);
}
#search_form .btn-list .inner .btn-toggle.close {
	background-image: url(../../img/pc/common/icon_arrow_black_up.webp);
	display: none;
}
#search_form .btn-list .inner .btn-search {
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 420px;
	height: 70px;
	margin-left: 130px;
	padding-top: 3px;
	border: solid 2px #fac900;
	border-radius: 35px;
	background: #fac900 url(../../img/pc/common/icon_arrow_black_right.webp) no-repeat 390px center;
	background-size: 8px 14px;
	font-size: 22px;
	font-weight: bold;
	cursor: pointer;
}
#search_form .btn-list .inner .btn-search:hover {
	background-color: #fff;
}
#search_form .btn-list .inner .btn-search small {
	font-size: 16px;
	font-weight: normal;
}
#search_form .btn-list .inner .btn-clear {
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 170px;
	height: 32px;
	margin: 36px 0 0 30px;
	padding-top: 2px;
	border: solid 1px #d3d3d3;
	border-radius: 16px;
	background: #fff;
	font-size: 14px;
	cursor: pointer;
}
#search_form .btn-list .inner .btn-clear:hover {
	background-color: #eee;
}
#result_list .inner {
	box-sizing: border-box;
	padding: 20px 0 30px;
}
#result_list .inner .lease-note {
	margin-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	text-align: center;
}
#result_list .inner .result-info {
	margin-top: 20px;
}
#result_list .inner .result-info .cnt {
	float: left;
	font-size: 14px;
}
#result_list .inner .result-info .cnt strong {
	color: #e01700;
	font-size: 20px;
	font-weight: bold;
}
#result_list .inner .result-info .ps {
	float: left;
	margin: -12px 0 0 20px;
}
#result_list .inner .result-info .pager {
	float: right;
	display: flex;
	margin: 0 15px;
}
#result_list .inner .result-info .pager .btn-prev {
	margin-right: 10px;
}
#result_list .inner .result-info .pager .btn-next {
	margin-left: 10px;
}
#result_list .inner .result-info .pager .disabled {
	opacity: 0.3;
}
#result_list .inner .result-info .pager ul {
	display: flex;
}
#result_list .inner .result-info .pager ul li {
	margin: 0 10px;
	color: #e01700;
	font-size: 16px;
	font-weight: bold;
}
#result_list .inner .result-info .pager ul li a {
	font-weight: normal;
}
#result_list .inner .result-info .pager ul li a:hover {
	text-decoration: underline;
}
#result_list .inner .list-header {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	height: 80px;
	margin-top: 10px;
	border: solid 1px #d3d3d3;
	border-width: 1px 0;
	background: #eff2f5;
}
#result_list .inner .list-header dl {
	font-size: 14px;
}
#result_list .inner .list-header dl:nth-child(1) {
	margin-left: 290px;
}
#result_list .inner .list-header dl:nth-child(2) {
	margin-left: 102px;
}
#result_list .inner .list-header dl:nth-child(3) {
	margin-left: 104px;
}
#result_list .inner .list-header dl:nth-child(4) {
	margin-left: 142px;
}
#result_list .inner .list-header dl:nth-child(5) {
	margin-left: 116px;
}
#result_list .inner .list-header dl dd {
	margin-top: 5px;
	text-align: center;
}
#result_list .inner .list-header dl dd a {
	font-weight: bold;
}
#result_list .inner .list-header dl dd a:hover {
	text-decoration: underline;
}
#result_list .inner .list-header dl dd a.selected {
	color: #e01700;
}
#result_list .inner .list-detail {
	margin-bottom: 30px;
}
#result_list .inner .list-detail > li {
	min-height: 300px;
	padding-bottom: 40px;
	border-bottom: solid 1px #d3d3d3;
}
#result_list .inner .list-detail > li:hover {
	background: #dde9ee;
}
#result_list .inner .list-detail > li > a {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 40px;
}
#result_list .inner .list-detail > li .main {
	display: flex;
	position: relative;
}
#result_list .inner .list-detail > li .main .left {
	width: 260px;
}
#result_list .inner .list-detail > li .main .left .bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 8px;
}
#result_list .inner .list-detail > li .main .left .bottom .num {
	box-sizing: border-box;
	width: 78px;
	height: 20px;
	padding: 4px 0 0 15px;
	background: url(../../img/pc/search/index/bg_num.webp) no-repeat;
	color: #fff;
	font-size: 14px;
}
#result_list .inner .list-detail > li .main .left .bottom .store {
	background: url(../../img/pc/common/icon_arrow_black_right.webp) no-repeat center right;
	background-size: 6px 10px;
	padding: 4px 12px 0 0;
	font-size: 14px;
}
#result_list .inner .list-detail > li .main .left .bottom .store a {
	color: #237495;
}
#result_list .inner .list-detail > li .main .left .bottom .store a:hover {
	text-decoration: underline;
}
#result_list .inner .list-detail > li .main .right {
	width: 910px;
	margin-left: 30px;
}
#result_list .inner .list-detail > li .main .right .top {
	display: flex;
	height: 120px;
}
#result_list .inner .list-detail > li .main .right .top .top-left {
	width: 475px;
	overflow: hidden;
}
#result_list .inner .list-detail > li .main .right .top .top-left-lease {
	width: 495px;
}
#result_list .inner .list-detail > li .main .right .top .top-left .icons {
	display: flex;
	height: 26px;
	margin-bottom: 20px;
}
#result_list .inner .list-detail > li .main .right .top .top-left .icons li {
	margin-right: 10px;
}
#result_list .inner .list-detail > li .main .right .top .top-left .icons li.new {
	color: #e01700;
	font-size: 16px;
	font-weight: bold;
}
#result_list .inner .list-detail > li .main .right .top .top-left .icons li.sp {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 80px;
	height: 26px;
	padding-top: 1px;
	background: url(../../img/pc/search/index/bg_icon_special.webp) no-repeat;
	color: #fff;
	font-size: 14px;
}
#result_list .inner .list-detail > li .main .right .top .top-left .nm {
	margin-top: 5px;
	font-size: 24px;
	font-weight: bold;
}
#result_list .inner .list-detail > li .main .right .top .top-left .grade {
	margin-top: 12px;
	font-size: 20px;
}
#result_list .inner .list-detail > li .main .right .top .top-right {
	width: 435px;
	padding-top: 40px;
}
#result_list .inner .list-detail > li .main .right .top .top-right-lease {
	width: 405px;
	padding-top: 30px;
}
#result_list .inner .list-detail > li .main .right .top .top-right .cash-fee {
	display: flex;
	margin-left: 10px;
}
#result_list .inner .list-detail > li .main .right .top .top-right .cash-fee li {
	background: url(../../img/pc/search/index/bg_cash_fee.webp) no-repeat left bottom;
}
#result_list .inner .list-detail > li .main .right .top .top-right .cash-fee li:nth-child(1) {
	width: 177px;
}
#result_list .inner .list-detail > li .main .right .top .top-right .cash-fee li:nth-child(2) {
	width: 136px;
}
#result_list .inner .list-detail > li .main .right .top .top-right .cash-fee li:nth-child(3) {
	width: 109px;
	background: url(../../img/pc/search/index/bg_cash_fee.webp) no-repeat left bottom, url(../../img/pc/search/index/bg_cash_fee.webp) no-repeat right bottom;
}
#result_list .inner .list-detail > li .main .right .top .top-right .cash-fee li .fee dt {
	font-size: 14px;
	text-align: center;
}
#result_list .inner .list-detail > li .main .right .top .top-right .cash-fee li:nth-child(1) .fee dt {
	padding-left: 10px;
	text-align: left;
}
#result_list .inner .list-detail > li .main .right .top .top-right .cash-fee li .fee dd {
	display: flex;
	justify-content: center;
	align-items: baseline;
	box-sizing: border-box;
	height: 45px;
	padding-top: 22px;
	font-size: 24px;
	font-weight: bold;
}
#result_list .inner .list-detail > li .main .right .top .top-right .cash-fee li:nth-child(1) .fee dd {
	padding-top: 5px;
	color: #fa1a00;
	font-size: 44px;
}
#result_list .inner .list-detail > li .main .right .top .top-right .cash-fee li .fee .sm {
	font-size: 20px;
}
#result_list .inner .list-detail > li .main .right .top .top-right .cash-fee li:nth-child(1) .fee .sm {
	padding-top: 11px;
	font-size: 34px;
}
#result_list .inner .list-detail > li .main .right .top .top-right .cash-fee li .fee dd .decimal {
	font-size: 20px;
}
#result_list .inner .list-detail > li .main .right .top .top-right .cash-fee li:nth-child(1) .fee dd .decimal {
	font-size: 28px;
}
#result_list .inner .list-detail > li .main .right .top .top-right .cash-fee li .fee dd .yen {
	font-size: 16px;
}
#result_list .inner .list-detail > li .main .right .top .top-right .cash-fee li:nth-child(1) .fee dd .yen {
	margin-left: 3px;
}
#result_list .inner .list-detail > li .main .right .top .top-right .lease-fee {
	display: flex;
}
#result_list .inner .list-detail > li .main .right .top .top-right .lease-fee .period {
	width: 152px;
	height: 66px;
	margin-left: 15px;
	background: url(../../img/pc/search/index/bg_lease_period.webp) no-repeat;
}
#result_list .inner .list-detail > li .main .right .top .top-right .lease-fee .period dt {
	box-sizing: border-box;
	height: 28px;
	padding: 8px 0 0 8px;
	color: #fff;
	font-size: 14px;
}
#result_list .inner .list-detail > li .main .right .top .top-right .lease-fee .period dd {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 130px;
	height: 34px;
	margin-left: 14px;
	padding-top: 3px;
	color: #fa1a00;
	font-size: 28px;
	font-weight: bold;
}
#result_list .inner .list-detail > li .main .right .top .top-right .lease-fee .period dd small {
	margin: 5px 0 0 5px;
	font-size: 16px;
}
#result_list .inner .list-detail > li .main .right .top .top-right .lease-fee .fee {
	margin-left: 30px;
}
#result_list .inner .list-detail > li .main .right .top .top-right .lease-fee .fee dt {
	font-size: 14px;
}
#result_list .inner .list-detail > li .main .right .top .top-right .lease-fee .fee dd {
	margin-top: 15px;
	color: #fa1a00;
	font-size: 44px;
	font-weight: bold;
}
#result_list .inner .list-detail > li .main .right .top .top-right .lease-fee .fee .sm {
	margin-top: 18px;
	font-size: 40px;
}
#result_list .inner .list-detail > li .main .right .top .top-right .lease-fee .fee dd small {
	margin-left: 5px;
	font-size: 16px;
}
#result_list .inner .list-detail > li .main .right .bottom .main-spec {
	display: flex;
	flex-wrap: wrap;
}
#result_list .inner .list-detail > li .main .right .bottom .main-spec li {
	margin-top: 10px;
	padding: 0 12px;
	border-left: solid 2px #b6bdc0;
	font-size: 14px;
}
#result_list .inner .list-detail > li .main .right .bottom .main-spec li:last-child {
	border-right: solid 2px #b6bdc0;
}
#result_list .inner .list-detail > li .main .right .bottom .main-spec li strong {
	font-size: 20px;
	font-weight: bold;
}
#result_list .inner .list-detail > li .main .right .bottom .main-spec li small {
	font-size: 14px;
	font-weight: bold;
}
#result_list .inner .list-detail > li .main .right .bottom .icons {
	display: flex;
	height: 26px;
	margin-top: 15px;
}
#result_list .inner .list-detail > li .main .right .bottom .icons li {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 110px;
	height: 26px;
	margin-right: 10px;
	padding-top: 1px;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
}
#result_list .inner .list-detail > li .main .right .bottom .icons li.navi {
	background-color: #d9195a;
}
#result_list .inner .list-detail > li .main .right .bottom .icons li.hybrid {
	background-color: #588739;
}
#result_list .inner .list-detail > li .main .right .bottom .icons li.keigen {
	background-color: #499ea1;
}
#result_list .inner .list-detail > li .main .right .bottom .icons li.mainte-coupon {
	width: 250px;
	background-color: #eb9d32;
}
#result_list .inner .list-detail > li .main .right .bottom .sub-spec {
	display: flex;
	flex-wrap: wrap;
	width: 620px;
	margin-top: 10px;
}
#result_list .inner .list-detail > li .main .right .bottom .sub-spec li {
	margin: 10px 25px 0 0;
	font-size: 14px;
}
#result_list .inner .list-detail > li .main .right .bottom .sub-spec li:last-child {
	margin-right: 0;
}
#result_list .inner .list-detail > li .main .right .bottom .grade-note {
	width: 620px;
	margin-top: 7px;
	font-size: 14px;
	line-height: 20px;
}
#result_list .inner .list-detail > li .main .btn-detail {
	position: absolute;
	top: 205px;
	right: 2px;
	box-sizing: border-box;
	width: 270px;
	height: 50px;
	border: solid 2px #fac900;
	border-radius: 25px;
	background: #fac900 url(../../img/pc/common/icon_arrow_black_right.webp) no-repeat 245px center;
	background-size: 8px 14px;
	font-size: 18px;
	font-weight: bold;
}
#result_list .inner .list-detail > li .main .btn-detail:hover {
	background-color: #fff;
}
#result_list .inner .list-detail > li .main .btn-detail a {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding-top: 3px;
}
#result_list .inner .list-detail > li .store-info {
	margin-top: 15px;
	padding: 20px;
	border: solid 1px #d3d3d3;
	border-radius: 5px;
	background: #eff2f5;
}
#result_list .inner .list-detail > li .store-info > dl {
	display: flex;
}
#result_list .inner .list-detail > li .store-info > dl > dt {
	width: 290px;
}
#result_list .inner .list-detail > li .store-info > dl > dt .name {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}
#result_list .inner .list-detail > li .store-info > dl > dt .name a {
	color: #237495;
}
#result_list .inner .list-detail > li .store-info > dl > dt .name a:hover {
	text-decoration: underline;
}
#result_list .inner .list-detail > li .store-info > dl > dt .tel {
	display: flex;
	margin-top: 5px;
}
#result_list .inner .list-detail > li .store-info > dl > dt .tel p {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 74px;
	height: 24px;
	border-radius: 3px;
	background: #e01700;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
#result_list .inner .list-detail > li .store-info > dl > dt .tel strong {
	margin-top: 2px;
	margin-left: 5px;
	color: #e01700;
	font-size: 24px;
	font-weight: bold;
}
#result_list .inner .list-detail > li .store-info > dl > dd {
	margin-left: 20px;
}
#result_list .inner .list-detail > li .store-info > dl > dd > dl {
	width: 820px;
	font-size: 14px;
	line-height: 24px;
}
#result_list .inner .list-detail > li .store-info > dl > dd > dl > dt {
	float: left;
	font-weight: bold;
}
#result_empty {
	display: none;
}
#result_empty .inner {
	box-sizing: border-box;
	height: 500px;
	padding: 50px 0;
}
#result_empty .inner .msg {
	font-size: 18px;
	line-height: 30px;
	text-align: center;
}
#voc {
	background: #eff2f5;
}
#voc .top {
	box-sizing: border-box;
	height: 200px;
	padding-top: 80px;
}
#voc .top h2 {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
#voc .top p {
	margin-top: 20px;
	font-size: 16px;
	text-align: center;
}
#voc .main .inner {
	background: #fff;
}
#voc .main .inner ul {
	width: 1170px;
	height: 500px;
	margin-left: 30px;
	overflow-y: scroll;
}
#voc .main .inner ul li {
	display: flex;
	width: 1140px;
	margin-top: 40px;
	padding-bottom: 30px;
	border-bottom: solid 1px #e4e4e4;
}
#voc .main .inner ul li:first-child {
	margin-top: 45px;
}
#voc .main .inner ul li:last-child {
	margin-bottom: 45px;
}
#voc .main .inner ul li .rating {
	box-sizing: border-box;
	width: 115px;
	height: 100px;
	border: solid 5px #e6e6e6;
}
#voc .main .inner ul li .rating .star {
	margin: 5px 0 0 3px;
	color: #d6d6d6;
	font-size: 23px;
	letter-spacing: -4px;
}
#voc .main .inner ul li .rating .star strong {
	color: #edb05e;
}
#voc .main .inner ul li .rating .point {
	margin: 3px 0;
	color: #e01700;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#voc .main .inner ul li .rating .point strong {
	font-size: 32px;
}
#voc .main .inner ul li .rating .txt {
	padding-top: 6px;
	border-top: solid 1px #e6e6e6;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#voc .main .inner ul li .content {
	width: 995px;
	margin-left: 30px;
}
#voc .main .inner ul li .content .ttl {
	color: #235ea5;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
}
#voc .main .inner ul li .content .mid {
	display: flex;
	margin-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #e4e4e4;
	font-size: 14px;
}
#voc .main .inner ul li .content .mid .name {
	width: 130px;
	margin-top: 5px;
	font-weight: bold;
	line-height: 18px;
}
#voc .main .inner ul li .content .mid .eval {
	display: flex;
	width: 760px;
	margin-left: 5px;
}
#voc .main .inner ul li .content .mid .eval dt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 108px;
	height: 25px;
	border-radius: 3px;
	background: #e1e1e1;
	font-weight: bold;
}
#voc .main .inner ul li .content .mid .eval dd {
	margin: 6px 0 0 15px;
}
#voc .main .inner ul li .content .mid .eval dd strong {
	font-weight: bold;
}
#voc .main .inner ul li .content .mid .date {
	width: 100px;
	margin-top: 6px;
	text-align: right;
}
#voc .main .inner ul li .content .txt {
	margin-top: 10px;
	font-size: 14px;
	line-height: 26px;
}
#link_list {
	background: #eff2f5;
	padding: 50px 0 80px;
}
#link_list > .inner {
	box-sizing: border-box;
}
#link_list > .inner h2 {
	margin-top: 40px;
	font-size: 16px;
	font-weight: bold;
}
#link_list > .inner h2 small {
	font-size: 12px;
	font-weight: normal;
}
#link_list > .inner h2 a:hover {
	text-decoration: underline;
}
#link_list > .inner .txt-db {
	margin-top: 15px;
	font-size: 14px;
	line-height: 28px;
}
#link_list > .inner > ol {
	margin-left: 20px;
	list-style-type: disc;
}
#link_list > .inner > ul li {
	float: left;
	margin: 15px 30px 0 0;
	font-size: 14px;
}
#link_list > .inner > ol li {
	margin-top: 15px;
	font-size: 14px;
}
#link_list .inner > ul li a:hover, #link_list .inner > ol li a:hover {
	text-decoration: underline;
}
#link_list .info-maker {
	margin-top: 80px;
}
#link_list .info-maker > .inner > .ttl {
	padding: 20px 0;
	border-bottom: solid 1px #d3d3d3;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
#link_list .info-maker .maker {
	margin-top: 30px;
}
#link_list .info-maker .maker .inner .ttl {
	font-size: 20px;
	font-weight: bold;
}
#link_list .info-maker .maker .main {
	margin-top: 20px;
	padding: 30px 0;
	background: #fff;
}
#link_list .info-maker .maker .main .inner {
	display: flex;
	align-items: center;
}
#link_list .info-maker .maker .main .inner .txt {
	margin-left: 35px;
	font-size: 14px;
	line-height: 28px;
}
#link_list .info-maker .car {
	margin-top: 50px;
}
#link_list .info-maker .car .inner .ttl {
	font-size: 20px;
	font-weight: bold;
}
#link_list .info-maker .car .main {
	margin-top: 20px;
	padding: 40px 0;
	background: #fff;
}
#link_list .info-maker .car .main .inner strong {
	font-size: 16px;
	font-weight: bold;
}
#link_list .info-maker .car .main .inner .txt {
	margin-top: 20px;
	font-size: 14px;
	line-height: 28px;
}
#link_list .info-car {
	margin-top: 100px;
}
#link_list .info-car > .inner > .ttl {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
#link_list .info-car > .inner > .ttl span {
	margin-left: 20px;
	font-size: 20px;
}
#link_list .info-car .main {
	margin-top: 20px;
	padding: 40px 0;
	background: #fff;
}
#link_list .info-car .main .inner .txt {
	font-size: 14px;
	line-height: 28px;
}
#link_list .ranking {
	margin-top: 50px;
}
#link_list .ranking .inner .ttl {
	padding: 20px 0;
	border: solid 1px #d3d3d3;
	border-width: 1px 0;
	font-size: 20px;
	font-weight: bold;
}
#link_list .ranking .inner ul {
	display: flex;
	padding: 10px 0;
	border-bottom: solid 1px #d3d3d3;
}
#link_list .ranking .inner ul li {
	width: 190px;
}
#link_list .ranking .inner ul li:nth-child(n + 2) {
	margin-left: 62.5px;
}
#link_list .ranking .inner ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
#link_list .ranking .inner ul li a .thmb {
	margin-top: 7px;
}
#link_list .ranking .inner ul li a .nm {
	min-height: 45px;
	margin-top: 20px;
	font-size: 14px;
	line-height: 20px;
}
#mode_switch {
	position: fixed;
	top: 200px;
	right: 0;
	display: flex;
	width: 58px;
	height: 250px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	background: #545454;
	background-repeat: no-repeat;
	background-position: right 10px;
	z-index: 10;
}
#mode_switch.cash {
	background-image: url(../../img/pc/search/bg_mode_swich_cash.webp);
}
#mode_switch.lease {
	background-image: url(../../img/pc/search/bg_mode_swich_lease.webp);
}
#mode_switch .ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 26px;
	color: #fff;
	font-size: 14px;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
}
#mode_switch .ttl .btn-q {
	position: absolute;
	bottom: 40px;
	left: 3px;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	background: #fac900;
}
#mode_switch .ttl .btn-q a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #000;
	font-size: 16px;
}
#mode_switch .main {
	margin-top: 10px;
}
#mode_switch .main .selected {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 115px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
}
#mode_switch .main .btn {
	width: 32px;
	height: 115px;
	font-size: 16px;
	font-weight: bold;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
}
#mode_switch .main .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
#mode_switch.cash .main .btn a {
	color: #906409;
}
#mode_switch.lease .main .btn a {
	color: #fa1a00;
}
#error .inner {
	box-sizing: border-box;
	height: 500px;
	padding: 50px 0;
}
#error .inner .msg {
	font-size: 18px;
	line-height: 30px;
	text-align: center;
}
#footer_banner_r {
	position: fixed;
	bottom: 20px;
	right: 0;
	z-index: 100;
	display: none;
}
#footer_banner_r .btn-close {
	width: 17px;
	height: 17px;
	margin-left: 403px;
	background: url(../../img/pc/common/btn_footer_banner_close.webp) no-repeat;
	cursor: pointer;
}
#footer_banner_r .main {
	margin-top: 6px;
}
.modal-content {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 30px 50px 50px;
	background: #fff;
}
.modal-content .btn-close {
	text-align: right;
}
#modal_mode .ttl {
	margin-top: 30px;
	font-size: 20px;
	font-weight: bold;
}
#modal_mode .txt {
	margin: 10px 0 30px;
	font-size: 16px;
	line-height: 30px;
}
#modal_mode .txt strong {
	font-weight: bold;
}
.mfp-fade.mfp-bg {
	min-width: 1320px;
	background: rgba(0, 0, 0, 0.8);
	z-index: 1000;
	opacity: 0;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	transition: all .15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.95;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	transition: all .15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}