@charset "utf-8";

.shienkikan_block{
	border:1px solid #ccc;
	padding:25px;
	margin-bottom:50px;
}

.kenmei{
	font-size:140%;
	font-weight:bold;
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom:2px solid #009844;
	color:#009844;
}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{	
.shienkikan_block img {
	width: auto;
	height: auto;
	max-width: 100%;
}
}