.txt h1 {
	font-size: 21px;
	line-height: 21px;
}

.txt p,
.txt td {
	line-height: 21px;
	margin-bottom: 21px;
	font-size: 14px;
	color: var(--text-gray550);
}

.txt ul,
.txt ol {
	font-size: 14px;
	margin-left: 50px;
	margin-bottom: 21px;
}

.txt ul {
	list-style: disc;
}

.txt ul > li {
	list-style: disc;
}

.txt ul ul,
.txt ol ul {
	list-style-type: circle;
	margin: 0 0 0 26px;
}

.txt ul ul li,
.txt ol ul li {
	list-style-type: circle;
}

.txt ul ol,
.txt ol ol {
	list-style: decimal;
	margin: 0 0 0 22px;
}

.txt ol {
	list-style: decimal;
}

.txt li {
	line-height: 21px;
	font-size: 14px;
	color: var(--text-gray550);
}

.txt a {
	color: var(--text-blue800);
}

.content strong {
	font-weight: bold;
}
.txt em {
	font-style: italic;
}

.txt table {
	border-collapse: collapse;
	border-color: #ccc;
}

.txt table tbody {
	border-color: #ccc;
}

.txt table td {
	border-color: #ccc;
}
