

/*ニュース*/
.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;
}

.top_table tr > td:first-of-type {
	min-width: 7em;
}

.flex_box {
	display: flex;
	justify-content: space-between;
}

.flex_box >.flex_cnt:first-of-type {
	display: flex;
	flex-direction: column;
	width: 210px;
}

.flex_box >.flex_cnt:first-of-type img {
	display: block;
	border: 1px solid #30458c;
}

.flex_box >.flex_cnt:first-of-type img:last-of-type {
	margin-top: 10px;
}

.flex_box >.flex_cnt:last-of-type {
	font-size: 13px;
	color: #6a6a6a;
	margin-left: 10px;
}

@media handheld, only screen and (max-width: 767px) {

	.flex_box {
		flex-direction: column;
	}

	.flex_box >.flex_cnt:first-of-type {
		display: flex;
		flex-direction: column;
		width: 80%;
		max-width: 300px;
		margin: auto;
	}

	.flex_box >.flex_cnt:last-of-type {
		margin-left: 0px;
		margin-top: 20px;
	}

}