@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */


/* PC START ###################################################### */

#contents_wrap {
	padding: 120px 0;
}

#contents{
	max-width: 1200px;
	width: 100%;
}



/* PC END ###################################################### */

@media screen and (max-width: 1200px){
	#contents_wrap {
		padding: 120px 20px;
	}
}


@media screen and (max-width: 768px){
/* ================================================================= 
 *
 * tablet size
 *
 * ================================================================= */
	#contents_wrap {
		padding: 60px 20px;
	}




/* tablet END ###################################################### */



}
@media screen and (max-width: 480px){
/* ================================================================= 
 *
 * smartphone size
 *
 * ================================================================= */
	#contents_wrap {
		padding: 40px 10px;
	}

/* smartphone END ################################################## */
}