@charset "UTF-8";
a{text-decoration: none;}

.sec_rec_news{
		border-bottom: 4px solid #e1e6e9;
		height: 13rem;
		display: flex;
		align-items: center;
		padding-left: 1.5rem;
		background: url("../sub/menu2_top_banner_image.png") no-repeat 93% 20% / 20%;
}

.rec_news_title h2 {
		display: inline-block;
		font-size: 3.2rem;
		font-weight: bold;
		letter-spacing: -1px;
		margin-bottom: .8rem;
		position: relative;
}
.rec_news_title h2::after {
		content: "";
		width: 100%;
		height: .5rem;
		position: absolute;
		bottom: 0;
		left: 0;
		background-color: #fccf97;
		z-index: -1;
}
.rec_news_title p{
    font-weight: bold;
    font-size: 1.5rem;
    color: #004a8f;
    margin-bottom: 1rem;
		letter-spacing: -.5px;
}
.rec_news_title span {
		color: #555;
		line-height: 1.4;
		letter-spacing: -.5px;
		font-size: 1.4rem;
}
.rec_news_banner 
.rec_news_banner img{
    width: 100%;
    height: 12rem;
    margin: 0 auto;
    position: relative;
    z-index: -1;
}


.art_area{
}
.art_area ul li{
    height: auto;
	padding: 1.5rem 1.4rem;
    border-top: 1px solid #e1e6e9;
}
.art_area ul li:first-child{border-top: none;}
.head_title{
    font-size: 2rem;
    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.4;
	color:#666;
	word-break:keep-all;

}
.art_date{
    font-size: 1.3rem;
    color: #666;
	text-align: right;
}

.more {
	display: block;
	width: 80%;
	font-size: 1.5rem;
	padding: .5rem 0;
	background-color: #004a8f;
	color: #fff;
	border-radius: 1rem;
	text-align: center;
	margin: 1rem auto 0;
}