@charset "utf-8";
/*======================*/
/*** コンテンツエリア ***/
/*======================*/
.covid-19{
	padding: 0 15px 30px;
	line-height: 1.6;
}
.covid-19-ttl{
	margin-bottom: 15px;
	padding: 30px 0 10px;
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	font-weight: bold;
}
.measures{
	font-size: 12px;
}
.measures + .measures{
	margin-top: 20px;
}
.measures > * + *{
	margin-top: 15px;
}
.measures_ttl{
	padding: 10px;
	border: 1px solid #ffc0d6;
	background: #fff1f6;
	color: #fe77a7;
	font-weight: bold;
}
.measures .em{
	font-weight: bold;
}
.measures .f-em{
	font-size: 14px;
	text-align: center;
}
.measures li{
	padding-left: 1em;
	font-size: 14px;
	font-weight: bold;
	text-indent: -1em;
}
