/* CSS Document */
#top_img {
	margin:5px 0 0 0;
}
#top_txt{
	margin:-80px 5px 0;
}
#top_txt span{
	font-size:18px;
	font-weight: 900;
	color:#56a7d6;
	display:block;
	margin:0 0 5px;
}
.h3_TT{
	border-bottom:2px dotted #da0000;
	padding:5px;
}
#txt1{
	padding:0 0 0 10px;
	line-height:1.6em;
}
.blue{
	font-size:16px;
	color:#56a7d6;
	font-weight:bold;
}
#txt2{
	padding:10px;
}
#txt2 span{
	color:#C30;
	font-weight:bold;
}
.hoken_link{
	width:305px;
	margin:auto;
}
#contact_Bt{
	background-repeat:no-repeat;
	text-align:center;
	padding:10px 0 10px 0;
}
#contact_Bt a{
	background-color:#d5000f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow:0px 2px 0px rgba(123,12,20,1);
	display: block;
	text-decoration: none;
	font-size:16px;
	font-weight: bold;
	width:95%;
	height:45px;
	line-height:45px;
	margin:auto;
	text-align:center;
	color:#FFF;
}

.hoken_banner{
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	padding: 10px;

}
.hoken_banner li{
    width: 49%;
    margin-top: 10px;
}