@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*----------------------------------------------------------------------------title*/
/*----------------------------------------------------------------------------common1*/
/*----------------------------------------------------------------------------common2*/
/*----------------------------------------------------------------------------common3*/
#header #hed_info .h_fb {
  margin-right: 10px;
}

/* form */
#col_main section div.form_wrap.message {
  margin: 150px auto 60px auto;
} 


@media screen and (max-width: 768px) {
  /* ================================================================= 
 *
 * tablet size
 *
 * ================================================================= */
  /*----------------------------------------------------------------------------title*/
  #header #hed_info .h_fb {
    left: 110px;
  }
  #header #hed_info .cont {
    left: 60px;
  }
  /*----------------------------------------------------------------------------common1*/
  /*----------------------------------------------------------------------------common2*/
  /*----------------------------------------------------------------------------common3*/

  /* tablet END ###################################################### */
}
@media screen and (max-width: 468px) {
  /* ================================================================= 
 *
 * smartphone size
 *
 * ================================================================= */
  /*----------------------------------------------------------------------------title*/
  /*----------------------------------------------------------------------------common1*/
  /*----------------------------------------------------------------------------common2*/
  /*----------------------------------------------------------------------------common3*/

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