/*------------------------------------------------------------------------------------
	LECTURE
------------------------------------------------------------------------------------*/

.chapter .padding-8px {
	padding: 0;
	display: inline;
}

.chapter .chapter-title {
	text-align: left;
	width: 100%;
	height: auto;
}

.chapter .chapter-title-02 {
	text-align: right;
	width: 100%;
	height: auto;
}

.chapter .h2-title,
.chapter .h3-title {
	font-size: 1.4em;
	font-weight: normal;
	text-align: left;
	line-height: 24px;
	width: 100%;
	height: 24px;
	margin: 0;
	padding: 0 0 0 12px;
	border-left: 10px solid #ff9f38;
}

.chapter .h2-title {
	border-top: none;
	border-bottom: none;
}

.chapter ul li {
	list-style-position: outside;
	list-style-type: disc;
	line-height: 1.5em;
	margin-inline-start: 1.0em;
	margin-inline-end: 1.0em;
	padding: 6px 0;
}

.chapter table {
	width: 80%;
}

.chapter table ul li {
		align-items: center;
}

.chapter table,
.chapter th,
.chapter td {
	height: auto;
	margin: 0 auto;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}

.chapter th,
.chapter td {
	vertical-align: middle;
	padding: 8px;
}

.chapter th {
	background-color: #e0f1ff;
}

/* featureListの直前の見出し段落(例: Premium features)を、旧来の表の見出しセルと同じ見た目にする */
.chapter .lecture_txtBox p:has(+ .lecture_feature_list) {
	background-color: #e0f1ff;
	border: 1px solid #CCCCCC;
	border-bottom: none;
	margin-bottom: 0;
	padding: 8px;
	text-align: center;
}

.chapter .lecture_feature_list {
	border: 1px solid #CCCCCC;
	padding: 8px;
}

.chapter .lecture_feature_list li {
	list-style-type: none;
}

.chapter .lecture_feature_list li a {
	color: #FFFFFF;
	font-size: 0.8em;
	padding: 3px 6px;
	margin-left: 8px;
	background-color: #ff9f38;
	border-radius: 4px;
	white-space: nowrap;
}

.chapter .text-bold-red {
	font-weight: bold;
	color: #d75141;
}

.chapter .text-bold-green {
	font-weight: bold;
	color: #00944a;
}

/* 機械翻訳表示のスタイル */
.lecture_machine_translated {
	border: solid 1px black;
	width: 100%;
	background-color: #f0f8ff;
	padding: 6px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 31px;
}