@charset "utf-8";


/**************************************************50
 * works
 **************************************************/
#works{
}
#works_caption{
}
@media screen and (max-width:767px){
	#works{
	}
	#works_caption{
		margin-bottom: 12.5%;
		padding: 0 3.125%;
	}
}
@media screen and (min-width:768px){
	#works{
	}
	#works_caption{
		margin-bottom: 100px;
		text-align: center;
	}
}


