@charset "UTF-8";
/* CSS Document */
/*----------------------------------------------------
.html（フロアマップ）
----------------------------------------------------*/
.table_02{
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	background: #fff;
	border-left: 1px solid #0073BE;
	}
	
.table_02 th {
	
	border-right: 1px solid #0073BE;
	border-bottom: 1px solid #0073BE;
	color: #0073BE;
    font-weight: bold;
	
}
.table_02 thead{
    border-right: 1px solid #AFAFAF;
    background-color: #FFFFFF;
	}

.table_02 td {
	border-right: 1px solid #0073BE;
	border-bottom: 1px solid #0073BE;
	padding: 1%;
    line-height: 25px;
	
}
.table_02 tr:nth-child(even) {
}

.table_02 th,.responsive-table td{
	padding: 2%;
	border-top: 1px solid #0073BE;
	border-right-color: #0073BE;
	}

.table_02 td.table_02_name {
    color: #0073BE;
	font-weight: normal;
    font-weight: bold;
    text-align: center;
}
/*--table_02-m*/
 @media screen and (max-width: 768px){   
.table_02 {
	border-style: none;
	text-align: left;
}
.table_02 thead{
	display:none;
	}
.table_02 tr,
.table_02 th,
.table_02 td {
	display: block;
	font-weight: normal;
	text-align: left;
	}
	
.table_02 td {
	padding-top: 1%;
	padding-right: 1%;
	padding-left: 1%;
	padding-bottom: 1%;
	border-style: none;
	margin-top: 0px;
	text-align:left;
	}
.table_02 tr td:first-child {
	/* [disabled]border-top: 3px solid #557EB6; */
	}
.table_02 tr td:last-child {
	margin-bottom: 20px;
}
.table_02 td:before {
	display: block;
	font-weight: bold;
	padding-left: 2%;
	}	
.table_02 td.table_02_name {
    color: #0073BE;
	font-weight: normal;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #0073BE;
    padding-top: 20px;
}
.table_02 td:nth-of-type(1):before {
    display:none;
	/*content: "フロア";
	background-color: #F1F8F4;
	display: block;
	font-weight: normal;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 3%;
	margin-bottom: 10px;
	padding-left: 3%;
	border-left: 5px solid #557EB6;*/
	}
.table_02 td:nth-of-type(2):before {
		content: "2018年度";
		background-color:#D3EDFB;
	display: block;
	font-weight: normal;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 3%;
	margin-bottom: 10px;
        color: #0073BE;
	}
.table_02 td:nth-of-type(3):before {
		content: "2019年度";
		background-color: #D3EDFB;
	display: block;
	font-weight: normal;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 3%;
	margin-bottom: 10px;
        color: #0073BE;
	}
.table_02 td:nth-of-type(4):before {
		content: "2020年度";
		background-color: #D3EDFB;
	display: block;
	font-weight: normal;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 3%;
	margin-bottom: 10px;
        color: #0073BE;
	}
.table_02 td:nth-of-type(5):before {
		content: "2021年度";
		background-color: #D3EDFB;
	display: block;
	font-weight: normal;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 3%;
	margin-bottom: 10px;
        color: #0073BE;
	}
	 .table_02 td:nth-of-type(6):before {
		content: "2022年度";
		background-color: #D3EDFB;
	display: block;
	font-weight: normal;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 3%;
	margin-bottom: 10px;
        color: #0073BE;
	}
}