/*.document {
	margin-bottom: 200px;
}
@media only screen and (min-width:641px) {
    .document .sec-wrap .sec-inner {
        padding: 0 var(--u-gc);
    }
}
@media only screen and (max-width:640px) {
	.document #pageHero {
		position: initial;
		height: initial;
		top: 0;
		padding: 0;
		margin-top: 120px;
	}
	.document .hero-tit.flexbox {
		align-items: center;
		padding: 0 var(--share-smp-padding);
		margin: 0;
	}
	.document .hero-tit h1 {
		font-size: 19px;
	}
}
.document h2 {
	position: relative;
	line-height: 1.85em;
    padding: 60px 0;
}
	.document h2::before {
		position: absolute;
		content: "";
		display: inline-block;
		width: 100px;
		height: 1px;
		top: 0;
		left: 0;
		background-color: var(--cl-add-bg);
	}*/

/**/
p,
ol {
	margin-bottom: 1em;  
}
.document ol {
	list-style: none;
}
	.document ol > li {
		margin-left: 1.5em;
        line-height: 1.85em;
		padding-left: 0.5em;
		margin-bottom: 0;
	}
	.document ol.onum > li {
		list-style: decimal;
	}
	.document ol.oal > li {
		/*list-style: upper-alpha;*/
		list-style: decimal;
	}
	.document ol.num-kako > li {
		list-style: decimal;
	}
	.document ol > li:first-of-type {
		margin-top: -0.425em;	
	}
.document ol li ol li {
	list-style-type: lower-alpha;
}
.document ol.hoge {
	list-style: none;
	counter-reset: number;
}
	.document ol.hoge > li {
		position: relative;
		margin-left: 0;
		padding-left: 4.0em;
		list-style: none;
	}
		.document ol.hoge > li::before {
			counter-increment: number;
			content: '方針' counter(number);
			position: absolute;
			left: 0;
		}
.document th,
.document td {
    padding: 0.35em 1em;
    line-height: 1.85em;
}