@charset "UTF-8";


/*------------------背景画像------------------*/

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