body{
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
table{
  margin: 0 auto;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}
table tr{
	display: grid;
	grid-template-columns: auto 1fr 1fr 1fr 1fr 1fr;
}

table tr:first-child{
	border-top: 1px;
}
table td{
	border-bottom: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	padding: 10px 0;
	font-size: 0.2rem;
}
table th{
  background: #D6F1D4;
  padding: 10px 0;
  border-left: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
table tr *:first-child{
  background: #7CD576;
  font-weight: normal;
  width: 96px;
}


@media screen and (min-width:767px){
	table tr th{
		font-size: 0.8rem;
	}
	table tr td{
		font-size: 0.8rem;
	}

}