@charset "utf-8";
.btn-appl {
	width: 510px;
	height: 70px;
}
.btn-appl a {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding-top: 3px;
	border: solid 2px #fac900;
	border-radius: 35px;
	background: #fac900 url(../../img/pc/common/icon_arrow_black_right.webp) no-repeat 480px center;
	background-size: 8px 14px;
	font-size: 22px;
	font-weight: bold;
}
.btn-appl a:hover {
	background-color: #fff;
}
.bw-btn-appl {
	width: 1200px;
	margin: 0 auto;
}
.bw-btn-appl .btn-appl {
	margin: 60px auto 0;
}
#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 {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 0 2px;
}
#top .inner .new {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 70px;
	height: 34px;
	margin-right: 15px;
	padding-top: 4px;
	border: solid 2px #f0c604;
	border-radius: 3px;
	color: #f0c604;
	font-size: 20px;
	font-weight: bold;
}
#top .inner h1 {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	width: 1115px;
	height: 75px;
	padding-top: 4px;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	overflow: hidden;
}
#top .inner h1::after {
	content: url(../../img/pc/search/icon_type.webp);
	margin: 4px 0 0 20px;
}
#top.biz .inner h1::after {
	content: url(../../img/pc/search/icon_type_biz.webp);
}
#top .inner h1 span .grade {
	margin-left: 16px;
	font-weight: normal;
}
#top .inner h1 span .suffix {
	margin-left: 16px;
}
#campaign {
	height: 40px;
	background: #fac900;
}
#campaign .inner {
	display: flex;
}
#campaign .inner .icon {
	margin-right: 15px;
}
#campaign .inner .txt {
	display: flex;
	align-items: center;
	height: 40px;
	color: #e01700;
	font-size: 16px;
}
#grade_note {
	height: 40px;
	background: #eff2f5;
}
#grade_note .inner .txt {
	display: flex;
	align-items: center;
	height: 40px;
	font-size: 16px;
}
#detail_main .inner {
	display: flex;
	padding: 40px 0 20px;
}
#detail_main .inner .sub {
	width: 650px;
}
#detail_main .inner .sub .photo-viewer {
	width: 650px;
}
#detail_main .inner .sub .photo-viewer .photo {
	box-sizing: border-box;
	width: 650px;
	height: 490px;
	padding: 5px;
	background: #e9e9e9;
}
#detail_main .inner .sub .photo-viewer .campaign {
	background-image: url(../../img/pc/search/detail/bg_photo_campaign.webp) !important;
}
#detail_main .inner .sub .photo-viewer .photo .swiper-button-prev, #detail_main .inner .sub .photo-viewer .photo .swiper-button-next {
	color: #fff;
	opacity: 0.7;
}
#detail_main .inner .sub .photo-viewer .caption ul {
	width: 650px;
	min-height: 80px;
	margin-top: 20px;
}
#detail_main .inner .sub .photo-viewer .caption ul li {
	font-size: 14px;
	line-height: 24px;
	word-wrap: break-word;
	display: none;
}
#detail_main .inner .sub .photo-viewer .thmb {
	position: relative;
	width: 650px;
	margin-top: 10px;
}
#detail_main .inner .sub .photo-viewer .thmb .btn-thmb-prev, #detail_main .inner .sub .photo-viewer .thmb .btn-thmb-next {
	position: absolute;
	top: 0;
	width: 13px;
	height: 92px;
	cursor: pointer;
}
#detail_main .inner .sub .photo-viewer .thmb .btn-thmb-prev.disabled, #detail_main .inner .sub .photo-viewer .thmb .btn-thmb-next.disabled {
	opacity: 0.3;
	cursor: auto;
}
#detail_main .inner .sub .photo-viewer .thmb .btn-thmb-prev {
	left: 0;
}
#detail_main .inner .sub .photo-viewer .thmb .btn-thmb-next {
	right: 0;
}
#detail_main .inner .sub .photo-viewer .thmb .thmb-lst {
	width: 618px;
	height: 92px;
	margin-left: 16px;
	overflow: hidden;
}
#detail_main .inner .sub .photo-viewer .thmb .thmb-lst ul {
	width: 618px;
}
#detail_main .inner .sub .photo-viewer .thmb .thmb-lst ul li {
	float: left;
	position: relative;
	margin-left: 2px;
	cursor: pointer;
}
#detail_main .inner .sub .photo-viewer .thmb .thmb-lst ul li.selected::before {
	content: url(../../img/pc/search/detail/frm_thmb.webp);
	position: absolute;
	top: 0;
	left: 0;
}
#detail_main .inner .sub .photo-viewer .thmb .thmb-lst ul li:nth-child(1), #detail_main .inner .sub .photo-viewer .thmb .thmb-lst ul li:nth-child(10n+1) {
	margin-left: 0;
}
#detail_main .inner .sub .photo-viewer .thmb .thmb-lst ul li:nth-child(n+11) {
	margin-top: 2px;
}
#detail_main .inner .sub .ban-coupon {
	margin-top: 30px;
}
#detail_main .inner .main {
	width: 510px;
	margin-left: 40px;
}
#detail_main .inner .main > .ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 510px;
	height: 50px;
	border-radius: 3px;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
}
#detail_main .inner .main > .ttl.cash {
	background: #ab812a;
}
#detail_main .inner .main > .ttl.lease {
	background: #fa1a00;
}
#detail_main .inner .main > .ttl::after {
	position: absolute;
	left: 247px;
	bottom: -8px;
	display: block;
	content: "";
	width: 0;
	border: 8px solid transparent;
	border-bottom-width: 0;
}
#detail_main .inner .main > .ttl.cash::after {
	border-top-color: #ab812a;
}
#detail_main .inner .main > .ttl.lease::after {
	border-top-color: #fa1a00;
}
#detail_main .inner .main .cash-fee {
	display: flex;
	margin-top: 20px;
	border-bottom: solid 3px #ab812a;
}
#detail_main .inner .main .cash-fee li {
	position: relative;
	padding-bottom: 7px;
}
#detail_main .inner .main .cash-fee li:nth-child(1) {
	width: 198px;
}
#detail_main .inner .main .cash-fee li:nth-child(2) {
	width: 175px;
}
#detail_main .inner .main .cash-fee li:nth-child(3) {
	width: 137px;
}
#detail_main .inner .main .cash-fee li:nth-child(n + 2) {
	background: url(../../img/pc/search/detail/bg_cash_fee.webp) no-repeat left bottom 14px;
}
#detail_main .inner .main .cash-fee li .fee dt {
	font-size: 14px;
}
#detail_main .inner .main .cash-fee li:nth-child(2) .fee dt {
	margin-left: 10px;
}
#detail_main .inner .main .cash-fee li:nth-child(3) .fee dt {
	margin-left: 25px;
}
#detail_main .inner .main .cash-fee li .fee dd {
	display: flex;
	justify-content: center;
	align-items: baseline;
	margin-top: 29px;
	font-size: 28px;
	font-weight: bold;
}
#detail_main .inner .main .cash-fee li:nth-child(1) .fee dd {
	justify-content: flex-start;
	margin-top: 10px;
	color: #fa1a00;
	font-size: 52px;
}
#detail_main .inner .main .cash-fee li:nth-child(1) .fee .sm {
	margin-top: 23px;
	font-size: 36px;
}
#detail_main .inner .main .cash-fee li .fee dd .decimal {
	font-size: 20px;
}
#detail_main .inner .main .cash-fee li:nth-child(1) .fee dd .decimal {
	font-size: 36px;
}
#detail_main .inner .main .cash-fee li .fee dd .yen {
	font-size: 16px;
}
#detail_main .inner .main .cash-fee li:nth-child(1) .fee dd .yen {
	margin-left: 5px;
}
#detail_main .inner .main .cash-fee li .btn-q {
	position: absolute;
	top: -3px;
	width: 20px;
	height: 20px;
}
#detail_main .inner .main .cash-fee li .btn-q a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	background: #b28000;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
#detail_main .inner .main .cash-fee li:nth-child(1) .btn-q {
	right: 72px;
}
#detail_main .inner .main .cash-fee li:nth-child(2) .btn-q {
	right: 11px;
}
#detail_main .inner .main .cash-fee li:nth-child(3) .btn-q {
	right: 0;
}
#detail_main .inner .main .lease-fee {
	margin-top: 20px;
	padding-bottom: 5px;
	border-bottom: solid 3px #fa1a00;
}
#detail_main .inner .main .lease-fee .plan {
	display: flex;
}
#detail_main .inner .main .lease-fee .plan dt {
	font-size: 16px;
	font-weight: bold;
}
#detail_main .inner .main .lease-fee .plan dd {
	margin-left: 20px;
	font-size: 16px;
}
#detail_main .inner .main .lease-fee .fee {
	display: flex;
	margin-top: 10px;
}
#detail_main .inner .main .lease-fee .fee dt {
	padding-top: 15px;
	font-size: 28px;
}
#detail_main .inner .main .lease-fee .fee dd {
	margin-left: 60px;
	color: #fa1a00;
	font-size: 52px;
	font-weight: bold;
}
#detail_main .inner .main .lease-fee .fee dd small {
	margin-left: 5px;
	font-size: 16px;
}
#detail_main .inner .main .delivery {
	display: flex;
	margin-top: 15px;
}
#detail_main .inner .main .delivery dt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 30px;
	border-radius: 3px;
	background: #fa1a00;
	color: #fff;
	font-size: 16px;
}
#detail_main .inner .main .delivery dd {
	display: flex;
	align-items: center;
	margin-left: 10px;
	color: #fa1a00;
	font-size: 14px;
}
#detail_main .inner .main .icons {
	display: flex;
	flex-wrap: wrap;
	width: 520px;
	overflow: hidden;
}
#detail_main .inner .main .icons li {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 120px;
	height: 30px;
	margin: 10px 10px 0 0;
	padding-top: 1px;
	border-radius: 3px;
	color: #fff;
	font-size: 16px;
}
#detail_main .inner .main .icons .sp {
	background: url(../../img/pc/search/detail/bg_icon_special.webp) no-repeat;
}
#detail_main .inner .main .icons .navi {
	background: #d9195a;
}
#detail_main .inner .main .icons .hybrid {
	background: #588739;
}
#detail_main .inner .main .icons .keigen {
	background: #499ea1;
}
#detail_main .inner .main .icons .mainte-coupon {
	width: 250px;
	background: #eb9d32;
	font-size: 14px;
}
#detail_main .inner .main .spec {
	display: flex;
	justify-content: space-around;
	margin-top: 30px;
	padding: 12px 10px;
	border: solid 6px #eee;
}
#detail_main .inner .main .spec dl dt {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#detail_main .inner .main .spec dl dd {
	margin-top: 8px;
	font-size: 16px;
	text-align: center;
}
#detail_main .inner .main .spec2 {
	display: flex;
	justify-content: space-around;
	padding: 12px 10px;
	border: solid 6px #eee;
	border-width: 0 6px 6px;
}
#detail_main .inner .main .spec2 dl dt {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#detail_main .inner .main .spec2 dl dd {
	margin-top: 8px;
	font-size: 16px;
	text-align: center;
}
#detail_main .inner .main .btn-appl {
	margin-top: 30px;
}
#detail_main .inner .main .btn-mode {
	width: 510px;
	height: 40px;
	margin-top: 30px;
}
#detail_main .inner .main .btn-mode a {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding-top: 2px;
	border-radius: 20px;
	background: url(../../img/pc/common/icon_arrow_white_right.webp) no-repeat 480px center;
	background-size: 6px 10px;
	color: #fff;
	font-size: 16px;
}
#detail_main .inner .main .btn-mode.cash a {
	border: solid 2px #fa1a00;
	background-color: #fa1a00;
}
#detail_main .inner .main .btn-mode.lease a {
	border: solid 2px #ab812a;
	background-color: #ab812a;
}
#detail_main .inner .main .btn-mode a:hover {
	background-color: #fff;
	background-image: url(../../img/pc/common/icon_arrow_black_right.webp);
	color: #000;
}
#detail_main .inner .main .btn-mode a strong {
	font-size: 24px;
	font-weight: bold;
}
#detail_main .inner .main .btn-mode a .yen {
	margin-left: 3px;
	font-weight: bold;
}
#detail_main .inner .main .btn-mode a .tax {
	margin-top: 2px;
	font-size: 12px;
	font-weight: bold;
}
#detail_main .inner .main .assessment {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	padding: 20px;
	border: solid 1px #d3d3d3;
}
#detail_main .inner .main .assessment .ais {
	position: relative;
	box-sizing: border-box;
	width: 162px;
	padding-left: 67px;
}
#detail_main .inner .main .assessment .ais::before {
	content: url(../../img/pc/search/detail/icon_ais.webp);
	position: absolute;
	top: 0;
	left: 0;
}
#detail_main .inner .main .assessment .ais .num {
	width: 85px;
	margin-top: 3px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#detail_main .inner .main .assessment .ais .num strong {
	font-size: 52px;
}
#detail_main .inner .main .assessment .ais .num small {
	font-size: 26px;
}
#detail_main .inner .main .assessment .ais .txt {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 85px;
	height: 30px;
	margin-top: 3px;
	padding-top: 2px;
	border: solid 1px #d3d3d3;
	border-width: 1px 0;
	font-size: 16px;
	font-weight: bold;
}
#detail_main .inner .main .assessment .ie {
	display: flex;
	justify-content: space-between;
	position: relative;
	width: 300px;
	margin: 20px 0 0 6px;
}
#detail_main .inner .main .assessment .ie dl {
	display: flex;
	width: 136px;
	border-top: solid 1px #cce1fc;
}
#detail_main .inner .main .assessment .ie dl .ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 60px;
	height: 26px;
	border: solid 1px #cce1fc;
	border-width: 0 1px 1px;
	background: #ebf4ff;
	font-size: 14px;
	font-weight: bold;
}
#detail_main .inner .main .assessment .ie dl .rank {
	margin: 3px 0 0 7px;
}
#detail_main .inner .main .assessment .ie .link {
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	font-size: 14px;
	text-align: right;
}
#detail_main .inner .main .assessment .ie .link a {
	color: #237495;
}
#detail_main .inner .main .assessment .ie .link a:hover {
	text-decoration: underline;
}
#detail_main .inner .main .assessment .detail {
	box-sizing: border-box;
	width: 468px;
	margin-top: 20px;
	padding: 10px 18px;
	border: solid 1px #d0e1f9;
	background: #edf4fe;
}
#detail_main .inner .main .assessment .detail p {
	font-size: 14px;
	line-height: 20px;
}
#detail_main .inner .main .assessment .detail ul {
	display: flex;
	position: relative;
	width: 430px;
	height: 30px;
	margin-top: 8px;
}
#detail_main .inner .main .assessment .detail ul::before {
	content: url(../../img/pc/search/detail/bg_ais.webp);
	position: absolute;
}
#detail_main .inner .main .assessment .detail ul::after {
	content: url(../../img/pc/search/detail/bg_ais_actv.webp);
	position: absolute;
	top: -8px;
	left: 0;
}
#detail_main .inner .main .assessment .detail ul.p-0::after {
	display: none;
}
#detail_main .inner .main .assessment .detail ul.p-r::after {
	left: 0;
}
#detail_main .inner .main .assessment .detail ul.p-1::after {
	left: 43px;
}
#detail_main .inner .main .assessment .detail ul.p-2::after {
	left: 86px;
}
#detail_main .inner .main .assessment .detail ul.p-3::after {
	left: 129px;
}
#detail_main .inner .main .assessment .detail ul.p-35::after {
	left: 172px;
}
#detail_main .inner .main .assessment .detail ul.p-4::after {
	left: 215px;
}
#detail_main .inner .main .assessment .detail ul.p-45::after {
	left: 258px;
}
#detail_main .inner .main .assessment .detail ul.p-5::after {
	left: 301px;
}
#detail_main .inner .main .assessment .detail ul.p-6::after {
	left: 344px;
}
#detail_main .inner .main .assessment .detail ul.p-s::after {
	left: 387px;
}
#detail_main .inner .main .assessment .detail ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 42px;
	height: 30px;
	font-size: 14px;
	z-index: 2;
}
#detail_main .inner .main .assessment .detail ul li:nth-child(n + 2) {
	margin-left: 1px;
}
#detail_main .inner .main .assessment .btn-s {
	width: 100%;
	margin-top: 15px;
	background-position: 445px center;
	font-size: 16px;
}
#detail_spec {
	margin-top: 40px;
}
#detail_spec .inner h2 {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
#detail_spec .inner table {
	width: 100%;
	margin-top: 20px;
}
#detail_spec .inner table th, #detail_spec .inner table td {
	box-sizing: border-box;
	width: 200px;
	padding: 10px 20px;
	border-collapse: separate;
	border: solid 1px #d3d3d3;
	font-size: 16px;
}
#detail_spec .inner table th {
	border-right: none;
	background: #eff2f5;
	text-align: left;
}
#detail_spec .inner table td {
	border-left: none;
}
#detail_spec .inner table .note {
	font-size: 14px;
	line-height: 24px;
}
#detail_spec .inner .cash-note {
	margin-top: 10px;
	font-size: 14px;
}
#detail_spec .inner .lease-note {
	margin-top: 10px;
	font-size: 14px;
}
#detail_equip {
	margin-top: 50px;
}
#detail_equip .inner h2 {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
#detail_equip .inner .equip {
	margin: 20px 0 60px;
	padding: 0 30px 30px;
	border: solid 1px #d3d3d3;
}
#detail_equip .inner .equip .ttl {
	margin-top: 30px;
	font-size: 16px;
	font-weight: bold;
}
#detail_equip .inner .equip ul li {
	display: flex;
	align-items: center;
	float: left;
	box-sizing: border-box;
	width: 219px;
	height: 32px;
	margin: 8px 10px 0 0;
	padding: 0 10px;
	background: #f0f0f0;
	color: #9c9c9c;
}
#detail_equip .inner .equip ul li:nth-child(5n) {
	margin-right: 0;
}
#detail_equip .inner .equip ul li.on {
	background: #fada00;
	color: #000;
	font-weight: bold;
}
#detail_equip .inner .equip .note {
	margin-top: 8px;
	padding: 10px;
	border: solid 1px #d9d9db;
	line-height: 18px;
}
#store_info {
	margin-top: 60px;
	background: #eff2f5;
}
#store_info .inner {
	box-sizing: border-box;
	height: 420px;
	padding: 30px 0 0 400px;
	background-repeat: no-repeat;
}
#store_info .inner .main {
	display: flex;
}
#store_info .inner .main .info {
	box-sizing: border-box;
	width: 380px;
	height: 300px;
	padding: 45px 20px 0 30px;
	background: #fff;
}
#store_info .inner .main .info .nm {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
}
#store_info .inner .main .info dl {
	display: flex;
	margin-top: 15px;
}
#store_info .inner .main .info dl dt {
	width: 80px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
#store_info .inner .main .info dl dd {
	width: 250px;
	font-size: 16px;
	line-height: 20px;
}
#store_info .inner .main .info dl .tel {
	position: relative;
}
#store_info .inner .main .info dl .tel p {
	position: absolute;
	top: -4px;
	left: 0;
	box-sizing: border-box;
	width: 44px;
	padding: 3px 8px 1px;
	border-radius: 3px;
	background: #e01700;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}
#store_info .inner .main .info dl .tel strong {
	margin-left: 55px;
	color: #e01700;
	font-size: 24px;
	font-weight: bold;
}
#store_info .inner .main .info dl .holiday small {
	font-size: 12px;
	letter-spacing: -0.5px;
}
#store_info .inner .main .map {
	box-sizing: border-box;
	width: 400px;
	height: 300px;
	margin-left: 20px;
	border: solid 1px #dedfe0;
}
#store_info .inner .btn-s {
	width: 380px;
	margin-top: 20px;
	background-position: 360px center;
}
#store_message {
	margin-top: 50px;
}
#store_message .inner h2 {
	font-size: 26px;
	font-weight: bold;
}
#store_message .inner .main {
	display: flex;
	margin-top: 30px;
}
#store_message .inner .main .comment {
	margin-left: 50px;
	font-size: 16px;
	line-height: 30px;
}
#lease_plan {
	margin-top: 40px;
	padding-bottom: 20px;
}
#lease_plan .inner h2 {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
#lease_plan .inner .ttl-main {
	display: flex;
	align-items: center;
	height: 50px;
	margin-top: 20px;
	padding-left: 50px;
	border-radius: 3px;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
}
#lease_plan .inner .ttl-main small {
	margin: 8px 0 0 10px;
	font-size: 22px;
}
#lease_plan .inner .ttl-finance {
	background-color: #5690a8;
}
#lease_plan .inner .ttl-biz-finance {
	background-color: #072283;
}
#lease_plan .inner .ttl-mainte {
	margin-top: 50px;
	background-color: #b62b73;
}
#lease_plan .inner .tbl-fee {
	width: 100%;
	margin-top: 30px;
}
#lease_plan .inner .tbl-fee th, #lease_plan .inner .tbl-fee td {
	box-sizing: border-box;
	padding: 10px 20px;
	border-collapse: separate;
	border: solid 1px #d3d3d3;
	font-size: 16px;
	text-align: center;
}
#lease_plan .inner .tbl-fee th {
	background: #eff2f5;
}
#lease_plan .inner .tbl-fee td {
	color: #e01700;
}
#lease_plan .inner .note-other-plan {
	margin-top: 20px;
}
#lease_plan .inner .ttl-inc {
	margin-top: 40px;
	font-size: 20px;
	font-weight: bold;
}
#lease_plan .inner .ttl-inc small {
	margin-left: 20px;
	font-size: 16px;
	font-weight: normal;
}
#lease_plan .inner .tbl-inc {
	width: 100%;
	margin-top: 20px;
}
#lease_plan .inner .tbl-inc th, #lease_plan .inner .tbl-inc td {
	box-sizing: border-box;
	padding: 10px 10px 10px 20px;
	border-collapse: separate;
	border: solid 1px #d3d3d3;
	font-size: 16px;
}
#lease_plan .inner .tbl-inc th {
	width: 200px;
	border-right: none;
	background: #eff2f5;
	text-align: left;
}
#lease_plan .inner .tbl-inc th small {
	font-size: 12px;
}
#lease_plan .inner .tbl-inc td {
	border-left: none;
}
#lease_plan .inner .tbl-inc td strong {
	color: #e01700
}
#lease_plan .inner .note-inc {
	margin-top: 20px;
	line-height: 20px;
}
#lease_plan .inner .note-inc a {
	color: #237495;
}
#lease_plan .inner .note-inc a:hover {
	text-decoration: underline;
}
#lease_plan .inner .ttl-guide {
	margin-top: 30px;
	font-size: 20px;
	font-weight: bold;
}
#lease_plan .inner .guide {
	margin-top: 15px;
	padding: 15px 20px;
	border: solid 1px #d3d3d3;
	font-size: 16px;
	line-height: 30px;
}
#lease_end {
	margin-top: 60px;
}
#lease_end .inner h2 {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
#lease_end .inner .main {
	margin-top: 15px;
	padding: 30px 0;
	border: solid 1px #d3d3d3;
	border-width: 1px 0;
	font-size: 16px;
	line-height: 30px;
}
#lease_end .inner .main small {
	display: block;
	font-size: 12px;
	line-height: 20px;
}
#guarantee {
	margin: 60px 0;
}
#guarantee .inner h2 {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
#guarantee .inner .main {
	margin-top: 15px;
	padding: 30px 0;
	border: solid 1px #d3d3d3;
	border-width: 1px 0;
	font-size: 16px;
	line-height: 30px;
}
#guarantee .inner .main strong {
	color: #e01700;
}
#guarantee .inner .main a {
	color: #237495;
}
#guarantee .inner .main a:hover {
	text-decoration: underline;
}
#remarks {
	margin: 60px 0;
}
#remarks .inner h2 {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
#remarks .inner .main {
	margin-top: 15px;
	padding: 30px 0;
	border: solid 1px #d3d3d3;
	border-width: 1px 0;
	font-size: 16px;
	line-height: 30px;
}
#other_stock {
	margin-top: 60px;
	padding-bottom: 60px;
	background: #eff2f5;
}
#other_stock .inner .same-stock, #other_stock .inner .maker-stock, #other_stock .inner .body-type-stock {
	display: none;
	padding-top: 60px;
}
#other_stock .inner h2 {
	font-size: 26px;
	font-weight: bold;
}
#other_stock .inner ul {
	display: flex;
	margin-top: 20px;
}
#other_stock .inner ul li {
	position: relative;
	box-sizing: border-box;
	width: 210px;
	height: 280px;
	border: solid 5px #e3e3e3;
	background: #fff;
	cursor: pointer;
}
#other_stock .inner ul li:nth-child(n + 2) {
	margin-left: 37px;
}
#other_stock .inner ul li:hover {
	border-color: #fac900;
}
#other_stock .inner ul li .thmb {
	margin-bottom: 60px;
}
#other_stock .inner ul li .nm {
	position: absolute;
	top: 160px;
	margin: 0 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
#other_stock .inner ul li .fee-cash {
	display: flex;
}
#other_stock .inner ul li .fee-cash dl {
	width: 50%;
}
#other_stock .inner ul li .fee-cash dl:nth-child(2) {
	border-left: solid 1px #d3d3d3;
}
#other_stock .inner ul li .fee-cash dl dt {
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}
#other_stock .inner ul li .fee-cash dl dt small {
	font-size: 12px;
}
#other_stock .inner ul li .fee-cash dl dd {
	margin-top: 3px;
	color: #fa1a00;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}
#other_stock .inner ul li .fee-cash dl dd small {
	font-size: 12px;
}
#other_stock .inner ul li .fee-lease {
	display: flex;
	justify-content: space-between;
	padding-top: 5px;
}
#other_stock .inner ul li .fee-lease .period {
	position: relative;
	width: 93px;
	height: 48px;
	background: url(../../img/pc/search/detail/bg_other_stock_leaase.webp) no-repeat;
}
#other_stock .inner ul li .fee-lease .period dt {
	position: absolute;
	top: 6px;
	left: 5px;
	color: #fff;
}
#other_stock .inner ul li .fee-lease .period dd {
	position: absolute;
	top: 23px;
	left: 7px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 22px;
	color: #fa1a00;
	font-size: 16px;
	font-weight: bold;
}
#other_stock .inner ul li .fee-lease .period dd small {
	font-size: 14px;
}
#other_stock .inner ul li .fee-lease .fee {
	position: relative;
}
#other_stock .inner ul li .fee-lease .fee dt {
	position: absolute;
	top: 5px;
	right: 6px;
	white-space: nowrap;
}
#other_stock .inner ul li .fee-lease .fee dd {
	position: absolute;
	top: 25px;
	right: 6px;
	color: #fa1a00;
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
}
#other_stock .inner ul li .fee-lease .fee dd small {
	font-size: 14px;
}
#info_maker_car {
	padding-top: 20px;
}
#info_maker_car .inner .info-car {
	margin-top: 60px;
	padding-bottom: 50px;
	border-bottom: solid 1px #d3d3d3;
}
#info_maker_car .inner .info-car .ttl {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
#info_maker_car .inner .info-car .ttl span {
	margin-left: 20px;
	font-size: 20px;
}
#info_maker_car .inner .info-car .main {
	margin-top: 30px;
	font-size: 14px;
	line-height: 28px;
}
#info_maker_car .inner .info-maker {
	margin-top: 60px;
}
#info_maker_car .inner .info-maker .ttl {
	font-size: 20px;
	font-weight: bold;
}
#info_maker_car .inner .info-maker .main {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
#info_maker_car .inner .info-maker .main .txt {
	margin-left: 35px;
	font-size: 14px;
	line-height: 28px;
}
#service .main .point {
	margin-top: 80px;
}
#service .main .point .ttl-main {
	background: #64a128;
}
#service .main .point .ttl-main-biz {
	background: #518bcd;
}
#service .main .point .ttl-main .inner p {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	height: 130px;
	padding: 5px 0 0 280px;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	line-height: 38px;
}
#service .main .point .ttl-main .inner .ttl-point-1 {
	background-image: url(../../img/pc/search/detail/bg_point_1.webp);
}
#service .main .point .ttl-main .inner .ttl-point-2 {
	background-image: url(../../img/pc/search/detail/bg_point_2.webp);
}
#service .main .point .ttl-main .inner .ttl-point-3 {
	background-image: url(../../img/pc/search/detail/bg_point_3.webp);
}
#service .main .point .ttl-main .inner .ttl-point-4 {
	background-image: url(../../img/pc/search/detail/bg_point_4.webp);
}
#service .main .point .ttl-main .inner .ttl-point-5 {
	background-image: url(../../img/pc/search/detail/bg_point_5.webp);
}
#service .main .point .ttl-main .inner p small {
	font-size: 12px;
}
#service .main .point .exp {
	background: #eff2f5;
}
#service .main .point .exp-value .inner {
	padding: 40px 0 70px;
}
#service .main .point .exp-value .inner .ttl {
	font-size: 28px;
	font-weight: bold;
}
#service .main .point .exp-value .inner .txt {
	margin-top: 25px;
	font-size: 16px;
	line-height: 30px;
}
#service .main .point .exp-value .inner .img {
	margin-top: 30px;
}
#service .main .point .exp-relief .inner {
	padding: 40px 0 60px;
}
#service .main .point .exp-relief .inner ul li dl dt {
	padding: 20px 0;
	border: solid 1px #428f38;
	border-width: 1px 0;
	font-size: 28px;
	font-weight: bold;
}
#service .main .point .exp-relief .inner ul li dl dd {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin: 40px 0 60px;
}
#service .main .point .exp-relief .inner ul li dl dd .txt {
	width: 560px;
	font-size: 16px;
	line-height: 30px;
}
#service .main .point .exp-relief .inner ul li dl dd .txt-2 {
	width: 560px;
	margin-top: 40px;
	font-size: 16px;
	line-height: 30px;
}
#service .main .point .exp-relief .inner ul li dl dd .btn-s {
	position: absolute;
	top: 240px;
	right: 110px;
	width: 450px;
	background-position: 430px center;
}
#service .main .point .exp-relief .inner ul li dl dd .lst-img {
	display: flex;
	justify-content: space-between;
	width: 600px;
}
#service .main .point .exp-relief .inner ul li dl dd .lst-img p {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#service .main .point .exp-relief .inner ul li dl dd .lst-img p img {
	margin-bottom: 15px;
}
#service .main .point .exp-relief .inner ul li dl dd .lst-img-2 .ttl {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#service .main .point .exp-relief .inner ul li dl dd .lst-img-2 div {
	display: flex;
	justify-content: space-between;
	width: 600px;
	margin-top: 20px;
}
#service .main .point .exp-relief .inner ul li dl dd .lst-img-2 div p {
	font-size: 16px;
}
#service .main .point .exp-relief .inner ul li dl dd .lst-img-2 div p img {
	margin-bottom: 15px;
}
#service .main .point .exp-relief .inner ul li .range {
	position: relative;
	width: 1200px;
	height: 90px;
	margin-top: 40px;
	background: url(../../img/pc/search/detail/bg_point_range.webp) no-repeat;
}
#service .main .point .exp-relief .inner ul li .range.biz {
	background-image: url(../../img/pc/search/detail/bg_point_range_biz.webp);
}
#service .main .point .exp-relief .inner ul li .range .ttl {
	position: absolute;
	top: 35px;
	left: 150px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
#service .main .point .exp-relief .inner ul li .range .ans {
	position: absolute;
	top: 25px;
	left: 610px;
	color: #fac900;
	font-size: 50px;
	font-weight: bold;
}
#service .main .point .exp-quality .inner {
	padding: 40px 0 90px;
}
#service .main .point .exp-quality .inner .txt {
	font-size: 16px;
	line-height: 30px;
}
#service .main .point .exp-quality .inner .example {
	margin-top: 40px;
}
#service .main .point .exp-quality .inner .example .ttl {
	font-size: 20px;
	font-weight: bold;
}
#service .main .point .exp-quality .inner .example .lst-img {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
#service .main .point .exp-quality .inner .example .lst-img dl {
	width: 270px;
}
#service .main .point .exp-quality .inner .example .lst-img dl dt {
	font-size: 18px;
	font-weight: bold;
}
#service .main .point .exp-quality .inner .example .lst-img dl dd {
	margin-top: 20px;
}
#service .main .point .exp-quality .inner .example .lst-img dl dd {
	font-size: 14px;
	line-height: 26px;
}
#service .main .point .exp-quality .inner .example .lst-img dl dd img {
	margin-bottom: 20px;
}
#service .main .point .exp-quality .inner .note {
	margin-top: 50px;
}
#service .lease .point .exp-point-1 .inner {
	padding: 50px 0;
}
#service .lease .point .exp-point-1 .inner .top {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 30px;
}
#service .lease .point .exp-point-1 .inner .top .txt {
	width: 560px;
	font-size: 16px;
	line-height: 30px;
}
#service .lease .point .exp-point-1 .inner .top .txt strong {
	color: #e01700;
	font-weight: bold;
}
#service .lease .point .exp-point-1 .inner .top .lst-img {
	display: flex;
	justify-content: space-between;
	width: 600px;
}
#service .lease .point .exp-point-1 .inner .top .lst-img p {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#service .lease .point .exp-point-1 .inner .top .lst-img p img {
	margin-bottom: 15px;
}
#service .lease .point .exp-point-1 .inner .bottom {
	padding-top: 40px;
	border-top: solid 1px #428f38;
}
#service .lease .point .exp-point-1 .inner .bottom .txt {
	font-size: 16px;
	line-height: 30px;
}
#service .lease .point .exp-point-1 .inner .bottom .txt strong {
	color: #e01700;
	font-weight: bold;
}
#service .lease .point .exp-point-1 .inner .bottom .detail {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
#service .lease .point .exp-point-1 .inner .bottom .detail .left {
	width: 600px;
}
#service .lease .point .exp-point-1 .inner .bottom .detail .left ul li {
	display: flex;
	align-items: center;
	height: 60px;
	padding: 0 20px;
	border-radius: 3px;
	background: #64a128;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
#service .lease .point .exp-point-1 .inner .bottom .detail .left ul li:last-child {
	margin-top: 10px;
}
#service .lease .point .exp-point-1 .inner .bottom .detail .left ul li small {
	margin-top: 5px;
	font-size: 12px;
}
#service .lease .point .exp-point-1 .inner .bottom .detail .left .note {
	margin-top: 30px;
}
#service .lease .point .exp-point-1 .inner .bottom .detail .left .note dl {
	display: flex;
	line-height: 20px;
}
#service .lease .point .exp-point-1 .inner .bottom .detail .left .note dl dt {
	width: 25px;
}
#service .lease .point .exp-point-1 .inner .bottom .detail .left .note dl dd {
	width: 575px;
}
#service .lease .point .exp-point-1 .inner .bottom .detail .right {
	width: 560px;
}
#service .lease .point .exp-point-1 .inner .bottom .detail .right .included {
	border: solid 8px #e01700;
	border-radius: 3px;
}
#service .lease .point .exp-point-1 .inner .bottom .detail .right .included .ttl {
	padding: 15px 20px;
	border-bottom: solid 1px #e01700;
	font-size: 20px;
	font-weight: bold;
}
#service .lease .point .exp-point-1 .inner .bottom .detail .right .included .lst {
	padding: 25px 20px 20px;
	color: #e01700;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}
#service .lease .point .exp-point-1 .inner .bottom .detail .right .included .lst small {
	margin-top: 5px;
	font-size: 12px;
}
#service .lease .point .exp-point-2 .inner {
	display: flex;
	justify-content: space-between;
	padding: 40px 0 50px;
}
#service .lease .point .exp-point-2 .inner .flow {
	width: 360px;
}
#service .lease .point .exp-point-2 .inner .flow .ttl {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}
#service .lease .point .exp-point-2 .inner .flow .arrow {
	width: 0;
	height: 0;
	margin: 10px 0 10px 155px;
	border-style: solid;
	border-width: 25px 25px 0 25px;
	border-color: #428f38 transparent transparent transparent;
}
#service .lease .point .exp-point-2 .inner .flow ul li {
	color: #e01700;
	font-size: 20px;
	font-weight: bold;
	line-height: 35px;
}
#service .lease .point .exp-point-2 .inner .flow ul li small {
	margin-top: 5px;
	font-size: 12px;
}
#service .lease .point .exp-point-2 .inner .flow dl {
	display: flex;
	margin-top: 20px;
	color: #e01700;
	line-height: 20px;
}
#service .lease .point .exp-point-2 .inner .flow dl dt {
	width: 15px;
}
#service .lease .point .exp-point-2 .inner .flow dl dd {
	width: 345px;
}
#service .lease-biz .point .exp-point-1 .plan-mainte {
	background: #eff2f5;
}
#service .lease-biz .point .exp-point-1 .plan-mainte .inner {
	padding: 50px 0 70px;
}
#service .lease-biz .point .exp-point-1 .plan-mainte .inner .ttl-plan {
	display: flex;
	padding: 5px 0;
	border: solid 1px #b62b73;
	border-width: 1px 0;
}
#service .lease-biz .point .exp-point-1 .plan-mainte .inner .ttl-plan dt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 380px;
	height: 64px;
	border-radius: 3px;
	background: #b62b73;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
}
#service .lease-biz .point .exp-point-1 .plan-mainte .inner .ttl-plan dd {
	display: flex;
	align-items: center;
	margin-left: 20px;
	font-size: 26px;
	font-weight: bold;
}
#service .lease-biz .point .exp-point-1 .plan-mainte .inner .note-mileage {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	height: 80px;
	padding: 0 20px;
	background: #e1e1e1;
	font-size: 16px;
	line-height: 28px;
}
#service .lease-biz .point .exp-point-1 .plan-mainte .inner .note-mileage strong {
	color: #e01700;
}
#service .lease-biz .point .exp-point-1 .plan-mainte .inner .main {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
#service .lease-biz .point .exp-point-1 .plan-mainte .inner .main .left {
	width: 600px;
}
#service .lease-biz .point .exp-point-1 .plan-mainte .inner .main .left .ttl {
	font-size: 22px;
	font-weight: bold;
}
#service .lease-biz .point .exp-point-1 .plan-mainte .inner .main .left .txt {
	margin-top: 10px;
	font-size: 16px;
	line-height: 30px;
}
#service .lease-biz .point .exp-point-1 .plan-mainte .inner .main .left ul {
	margin-top: 20px;
}
#service .lease-biz .point .exp-point-1 .plan-mainte .inner .main .left ul li {
	display: flex;
	align-items: center;
	height: 60px;
	padding: 0 20px;
	border-radius: 3px;
	background: #b62b73;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
#service .lease-biz .point .exp-point-1 .plan-mainte .inner .main .left ul li:last-child {
	margin-top: 10px;
}
#service .lease-biz .point .exp-point-1 .plan-mainte .inner .main .left ul li small {
	margin-top: 5px;
	font-size: 12px;
}
#service .lease-biz .point .exp-point-1 .plan-mainte .inner .main .left .note {
	margin-top: 20px;
}
#service .lease-biz .point .exp-point-1 .plan-mainte .inner .main .left .note dl {
	display: flex;
	line-height: 20px;
}
#service .lease-biz .point .exp-point-1 .plan-mainte .inner .main .left .note dl dt {
	width: 15px;
}
#service .lease-biz .point .exp-point-1 .plan-mainte .inner .main .left .note dl dd {
	width: 585px;
}
#service .lease-biz .point .exp-point-1 .plan-mainte .inner .main .right {
	width: 560px;
}
#service .lease-biz .point .exp-point-1 .plan-mainte .inner .main .right .included {
	margin-top: 40px;
	border: solid 8px #e01700;
	border-radius: 3px;
}
#service .lease-biz .point .exp-point-1 .plan-mainte .inner .main .right .included .ttl {
	padding: 15px 20px;
	border-bottom: solid 1px #e01700;
	font-size: 20px;
	font-weight: bold;
}
#service .lease-biz .point .exp-point-1 .plan-mainte .inner .main .right .included .lst {
	padding: 25px 20px 20px;
	color: #e01700;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}
#service .lease-biz .point .exp-point-1 .plan-mainte .inner .main .right .included .lst small {
	margin-top: 5px;
	font-size: 12px;
}
#service .lease-biz .point .exp-point-1 .plan-mainte-detail {
	background: #f7e4ee url(../../img/pc/search/detail/bg_point_mainte.webp) no-repeat center top;
}
#service .lease-biz .point .exp-point-1 .plan-mainte-detail .inner {
	padding: 50px 0 60px;
}
#service .lease-biz .point .exp-point-1 .plan-mainte-detail .inner .ttl-anxiety {
	width: 880px;
	margin: 0 auto;
	font-size: 22px;
	font-weight: bold;
}
#service .lease-biz .point .exp-point-1 .plan-mainte-detail .inner .anxiety {
	box-sizing: border-box;
	width: 880px;
	margin: 25px auto 0;
	padding: 15px 25px;
	background: #fff;
}
#service .lease-biz .point .exp-point-1 .plan-mainte-detail .inner .anxiety p {
	padding-bottom: 10px;
	border-bottom: solid 2px #072283;
	color: #072283;
	font-size: 22px;
	text-align: center;
}
#service .lease-biz .point .exp-point-1 .plan-mainte-detail .inner .anxiety ul {
	margin-top: 20px;
	background: url(../../img/pc/search/detail/point_icon_question.webp) no-repeat left 10px;
}
#service .lease-biz .point .exp-point-1 .plan-mainte-detail .inner .anxiety ul li {
	padding-left: 90px;
	color: #072283;
	font-size: 21px;
	font-weight: bold;
	line-height: 40px;
}
#service .lease-biz .point .exp-point-1 .plan-mainte-detail .inner .arrow {
	width: 0;
	height: 0;
	margin: 25px auto 0;
	border-style: solid;
	border-width: 20px 65px 0 65px;
	border-color: #b62b73 transparent transparent transparent;
}
#service .lease-biz .point .exp-point-1 .plan-mainte-detail .inner .ttl-relief {
	margin-top: 20px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
#service .lease-biz .point .exp-point-1 .plan-mainte-detail .inner .service p {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	margin-top: 20px;
	border-radius: 3px;
	background: #b62b73;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
}
#service .lease-biz .point .exp-point-1 .plan-mainte-detail .inner .service ul {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
#service .lease-biz .point .exp-point-1 .plan-mainte-detail .inner .service ul li {
	width: 590px;
	height: 220px;
	border-radius: 3px;
	background-color: #b62b73;
	background-repeat: no-repeat;
}
#service .lease-biz .point .exp-point-1 .plan-mainte-detail .inner .service ul li:first-child {
	background-image: url(../../img/pc/search/detail/point_icon_mainte.webp);
}
#service .lease-biz .point .exp-point-1 .plan-mainte-detail .inner .service ul li:last-child {
	background-image: url(../../img/pc/search/detail/point_icon_zero_yen.webp);
}
#service .lease-biz .point .exp-point-1 .plan-mainte-detail .inner .service ul li dl {
	color: #fff;
}
#service .lease-biz .point .exp-point-1 .plan-mainte-detail .inner .service ul li dl dt {
	font-weight: bold;
	line-height: 34px;
}
#service .lease-biz .point .exp-point-1 .plan-mainte-detail .inner .service ul li:first-child dl dt {
	padding: 25px 0 0 155px;
	font-size: 32px;
}
#service .lease-biz .point .exp-point-1 .plan-mainte-detail .inner .service ul li:last-child dl dt {
	padding: 25px 0 0 120px;
	font-size: 28px;
}
#service .lease-biz .point .exp-point-1 .plan-mainte-detail .inner .service ul li dl dt small {
	font-size: 20px;
}
#service .lease-biz .point .exp-point-1 .plan-mainte-detail .inner .service ul li dl dd {
	padding: 20px 40px 0 40px;
	font-size: 16px;
	line-height: 30px;
}
#service .lease-biz .point .exp-point-1 .plan-mainte-detail .inner .service ul li dl dd small {
	margin-top: 5px;
	font-size: 12px;
}
#service .lease-biz .point .exp-point-1 .plan-mainte-detail .inner .note {
	margin-top: 30px;
}
#service .lease-biz .point .exp-point-1 .plan-mainte-detail .inner .note dl {
	display: flex;
	line-height: 20px;
}
#service .lease-biz .point .exp-point-1 .plan-mainte-detail .inner .note dl dt {
	width: 35px;
}
#service .lease-biz .point .exp-point-1 .plan-mainte-detail .inner .note dl dd {
	width: 1165px;
}
#service .lease-biz .point .exp-point-1 .plan-mainte-detail .inner .important {
	margin-top: 40px;
	padding: 12px 40px;
	border: solid 4px #b62b73;
	background: #fff;
	color: #b62b73;
	font-size: 16px;
	line-height: 30px;
}
#service .lease-biz .point .exp-point-1 .plan-finance {
	background: #eff2f5;
}
#service .lease-biz .point .exp-point-1 .plan-finance .inner {
	padding: 60px 0;
}
#service .lease-biz .point .exp-point-1 .plan-finance .inner .ttl-plan {
	display: flex;
	padding: 5px 0;
	border: solid 1px #072283;
	border-width: 1px 0;
}
#service .lease-biz .point .exp-point-1 .plan-finance .inner .ttl-plan dt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 380px;
	height: 64px;
	border-radius: 3px;
	background: #072283;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
}
#service .lease-biz .point .exp-point-1 .plan-finance .inner .ttl-plan dd {
	display: flex;
	align-items: center;
	margin-left: 20px;
	font-size: 26px;
	font-weight: bold;
}
#service .lease-biz .point .exp-point-1 .plan-finance .inner .note-mileage {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	height: 65px;
	padding: 0 20px;
	background: #e1e1e1;
	font-size: 16px;
}
#service .lease-biz .point .exp-point-1 .plan-finance .inner .top {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-top: 30px;
}
#service .lease-biz .point .exp-point-1 .plan-finance .inner .top .txt {
	width: 560px;
	font-size: 16px;
	line-height: 30px;
}
#service .lease-biz .point .exp-point-1 .plan-finance .inner .top .txt strong {
	color: #e01700;
}
#service .lease-biz .point .exp-point-1 .plan-finance .inner .top .lst-img {
	display: flex;
	justify-content: space-between;
	width: 600px;
}
#service .lease-biz .point .exp-point-1 .plan-finance .inner .top .lst-img p {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#service .lease-biz .point .exp-point-1 .plan-finance .inner .top .lst-img p img {
	margin-bottom: 15px;
}
#service .lease-biz .point .exp-point-1 .plan-finance .inner .bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
#service .lease-biz .point .exp-point-1 .plan-finance .inner .bottom .left {
	width: 600px;
}
#service .lease-biz .point .exp-point-1 .plan-finance .inner .bottom .left ul li {
	display: flex;
	align-items: center;
	height: 60px;
	padding: 0 20px;
	border-radius: 3px;
	background: #072283;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
#service .lease-biz .point .exp-point-1 .plan-finance .inner .bottom .left ul li:last-child {
	margin-top: 10px;
}
#service .lease-biz .point .exp-point-1 .plan-finance .inner .bottom .left ul li small {
	margin-top: 5px;
	font-size: 12px;
}
#service .lease-biz .point .exp-point-1 .plan-finance .inner .bottom .left .note {
	margin-top: 20px;
}
#service .lease-biz .point .exp-point-1 .plan-finance .inner .bottom .left .note dl {
	display: flex;
	line-height: 20px;
}
#service .lease-biz .point .exp-point-1 .plan-finance .inner .bottom .left .note dl dt {
	width: 25px;
}
#service .lease-biz .point .exp-point-1 .plan-finance .inner .bottom .left .note dl dd {
	width: 575px;
}
#service .lease-biz .point .exp-point-1 .plan-finance .inner .bottom .right {
	width: 560px;
}
#service .lease-biz .point .exp-point-1 .plan-finance .inner .bottom .right .included {
	border: solid 8px #e01700;
	border-radius: 3px;
}
#service .lease-biz .point .exp-point-1 .plan-finance .inner .bottom .right .included .ttl {
	padding: 15px 20px;
	border-bottom: solid 1px #e01700;
	font-size: 20px;
	font-weight: bold;
}
#service .lease-biz .point .exp-point-1 .plan-finance .inner .bottom .right .included .lst {
	padding: 25px 20px 20px;
	color: #e01700;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}
#service .lease-biz .point .exp-point-1 .plan-finance .inner .bottom .right .included .lst small {
	margin-top: 5px;
	font-size: 12px;
}
#lease_flow {
	margin-top: 60px;
}
#lease_flow .inner h2 {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
#lease_flow .inner .main {
	margin-top: 15px;
	padding: 50px 0;
	border: solid 1px #d3d3d3;
	border-width: 1px 0;
}
#lease_flow .inner .main ul {
	display: flex;
	background: url(../../img/pc/search/detail/bg_lease_flow.webp) no-repeat;
}
#lease_flow .inner .main ul li {
	box-sizing: border-box;
	width: 200px;
	height: 334px;
	padding: 0 15px 0 35px;
}
#lease_flow .inner .main ul li:first-child {
	padding: 0 30px 0 20px;
}
#lease_flow .inner .main ul li dl dt {
	margin-top: 105px;
	font-size: 18px;
	font-weight: bold;
}
#lease_flow .inner .main ul li dl dd {
	margin-top: 10px;
	font-size: 13px;
	line-height: 26px;
}
#lease_delivery_cancel {
	margin-top: 60px;
}
#lease_delivery_cancel .inner h2 {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
#lease_delivery_cancel .inner .main {
	margin-top: 15px;
	padding: 30px 0;
	border: solid 1px #d3d3d3;
	border-width: 1px 0;
	font-size: 16px;
	line-height: 30px;
}
#related_info {
	margin-top: 80px;
}
#related_info .inner h2 {
	font-size: 16px;
	font-weight: bold;
}
#related_info .inner ul li {
	float: left;
	margin-top: 15px;
	font-size: 14px;
}
#related_info .inner ul li:nth-child(n+2)::before {
	content: "｜";
	padding: 0 10px;
}
#related_info .inner ul li a:hover {
	text-decoration: underline;
}
#maker_body_type_link {
	margin: 30px 0;
}
#maker_body_type_link .inner h2 {
	font-size: 16px;
	font-weight: bold;
}
#maker_body_type_link .inner ul li {
	float: left;
	margin-top: 15px;
	font-size: 14px;
}
#maker_body_type_link .inner ul li a:hover {
	text-decoration: underline;
}
#maker_car_name_link {
	margin: 30px 0;
}
#maker_car_name_link .inner h2 {
	font-size: 16px;
	font-weight: bold;
}
#maker_car_name_link .inner ul li {
	float: left;
	margin: 15px 30px 0 0;
	font-size: 14px;
}
#maker_car_name_link .inner ul li a:hover {
	text-decoration: underline;
}
#maker_popular_link {
	margin: 30px 0;
}
#maker_popular_link .inner h2 {
	font-size: 16px;
	font-weight: bold;
}
#maker_popular_link .inner ul li {
	float: left;
	margin: 15px 30px 0 0;
	font-size: 14px;
}
#maker_popular_link .inner ul li a:hover {
	text-decoration: underline;
}
#body_type_popular_link {
	margin: 30px 0;
}
#body_type_popular_link .inner h2 {
	font-size: 16px;
	font-weight: bold;
}
#body_type_popular_link .inner ul li {
	float: left;
	margin: 15px 30px 0 0;
	font-size: 14px;
}
#body_type_popular_link .inner ul li a:hover {
	text-decoration: underline;
}
#other_mc_link {
	margin: 30px 0 80px;
}
#other_mc_link .inner h2 {
	font-size: 16px;
	font-weight: bold;
}
#other_mc_link .inner h2 a:hover {
	text-decoration: underline;
}
#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;
	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;
}
.modal-content {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 30px 50px 50px;
	background: #fff;
}
.modal-content .btn-close {
	text-align: right;
}
#modal_price .ttl {
	margin-top: 30px;
	padding: 15px 0 10px;
	border: solid 1px #d3d3d3;
	border-width: 1px 0;
	font-size: 20px;
	font-weight: bold;
}
#modal_price .txt {
	margin-top: 20px;
	font-size: 16px;
	line-height: 30px;
}
#modal_total_pay .ttl {
	margin-top: 30px;
	padding: 15px 0 10px;
	border: solid 1px #d3d3d3;
	border-width: 1px 0;
	font-size: 20px;
	font-weight: bold;
}
#modal_total_pay .txt {
	margin-top: 20px;
	font-size: 16px;
	line-height: 30px;
}
#modal_total_pay .txt strong {
	font-size: 20px;
	font-weight: bold;
}
#modal_plan_biz_f .ttl-inc {
	margin-top: 20px;
	font-size: 20px;
	font-weight: bold;
}
#modal_plan_biz_f .ttl-inc small {
	margin-left: 20px;
	font-size: 16px;
	font-weight: normal;
}
#modal_plan_biz_f .tbl-inc {
	width: 100%;
	margin-top: 20px;
}
#modal_plan_biz_f .tbl-inc th, #modal_plan_biz_f .tbl-inc td {
	box-sizing: border-box;
	width: 200px;
	padding: 10px 10px 10px 20px;
	border-collapse: separate;
	border: solid 1px #d3d3d3;
	font-size: 16px;
}
#modal_plan_biz_f .tbl-inc th {
	border-right: none;
	background: #eff2f5;
	text-align: left;
}
#modal_plan_biz_f .tbl-inc th small {
	font-size: 12px;
}
#modal_plan_biz_f .tbl-inc td {
	border-left: none;
}
#modal_plan_biz_f .tbl-inc td strong {
	color: #e01700
}
#modal_plan_biz_f .note-inc {
	margin-top: 20px;
	line-height: 20px;
}
#modal_plan_biz_m .ttl-inc {
	margin-top: 20px;
	font-size: 20px;
	font-weight: bold;
}
#modal_plan_biz_m .ttl-inc small {
	margin-left: 20px;
	font-size: 16px;
	font-weight: normal;
}
#modal_plan_biz_m .tbl-inc {
	width: 100%;
	margin-top: 20px;
}
#modal_plan_biz_m .tbl-inc th, #modal_plan_biz_m .tbl-inc td {
	box-sizing: border-box;
	width: 200px;
	padding: 10px 10px 10px 20px;
	border-collapse: separate;
	border: solid 1px #d3d3d3;
	font-size: 16px;
}
#modal_plan_biz_m .tbl-inc th {
	border-right: none;
	background: #eff2f5;
	text-align: left;
}
#modal_plan_biz_m .tbl-inc th small {
	font-size: 12px;
}
#modal_plan_biz_m .tbl-inc td {
	border-left: none;
}
#modal_plan_biz_m .tbl-inc td strong {
	color: #e01700
}
#modal_plan_biz_m .note-inc {
	margin-top: 20px;
	line-height: 20px;
}
#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;
}