@charset "utf-8";

/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */

/* PC START ###################################################### */

#contents_wrap {
  padding: 0 0 100px;
}

/* PC END ###################################################### */
@media screen and (max-width: 1200px) {
  #contents_wrap {
    padding: 0 20px 100px;
  }
}

@media screen and (max-width: 834px) {
  /* ================================================================= 
   *
   * tablet size
   *
   * ================================================================= */
  #contents_wrap {
    padding: 0 20px 80px;
  }

  /* tablet END ###################################################### */
}

@media screen and (max-width: 640px) {
  /* ================================================================= 
   *
   * smartphone size
   *
   * ================================================================= */
  #contents_wrap {
    padding: 0 10px 50px;
  }

  /* smartphone END ################################################## */
}
