@charset "utf-8";

div.img {
	display: flex;
}
div.img img {
	margin-right: 5px;
}
div.img img:last-child {
	margin-right: 0;
}
div#white_box {
	width: 655px;
	display: flex;
	padding: 10px;
	background-color: white;
}
div#white_box h5 {
	color: #1d80a2;
	font-weight: 700;
}
div#white_box h5::before {
	color: #1d80a2;
	content: '●';
}
div#white_box div:first-child {
	margin-right: 30px;
}
div#white_box p {
	font-size: 80%;
	text-indent: -1.3em;
	padding-left: 1.3em;
}
div#white_box p::before {
	content: '　・';
}
div#kaigo_mess p {
	line-height: 2em;
}


@media screen and (max-width:800px) {
	div.img {
		display: block;
		width: 335px;
		margin: 0 auto;
	}
	div.img img {
		margin-bottom: 5px;
	}
	div.img img:last-child {
		margin-bottom: 0;
	}
	div#white_box {
		display: block;
		width: 335px;
		margin: 30px auto 0 auto;
		background-color: transparent;
	}
	div#white_box div:first-child {
		margin-right: 0;
		margin-bottom: 10px;
	}
}
