ol, ul, .list-style-paren {
	padding-left: 1.5rem;
}

.list-style-paren li {
	list-style-type: none;
	counter-increment: cnt;
	text-indent: -23px;
	padding: 0;
}

.list-style-paren li:nth-of-type(n+10) {
	text-indent: -32px;
}

.list-style-paren li:before {
	content: " (" counter(cnt) ") ";
}
.list-style-paren li:before {
	content: " (" counter(cnt) ") ";
}

.list-style-paren > li > ul {
	counter-reset: cnt;
}

.list-style-paren > li > ul > li:before {
	content: "";
}
.list-iroha{
	list-style-type: katakana-iroha;
}
.diagonal tr:first-child th:first-child {
	background-image: linear-gradient(
		to right top, transparent calc(50% - 0.5px), #dee2e6 50%, #dee2e6 calc(50% + 0.5px), transparent calc(50% + 1px)
	);
	display: grid;
	width: max-content;
	justify-content: space-between;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: 1fr;
}
.col-header {
	grid-column-start: 2;
	text-align: right;
}
.row-header {
	grid-column-start: 1;
}
th,td{
	font-weight: normal;
}
.font-sub{
	font-size: 1.5rem;
}

.border-bottom-2px {
	border-bottom: 2px solid #dee2e6 !important;
}
