/*spのdetail関連を非表示ココカラ*/
#sp_head_close {
	display: none;
}
/*spのdetail関連を非表示ココマデ*/
section.mv {
	background-image: url("../../common/images/leave/mainvis_img.jpg");
	background-position: center;
	background-repeat: no-repeat;
	height: 150px;
	position: relative;
	width: 100%;
}
.mv_ttl {
	position: relative;
	background-repeat: no-repeat;
	background-image: url("../../common/images/leave/mainvis_ttl_img.png");
	background-position: 0 0;
	background-size: contain;
	top: 74px;
	margin: 0 auto;
	height: 88px;
	width: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mv_ttl h1 {
	font-size: 11px;
	color: #013e98;
	position: relative;
	margin-bottom: 16px;
	text-align: center;
}

section.leave_area {
	position: relative;
	width: 100%;
	height: auto;
}
.leave_btn_area {
	position: relative;
	width: 90%;
	/*height: 246px;*/
	margin: 0 auto;
	padding-bottom: 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.leave_btn_area h2,
.mail_area h2,
.tel_area h2 {
	font-size: 24px;
	color: #013e98;
	text-align: center;
}
.leave_desc p {
	font-size: 16px;
	color: #434343;
	line-height: 30px;
}
.contact_btn {
	display: flex;
	justify-content: space-between;
	color: #fff;
}
.contact_btn {/*kintone実装時削除*/
	display: none;
}
.contact_btn a {
	width: 320px;
	height: 64px;
	background-color: #013e98;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact_btn a:before {
    content: url(../../common/images/rent/down_arrow.svg);
    position: absolute;
    display: block;
    margin-left: -220px;
}
.leave_form_area {
    position: relative;
    width: 100%;
    /* height: 1393px; */
    /* height: 590px; */
    background-repeat: no-repeat;
    background-size: 1280px;
    background-image: url(../../common/images/leave/leave_area02_bg.jpg);
    /* background-position: 0 0; */
    background-position: center;
    margin: 0 auto;
}
.form_area_inner {
	position: relative;
	width: 80%;
	margin: 0 auto;
	/*padding-top: 100px;*/
}

.mail_area {
	height: 800px;
	background-color: rgba(255, 255, 255, .8);
	position: relative;
	margin: 0 auto;
	padding-top: 50px;
	display: none;/*kintone実装時削除*/
}
.mail_ttl_area {
	height: 46px;
	position: relative;
	width: 266px;
	margin: 0 auto;
}
.mail_leave_desc,
.tel_leave_desc,
.sales_time {
	font-size: 16px;
	color: #434343;
	position: relative;
	margin: 20px auto 0;
	display: block;
	width: 90%;
}
.mail_leave_desc p,
.tel_leave_desc p,
.sales_time p {
	text-align: center;
	line-height: 30px;

}
.tel_area {
	background-color: rgba(255, 255, 255, .8);
	position: relative;
	padding-top: 20px;
	padding-bottom: 40px;
}
.tel_ttl_area {
	height: 46px;
	position: relative;
	width: 242px;
	margin: 0 auto;
}
.tel_area a {
	margin: 30px auto 0;
	position: relative;
	display: block;
	width: 90%;
	
}
.tel_area a img {
	width: 100%;
	height: auto;
}
@media (orientation: portrait){
 
	/*デバイスが縦向きの場合の記述*/

}

@media (orientation: landscape){
 
	/*デバイスが横向きの場合の記述*/
	.sales_time p br {
		display: none;
	}
}