@charset "UTF-8";
a{text-decoration: none;}

.sec_rec_news{
		height: 18rem;
		display: flex;
		padding-left: 1.5rem;
		background: url("../sub/menu2_top_banner_image.png") no-repeat 0 0 / contain;
}
.rec_news_title {
		padding-top: 2.3rem;
}

.rec_news_title h2 {
		font-size: 2rem;
		font-weight: bold;
		letter-spacing: -1px;
		margin-bottom: .8rem;
		position: relative;
		color: #00085f;
}
.rec_news_title p{
	display: inline-block;
    font-weight: bold;
    font-size: 1.3rem;
    color: #004a8f;
    margin-bottom: 1rem;
	letter-spacing: -1.5px;
	border: 1px solid #00085f;
	padding: .3rem .9rem;
	border-radius: 20px;
}
.rec_news_title span {
		color: #555;
		line-height: 1.4;
		letter-spacing: -.5px;
		font-size: 1.4rem;
		font-weight: bold;
}
.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.3 rem;
    color: #666;
	text-align: right;
}

.more {
	display: block;
	width: 80%;
	font-size: 1.5rem;
	padding: .5rem 0;
	background-color: #de9d03;
	color: #fff;
	border-radius: 1rem;
	text-align: center;
	margin: 1rem auto 0;
}