<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
html {
	width: 1280px;
	transform: scale(0.8);
	-ms-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-ms-transform-origin: 0px 0px;
	-moz-transform-origin: 0px 0px;
	-webkit-transform-origin: 0px 0px;
	transform-origin: 0 0;
}
.inner_pc,
.inner {
	padding: 0 40px;
}
.tb_only, .sp_only, .pc_none, .pctb_none {
    display: none;
}



@page {
	margin: 12.7mm 9.7mm;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
html {
	width: inherit;
	transform: inherit;
}
}

@supports (-ms-ime-align:auto) {
html {
	width: inherit;
	transform: inherit;
	zoom: 1;
	transform-origin: 50% 50%;
}
}

#pagetop {
	display: none;
}</pre></body></html>