@charset "UTF-8";

#table1+.block_table_6 table tbody tr:first-child td,
#table1+.block_table_6 table tbody tr td:first-of-type,
#table2+.block_table_6 table tbody tr:first-child td,
#table2+.block_table_6 table tbody tr td:first-of-type{
	background: var(--i_sub2_color);
	font-weight: bold;
}
#table1+.block_table_6 table tbody tr:first-child td:nth-of-type(1),
#table1+.block_table_6 table tbody tr:first-child td:nth-of-type(2),
#table1+.block_table_6 table tbody tr:first-child td:last-of-type,
#table2+.block_table_6 table tbody tr:first-child td:nth-of-type(1),
#table2+.block_table_6 table tbody tr:first-child td:nth-of-type(2),
#table2+.block_table_6 table tbody tr:first-child td:last-of-type{
	border-top: none;
}
#table1+.block_table_6 table thead tr th:nth-of-type(1),
#table1+.block_table_6 table thead tr th:nth-of-type(2),
#table1+.block_table_6 table thead tr th:last-of-type,
#table2+.block_table_6 table thead tr th:nth-of-type(1),
#table2+.block_table_6 table thead tr th:nth-of-type(2),
#table2+.block_table_6 table thead tr th:last-of-type{
	border-bottom: none;
}

#table1+.block_table_6 table thead th:nth-of-type(3),
#table1+.block_table_6 table thead th:nth-of-type(5),
#table1+.block_table_6 table tbody tr:last-of-type td:nth-of-type(1),
#table2+.block_table_6 table thead th:nth-of-type(3),
#table2+.block_table_6 table thead th:nth-of-type(5),
#table2+.block_table_6 table tbody tr:last-of-type td:nth-of-type(1),
#table2+.block_table_6 table tbody tr:nth-of-type(12) td:nth-of-type(1),
#table2+.block_table_6 table tbody tr:nth-of-type(11) td:nth-of-type(1){
	border-right: none;
}
#table1+.block_table_6 table thead th:nth-of-type(4),
#table1+.block_table_6 table thead th:nth-of-type(6),
#table1+.block_table_6 table tbody tr:last-of-type td:nth-of-type(2),
#table2+.block_table_6 table thead th:nth-of-type(4),
#table2+.block_table_6 table thead th:nth-of-type(6),
#table2+.block_table_6 table tbody tr:last-of-type td:nth-of-type(2),
#table2+.block_table_6 table tbody tr:nth-of-type(12) td:nth-of-type(2),
#table2+.block_table_6 table tbody tr:nth-of-type(11) td:nth-of-type(2){
	background: var(--i_sub2_color);
	border-left: none;
}
#table1+.block_table_6 table thead th:nth-of-type(3),
#table1+.block_table_6 table thead th:nth-of-type(5),
#table2+.block_table_6 table thead th:nth-of-type(3),
#table2+.block_table_6 table thead th:nth-of-type(5){
	position: relative;
	overflow: visible;
}
#table1+.block_table_6 table thead th:nth-of-type(3) div,
#table1+.block_table_6 table thead th:nth-of-type(5) div,
#table2+.block_table_6 table thead th:nth-of-type(3) div,
#table2+.block_table_6 table thead th:nth-of-type(5) div{
	position: absolute;
	left: 100%;
	top: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
}
