/* CSS Document */
#Navi06 a{ background-position:-687px -53px;}
#TopImg{
	margin:10px 0 15px 0;
}
#hoken1{
	background-image: url(../images/hoken01.jpg);
	background-repeat:no-repeat;
	width:340px;
	height:368px;
	float:left;
	position:relative;
	
}
#hoken1 a{
	position:absolute;
	bottom:15px;
	left:28px;
}
#hoken2{
	background-image: url(../images/hoken02.jpg);
	background-repeat:no-repeat;
	width:340px;
	height:368px;
	float:right;
	position:relative;
	
}
#hoken2 a{
	position:absolute;
	bottom:15px;
	left:10px;
}

.m30T{ margin-top: 30px;}

.boxSidebar{
	display: flex;
	flex-wrap: wrap;
	padding: 20px 10px 0;
	justify-content: space-around;
}
.boxSidebar p{
	margin:0 0 15px;
	border: 1px solid #c3c3c3;
	width: 48%;
	background: #FFF;
	text-align: center;
	padding: 5px 0;
}
.image-fluid{
	width: 100%;
	max-width: 100%;
}