table.table01 {
    text-align: center;
	width:100%;
	border-right:#D9E3E8 solid 1px;
	border-collapse: collapse;
}
table.table01 thead th {
    padding: 10px;
    text-align: center;
	background:#D9E3E8;
	color:#000
	padding:10px 15px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
table.table01 thead th:last-child {
    text-align: center;
	border-right:#D9E3E8 solid 1px;
}
table.table01 tbody th {
    padding: 10px;
    text-align: center;
	background:#D9E3E8;
	color:#000
	padding:10px 15px;
	border-bottom:#FFF solid 1px;
	vertical-align: middle;
}
table.table01 tbody tr:last-child th {
    text-align: center;
	border-bottom:#D9E3E8 solid 1px;
}
table.table01 tbody td {
	background:#FFF;
	border-left:#D9E3E8 solid 1px;
	border-bottom:#D9E3E8 solid 1px;
    vertical-align: middle;
    padding: 5px;
}
 
@media screen and (max-width: 640px) {
    
tbody span::before{
    white-space: pre-wrap;
    content: '　　';
    font-size: 1.5em;
}
    
table.table01 thead {
    text-align: center;
	display:none;
}
table.table01 tbody th {
    text-align: center;
	display:block;
}
table.table01 tbody td {
    text-align: center;
	display:block;
}
table.table01 tbody td::before {
    text-align: center;
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
table.table01 tbody td p {
    text-align: center;
	padding-left:6em;
}
}