@charset "utf-8";
/*
 * CSS request.css
 */
/*---------------------------------------------------
	common
---------------------------------------------------*/
.request .section{
	margin-bottom: 50px;
}
.request #breadcrumb{
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.request .section{
		margin-bottom: 30px;
	}
}

#mainv{
	margin: 0 auto 30px;
	width: fit-content;
}


