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

.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; margin: 3%;}

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }

#newsWrap{
display: block;
width: 98%; 
margin: 0 auto;
    height: auto;
    background:rgba(122,204,147,0.3);
     border-radius: 33% 57% 24% 46%/33% 48% 22% 55%;
}
#newsWrap ul#newsList{/*211029〜*/
	width: 100%;
	margin: 0 auto;
	overflow-y: scroll;
	height: 100px;
	padding: 0 5px;
}
.n-box{
width: 1170px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.news-flex{
width: 100%;
display: flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;    
}
.news-box1{
width: 40%;
height: auto;    
display: block;    
}
.news-box1 h2{   
}
.news-box2{
width: 60%;  
height: auto;     
display: block;      
}

ul#newsList{
	padding:2% 0;
	background-color:rgba(250,250,250,0.7);
        display: block;
    margin: 0 auto;
    border-radius: 30px;
}
ul#newsList li{
	color:#666;
	font-size:1em;
	margin:0;
	padding:10px 3%;
	margin-bottom:3px;
	border-bottom:1px dotted #ccc;
	line-height:120%;
	list-style-type:none;
}
#newsWrap a{color:#665c54; ;text-decoration:underline;}
#newsWrap a:hover{color:#333;text-decoration:none;}
.up_ymd{
color:#665c54; 
}
.catName{
	display:none;
	padding:3px 8px;
	border:1px solid #89d19f;
	border-radius:6px;
	font-size:0.9em;
	line-height:100%;
	margin:0 2px;
background: #89d19f;
    color: #fff;
}
.newMark{
	display:none;
	border:1px solid #fcbd8c;
	padding:1px 4px;
	font-size:11px;
	line-height:100%;
	background:#fcbd8c;
	color:#fff;
	box-shadow:1px 1px 1px #999;
	border-radius:8px;
	font-style:italic;
}
.comment{
	display:block;
	padding:3px 0;
	float:left;
	overflow:hidden;
	width:80%;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}
.thumbNailWrap{
	display:block;
	width:110px;
	float:left;
	height:80px;
	overflow:hidden;
}
.sp{
display: none;
}
@media all and  (max-width:1700px){
}
@media all and  (max-width:1150px){
    
.up_ymd{
display: block;   
}

#newsWrap{
width:100%;    
}  
.news-box1{
width:100%;      
}
.news-box2{
width:100%;
margin-top: 8%!important;    
} 
   
.sp{
display: block;
}
.pc{
display: none;
}
.comment{

	width:100%;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}
.thumbNailWrap{
	width:100%;
	height:auto;
}	
}