div.print table {
	border: 2px solid #000;
	margin: 0 0 0.25em 0;
	padding: 0;
	width: 100%;
}
div.print table th {
	font-size: 10pt;
	width: 20%;
}
div.print table td {
	font-size: 12pt;
	width: 30%;
}
div.print table td.small {
	font-size: 10.5pt;
}
div.print table td.other {
	font-size: 9pt;
}
div.print table td[colspan="3"] {
	width: 85%;
}
div.print table th, div.print table td {
	border: 1px solid #000;
	font-family: "Noto Serif JP", Sans-serif;
	padding: 0.35em 1.0em;
	vertical-align: middle;
}
div.print table tbody > tr:hover th, div.print table tbody > tr:hover td {
	background-color: #FFF;
}
div.print table tbody > tr:nth-child(odd) > td, div.print table tbody > tr:nth-child(odd) > th {
	background-color: #FFF;
}
div.print aside {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
div.print aside p {
	font-size: 9pt;
	line-height: 1em;
	margin-bottom: 0;
}
@media print {
	.elementor-location-footer p {
		font-size: 8pt;
		line-height: 1.25em;
	}	
}