.news-none {
  text-align: center;
  margin-bottom: 50px !important;
}
.news-box {
	padding: 1em 0;
	border-bottom: 1px dashed rgb(53, 180, 146);
}
.entry-content .news-box:last-child {
	margin-bottom: 30px;
}
.content h3.news-box-title {
  border: 1px solid rgb(53, 180, 146);
  color: rgb(53, 180, 146);
  text-shadow: none;
  box-shadow: none;
  position: relative;
  clear: both;
	background-color: #fff;
	padding: 4px 8px;
	font-size: 18px;
	margin: 0;
}

.content .cat-matome {
	display: flex;
	flex-wrap: wrap;
  list-style: none;
  margin: 0;
	margin-bottom: 8px !important;
}

.cat-matome li {
  margin-right: 4px;
  margin-bottom: 0 !important;
	border-bottom: none !important;
	padding: 5px 0 0 !important;
	list-style: none !important;
}

.cat-matome li a {
	display: block;
	width: 65px;
	text-indent: -99999px;
	background-size: contain;
	background-repeat: no-repeat;

}

.cat-matome li a:hover {
	opacity: .5;
}

.cat-matome li a.meta-group {
	background-image: url(../images/cat-icon/1.jpg);
}

.cat-matome li a.meta-keiroukai {
	background-image: url(../images/cat-icon/2.jpg);
}

.cat-matome li a.meta-forest {
	background-image: url(../images/cat-icon/5.jpg);
}

.cat-matome li a.meta-morioka {
	background-image: url(../images/cat-icon/3.jpg);
}

.cat-matome li a.meta-youto {
	background-image: url(../images/cat-icon/4.jpg);
}

.cat-matome li a.meta-fukushikai {
	background-image: url(../images/cat-icon/6.jpg);
}

.cat-matome li a.meta-hills {
	background-image: url(../images/cat-icon/10.jpg);
}

.cat-matome li a.meta-pia {
	background-image: url(../images/cat-icon/7.jpg);
}

.cat-matome li a.meta-pia2 {
	background-image: url(../images/cat-icon/8.jpg);
}

.cat-matome li a.meta-pia3 {
	background-image: url(../images/cat-icon/9.jpg);
}
.meta-title {
	padding-top: 10px;
	padding-top: 0;
}

.meta-title a {
	color: rgb(53, 180, 146);
	text-decoration: none;
}

.meta-title .meta-date {
	color: #666;
	font-size: 14px;
	display: block;
    line-height: 1;
}

.meta-title .post-title {
	padding: .4em 0 0;
	font-size: 16px;
	line-height: 120%;
	border: none;
	margin-bottom: 0;
}

@media screen and (max-width: 1366px) {
	.pia {
		margin: 0 0 40px 7.048117584%;
	}
}


@media screen and (max-width: 1280px) {
	.pia {
		margin: 0 0 30px 7.048117584%;
	}
}

.btn-newsList {
	text-align: right;
	margin-top: 15px;
}
.btn-newsList a {
	display: inline-block;
	text-decoration: none;
	background-color: #b1b1b1;
	color: #fff;
	padding: 2px 10px;
	border-radius: 20px;
	transition: all .3s ease-in;
	font-size: 14px;
}
.btn-newsList a:hover {
	background-color: #797979;
}