@charset "UTF-8";


/*------------------access------------------*/

#lv_5+div tr:first-of-type{
	border-top: 1px solid rgba(0, 0, 0, 0.13);
}
#lv_5+div tr{
	text-align: left;
	border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
#lv_5+div th div{
	font-weight: 500;
}
#lv_5+div th{
	padding: 50px 0;
	padding-right: 20px;
}
div[class*="block_table_"]:not([style*=" color:"]) table,
.block_table_8 table th,
.block_table_8 table td{
	background: none;
}

/*------------------Area------------------*/

a[id^="lv_hd"] + section{
	background: #fff;
}
#lv_hd1 + section::before{
	z-index: unset;
}
a[id^="lv_4"]+section:before {
	left: auto;
	right: 0;
	background: #f9f7d7;
}
a[id^="lv_4"]+section{
	overflow: visible;
}
#lv_4+section:after{
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 729px;
	top: -50%;;
	right: 0;
	background: url("/common/upload_data/nakamurasekkotsu/image/line6.png") no-repeat top right;
	pointer-events: none;
}
main: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;
	z-index: 5;
}
@media screen and (max-width: 500px){
	#lv_4+section:after{
		background-size: 500px;
	}
	main:before{
		background-size: 200px;
	}
}

/*------------------背景色　/　余白------------------*/

main{
	background: #f3f7fb !important;
	padding-bottom: 100px;
}
#lv_4 + section{
	margin-bottom: 0;
}