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


.contents01 {
	width:90%;
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:70px;
}

.covid-tb {
	width: 100%;
	font-size: 16px;
}
.covid-tb th {
	font-weight: normal;
}
.covid-tb td {
	padding: 0 1em;
}
.covid-tb th,
.covid-tb td {
	border-bottom: 1px solid #323232;
	padding-top: 40px;
	padding-bottom: 3px;
}
.covid-tb td a {
	color: #323232;
	transition: 0.5s;
	text-decoration: underline;
}
.covid-tb td a:hover {
	color: #78191E;
}

@media screen and (max-width: 600px) {
	.contents01 {
		width:95%;
		margin-top:40px;
	}
	.covid-tb th,
	.covid-tb td {
		display: block;
	}
	.covid-tb th {
		text-align: left;
		text-indent: 1em;
		border-bottom: none;
		font-weight: bold;
		padding-top: 30px;
	}
	.covid-tb td {
		padding-top: 5px;
}