@charset "UTF-8";
/** 画像アセット 記述方法 */
/* #############################################################

[ プリント ] 印刷用CSS　PCレイアウトで出力　※スマホは対応しない

############################################################# */
html {
  -webkit-transform: scale(0.8);
  -webkit-transform-origin: 0 0;
  width: 1400px;
  transform: scale(0.8);
  transform-origin: 0 0;
}

body {
  width: 100%;
}

/* ==========================================================================
	Utility
=========================================================================== */
.u-pc {
  display: block !important;
}

.u-sp {
  display: none !important;
}
