
section.mv {
	position: relative;
	width: 2560px;
	height: 300px;
	background-repeat: no-repeat;
	background-image: url("../../common/images/lease_back/mainvis_img.jpg");
	background-position: 0 0;
}
.mv_ttl {
	position: relative;
	background-repeat: no-repeat;
	background-image: url("../../common/images/lease_back/mainvis_ttl_img.png");
	background-position: 0 0;
	top: 100px;
	margin: 0 auto;
	height: 88px;
	width: 234px;
}
.mv_ttl h1 {
	font-size: 18px;
	color: #013e98;
	position: relative;
	padding-top: 46px;
	text-align: center;
}

section.lease_back_float {
	width: 2560px;
	height: 2400px;
	position: relative;
	padding-bottom: 120px;	
}


.fix_right {
	width: 857px;
	height: auto;
}

.instant_float_inner {
	width: 1110px;
	display: flex;
	justify-content: space-between;
	margin: 18px auto;
	height: 2213px;
}		


.lease_back_area01 {
	width: 790px;
	height: 176px;
	margin: 0 auto 79px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.lease_back_area01_ttl {
	width: 100%;
	height: 50px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 42px;	
}
.lease_back_area01_ttl > h2 br {
	display: none;
}
h2 {
	width: auto;
	font-size: 24px!important;
	color: #013e98;
	text-align: center;
}
h3 {
	width: auto;
	font-size: 20px!important;
	color: #013e98;
	text-align: center;
}
.lease_back_area01 .ttl_line {
	width: 46px;
	height: 3px;
	background-color: #013e98;
}

ul.lease_back_area01_contents {
	width: 100%;
	height: 312px;
	position: relative;
	display: flex;
	justify-content: space-between;
}
ul.lease_back_area01_contents li {
	width: 240px;
	height: 310px;
	background-image: linear-gradient(225deg, #d2f2ff 1%,#d9e1ed 80%);
	position: relative;
}
.lease_back_area01_contents_inner {
	width: 220px;
	height: 290px;
	background: #fff;
	margin: 0 auto;
	position: relative;
	top: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
}
.lease_back_area01_contents > li h3 {
	font-size: 22px;
	text-align: center;
	color: #013e98;
}
.lease_back_area01_contents > li:nth-of-type(2) h3 {
	font-size: 20px;

}
.lease_back_area01_contents_inner > p {
	color: #71757a;
	font-size: 14px;
	width: 186px;
}
.lease_back_area01_desc {
	width: 100%;
	height: 76px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.desc_left {
	font-size: 16px;
	width: 235px;
	display: flex;
	color: #013e98;
	background-color: #e6edf8;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.desc_right {
	width: 535px;
	color: #1b1b1b;
	font-size: 16px;
	line-height: 28px;
}
.lease_back_area02 {
	width: 765px;
	margin: 0 auto 61px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.lease_back_area02_ttl {
	width: 100%;
	height: 50px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;	
}
.lease_back_area02 .ttl_line {
/*	width: 46px;
	height: 4px;
	background-color: #013e98;*/
}
.lease_back_area02_desc {
	font-size: 16px;
	color: #71757a;
	text-align: center;
	margin-bottom: 40px;
}
.lease_back_area02_img {
	margin-bottom: 60px;
}
.lease_back_area02 a {
	color: #013e98;
	font-size: 16px;
	width: 214px;
	height: 54px;
	display: flex;
	border: solid 3px #013e98;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.lease_back_area03 {
	width: 765px;
	height: 356px;
	margin: 0 auto 60px;
	background-color: #f0faff;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 50px;
}
.lease_back_area03_ttl {
	width: 100%;
	height: 50px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;	
}
.lease_back_area03 .ttl_line {
	width: 216px;
	height: 3px;
	background-color: #013e98;
}
.lease_back_area03_list {
	font-size: 18px;
	color: #434343;
	line-height: 47px;
}
ul.lease_back_area03_list li {
	list-style: '・';
} 
.lease_back_area04 {
	width: 765px;
	/*height: 425px;*/
	margin: 0 auto 50px;
	/*justify-content: space-between;*/
	display: flex;
	flex-direction: column;
	align-items: center;
}
.lease_back_area04_ttl {
	width: 100%;
	height: 50px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;	
}
.lease_back_area04 .ttl_line {

}
ul.lease_back_area04_img {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.lease_back_area04_link {
	width: 207px;
	height: 53px;
	font-size: 16px;
	border: solid 2px #013e98;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #013e98!important;
}
.buy_contact {
	display: block;
	color: #fff!important;
	font-size: 16px;
	background-color: #013e98;
	width: 258px;
	height: 64px;
	line-height: 62px;
	text-align: center;
}

.tax_sim_link {
	width: 2560px;
	height: 358px;
	padding-top: 90px;
	padding-bottom: -80px;
	background-repeat: no-repeat;
	background-image: url("../../common/images/instant/tax_sim_bg.jpg");
	background-position: 0 0;	
	/*background-color: #eefaff;*/
}
.tax_sim_link_inner {
	width: 648px;
	height: 258px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.tax_sim_link_ttl {
	background-repeat: no-repeat;
	background-image: url("../../common/images/instant/tax_link_ttl.png");
	background-position: 0 0;
	width: 260px;
	height: 79px;
	margin: 0 auto;	
}
.tax_sim_link_ttl > p {
	position: relative;
	padding-top: 46px;
	text-align: center;
	font-size: 16px;
	color: #013e98;
	text-align: center;
}
.tax_sim_link_desc {
	font-size: 16px;
	color: #56595b;
}
.tax_sim_link_btn {
	display: block;
	color: #fff!important;
	font-size: 16px;
	background-color: #0070d9;
	border-radius: 7px;
	width: 256px;
	height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    filter: drop-shadow(2px 2px 0px lightgray);
}
section.lease_back_area05 {
	width: 764px;
	height: 544px;
	margin: 0 auto 50px;
	padding-top: 20px;
	border: solid 28px #bfcfe5;
	box-sizing: border-box;
}
.lease_back_area05_ttl {
	width: 100%;
	height: 50px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;	
}
.lease_back_area05 .ttl_line {
	width: 360px;
	height: 3px;
	background-color: #013e98;
}
.lease_back_area05 ol {
	  counter-reset: my-counter;
	  list-style: none;
	  width: 500px;
	  padding: 0;
	  margin-left: 144px;
	  margin-bottom: 20px;
}
.lease_back_area05 ol li {	
	font-size: 18px;
	color: #71757a;
    margin-bottom: 13px;
	position: relative;
}
.lease_back_area05 ol li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	border: 1px solid;
	box-sizing: border-box;
	border-radius: 50%;
	height: 22px;
	width: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 3px;
	left: -26px;
	font-size: 85%;
}
.lease_back_area05 ul {
	font-size: 16px;
	color: #71757a;
	margin-left: 50px;
}
.lease_back_area05 ul li:before {
	content:'※';
}
.lease_back_area05 ul li {
	margin-bottom: 8px;
}
