/* これが神戸スタンダードリースです */
.lease_head_text {
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 18px;font-size: 1.8rem;
	margin-top: 30px;
	background: #0B318F;
	padding: 3px;
}

.lease_head_text span {
	display: block;
	padding: 5px;
	border: 1px solid #fff;
}

/* そもそもリースって何 */
.what_lease .ttl_h2 {
	margin-bottom: 10px;
}

.what_lease_text {
	width: 90%;
	margin: 0 auto;
}

.wrap_lease_include {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
	padding: 5%;
	margin-top: 30px;
	margin-bottom: -260px;
	position: relative;
	z-index: 1;
}

.ttl_h3_wrat_lease {
	font-size: 16px;font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.ul_what_lease {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ul_what_lease li {
	width: 48%;
	text-align: center;
	margin-bottom: 20px;
	font-size: 12px;font-size: 1.2rem;
}

.ul_what_lease li span {
	margin-top: 10px;
	display: block;
	text-align: center;
}

/* いまのりセブンの特徴 */
.lease_feature {
	padding-top: 240px;
}

.lease_feature .ttl_h2::before {
	content: "";
	display: block;
	background: url(../images/lease/icon_seven_sp.png) no-repeat;
	background-size: contain;
	width: 84px;
	height: 51px;
	margin: 0 auto 10px;
}

.lease_feature_contents {
	margin-bottom: 40px;
}

.lease_feature_contents:last-child {
	margin-bottom: 0;
}

.ttl_h3_lease_feature {
	color: #0B318F;
	font-weight: bold;
	letter-spacing: -0.05em;
	text-align: center;
	border: 1px solid #0B318F;
	padding: 3%;
}

.lease_feature_text {
	width: 90%;
	margin: 15px auto 10px;
}

.lease_feature_text span {
	vertical-align: super;
	font-size: 8px;font-size: 0.8rem;
}

.ul_lease_feature_note {
	margin-top: 15px;
	font-size: 12px;font-size: 1.2rem;
}

.lease_feature_flex_contents {
	width: 60%;
	margin: 20px auto 25px;
}

.lease_feature_flex_contents:last-child {
	margin-bottom: 0;
}

.lease_feature_headline {
	width: 90%;
	margin: 20px auto 0;
	background: #6EBEE6;
	border-radius: 8px;
	padding: 5%;
	color: #fff;
	text-align: center;
	font-size: 11px;font-size: 1.1rem;
	font-family: "dnp-shuei-mgothic-std",sans-serif;
	font-weight: 700;
	font-style: normal;
	position: relative;
}

.lease_feature_headline span {
	font-size: 15px;font-size: 1.5rem;
}

.lease_feature_headline::after {
	content: "";
	display: inline-block;    
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7.5px 10px 7.5px;
	border-color: transparent transparent #6ebee6 transparent;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
}

/* こんな方にオススメ */
.ul_recommend li {
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	height: 70px;
	display: flex;
	align-items: center;
	padding: 0 5%;
	margin-bottom: 15px;
	font-weight: bold;
}

.ul_recommend li::before {
	content: "";
	display: inline-block;
	width: 55px;
	height: 51px;
	margin-right: 10px;
}

.ul_recommend li:first-child::before {
	background: url(../images/lease/icon_lease01_sp.png) no-repeat center;
	background-size: 45px 47px;
}

.ul_recommend li:nth-child(2)::before {
	background: url(../images/lease/icon_lease02_sp.png) no-repeat center;
	background-size: 55px 51px;
}

.ul_recommend li:nth-child(3)::before {
	background: url(../images/lease/icon_lease03_sp.png) no-repeat center;
	background-size: 34px 38px;
}

.ul_recommend li:nth-child(4)::before {
	background: url(../images/lease/icon_lease04_sp.png) no-repeat center;
	background-size: 39px 40px;
}

.ul_recommend li:nth-child(5)::before {
	background: url(../images/lease/icon_lease05_sp.png) no-repeat center;
	background-size: 40px 44px;
}

.ul_recommend li:nth-child(6)::before {
	background: url(../images/lease/icon_lease06_sp.png) no-repeat center;
	background-size: 34px 42px;
}

/* オススメのリース車輌 */
.recommend_car_headline_text {
	width: 90%;
	margin: 0 auto 20px;
}

.recommend_car_contents {
	border: 3px solid #54A8D3;
	padding: 2px;
}

.inner_recommend_car_contents {
	border: 2px solid #54A8D3;
	padding: 5%;
}

.logo_recommend_car {
	width: 30%;
}

.ttl_h3_recommend_car {
	font-size: 20px;font-size: 2.0rem;
	font-weight: bold;
}

.ttl_h3_recommend_car span {
	font-size: 14px;font-size: 1.4rem;
}

.img_recommend_car {
	width: 90%;
	margin: 10px auto;
}

/* 新車本体価格 */

.table_recommend_car {
	border-collapse: collapse;
	width: 100%;
	border: 2px solid #0B318F;
	text-align: center;
	vertical-align: middle;
	color: #3E3E3E;
	margin-top: 5px;
}

.table_recommend_car thead th {
	background: #0B318F;
	color: #fff;
	font-weight: normal;
}

.table_recommend_car tbody th,
.table_recommend_car tbody td {
	border: 1px solid #0B318F;
}

.table_recommend_car tbody tr:first-child td {
	background: #FFFBC7;
	padding: 10px 0;
	font-size: 16px;font-size: 1.6rem;
}

.price {
	font-size: 20px;font-size: 2.0rem;
}

.tax {
	font-size: 8px;font-size: 0.8rem;
	position: absolute;
	top: -10px;
	left: -5px;
	white-space: nowrap;
}

.line {
	position: relative;
	vertical-align: sub;
	margin-right: 20px;
}

.table_recommend_car tbody tr:nth-child(2) th {
	background: #BADFF4;
	font-weight: normal;
} 

.table_recommend_car tbody tr:nth-child(3) td {
	padding: 10px 0 5px;
}

.count {
	font-size: 12px;font-size: 1.2rem;
}

/* 含まれる内容 */
.wrap_recommend_car_include {
	margin-top: 25px;
}

.ul_recommend_car_include {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	margin-top: 5px;
}

.ul_recommend_car_include::after {
	content: "";
	display: inline-block;
	width: 50%;
	height: 1px;
	border-top: 1px dashed #BABABA;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(90deg);
}

.ul_recommend_car_include li {
	text-align: center;
	width: 48%;
	border-top: 1px dashed #BABABA;
	padding: 3px 0;
}

.ul_recommend_car_include li:last-child,
.ul_recommend_car_include li:nth-last-child(2) {
	border-bottom: 1px dashed #BABABA;
}

/* よくある質問 */
.dl_question dt {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #0B318F;
	font-weight: bold;
	font-size: 16px;font-size: 1.6rem;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.dl_question dt span {
	font-family: "dnp-shuei-mgothic-std",sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 28px;font-size: 2.8rem;
	color: #6EBEE6;
	margin-right: 10px;
}

.dl_question dd {
	margin-left: 30px;
	margin-bottom: 20px;
}

.ul_faq li {
	font-size: 12px;font-size: 1.2rem;
	display: inline;
}

@media screen and (min-width: 769px) {
	/* これが神戸スタンダードリースです */
	.lease_head {
		padding: 145px 0 80px;
	}

	.lease_head_text {
		font-size: 36px;font-size: 3.6rem;
		margin-top: 40px;
		padding: 5px;
	}

	/* そもそもリースって何 */
	.what_lease .inner_section {
		max-width: 1000px;
	}

	.what_lease .ttl_h2 {
		margin-bottom: 10px;
	}

	.what_lease_text {
		width: 100%;
		text-align: center;
	}

	.wrap_lease_include {
		border-radius: 30px;
		padding: 40px 20%;
		margin-top: 80px;
		margin-bottom: -220px;
	}

	.ttl_h3_wrat_lease {
		font-size: 20px;font-size: 2.0rem;
		margin-bottom: 40px;
	}

	.ul_what_lease {
		justify-content: flex-start;
	}

	.ul_what_lease li {
		width: calc(100% / 4 - 20px / 4);
		margin-right: 20px;
		max-width: 130px;
		text-align: center;
		margin-bottom: 40px;
		font-size: 16px;font-size: 1.6rem;
	}

	/* いまのりセブンの特徴 */

	.lease_feature .ttl_h2::before {
		background: url(../images/lease/icon_seven_pc.png) no-repeat;
		background-size: contain;
		width: 120px;
		height: 72px;
		margin: 0;
		position: absolute;
		top: -20px;
		right: 20px;
	}

	.lease_feature_contents {
		margin-bottom: 60px;
	}

	.ttl_h3_lease_feature {
		letter-spacing: 0;
		border: 2px solid #0B318F;
		padding: 10px 0;
	}

	.lease_feature_text {
		width: 100%;
		text-align: center;
		margin: 15px 0 40px;
	}

	.lease_feature_text span {
		vertical-align: super;
		font-size: 8px;font-size: 0.8rem;
	}

	.lease_feature_img {
		max-width: 605px;
		margin: 0 auto;
	}

	.lease_feature_img2 {
		max-width: 425px;
	}

	.ul_lease_feature_note {
		margin-top: 25px;
		font-size: 14px;font-size: 1.4rem;
	}

	.wrap_lease_feature_flex_box {
		display: flex;
		justify-content: space-between;
		margin-top: 80px;
	}

	.lease_feature_flex_contents {
		width: 32%;
		max-width: 241px;
		margin: 0;
		display: flex;
		flex-direction: column;
	}

	.img_lease04 {
		margin-bottom: 20px;
	}

	.lease_feature_flex_contents:nth-child(2) .img_lease04 {
		margin-top: -20px;
	}

	.lease_feature_headline {
		width: 90%;
		max-width: 170px;
		margin: auto auto 0;
		background: #6EBEE6;
		border-radius: 8px;
		padding: 2% 5%;
		font-size: 18px;font-size: 1.8rem;
	}

	.lease_feature_headline span {
		font-size: 24px;font-size: 2.4rem;
	}

	/* こんな方にオススメ */
	.ul_recommend {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.ul_recommend li {
		width: 32%;
		max-width: 280px;
		height: 90px;
		padding: 10px 0 10px 10px;
		margin-bottom: 30px;
		font-weight: bold;
	}

	.ul_recommend li::before {
		content: "";
		display: inline-block;
		width: 66px;
		height: 62px;
		margin-right: 10px;
	}

	.ul_recommend li:first-child::before {
		background: url(../images/lease/icon_lease01_pc.png) no-repeat center center;
		background-size: 57px 59px;
	}

	.ul_recommend li:nth-child(2)::before {
		background: url(../images/lease/icon_lease02_pc.png) no-repeat center center;
		background-size: 66px 62px;
	}

	.ul_recommend li:nth-child(3)::before {
		background: url(../images/lease/icon_lease03_pc.png) no-repeat center center;
		background-size: 44px 49px;
	}

	.ul_recommend li:nth-child(4)::before {
		background: url(../images/lease/icon_lease04_pc.png) no-repeat center center;
		background-size: 45px 46px;
	}

	.ul_recommend li:nth-child(5)::before {
		background: url(../images/lease/icon_lease05_pc.png) no-repeat center center;
		background-size: 58px 64px;
	}

	.ul_recommend li:nth-child(6)::before {
		background: url(../images/lease/icon_lease06_pc.png) no-repeat center center;
		background-size: 50px 60px;
	}

	/* オススメのリース車輌 */
	.recommend_car_headline_text {
		width: 100%;
		margin: 0 auto 60px;
		text-align: center;
		line-height: 2;
	}

	.recommend_car_slider {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.wrap_recommend_car_contents {
		width: 49%;
		max-width: 440px;
		margin-bottom: 30px;
	}

	.recommend_car_contents {
		border: 4px solid #54A8D3;
	}

	.inner_recommend_car_contents {
		border: 3px solid #54A8D3;
		padding: 3%;
		position: relative;
	}

	.logo_recommend_car {
		width: 30%;
		position: absolute;
		top: 0;
		right: 3%;
	}

	.logo_suzuki {
		max-width: 76px;
	}

	.logo_daihatsu {
		max-width: 75px;
	}

	.logo_honda {
		max-width: 82px;
	}

	.wrap_car {
		width: 50%;
	}

	.ttl_h3_recommend_car {
		font-size: 24px;font-size: 2.4rem;
		position: absolute;
		top: 0;
		left: 3%;
	}

	.ttl_h3_recommend_car span {
		font-size: 16px;font-size: 1.6rem;
	}

	.img_recommend_car {
		width: 100%;
		margin: 10px 0 0;
	}

	.recommend_car_flex_box {
		display: flex;
		justify-content: space-between;
		margin-top: 30px;
	}

	/* 新車本体価格 */
	.wrap_recommend_car_price p {
		font-size: 14px;font-size: 1.4rem;
	}

	.wrap_recommend_car_price {
		width: 50%;
	}

	.table_recommend_car {
		width: 100%;
		margin-top: 0;
		font-size: 14px;font-size: 1.4rem;
	}

	/* 含まれる内容 */
	.wrap_recommend_car_include {
		margin-top: 10px;
	}

	.wrap_recommend_car_include p {
		font-size: 14px;font-size: 1.4rem;
	}

	.ul_recommend_car_include {
		margin-top: 5px;
	}

	.ul_recommend_car_include::after {
		content: none;
	}

	.ul_recommend_car_include li {
		width: 24%;
		padding: 3px 0;
		font-size: 14px;font-size: 1.4rem;
		white-space: nowrap;
		position: relative;
	}

	.ul_recommend_car_include li:nth-child(n + 5) {
		border-bottom: 1px dashed #BABABA;
	}

	.ul_recommend_car_include li:nth-child(1)::after,
	.ul_recommend_car_include li:nth-child(2)::after,
	.ul_recommend_car_include li:nth-child(3)::after {
		content: "";
		display: inline-block;
		width: 1px;
		height: 63px;
		border-right: 1px dashed #BABABA;
		position: absolute;
		top: -3px;
		right: -3px;
	}

	/* よくある質問 */
	.wrap_faq_contents {
		display: flex;
		justify-content: space-between;
		margin-top: 80px;
	}

	.dl_question {
		width: 48%;
	}

	.dl_question dt {
		font-size: 20px;font-size: 2.0rem;
	}

	.dl_question dt span {
		font-size: 40px;font-size: 4.0rem;
	}

	.dl_question dd {
		margin-left: 40px;
		margin-bottom: 35px;
	}

	.ul_faq {
		margin: 40px 0 80px;
	}

	.ul_faq li {
		font-size: 14px;font-size: 1.4rem;
	}
}