@charset "UTF-8";
/*===========================================

news / media

===========================================*/
#news{
    width: 70%;
    margin: 5% auto;

	
}
#newsList{
    display: flex;
    flex-direction: column;
}
#newsList li{
    width: 100%;
    list-style: none;
    margin-bottom: 10px;
}
#newsList li a{
    display: flex;    
}
#newsList li a:hover{
	background:#eee;
}
#newsList li a .newsPh{
	width: 20%;
}
#newsList li a:hover .newsPh{
	opacity:0.6;
}
#newsList li a .newsPh img{
	width:100%; height:auto;
}

#newsList li a .detail{
    width: 80%;
    padding: 3%;
    box-sizing: border-box;
	display: flex;
    flex-direction: column;
    justify-content: center;

}

#newsList li a .detail .date{
	font-size:1.2rem;
    text-decoration: none;
    margin-bottom: 1em;
    letter-spacing: .2em;
    font-weight: normal;
}
#newsList li a .detail .ttl{
	font-size:1.2rem;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: .1em;
    line-height: 1.8em;
}

@media (max-width: 959px) {
#news{
    width: 96%;
    margin: 5% auto;
}   
#newsList li a .newsPh{
	width: 40%;
}
    
}

@media (max-width: 559px){

}


/*
article
*/
#newsArticleWrap{
    width: 70%;
    margin: 0 auto;
}

.newsHeader{
    padding: 30px;
    margin-top: 80px;
}
.newsHeader .newsDate{
    font-size: 1.4rem;
    letter-spacing: .2em;
    font-weight: normal;
    margin-bottom: 1.5em;
}
h3.newsTtl{
    font-size: 1.8rem;
    font-weight: normal;
    margin-bottom: 1.5em;
    line-height: 1.5em;
}

.newsDetail{
    
}

.eventEnd{
    text-align: center;
    background: #efefef;
    padding: 20px 20px 20px;
    /*margin-bottom: 3em;*/
}

.newsContetns{
    line-height: 2em;
    font-size: 1.4rem;
    letter-spacing: .1em;
}
.newsContetns p{
    margin-bottom: 1.5em;
}
.newsContetns img{
    width: 100%;
    height: auto;
    margin-bottom: 1em;
}

.backBtn{
    text-align: center;
    
    padding: 20px 20px 20px;
    margin-bottom: 3em;  
    font-weight: normal;
    font-size: 1.2rem;
}




@media (max-width: 959px) {
  #newsArticleWrap{
    width: 90%;
    margin: 0 auto;
}

.newsHeader{
    padding: 30px 0px;
    margin-top: 0px;
}
.newsHeader .newsDate{
    font-size: 1.2rem;
    letter-spacing: .2em;
    font-weight: normal;
    margin-bottom: 1.5em;
    margin-top: 50px
}
h3.newsTtl{
    font-size: 1.6rem;
    font-weight: normal;
    margin-bottom: 1.5em;
    line-height: 1.5em;
}

.newsDetail{
    
}

.eventEnd{
    text-align: center;
    background: #efefef;
    padding: 15px 15px ;
    /*margin-bottom: 3em;*/
    font-size: 1.3rem;
}

.newsContetns{
    line-height: 2em;
    font-size: 1.2rem;
    letter-spacing: .1em;
}
 
    
}


@media (max-width: 559px){

}
    
    
    
    
