/*#breadcrumbs h1 small {
	font-size: 1rem;
}*/
#rules h3, #rules_publicbath h3, #agreements h3 {
	font-weight: 400;
	font-family: var(--font-default-zh);
	margin-top: 2.75rem;
	margin-bottom: 1.5rem;
	color: #000;
}
h5 {
	font-size: .91rem;
}
section .table thead th {
	background: var(--color-beige);
	font-weight: 500;
}
section .table tbody th {
	background: var(--bs-light);
}
section .table th,
section .table td {
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	align-items: center;
	font-size: .78rem;
	line-height: 1.5;
}
main > section > .container ul {
	list-style: none;
}
main > section > .container > ul > li {
	padding: 0;
	text-indent: -1rem;
}

main > section#rules > .container > ol > li {
	text-indent: -1.75rem;
	list-style-type: none;
  list-style-position: outside;
  counter-increment: cnt;
}
main > section#rules > .container > ol > li::before {
	display: marker;
  content: "（" counter(cnt) "） ";
}
main > section#rules > .container > ol > li > ol {
	margin: 0;
}
main > section#rules > .container > ol > li > ol > li {
	text-indent: -1.75rem;
	list-style-position: inside;
}

main > section#rules_publicbath > .container > ol > li > ol > li {
	text-indent: -1.75rem;
	list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
}
main > section#rules_publicbath > .container > ol > li > ol > li::before {
	display: marker;
  content: "（" counter(cnt) "） ";
}

main > section#agreements > .container > ol > li {
	text-indent: -2rem;
	list-style-type: none;
  list-style-position: outside;
  counter-increment: cnt;
}
main > section#agreements > .container > ol > li::before {
	display: marker;
  content: "（" counter(cnt) "） ";
}
main > section#agreements > .container > ol > li > ol,
main > section#agreements > .container > ol > li > ul {
	margin: 0;
}
main > section#agreements > .container > ol > li > ol > li,
main > section#agreements > .container > ol > li > ul > li {
	text-indent: -1.25rem;
	list-style-position: inside;
}