.renolease {
    background: url(../img/bg_paper.jpg);
	overflow: initial;
}
.renolease .lower-mv {
    background: url(../img/renolease/bg_ttl.png) center center no-repeat;
    background-size: cover;
    padding: 60px 0;
}

.renolease .container{
	max-width: 930px;
}


/*▼サイド追従*/
html {
	scroll-behavior: smooth;
}
.side-menu-wrap{
    width: 260px;
    float: left;
    padding-top: 100px;
    top: 0;
    margin-top: -100px;
    z-index: 100;
}
.side-menu {
	width: 260px;
	font-size: 1.6rem;
	font-weight: 500;
    
    top: 0;
    left: 0;
    text-align: left;
	box-shadow: 5px 5px 24px 0px rgba(0, 0, 0, 0.1);
}
.side-menu ul {
	background-color: #fff;
	border-radius: 0 10px 10px 0;
	box-shadow: 5px 5px 24px 0px rgba(0, 0, 0, 0.1);
}
.side-menu ul li {
	padding: 15px 20px;
	border-bottom: 1px solid #dfdfdf;
}
.side-menu ul li:first-of-type {
	text-align: center;
	color: #fff;
	background-color: #145b7e;
	padding: 20px 0;
	border-bottom: none;
	border-radius: 0 10px 0 0;
}
.side-menu ul li:last-of-type {
	border-bottom: none;
}
.side-menu ul li a:hover {
	opacity: 0.7;
}
.side-menu ul li a i {
	padding-right: 6px;
}
/*▲サイド追従*/

.lease_s01 {
	margin-bottom: 100px;
	position: relative;
}
.renolease .ex-text {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
}
.renolease .text {
	margin: 0 0 40px;
}
.renolease .main-img {
	text-align: center;
}

.lease_box {
	margin-bottom: 100px;
}
.renolease .c-ttl-bar {
	border-left: 10px solid #145b7e;
	margin: 0 0 40px !important;
	font-size: 2.5rem;
}
.lease_box .c-ttl-bar span {
	font-size: 4.0rem;
}
.lease_box .sub-text {
	margin-bottom: 30px;
}
.lease_box .main-img {
	margin-bottom: 40px;
}
.lease_box .flex-container {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.lease_box .item {
	background-color: #fff;
	padding: 30px 10px;
	width: 100%;
}
.lease_box .item:first-of-type {
	margin-right: 20px;
}
.lease_box .item p {
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
}
.lease_box .item p span {
	font-size: 2.0rem;
	color: #145b7e;
	font-weight: 500;
}

.lease_box .lead-text {
	font-size: 2.5rem;
	font-weight: 500;
	margin-bottom: 40px;
}
.lease_box .lead-text span {
	font-size: 4.0rem;
	font-weight: 700;
	color: #145b7e;
	vertical-align: sub;
}


.lease_box .flex-container {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}

.lease_box .flex-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.lease_box .flex-item {
	text-align: center;
	border: 2px solid #145b7e;
	width: 270px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #fff;
}
.lease_box .flex-item:nth-child(3) ,  .flex-item:last-child {
	margin-right: 0;
}
.lease_box .flex-item:nth-child(n+4) {
    order: 1;
    margin-bottom: 0;
}
.lease_box .flex-list::after {
    content: '';
    width: 100%;
}
.lease_box .flex-item .f-ttl {
	color: #fff;
	font-weight: 500;
	font-size: 2.5rem;
	background-color: #145b7e;
	padding: 30px 10px;
	margin-bottom: 0;
}
.lease_box .flex-item .f-text {
	font-size: 1.4rem;
	padding: 25px 10px 30px;
	margin-bottom: 0;
}


.voice-box {
	margin-bottom: 100px;
}
.voice-box .c-ttl-bar {
	margin: 0 0 60px !important;
}
.voice-box .img-box {
	margin-bottom: 20px;
}
.voice-box .img-box .img-area {
	position: relative;
	width: 430px;
	padding-right: 30px;
}
.voice-box .img-box .img-area img {
	width: 485px;
}
.voice-box .img-box .img-area .icon {
	position: absolute;
	top: -30px;
	left: 0;
}
.voice-box .img-box .img-area .icon i img {
	width: auto;
}
.case-table {
	width: calc(100% - 430px);
    border-top: 1px solid #999;
    font-size: 1.2rem;
}
.case-table tbody tr {
    border-bottom: 1px solid #999999;
}
.case-table tbody tr th {
    background: #145b7e;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    padding: 10px 0;
    width: 150px;
}
.case-table tbody tr td {
    padding: 10px 30px;
}
.gallery-box {
	display: flex;
}
.gallery-area {
	margin-bottom: 35px;
	margin-right: 10px;
}
.gallery-area:last-of-type {
	margin-right: 0;
}
.gallery-area .img-box {
	margin-bottom: 0;
}
.voice-box .gallery-area .img-box ul {
	display: flex;
}
.voice-box .gallery-area .img-box ul li {
	margin-right: 10px;
}
.voice-box .gallery-area .img-box ul li:last-of-type {
	margin-right: 0;
}
.voice-box .gallery-area .img-box ul li img {
	width: 250px !important;
}
.gallery-area .sub-ttl {
	font-size: 1.7rem;
	color: #fff;
	font-weight: 700;
	background-color: #999;
	padding: 8px 20px;
	margin-bottom: 10px;
}
.sub-ttl_02 {
	background-color: #145b7e !important;
}
.gallery-area .sub-ttl i {
	padding-right: 8px;
}
.comment-box {
	border: 2px solid #145b7e;
	background-color: #fff;
}
.comment-box .sub-ttl {
	background-color: #145b7e;
	font-size: 2.0rem;
	color: #fff;
	font-weight: 500;
	padding: 15px 0;
	text-align: center;
}
.comment-box .sub-ttl i {
	padding-right: 10px;
}
.comment-box .text {
	padding: 30px 40px;
	margin-bottom: 0;
}


.lease_s03 {
	background-color: #fff;
	padding-top: 100px;
	padding-bottom: 40px;
}
.lease_s03 .flow-list li {
	background: url(../img/bg_paper.jpg);
	margin-bottom: 60px;
	padding: 30px 130px 30px 30px;
}
.lease_s03 .flow-list li:last-of-type {
	background: url(../img/renolease/bg_paper_dark.jpg);
	margin-bottom: 0;
}
.lease_s03 .flow-list .flex-item {
	display: flex;
	align-items: center;
}
.lease_s03 .flow-list .flex-item .left {
	display: flex;
	align-items: center;
}
.lease_s03 .flow-list .flex-item .left i {
	padding-right: 10px;
	width: 60px;
}
.lease_s03 .flow-list .flex-item .left .flow-title {
	font-size: 1.6rem;
	font-weight: 500;
	width: 160px;
	line-height: 1.5;
	letter-spacing: -0.02em;
}
.lease_s03 .flow-list .flex-item .right {
	padding-left: 30px;
}
.lease_s03 .flow-list .flex-item .right .flow-text {
	font-size: 1.3rem;
}
.lease_s03 .flow-list > * {
	pointer-events: relative;
}
.lease_s03 .flow-list > *::after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	content: url(../img/renolease/down_arrow.png);
	margin-top: 50px;
}
.lease_s03 .flow-list li:last-of-type::after {
	display: none;
}


@media (max-width: 1600px) {
	.side-menu {
		width: 180px;
		font-size: 1.4rem;
		top: 50%;
	}
	.side-menu ul li {
		padding: 10px 10px;
	}

}

@media (max-width: 1080px) {
	.voice-box .img-box .img-area {
		width: 50%;
		margin-right: 10px;
	}
	.case-table {
		width: 50%;
		margin-left: 10px;
	}
}

@media (max-width: 750px) {
	.side-menu {
		display: none;
	}
	.renolease .c-ttl-bar {
		margin: 0 0 20px !important;
	}
	.lease_s02 .c-ttl-bar {
		margin: 0 0 40px !important;
	}
	.lease_box .lead-text {
		margin-bottom: 10px;
	}
	.lease_box .item {
		padding: 10px 10px;
		margin-bottom: 20px;
	}
	.lease_box .item:last-of-type {
		margin-bottom: 0;
	}
	.lease_box .flex-container {
		display: block;
	}
	.lease_box .flex-list {
		display: block;
		margin-bottom: 20px;
	}
	.lease_box .flex-item {
		width: 100%;
	}
	.lease_box .flex-item:nth-child(n+4) {
		margin-bottom: 20px;
	}
	.lease_box .flex-item:last-of-type {
		margin-bottom: 0 !important;
	}
	.lease_box .flex-item .f-ttl {
		padding: 10px 10px;
		line-height: 1.4;
	}
	.lease_box .flex-item .f-text {
		padding: 20px 10px;
		line-height: 1.4;
	}
	.lease_box .flex-item .f-text br {
		display: none;
	}
	.lease_s01 , .lease_box , .voice-box {
		margin-bottom: 60px;
	}
	.voice-box .img-box {
		display: block;
	}
	.gallery-box {
		display: block;
	}
	.voice-box .gallery-area .img-box ul {
		display: block;
	}
	.voice-box .gallery-area .img-box ul li img {
		width: 100% !important;
	}
	.voice-box .img-box .img-area {
		width: 100%;
		margin-bottom: 20px;
	}
	.comment-box .sub-ttl {
		padding: 10px 0;
	}
	.comment-box .text {
		padding: 20px 20px;
	}
	.case-table {
		width: 100%;
		margin-left: 0;
	}
	.lease_s03 {
		padding-top: 60px;
	}
	.lease_s03 .flow-list > *::after {
		margin-top: 30px;
	}
	.lease_s03 .flow-list li {
		padding: 20px 30px;
		margin-bottom: 45px;
	}
	.lease_s03 .flow-list .flex-item {
		display: block;
	}
	.lease_s03 .flow-list .flex-item .left {
		margin-bottom: 10px;
	}
	.lease_s03 .flow-list .flex-item .left .flow-title {
		width: auto;
	}
	.lease_s03 .flow-list .flex-item .right {
		padding-left: 0;
	}
}