@charset "UTF-8";
a{text-decoration: none;}

.sec_rec_news{border-bottom: 4px solid #e1e6e9;}

.rec_news_title{
    position: absolute;
    margin: 9rem 0 0 1rem;
}
.rec_news_title p{
    font-weight: bold;
    font-size: 1.5rem;
	letter-spacing: -0.2rem;
    color: #2291cf;
    margin-bottom: 1rem;
}
.rec_news_title p:last-child{
    font-weight: bold;
    font-size: 3rem;
	letter-spacing: -0.2rem;
    color: #0051a2;
}
.rec_news_banner img{
    width: 100%;
    height: 16rem;
    margin: 0 auto;
    position: relative;
    z-index: -1;
}


.art_area{
    padding: 0 0.6rem;
}
.art_area ul li{
    height: auto;
	border-bottom: 1px solid #e1e6e9;
	padding: 1rem;
}
.art_area ul li:last-child{border-top: none;}
.head_title{
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
    line-height: 1.2;
    letter-spacing: -0.1rem;
    margin:0.5rem 0;
    color: #000;
	word-break:keep-all;
}
.article{
    font-size: 1.4rem;
    margin: 1rem 0;
	color:#666;
	line-height: 1.2;
    word-break: break-all;
	text-align: left;
}
.art_date{
    font-size: 1.3rem;
	text-align: right;
    color: #09815F;
}

.more {
	display: block;
	width: 70%;
	font-size: 1.5rem;
	padding: .6rem 0;
	background-color: #09815f;
	color: #fff;
	border-radius: 2rem;
	text-align: center;
	margin: 1rem auto 0;
}