@charset "utf-8";
/* CSS Document */
.main_img{
	background:url(../common/img/top_section.jpg) center center no-repeat #F4F2F3;
	}

@media screen and (max-width: 400px){
.main_img{
	background-position:right top;
	background-size:contain;
	}

}

.main_img h1::before{
	width:110% !important;
	}