@charset "UTF-8";
/* 訪問状況*/
.visit_status>div{
	font-weight: bold;
	color: #6FBA39;
	font-size: 19px;
}

.visit_status table th:not(:first-of-type){
	background-color: #E4EEE3;
	font-weight: bold;
}

.visit_status table th:not(:first-of-type),.visit_status table td:first-of-type{
	text-align: center;
}

.visit_status table td:not(:first-of-type){
	text-align: center;
}

.visit_status table{
	width: 100%
}
.visit_status .tbl-r05 td {
	width: auto;
}

.visit_status .tbl-r05 tr td:first-of-type {
	font-weight: bold;
}

.visit_status .tbl-r05 tr.iryou td:first-of-type{
	background: #C5E1A0;
}
.visit_status .tbl-r05 tr.kaigo td:first-of-type{
	background: #C5E1A0;
}
.visit_status .tbl-r05 tr.total td:first-of-type{
	background: #6FBA39;
	color: #fff;
}

@media screen and (max-width: 640px) {
	.visit_status table tr{
	border:1px solid #80897D;
	}	
	.visit_status table tr td{
	border:none;
	padding: 1rem;
	}
	.visit_status .tbl-r05 {
	width: 100%;
	}
	.visit_status .tbl-r05 .thead {
	display: none;
	}
	.visit_status .tbl-r05 tr {
	width: 100%;
	}
	.visit_status .tbl-r05 td {
	display: block;
	text-align: right;
	}
	.visit_status table td:not(:first-of-type){
	text-align: right;
	}
	.visit_status .tbl-r05 td:first-of-type {
	background: #6FBA39;
	font-weight: bold;
	text-align: center;
	}
	.visit_status .tbl-r05 td:before {
	content: attr(data-label);
	float: left;
	font-weight: bold;
	margin-right: 10px;
	}
}

