/* CSS Document */

#news{
    background: #fff;
}

#newsWrap{
	max-height: 320px;
    overflow: auto;
	width: 100%;
	scrollbar-color: #fff #0055bd;
    scrollbar-width: thin;
}


.news-area{
	width: 100%;
	margin: auto;
}

.news-wrap{
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 100%;
}

.news-area .area-title{
	width: 300px;
}

.news-area .area-title p span{
	font-size: 3.75rem;
	font-weight: 600;
	letter-spacing: 5px;
	padding-bottom: 10px;
	line-height: 1;
	color: #0055bd;
}

.news-area .area-title h2{
	line-height: 2;
}

.news-area .area-title h2 span{
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 1px;
	color: #0055bd;
}

.news-area ul{
	display: flex;
    justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 1300px;
	padding: 0 20px;
	margin: auto;
	flex-direction: column;
}

.news-area .newsList a{
	width: 100%;
    padding:20px 10px;
    display: flex;
    flex-direction: column-reverse;
    margin: 0;
    border-bottom: 1px dotted #0055bd;
}

.news-area .newsList a:first-child{
	border-top: 1px dotted #0055bd;
}

.thumbNailWrap{
	overflow: hidden;
	width:100%;
	aspect-ratio:9/5;
	display: block;
}

.up_ymd{
    color: #fff;
    display: inline;
    width: fit-content;
    padding: 1px 5px;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.05rem;
    margin-top: 10px;
    margin-bottom: 5px;
    background: #0055bd;
    border-radius: 2px;
    border: 1px solid #0055bd;
    font-family: "Noto Sans JP", serif;
}

.catName{
	border: 1px solid #898989;
	padding: 1px 5px;
	font-weight: 400;
	font-size: 0.65rem;
	font-family: "Noto Sans JP", serif;
}

.newsList a:hover .title{
	color: #0055bd;
}


.newsList a:hover .up_ymd{
	color: #0055bd;
	background: #fff;
}

.news-item-info{
	display: flex;
	flex-direction: column;
}

.news-item-info .title{
    font-size: 1rem;
    font-weight: 400;
	letter-spacing: 0.02rem;
	font-family: "Noto Sans JP", serif;
}






@media(max-width:1200px){

	.news-item-info .title {
		font-size: 0.9rem;
	}
	
	

	.newsList a:hover .title{
		color: #000;
	}


	.newsList a:hover .up_ymd{
		color: #fff;
		background:#0055bd;
	}
	
}


@media(max-width:1000px){


	.news-area .area-title p span {
		font-size: 35px;
		letter-spacing: 1px;
		padding-bottom: 5px;
		line-height: 40px;
	}
	
	.news-area .area-title h2 {
		line-height: 40px;
		margin-top: 10px;
		font-size: 16px;
	}
	

	.news-area .area-title {
		width: 150px;
	}
	
	.news-area ul {
    	padding: 0 0 0 20px;
	}
	
}

@media(max-width:800px){
	
	.news-area {
    	padding-top: 20px;
		padding-bottom: 20px;
	}
	
	
	.news-wrap {
		padding-top: 50px;
	    padding-bottom: 40px;
    	flex-direction: column;
    	justify-content: center;
		align-items: center;
	}
	
	.news-area .area-title h2 {
		margin-top: 0;
	}

	
	.news-area ul {
    	padding: 0;
	}
	
	.news-area .newsList a {
    	padding: 10px 0;
	}
	
	.news-item-info .title {
		font-size: 0.9rem;
	}
	
	.news-area .up_ymd {
		letter-spacing: 1px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	.news-area h2,
	.news-area p{
		line-height: 1;
		text-align: center;
	}
	
	#newsWrap {
		max-height: 260px;
	}
	
	.news-area .area-title p span {
        font-size: 3rem;
        letter-spacing: 2px;
        padding-bottom: 0;
        line-height: 1;
    }
	
	.news-area .area-title h2 span {
		font-size: 1.25rem;
	}
	
	.news-area .area-title{
		margin-bottom: 10px;
	}

}

