@charset "UTF-8";

.post-box {
    width: 960px;
}

.news .post-box h2 {
	text-align: center;
	border: 0;
	margin-bottom: 18px;
}

.pickup__list {
    display: flex;
    flex-wrap: wrap;
}

.pickup__list_item {
	width: 33.33%;
	margin-bottom: 18px;
}

.wp-pagenavi {
    display: flex;
    justify-content: center;
	margin-top: 20px;
}

.wp-pagenavi a, .wp-pagenavi span {
    font-size: 16px;
	display: block;
}
