#guideline-main .col-12 .h2 {
	margin-bottom: 3rem
}

/* #guideline-main .col-12>div:not(.h2)~div:not(.h2) {
	margin-top: 4rem
} */

#guideline-main .col-12>div:not(.h2) h3 {
	margin-bottom: 0.6rem;
	padding-top: 0.2rem;
	color: #014099;
	border-top: 0.05rem solid #353535;
	font-size: 1.4rem;
	font-family: 'UD Shin Go NT Medium';
	font-weight: bold;
	text-align: center;
}

.bold {
	font-weight: bold;
}

.details {
	margin: 1.5rem 0;
	text-align: center;
}

.end-of-page {
	margin-top: 1.5rem;
	text-align: right;
}

#guideline-main .col-12 h4 {
	margin-bottom: 0.6rem;
	padding-left: 0.5rem;
	border-left: solid 0.5rem #014099;
	font-size: 1.2rem;
	font-family: 'UD Shin Go NT Medium';
	font-weight: bold;
}

#guideline-main .col-12 h4:not(:first-of-type) {
	margin-top: 2rem;
}

#guideline-main .col-12 h5 {
	margin: 0.75rem 0 0.25rem;
	font-family: 'UD Shin Go NT Medium';
	font-size: 1.1rem;
}

.doc-list {
	margin-top: 0.75rem;
}

.doc-list+.doc-paragraph,
.doc-list+.subsection-heading,
.doc-list+.section-heading {
	margin-top: 1.55rem;
}

.list-item {
	display: grid;
	grid-template-columns: 0.75rem minmax(0, 1fr);
	column-gap: 0.75rem;
	margin-top: 0.75rem;
	line-height: 1.8;
}

.list-item.level-1 {
	margin-left: 1.5rem;
	grid-template-columns: 0.75rem minmax(0, 1fr);
}

.list-item.level-2,
.list-item.level-3 {
	margin-left: 3rem;
	grid-template-columns: 0.75rem minmax(0, 1fr);
}

.list-item.level-1.marker-number-parentheses {
	margin-left: 1.5rem;
	grid-template-columns: 1.5rem minmax(0, 1fr);
}

.list-marker {
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}