@charset "UTF-8";
a{text-decoration: none;}


.rec_news_banner {
	position: relative;
}

.rec_news_title{
    position: absolute;
    top: 50%;
    left: 1.5rem;
    transform: translateY(-50%);
}
.rec_news_title p{
    font-weight: bold;
    font-size: 2.5rem;
	letter-spacing: -.2rem;
    color: #006934;
}
.rec_news_title span {
	display: block;
	color: #006934;
	font-size: 1.3rem;
	padding-bottom: .4rem;
}
.rec_news_banner img{
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: -1;
}
.art_area ul li{
    height: auto;
	padding: 1.5rem 1.4rem;
    border-top: 1px solid #e1e6e9;
	position:relative
}
.art_area ul li:first-child {border-top: none;}
.head_title{
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -0.1rem;
	margin-bottom: 0.5rem;
    color: #000;
	word-break:keep-all;
	line-height: 1.4;
}
.article{
    font-size: 1.8rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 1rem;
    line-height: 1.4;
	color:#666;
	word-break: keep-all;

}
.art_date{
    font-size: 1.5rem;
    color: #999;
}
.sec_header {background: url(../img/logo_background.png) no-repeat;
    background-size: 100%;}

.more{
background: #00457a;
    color: #fff;
    display: inline-block;
    padding: 0.5rem;
    font-size: 1.5rem;
    position: absolute;
    right: 1.5rem;
    bottom: 1rem;
}
