@charset "utf-8";


/**************************************************50
 * contact
 **************************************************/
#contact{
}
@media screen and (max-width:767px){
	#contact{
		margin-bottom: 12.5%;
	}
}
@media screen and (min-width:768px){
	#contact{
		margin-bottom: 100px;
	}
}


