/* common */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap');
.ot-table-of-contents__list ul li{margin-left: 1em;}
/* unique */
.situation-table{border-top: 1px solid #B2B2B2;border-left: 1px solid #B2B2B2;}
.situation-table td{border-right: 1px solid #B2B2B2;border-bottom: 1px solid #B2B2B2;}
.situation-table thead th{background-color: #014877;color: #fff;text-align: center;font-weight: 700;}
.situation-table tbody th{background-color: #F2F2F2;text-align: center;vertical-align: middle;font-weight: 700;text-align: center;}
.situation-table.situation-table__col2 tbody th{background-color: #F2F2F2;text-align: center;}
.situation-table.situation-table__col3 thead th:nth-of-type(1){background-color: #666666;}
.situation-table.situation-table__col3 thead th:nth-of-type(2){background-color: #FE0103;}
.situation-table.situation-table__col3 thead th:nth-of-type(3){background-color: #014877;}
.situation-table.situation-table__col3 tbody td{vertical-align: middle;}
.situation-table.situation-table__col3 thead th:nth-of-type(2),
.situation-table.situation-table__col3 thead th:nth-of-type(3){width: 41.538%;}
/* pc */
@media only screen and (min-width:768px){
	.situation-table.situation-table__col2 thead th:nth-of-type(1){width: 17.094%;}
}
/* sp */
@media only screen and (max-width:767.98px){
	.situation-table.situation-table__col2 thead th:nth-of-type(1){width: 30%;}
	.table-overflow {overflow: auto;}
	.table-overflow > .c-table__content {width: 1170px;}
}