@charset "utf-8";

/* lease */

.lease_bt {
	justify-content: center;
	padding: 40px 0 80px;
}


.lease_bt a{
	display: inline-block;
	width: 45%;
	max-width: 400px;
	margin: 0 2.5%;
	
}
.lease_bt a img {
	width: 100%;
}

.main_cont.lease figure {
	margin: 30px auto 0;
	width: 100%;
}

@media screen and (max-width:480px){
	.lease_bt {
		flex-direction: column;
		align-items: center;
    padding: 7vw 0 3vw;
    }
	
.lease_bt a:first-child {
	margin-bottom: 5vw;
}	

.lease_bt a {
	width: 70%;
}

.cont_w02 {
	width: 100%;
}

.main_cont.lease figure { 
	margin-top: 5%;
	}

	}