@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
</style>)

html * {
box-sizing: content-box;
}

body {
	font-family: "montserrat", system-ui,sans-serif;
	font-size; 100%;
	line-height: 135%;
	font-variant-numeric: oldstyle-nums;
}

table.fourxfive {
	border: 1px solid #aaa;
	border-collapse: collapse;
	border-spacing: .25em;
	text-align: right;
	font-variant-numeric: tabular-nums;
}
table.fourxfive td {
	border: 1px solid #bbb;
	padding: 3px 8px; 
	width: 4em;
}

table.fourxfive caption {
	caption-side: bottom;
}

table.fourxfive tr:nth-child(even) td {
	background-color: #aaa;
}

p {
	font-varient-numeric: 
}