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

section.l_flow_float {
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-image: url("../../common/images/l_flow/l_flow_area_bg.jpg");
    background-position: center bottom;
    background-size: contain;	
}

div.float_left {
	width: 216px;
	/*background-color: aliceblue;*/
	height: auto;		
}
nav.instant_nav {
	height: 660px;
	width: 216px;
	/*background-color: antiquewhite;*/
	z-index: 1;
	margin-bottom: 0;
}
.instant_nav .yougo_m {
	font-size: 16px;
	color: #434343;
}
.instant_nav > dl > dt {
	height: 69px;
	background-color: #013e98;
	border-bottom: solid 1px #fff;
	margin-bottom: 1px;
}
.instant_nav > dl > dt img {
	display: block;
	margin: 0 auto;
	padding-top: 18px;
}
.instant_nav dd {
	height: 64px;
	background-color: #fff;
	border: solid 5px #e3ebf7;
	margin-bottom: 1px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
/*.instant_nav dd a {
	display: block;
	padding: 20px 56px 20px 20px;
	width: 100%;
}*/
/*.instant_nav dd:hover {
	border: solid 5px #ffecb8;
}*/
/*.instant_nav dd::after {
	content: "〉";
	color: #434343;
	font-size: 16px;
	position: absolute;
	margin-left: 175px;
}*/
.instant_nav > dl dl dt {
	color: #013e98;
	background-color: #e3ebf7;
	border-bottom: solid 1px #fff;
	text-align: center;
	line-height: 69px;
	font-weight: bolder;
}

.fix_right {
	width: 100%;
	height: auto;
}

.instant_float_inner {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}		


.l_flow_area01 {
	width: 100%;
	justify-content: space-between;
}
ul.link_btn {
    width: 100%;
    margin: 0 auto 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
ul.link_btn li {
	width: 280px;
	height: 60px;
	margin-bottom: 30px;
	background-color: #013e98;
	color: #fff;
}
ul.link_btn li a {
	width: 100%;
	padding: auto;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	
}
ul.link_btn li a img {
	margin-right: 20px;
}
/*ul.link_btn li:before {
	content: url(../../common/images/rent/down_arrow.svg);
	position: absolute;
	display: block;
	left: -20px;
	margin-left: 60px;	
}*/
.l_flow_area01_ttl {
	width: 100%;
	margin: 0 auto 40px;
}
.l_flow_area01_ttl > .yougo_b {
	font-size: 24px;
	color: #013e98;
	text-align: center;
	margin-bottom: 14px;
}
.l_flow_area01_ttl > .u_line {
	width: 46px;
	height: 3px;
	border-bottom: solid 3px #013e98;
	margin: 0 auto 22px;
}
.l_flow_area01_ttl_desc {
    width: 90%;
    margin: 0 auto;
	font-size: 16px;
	color: #56595b;
	text-align: center;
}
.l_flow {
	width: 95%;
	margin: 0 auto 40px;
	background-color: rgba(1,62,152,.24);
	background-blend-mode: overlay;
	position: relative;
	padding: 50px 0  10px;
	/*background-color: rgba(1,62,152,.24);*/
}
ul.l_flow_list {
	width: 95%;
	margin: 0px auto;
	position: relative;
}
ul.l_flow_list > li {
	width: 100%;
	margin-bottom: 40px;
	background-color: #fff;
}
ul.l_flow_list > li::after {
	content: '';
	display: inline-block;/*忘れずに！*/
	width: 50px;/*画像の幅*/
	height: 50px;/*画像の高さ*/
    margin-left: calc(50vw - 25px - (50vw / 10));
    margin-bottom: -69px;
	background-image: url("../../common/images/l_flow/list_arrow.svg");
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}
ul.l_flow_list > li:last-child::after {
	content: none;
}
ul.l_flow_list > li:last-child {
	padding-bottom: 10px;
}
ul.l_flow_list > li:last-child > dl {
	padding-top: 38px;
}
ul.l_flow_list > li a {
	width: 260px;
	height: 66px;
	color: #013e98;
	font-size: 15px;
	border: solid 5px;
	display: flex;
	border-image: linear-gradient(to bottom,  #d2f2ff 1%,#d9e1ed 100%) 5;
	box-sizing: border-box;
	background-color: #fff;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
ul.l_flow_list > li dl {
	color: #434343;
	padding-top: 44px;
}
ul.l_flow_list > li dl dt {
	font-size: 18px;
	position: relative;
	margin-left: 130px;
}
ul.l_flow_list > li dl dd {
    font-size: 16px;
    width: 90%;
    padding-top: 15px;
    border-top: solid 2px #013e98;
    margin: 10px auto 15px;
    line-height: 30px;
}
ul.l_flow_list > li:nth-of-type(1):before {
	content: url("../../common/images/l_flow/list_head01.png");
	position: absolute;
    margin-top: 10px;
}
ul.l_flow_list > li:nth-of-type(2):before {
	content: url("../../common/images/l_flow/list_head02.png");
	position: absolute;
    margin-top: 10px;
}
ul.l_flow_list > li:nth-of-type(3):before {
	content: url("../../common/images/l_flow/list_head03.png");
	position: absolute;
    margin-top: 10px;
}
ul.l_flow_list > li:nth-of-type(4):before {
	content: url("../../common/images/l_flow/list_head04.png");
	position: absolute;
    margin-top: 10px;
}
ul.l_flow_list > li:nth-of-type(5):before {
	content: url("../../common/images/l_flow/list_head05.png");
	position: absolute;
    margin-top: 10px;
}
ul.l_flow_list > li:nth-of-type(6):before {
	content: url("../../common/images/l_flow/list_head06.png");
	position: absolute;
    margin-top: 10px;
}

.l_flow_area02 {
	width: 100%;
    background: #f5f6e2;
    background: linear-gradient(40deg,#f5f6e2 20%, #e0f5ff 80%);
    background: -webkit-linear-gradient(40deg,#f5f6e2 20%, #e0f5ff 80%);
    background: -moz-linear-gradient(40deg,#f5f6e2 20%, #e0f5ff 80%);
	padding: 30px 0;
}

.l_flow_area02_ttl {
	width: 250px;
	margin: 0 auto 44px;
	height: 43px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.l_flow_area02_ttl > .yougo_b {
	font-size: 24px;
	color: #013e98;
}
.l_flow_area02_desc {
	font-size: 20px;
	color: #003567;
	width: 90%;
	margin: 0 auto 40px;
}

.l_flow_area02 table {
	width: 95%;
	/*height: 476px;*/
	margin: 0 auto 42px;
	font-size: 16px;
	border-collapse: collapse;
}

.l_flow_area02 table tbody > tr > th {
	background-color: #013e98;
	color: #fff;
	vertical-align: middle;
	border-bottom: solid 3px;
} 
.l_flow_area02 table tbody > tr:nth-of-type(1) > th {
	/*height: 195px;*/
}
.l_flow_area02 table tbody > tr:nth-of-type(4) > th {
	/*height: 114px;*/
}
.l_flow_area02 table tbody > tr:nth-of-type(6) > th {
	/*height: 160px;*/
}
.l_flow_area02 table tbody > tr > td {

	margin-bottom: 3px;
}

.l_flow_area02 table tbody > tr:nth-of-type(6) > th {
	border-bottom: none;
}
.l_flow_area02 table tbody > tr:last-child > td {
	margin-bottom: 0;
}
.l_flow_area02 table tbody > tr > td {
	background-color: #fff;
	display: flex;
	
} 

.l_flow_area02 table tbody > tr > td > dl {
	color: #434343;
	align-items: center;
	display: flex;
	margin-left: 10px;
	width: 100%;
} 

.l_flow_area02 table tbody > tr > td > dl > dt {
	
} 

.l_flow_area02 table tbody > tr > td > dl > dd {
	margin: 5px 10px;	
} 

.l_flow_area02 > a {
	width: 212px;
	height: 56px;
	background-color: #fff;
	margin: 30px auto 0;
	font-size: 16px;
	display: flex;
	color: #013e98!important;
	align-items: center;
	justify-content: center;
	border: solid 3px #013c98;
} 

@media (orientation: portrait){
 
	/*デバイスが縦向きの場合の記述*/
	.l_flow_area02 table tbody > tr > th {
		padding: 10px 0;
	}
	.l_flow_area02 table th,
	.l_flow_area02 table td {
		display: block;
		width: 100%;
	}

	.l_flow_area02 table tbody > tr > td > dl > dt {
		width: 33%;
	}
	.l_flow_area02 table tbody > tr > td > dl > dd {
		width: 66%;
	} 
}

@media (orientation: landscape){
 
	/*デバイスが横向きの場合の記述*/
	.l_flow_area02 table tbody > tr > th {
		width: 80px;
		/*height: 54px;		*/
	}
	.l_flow_area02 table tbody > tr > td {
		height: 54px;		
	}

	.l_flow_area02 table tbody > tr > td > dl > dt {
		width: 130px;
		
	} 

	.l_flow_area02 table tbody > tr > td > dl > dd {
		width: calc(100% - 130px);
		
	} 
}











