#lecture{
	padding: 50px 0 100px;
	background: var(--color-base);
}
#lecture h2,#lecture h3{
	text-align: center;
	font-weight: normal;
}
#lecture p{
	text-align: center;
	word-break: keep-all;
	overflow-wrap: break-word;
}
#lecture table{
	margin: 0 auto;
	max-width: 700px;
	width: 100%;
	border-collapse: collapse;
}
#lecture tr{
	border-bottom: 1px solid var(--color-main-x-dark);
}
#lecture th{
	text-align: left;
	font-weight: normal;
}
#lec_price th,#lec_price td{
	padding: 9px 0;
	width: 25%;
}
.lec_examples{
	border-top: 1px solid var(--color-main-x-dark);
}
.lec_examples th,.lec_examples td{
	padding: 17px 0;
}
.lec_examples th{
	padding-left: 15px;
	width: 75px;
}
.lec_examples ul{
	margin: 0;
	padding-left: 30px;
}
.lec_examples li::marker{
	color: var(--color-main-x-dark);
}
.lec_examples li{
	word-break: keep-all;
	overflow-wrap: break-word;
}