@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : print.css
 author     : Ability Consultant
 style info : 印刷用
=================================================================== */
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: normal;
  src: local("Noto Sans CJK JP");
  src: url("./font/NotoGothicRegular.eot");
  src: url("./font/NotoGothicRegular.eot?#iefix") format("embedded-opentype");
  src: url("./font/NotoGothicRegular.ttf") format("truetype");
  src: url("./font/NotoGothicRegular.woff") format("woff");
}
@font-face {
  font-family: "Yu Gothic Medium";
  src: local("Yu Gothic Medium");
  font-weight: 500;
}
/* -----------------------------------------------------------
	print
----------------------------------------------------------- */
.view_tab,
.view_sp,
.view_tab-sp {
  display: none !important;
}
