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

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

/* PC END ###################################################### */
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 768px) {
  /* ================================================================= 
 *
 * tablet size
 *
 * ================================================================= */

  /* tablet END ###################################################### */
}
@media screen and (max-width: 640px) {
  /* ================================================================= 
 *
 * smartphone size
 *
 * ================================================================= */

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