@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; }
.news-flex{
width: 100%;
display: flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:flex-start;    
}
.news_titl{
width: 25%;    
}
.news-box{
width: 75%;    
}
#newsWrap{
display: block;
width: 100%; 
       height: 350px;
margin:0 auto;
    height: auto;
position: relative;
}

#newsWrap ul#newsList{/*211029〜*/
	width: 90%;
	margin: 0 auto;
	overflow-y: scroll;
	height: 125px;
	padding: 0 5px;
    display: block;
    
}

.news-flex{
width: 100%;

}

ul#newsList{
        display: block;
    margin: 0 auto;
  
}
ul#newsList li{
	color:#000;
	font-size:1em;
	margin:0;
	padding:2% 3%;
	margin-bottom:3px;
	list-style-type:none;
}
#newsWrap a{color:#000;text-decoration:underline;text-decoration: none;	}
#newsWrap a:hover{color:#333;text-decoration:none;}
.up_ymd{
color: #fff;  
padding: 1%;  
text-align: center;  
 background: linear-gradient(to right, #0642BB , #5e92fb);   
width: 50%;    
}
.catName{
	display:inline-block;
	padding:3px;
	border:1px solid #BF0426;
	border-radius:6px;
	font-size:0.9em;
	line-height:100%;
	margin:0 2px;
    color: #BF0426;
}
.newMark{
	display:inline-block;
	padding:1px 4px;
	font-size:11px;
	line-height:100%;
	color:#0642BB;
	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){
  #newsWrap ul#newsList{/*211029〜*/
	width: 90%;
	height: 100px;
}  
 
}
@media all and  (max-width:950px){
    
.up_ymd{
display: block; 
margin:1% 0;  
    
}
#newsWrap ul#newsList{/*211029〜*/
	height: 150px;
}    
}
@media (max-width: 690px){
  
.news_titl{
width: 40%; 
margin: 0 auto;
}
.news-box{
width: 100%;    
}    
#newsWrap ul#newsList{/*211029〜*/
	width: 98%;
    margin: 0 auto;
}    
.up_ymd{
display: block; 
margin:1% 0; 
text-align: left;
}    
#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;
}	
}