.ff_ming {
	font-family: "ヒラギノ明朝 ProN W3", HiraMinProN-W3, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.category_menu {
	display: flex;
	margin-left: 8.8vw;
	margin-right: 8.8vw;
	margin-bottom: 3vw;
	padding-top: 2vw;
}
.category_ttl {
	font-size: 1.5vw;
	margin-right: 6.2vw;
}
.category_lists {
	display: flex;
	width: 60%;
}
.category_list {
	position: relative;
}
.category_list {
	flex-grow: 1;
	text-align: left;
}
.category_lists li + li{
	border-left: 1px solid #444446;
	padding-left: 2.6vw;
	line-height: 1.8vw;
}
.category_lists li a {
	display: block;
	height: 100%;
}
.category_list_en {
	display: block;
	font-size: 1.0vw;
	font-weight: bold;
}
.category_list_ja {
	display: block;
	font-size: 0.6vw;
}

.news_contents {
	margin-left: 7vw;
	margin-right: 7vw;;
}
.news_post {
	display: flex;
	align-items: flex-start;
}
.news_post_lists {
	display: flex;
	flex-wrap: wrap;
}
.news_post_list {
	width: 25vw !important;
	margin: 0 1.5vw 4vw;
}
.news_post_img {
	margin-bottom: 1.0vw;
	overflow:hidden;
}
.news_post_img img {
	width: 100%;
	vertical-align: bottom;
	transition:1s all;
}
.news_post_list a {
	display: block;
}
.news_post_list a:hover .news_post_img img {
	transform:scale(1.2,1.2);
	transition:1s all;
}
.news_post_data {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2.0vw;
}
.news_post_date {
	font-size: 0.7vw;
	color: #444446;
}
.news_post_cat {
	font-size: 0.5vw;
	color: #808BA9;
}
.news_post_cat span {
	display: inline-block;
	border: 1px solid #808BA9;
	padding: 0.25vw 0.5vw;
	margin: 0 0.25vw;
}
.news_post_cat span.news_post_all {
	display: none;
}
.news_post_txt {
	font-size: 0.7vw;
	font-weight: normal;
	line-height: 1.2vw;
	color: #444446;
	line-height: 1.6vw;
}

.news_list_pager_link {
	text-align: center;
	display: flex;
	justify-content: center;
	margin-bottom: 10vw;
}
.page-numbers, a.page-numbers {
	width: 3vw;
	height: 3vw;
	margin: 0 1vw;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #EDEFEF;
	color: #808BA9;
	position: relative;
	font-size: 1vw;
}
.page-numbers::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #808BA9;
    position: absolute;
    bottom: 0vw;
    left: 0vw;
}
.page-numbers.current {
	background-color: #808BA9;
	color: #ffffff;
}


@media screen and (max-width: 767px) {
	.news_contents {
		margin-left: 2.5vw;
		margin-right: 2.5vw;
	}
	.category_menu {
		margin-left: 5.8vw;
		margin-right: 5.8vw;
		margin-bottom: 6vw;
		display: block;
		padding-top: 5.8vw;
	}
	.category_ttl {
		font-size: 4vw;
		margin-right: 0;
		margin-bottom: 3vw;
	}

	.category_list_en {
		font-size: 3.0vw;
	}
	.category_list_ja {
		display: block;
		font-size: 2.0vw;
	}

	.news_post {
		margin-bottom: 0;
	}
	.category_lists {
		width: 100%;
	}
	.news_post_list {
		width: 43.9vw !important;
	}
	.category_lists li + li {
		line-height: 3.8vw;
	}
	.news_post_img {
		margin-bottom: 2.5vw;
	}
	.news_post_data {
		margin-bottom: 2.5vw;
		display: block;
	}
	.news_post_date {
		font-size: 2.5vw;
		margin-bottom: 2.5vw;
		display: block;
		text-align: right;
	}
	.news_post_cat {
		font-size: 2vw;
	}
	.news_post_cat span {
		padding: 1vw 2.5vw;
	}
	.news_post_txt {
		font-size: 3.0vw;
		font-weight: normal;
		line-height: 4.3vw;
	}

	.news_list_pager_link {
		padding-top: 10vw;
	}
	.page-numbers, a.page-numbers {
		width: 6vw;
		height: 6vw;
		margin: 0 2vw;
		font-size: 3.0vw;
	}
}