
.sub-dot-list {
	position: relative;
	list-style: none;
}
.sub-dot-list li {
	position: relative;
	font-size: 16px;
	padding-left: 15px;
	margin: 6px 0px;
	font-weight: 300;
	color: #707070;
}
.sub-dot-list1 li:before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: #eae3e1;
	position: absolute;
	top: 9px;
	left: 0px;
}


.dot-title {
	position: relative;
	font-size: 18px;
	padding-left: 15px;
	font-weight: 600;
	color: #454545;
}
.dot-title::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff url(/img/sub/icon-list2.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 8px;
	left: 0px;
}



table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	margin: 0;
	padding: 0;
	width: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.table-responsible {
	width: 100%;
	padding-bottom: 10px;
}
.table {
	display: table;
	position: relative;
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	border-top: 2px solid #349c29;
}
.table::after {
	content: '';
	display: table;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	font-size: 16px;
	padding: 12px 20px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	text-align: center;
	word-break: break-all;
	vertical-align: middle;
}
.table>thead>tr>th {
	font-weight: 600;
	color: #454545;
	vertical-align: middle;
}
.table>tbody>tr>td {
	font-weight: 300;
	color: #707070;
	vertical-align: middle;
}
.table th+th,
.table th+td,
.table td+td {
	border-left: 1px solid #ddd;
}
.table th.last,
.table td.last,
.table>thead>tr>th:last-child,
.table>thead>tr>td:last-child,
.table>tbody>tr>th:last-child,
.table>tbody>tr>td:last-child {
	border-right: 0;
}
.table .br0 {
	border-right: 0 !important;
}
.table .bl0 {
	border-left: 0 !important;
}
.table .br1 {
	border-right: 1px solid #ddd;
}
.table .bl1 {
	border-left: 1px solid #ddd;
}
.table th,
.table thead td {
	font-weight: 600;
	color: #454545;
}
.table th {
	background: #fbfbfa;
}
