.table_1 {
	border-collapse: separate;
	width: 100%;
	margin: 0 0 11.6rem;
}
.table_1 td {
	background: #F6F5F9;
	border: 0.1rem solid #D3D1E4;
	padding: 0.6rem 0;
	font-size: 1.5rem;
	font-weight: 600;
	color: #515960;
	text-align: center;
	line-height: 1.3;
}
.table_1 tr:first-child td {
	background: #fff;
	padding: 2.0rem 0;
	color: #1D286A;
}
.table_1 tr.grey_bg td {
	background: #E9E8EF;
}
.table_2 {
	border-collapse: separate;
	width: 100%;
	margin: 0 0 2.5rem;
}
.table_2 td {
	background: #F6F8F9;
	border: 0.1rem solid #D3D1E4;
	padding: 1.6rem 2.3rem 1.9rem;
	font-size: 1.4rem;
	font-weight: 600;
	color: #28395B;
	line-height: 1.4;
	text-align: center;
}
.table_2 td:first-child {
	color: #515960;
	text-align: left;
}
.table_2 tr:first-child td {
	font-size: 1.5rem;
	color: #1D286A;
}
.table_2 tr:nth-child(2) td:first-child {
	color: #28395B;
	text-align: center;
}
.table_2 tr:nth-child(2n+1) td {
	background: #E9E8EF;
}
.table_2 tr:first-child td {
	background: #F6F8F9;
}
.table_2 tr:nth-child(3) td {
	background: #E9E8EF;
	font-size: 1.5rem;
	color: #1D286A;
	text-align: center;
}

@media (max-width: 767px) {
.wrapper-table {
	position: relative;
	overflow: hidden;
	overflow-x: auto;
}
.table_1 {
	margin: 0 0 2.6rem;
}
.table_1 .caption {
	position: sticky;
	left: 0;
	z-index: 2;
}
.table_1_mobile_block {
	width: 100%;
	overflow-x: auto;
}
.table_2 td {
	padding: 0.6rem 0.5rem 0.9rem;
	font-size: 1.2rem;
}
.table_2 tr:first-child td {
	font-size: 1.2rem;
}
.table_2 tr:nth-child(3) td {
	font-size: 1.2rem;
}
}
