@charset "UTF-8";

.covid-information {
	margin: 15px 0;
	padding: 5px;
	text-align: left;
	font-size: 100%;
	border: 1px solid #2c63b6;
	line-height: 1.5;
}

.covid-title1 {
	margin: 15px 0;
	font-size: 120%;
	font-weight: bold;
}

.covid-title2 {
	margin: 30px 0 10px;
	padding: 0.5em;
	background: #FFC8CC;
	font-size: 120%;
	font-weight: bold;
}

.covid-title3 {
	margin: 30px 0 10px;
	padding: 0.5em;
	background: #E60012;
	color: #FFFFFF;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	letter-spacing: 10px;
	line-height: 1;
}

.covid-text {
	margin: 10px 0;
}

.covid-image {
	margin: 20px 0 0;
}

.covid-center {
	text-align: center;
}

.covid-right {
	margin: 30px 0 10px;
	text-align: right;
}

.covid-list {
	margin: 10px 10px 10px 20px;
}

.covid19menuBetween {
	width: 100%;
	margin: 20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.covid19menuBetween div {
	margin-bottom: 20px;
}

@media screen and (min-width: 0px) and (max-width: 640px) {
	.covid-information {
		padding: 15px;
		font-size: 1.3rem;
	}

	.covid19menuBetween div {
		width: 48%;
	}

	.covid19menuBetween div img {
		width: 100%;
	}

}
