@charset "UTF-8";


/*------------------Profile------------------*/

#lv_2+section>.content_wrapper{
	position: relative;
	padding: 100px 5% 0;
}
#lv_2+section>.content_wrapper:before{
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 60%;
	top: 0;
	left: 0;
	background: var(--i_sub2_color);
	pointer-events: none;
	z-index: -1;
}

#lv_2+section{
	overflow: visible;
}
#lv_2+section:before{
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 729px;
	top: 30%;;
	right: 0;
	background: url("/common/upload_data/nakamurasekkotsu/image/line6.png") no-repeat top right;
	pointer-events: none;
}
@media screen and (max-width: 500px){
	#lv_2+section:before{
		background-size: 500px;
		top: 0;
		z-index: 10;
	}
}

/*------------------flow------------------*/

#flow1+div{
	overflow: visible;
}
#flow1+div:before{
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 343px;
	bottom: 0;
	left: 0;
	background: url("/common/upload_data/nakamurasekkotsu/image/line7.png") no-repeat bottom left;
	pointer-events: none;
}
@media screen and (max-width: 500px){
	#flow1+div:before{
		background-size: 200px;
	}
}

/*------------------flow------------------*/

a[id^="flow"]+section>.content_wrapper{
	align-items: inherit;
	padding: 0;
	border-bottom: 1px solid var(--i_border_color);
	width: calc(100% - 20px);
}
a[id^="flow"]+section .heading.block_header_2{
	display: flex;
	justify-content: center;
	align-items: center;
}
a[id^="flow"]+section .heading.block_header_2 .h{
	font-size: 1.8rem !important;
}
a[id^="flow"]+section .wrapper_item{
	width: 80%;
	padding: 10px 20px !important;
}
a[id^="flow_arrow"]+section{
	border-bottom: 1px solid #9f9f9f;
	padding-bottom: 40px;
}
a[id^="flow_arrow"]+section:before{
	position: absolute;
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	border: 1px solid;
	border-color: transparent transparent #9f9f9f #9f9f9f;
	transform: rotate(-45deg);
	bottom: 5px;
	left: calc(50% - 10px);
	pointer-events: none;
}