@charset "utf-8";

* {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

html,body{
	size: A4 landscape;
}

#js-mega-menu,
.fixed-link,
nav,
nav.d-none,
header,
footer,
.ttl--sub-page-b,
.prnt-none {
	display: none !important;
}
.print_page{
    width: 210mm;
    height: 297mm;
    page-break-after: always;
}
.d-none {
	display: block !important;
}
.contents {
	margin-top: 0;
}
.statement-head__tables {
    flex-direction: row;
}
.statement-head__tables table {
    width: 45%;
    margin-bottom: 0;
}
.statement-head {
	margin-bottom: 0;
}
.statement-body {
	margin-bottom: 0;
}
.statement-message {
	margin-bottom: 0;
}

#statement main .inner table td {
	white-space: nowrap;
}

