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

 file name  :print.css
 author     :Ability Consultant
style info  :印刷用
=================================================================== */
.view_sp,
.view_tab {
	display: none !important;
}

* {
	-webkit-print-color-adjust: exact;
}

body {
	width: 1270px;
	max-height: calc(100vh * 0.58);
	transform: scale(0.58);
	transform-origin: 0 0;
}

#page {
	padding-top: 0 !important;
}

#header {
	position: relative !important;
}
