#furuNews { border: 1.5px solid #2D7208; margin-bottom: 5px;  }
#furuNews .pieceHeader { background: #2D7208; padding: 5px 10px;  }
#furuNews .pieceHeader h2 { font-size:120%; font-weight:bold;color: #fff; text-decoration:none;  }
#furuNews .pieceBody ul li{padding: 3px 0px;margin-left:30px;list-style-type: none;  }


.furu_banner {
margin-bottom:10px;
max-width:900px; 
list-style: none;
display: flex;
gap: 10px;
}

.furu_banner img {
/* 画像のスタイル */
max-width: 600px;
width:100%;
height:auto;
object-fit: cover;

}

.list2 img {
border: 1px solid #CCC;
}


.furu_banner li { 
position: relative;
width:24%;
}

.furu_top_footer img{ max-width: 1200px;
width:100%;
height:auto;
object-fit: cover; }

@media only screen and (max-width: 768px) {
.furu_banner {
flex-wrap: wrap;
align-items: start;
justify-content: center;
}

.furu_banner li {
width:45%;
}

.furu_top_footer img{ /* max-width: 760px; */
width:100%;
height:auto;
object-fit: cover; }
}