

/*ニュース*/
.information {
	width: 516px;
	margin-bottom: 30px;
}

.newsLine {
	width: 486px;
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: 13px;
	padding-left: 10px;
	border-bottom: 1px solid #566ed4;
}

.newsDate {
	color: #566ed4;
	width: 90px;
	margin-right: 16px;
}

.newTxt {
	color: #6a6a6a;
	width: 380px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝施設*/

.institutionLine {
	margin-bottom: 25px;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝緊急事態*/

 .flexWrap {
 	display: flex;
}

.leftItem {
	width: 30%;
	text-align-last: justify;
	text-justify: inter-ideograph;
}

.rightItem {
	width: 70%;
}

.spShow {
	display: none;
}

@media handheld, only screen and (max-width: 767px) {
	.leftItem {
		width: 28%;
		text-align-last: left;
	}
	.rightItem {
		width: 72%;
	}

	.closed_text, .leftItem, .rightItem {
		font-size: 14px;
	}

	.spShow {
		display: inline-block;
	}

	.spHide {
		display: none;
	}
	
}