@charset "utf-8";
/* CSS Document */

/***************************************************************/
/************************ ボディバナー設定 ***********************/
/***************************************************************/

/******　1列　*******************************************/
#banner1_box{
width: 100%;
height:auto;
background-color:#FFF;
display:block;
}

#banner1_box .inner_box{
background-color:#FFF;
height:1100px; /*バナーの数により、調整してください。*/
margin:0 auto;
}

.banner1_title{
	font-weight: bold;
	background-color:transparent;
	height: 50px;
	width: 936px;
	overflow: hidden;
	margin-left: 0px;
	padding-left: 40px;
	line-height: 50px;
	text-align: left;
	color: #555555;
	margin-top:20px;
	border:1px solid #000;

}
.banner1{
display:inline-block;
	width: 936px;
	height:460px;
	margin-bottom: 10px;
	overflow: hidden;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 10px;

}


.banner1 h3{
	width: 470px;
	height: 55px;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.5em;
	color: #000000;

	padding-bottom: 5px;
	float: right;
	margin-top: 20px;
	overflow: hidden;

}

.banner1 h3 a:link{
	color: #555555;
	text-decoration: none;
}

.banner1 h3 a:visited{
	color: #555555;
	text-decoration: none;
}

.banner1 h3 a:hover{
	color: #555555;
}
.banner1_img{
	width: 450px;
	height: 450px;
	float: left;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	object-fit: cover;
	overflow:hidden;
border-radius:20px;
}

.banner1_img img{
	max-width: 450px;
	
}

.banner1_txt{
	float: right;
	width: 470px;
	height: 220px;
	font-size: 13px;
	line-height: 1.5em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #555555;
}

.ReadMoreImg{
	position:relative;
	padding-bottom: 0;
	margin-left: 20px;
	float: left;
	display:none;
}


/******　2列　*******************************************/
#banner2_box{
width: 100%;
height:auto;
background-color:#000;
display:block;
}

#banner2_box .inner_box{
background-color:#FFF;
height:300px; /*バナーの数により、調整してください。*/
margin:0 auto;
}



.banner2,
.banner2_r
{
	width: 470px;
	height: 240px;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 20px;
}

.banner2_title{
	font-weight: bold;
	background-color:transparent;
	height: 50px;
	width: 936px;
	overflow: hidden;
	margin-left: 0px;
	padding-left: 40px;
	line-height: 50px;
	text-align: left;
	color: #555555;
	border:1px solid #000;

}

.banner2{
	float: left;
	margin-left: 20px;
}

.banner2_r{
	float: right;
	margin-right: 10px;
}

.banner2 h3,
.banner2_r h3{
	width: 470px;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #828282;
	float: left;
	line-height: 1.5em;
	padding-bottom: 5px;
	margin: 0px;
}


.banner2 h3 a:link,
.banner2_r h3 a:link{
	color: #555555;
	text-decoration: none;
}
.banner2 h3 a:visited,
.banner2_r h3 a:visited{
	color: #555555;
	text-decoration: none;
}
.banner2 h3 a:hover,
.banner2_r h3 a:hover{
	color: #555555;
}
.banner2_img{
	height: 130px;
	width: 470px;
	float: left;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	clear:both;
	object-fit: cover;
}
.banner2_img img{
max-height: 130px;
width: 470px;
}

.banner2_txt{
	float: left;
	width: 470px;
	font-size: 13px;
	line-height: 1.5em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #555555;
}
.banner2 h3 img,
.banner2_r h3 img{
	float: left;
	margin: 0px;
	margin-right: 5px;
}
.banner2 .ReadMoreImg,
.banner2_r .ReadMoreImg{
	position:relative;
	padding-bottom: 0;
	margin-left: 15px;
	float: left;
	display:none;
}

/******　3列　*******************************************/
#banner3_box{
width: 100%;
height:auto;
background-color:#CCC;
display:block;
}

#banner3_box .inner_box{
background-color:#FFF;
height:500px; /*バナーの数により、調整してください。*/
margin:0 auto;
}

.banner3_title{
	font-weight: bold;
	background-color:transparent;
	height: 50px;
	width: 936px;
	overflow: hidden;
	margin-left: 0px;
	padding-left: 40px;
	line-height: 50px;
	text-align: left;
	color: #555555;
	border:1px solid #000;

}

.banner3,
.banner3_r
{
	width: 290px;
	height: 400px;
	margin-top: 20px;
	margin-bottom: 10px;
	overflow: hidden;
}
.banner3{
	float: left;
	margin-left: 27px;
}
.banner3_r{
	float: right;
	margin-right: 27px;
}

.banner3 h3,
.banner3_r h3{
	width: 290px;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.5em;
	color: #828282;
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 5px;
	float: left;
	margin: 0px;
}

.banner3 h3 a:link,
.banner3_r h3 a:link{
	color: #555555;
	text-decoration: none;
}
.banner3 h3 a:visited,
.banner3_r h3 a:visited{
	color: #555555;
	text-decoration: none;
}
.banner3 h3 a:hover,
.banner3_r h3 a:hover{
	color: #555555;
}
.banner3_img{
	height: 110px;
	width: 290px;
	float: left;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

.banner3_img img{
	height: 110px;
	width: 290px;
}	

.banner3_txt{
	float: left;
	width: 290px;
	height: 150px;
	font-size: 13px;
	line-height: 1.5em;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #555555;
}
.banner3 h3 img,
.banner3_r h3 img{
	float: left;
	margin: 0px;
	margin-right: 5px;
}
.banner3 .ReadMoreImg,
.banner3_r .ReadMoreImg{
	position:relative;
	padding-bottom: 0;
	margin-left: 15px;
	display:none;
}

/******　4列　*******************************************/
#banner4_box{
width: 100%;
height:auto;
background-color:#BBC098;
display:block;
}

#banner4_box .inner_box{
background-color:#FFF;
height:500px; /*バナーの数により、調整してください。*/
margin:0 auto;
}

.banner4_title{
	font-weight: bold;
	background-color:transparent;
	height: 50px;
	width: 936px;
	overflow: hidden;
	margin-left: 0px;
	padding-left: 40px;
	line-height: 50px;
	text-align: left;
	color: #555555;
	border:1px solid #000;

}


.banner4,
.banner4_r
{
	width: 220px;
	height: 400px;
	margin-top: 20px;
	margin-bottom: 10px;
	overflow: hidden;
}
.banner4{
	float: left;
	margin-left: 20px;
}
.banner4_r{
	float: right;
	margin-right: 20px;
}

.banner4 h3,
.banner4_r h3{
	width: 220px;
	height: 55px;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.5em;
	color: #828282;
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 5px;
	float: left;
	margin: 0px;
}

.banner4 h3 a:link,
.banner4_r h3 a:link{
	color: #555555;
	text-decoration: none;
}
.banner4 h3 a:visited,
.banner4_r h3 a:visited{
	color: #555555;
	text-decoration: none;
}
.banner4 h3 a:hover,
.banner4_r h3 a:hover{
	color: #555555;
}
.banner4_img{
	height: 160px;
	width: 220px;
	float: left;

	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	clear:both;
}
.banner4_txt{
	float: left;
	width: 220px;
	height: 150px;
	font-size: 13px;
	line-height: 1.5em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #555555;
}
.banner4 h3 img,
.banner4_r h3 img{
	float: left;
	margin: 0px;
	margin-right: 5px;
}
.banner4 .ReadMoreImg,
.banner4_r .ReadMoreImg{
	position:relative;
	padding-bottom: 0;
	margin-left: 15px;
	display:none;
}