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

/****covid*****/

.covid .div_covid{
	counter-reset:num 0;
}
.covid .div_covid .div_covid{
	margin-bottom:30px;
	padding-bottom: 10px;
	border-bottom: dashed 1px #eee;
}
.covid .div_covid .con {
    margin-bottom: 10px;
}
.covid .div_covid h2{
	counter-increment:num 1;
	position:relative;
	padding:5px 5px 5px  35px;
	margin-bottom:10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
	background: #f0fcfc;
	border-bottom: solid #12bacc 3px;
}
.covid .div_covid h2:before{
	content: counter(num);
	background:#12bacc;
	width: 24px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	left: 0;
	transform: translateY(-50%);
	top:50%;
	line-height: 1.8em;
	padding-top: 3px;
}
.covid .div_covid .im_covid{
	max-width: 350px;
	width: 100%;
	display: block;
	margin: 10px auto;
}
.covid .div_covid .txt_timetable{
	margin-left: 45px;
	float: none;
}
