.content_wrap > ul li.table_list {
	margin-bottom: 7.5rem;
}
.content_wrap > ul li.table_list .title {
	padding-bottom: 1.5rem;
}
.content_wrap > ul li table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	text-align: center;
	margin-bottom: 3.5rem;
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
}
.content_wrap > ul li table:last-child {
	margin-bottom: 0;
}
.content_wrap > ul li table caption {
	text-align: left;
	font-size: 1.7rem;
	font-weight: 700;
	margin-bottom: 1rem;
	color: #284db1;
}
.content_wrap > ul li table th {
	background: #ddd;
	font-weight: 800;
}
.content_wrap > ul li table td, .content_wrap > ul li table th {
	font-size: 1rem;
	border: 1px solid #bbb;
	padding: .5rem;
	line-height: 1.4;
}
.content_wrap > ul li table td {
	font-weight: 700;
}