@charset "UTF-8";
a{text-decoration: none;}

.sec_rec_news {
	position: relative;
}
.rec_news_title{
    position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 1.8rem;
	letter-spacing: -0.1rem;
}
.rec_news_title p{
	color: #555;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
	font-weight: bold;
}
.rec_news_title h2 {
	font-size: 2rem;
	font-weight: bold;
	color: #1b4373;
}

.rec_news_banner {
	background-color: #f5f5f5;
}
.rec_news_banner img{
    width: 100%;
    position: relative;
    z-index: 1;
}


.art_area ul li{
    border-top: 1px solid #e1e6e9;
    padding: 1.5rem;
}
.art_area ul li:first-child{border-top: none;}
.art_area ul li a {
	color: #666;
}
.head_title{
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: -0.1rem;
    margin-bottom: 0.5rem;
    color: #000;
    word-break: keep-all;
}
.article{
    font-size: 1.5rem;
    margin-bottom: 1rem;
	line-height: 1.3;
}
.art_date{
    font-size: 1.3rem;
    font-weight: bold;
    color: #0051a2;
    text-align: right;
}
.date_box{
    display: flex;
    flex-direction: row-reverse;
}
.more {
	display: block;
	width: 80%;
	font-size: 1.5rem;
	padding: .5rem 0;
	background-color: #0075fc;
	color: #fff !important;
	border-radius: 1rem;
	text-align: center;
	margin: 1rem auto 0;
}