@charset "utf-8";
/* ===============================================
CSS Information

FileName:lecture.css
Author:MML
Last edit:20200820

=============================================== */
section ol.policyList {
	margin-bottom: 30px;
}

section ol.policyList > li {
	margin-left: 16px;
	margin-bottom: 15px;
	list-style: decimal;
	line-height: 2;
}

section ol.policyList > li > ol > li {
	margin-bottom: 15px;
	margin-left: 22px;
	text-indent: -22px;
}

section ol.policyList > li > ol > li >  ol > li,
section ol.policyList ul.note {
	margin-left: 14px;
	text-indent: -14px;
}

section ol.policyList > li > ul > li {
	margin-left: 16px;
	list-style: disc;
}


