@charset"utf-8";

/*[ news_area ] ------------------------------------------*/
.news_area {
	padding: 0 0 10vw;
	position: relative;
}

.news_area .page-title {
	padding: 5vw 0;
	margin-bottom: 15vw;
	background: #FFDA00;
	position: relative;
}
.news_area .page-title h2 {
	font-size: 1.25rem;
}
.news_area .page-title strong {
	font-size: 1.5rem;
}
.news_area .page-title:after {
	display: block;
	content: "";
	width: 100%;
	height: 2.5vw;
	border-radius:0 0 50% 50% /0 0 100% 100%;
	background: #FFDA00;
	position: absolute; z-index: 0;
bottom: -2.5vw; left: 0; right: 0; margin: auto;
}

.news_area:before {
	display: block;
	content: "";
	width: 100%;
	height: 2.5vw;
	border-radius: 0 0 50% 50% / 0 0 100% 100%;
	background: rgba(0,98,171,0.1);
position: absolute;
top: 0; z-index: 0;
	left: 0; right: 0; margin: auto;
}


.news_area .pagemenu {
	margin: 5vw auto 10vw;
	display: flex;
	text-align: center;
	justify-content: space-around;
}
.news_area .pagemenu a {
	color: #333;
	font-weight: bold;
	font-size: 1.1rem;
	background:linear-gradient(transparent 70%, #ffda00 70%);
}

.news_area .pagemenu a:before {
	display: inline-block;
	margin-right: 4px;
	font-weight: 700;
	content: "\f0d7";
	font-family: "Font Awesome 5 Pro";
}
.news_area .date{
	text-align: right;
	font-size:0.95em;

}

.news_area h2{
	margin:30px 0 20px 0;
}
.news_area p{
	margin:20px 0;
	font-size:0.95em;
	line-height:1.6;
}


@media screen and (min-width: 900px) {
.news_area {
	padding: 0 0 10%;
}
.news_area:before {
	height: 2rem;
}
.news_area .page-title {
	padding: 50px 0;
	margin-bottom: 10%;
	background: #FFDA00;
}
.news_area .page-title:before {
	display: block;
	content: "";
	width: 100%;
	height: 1rem;
	border-radius:0 0 50% 50% /0 0 100% 100%;
	background: #FA4A12;
	position: absolute;
top: -0.5rem; left: 0; right: 0; margin: auto;
}
.news_area .page-title h2 {
	font-size: 1.75rem;
}
.news_area .page-title strong {
	font-size: 2.5rem;
}

}




