#content {
	padding-bottom: 50px;
}

.news-content {
	padding-top: 50px;
}

.news-content .inner .headline {
	height: 70px;
	margin-bottom: 20px;
}

.news-content .inner .headline img {
	width: auto;
}

.news-content .inner .tab-list {
	justify-content: center;
	margin-bottom: 20px;
}

.news-content .inner .tab-list li {
	width: 160px;
	margin-bottom: 20px;
	margin-right: 20px;
	text-align: center;
}

.news-content .inner .tab-list li a{
	width: 160px;
	padding: 5px 10px;
	box-sizing: border-box;
	background-color: #D7D4C3;
	border-radius: 20px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
}

.news-content .inner .tab-list li.active a {
	color: #726623;
}

.news-content .inner .tab-list li:last-child {
	margin-right: 0;
}

@media (max-width: 600px) {
	.news-content .inner .tab-list li {
		width: calc(50% - 5px);
		margin-right: 10px;
	}

	.news-content .inner .tab-list li:nth-child(2n) {
		margin-right: 0;
	}
}

.news-content .inner .list .box {
	width: 100%;
}

.news-content .inner .list .box a {
	padding: 25px 20px;
	box-sizing: border-box;
	border-top: 1px solid #BAB597;
	position: relative;
}

.news-content .inner .list .box a:after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 15px;
	background-image: url(/wp-content/uploads/2023/06/arrow01.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.news-content .inner .list .box a .info .date {
	font-size: 14px;
	margin-right: 20px;
	color: #777777;
}

.news-content .inner .list .box a .info .cat {
	font-size: 14px;
	font-weight: bold;
	color: #003D20;
}

.news-content .inner .list .box a .title {
	font-size: 18px;
	font-weight: bold;
}

.news-content .inner .list .box:last-child a {
	border-bottom: 1px solid #BAB597;
}

.news-content ul.page-numbers {
	max-width: 50%;
	margin: 0 auto;
	margin-top: 70px;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}

.news-content ul.page-numbers li span {
	width: 48px;
	height: 48px;
	border: 1px solid #133739;
	border-radius: 50%;
	margin-right: 10px;
	border-radius: 50%;
	display: block;
	text-align: center;
	line-height: 48px;
	background-color: #133739;
	border-radius: 50%;
	color: #fff;
	margin-right: 10px;
}

.news-content ul.page-numbers li a {
	width: 48px;
	height: 48px;
	border: 1px solid #133739;
	border-radius: 50%;
	margin-right: 10px;
	border-radius: 50%;
	line-height: 48px;
	text-align: center;
	color: #133739;
	margin-right: 10px;
}

@media (max-width: 600px) {
	.news-content ul.page-numbers {
		max-width: 95%;
	}

	.news-content ul.page-numbers li span {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}

	.news-content ul.page-numbers li a {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
}

.news-content ul.page-numbers li a.next {
	margin-left: 50px;
	margin-right: 0;
}

.news-content ul.page-numbers li a.next {
	margin-right: 50px;
}

/*# sourceMappingURL=news.css.map */