@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:center;    
}
.illust1{
position: absolute;
bottom: 0;
right: 0;
width: 150px;
z-index: -1;    
}
.illust2{
position: absolute;
top: 0;
left: 0;
width: 150px;
z-index: -1;    
}
.news-box{
width: 100%;    
    
}
#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: 1em;
    display: block;
    background: rgba(255,255,255,0.7);
    
}
#newsWrap ul#newsList::-webkit-scrollbar{
overflow: hidden;
width: 1px;
background: transparent;
}
.news-flex{
width: 100%;

}

ul#newsList{
        display: block;
    margin: 0 auto;
  
}
ul#newsList li{
	color:#333;
	font-size:1em;
	margin:0;
	padding:0 1em 1em;
	margin-bottom:3px;
	list-style-type:none;
}
#newsWrap a{color:#333;text-decoration:underline;text-decoration: none; transition: all 0.5s;	}
#newsWrap a:hover{color:#C7B689;text-decoration:none;text-decoration: transparent;}
#newsWrap .title{
border-bottom: 1px solid #C7B689;
}
.up_ymd{
color: #333;  
padding: 1%;  
text-align: center;  
    
}
.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:#BA385D;
	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;
}  
.text_img{
  width: 45%;
}    
}
@media all and  (max-width:950px){
    
.up_ymd{
display: block; 
width: 30%;
margin:1% 0;    
}
#newsWrap ul#newsList{/*211029〜*/
	height: 150px;
}    
}
@media (max-width: 690px){
.text_img{
  top: 65%;
}    
.news_titl{
width: 40%; 
margin: 0 auto;
}
.news-box{
width: 100%;    
}    
#newsWrap ul#newsList{/*211029〜*/
	width: 98%;
    margin: 0 auto;
}    
.up_ymd{
display: block; 
width: 100%;
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;
}	
}