@charset "UTF-8";
/* CSS Document */



.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;
	text-align: left;
		background-color:#E3F5FF;
		padding: 10px;
	
}
.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: 10px;
    line-height: 20px;
	
}

/*--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 {
		content: "期間について";
		background-color:#E3F5FF;
	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(2):before {
		content: "面会時間について";
		background-color:#E3F5FF;
	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: "備考";
		background-color:#E3F5FF;
	display: block;
	font-weight: normal;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 3%;
	margin-bottom: 10px;
        color: #0073BE;
	}

}
