
h2 a:hover {
	text-decoration: underline;
}
.news-container .news-item{
	margin-top: 30px;
	padding-bottom: 20px;
	border-bottom:1px solid #CCC;
}
.news-container .news-item:first-of-type{
	margin-top: 0;
	padding-top: 0;
}

.news-item p ,
.news-detail p {
	padding-bottom: 0.5em;
}

.nav-below {
	margin-top: 50px;
	padding: 20px 0 30px;
	text-align: center;
}
.nav-below span {
}
.nav-below span a {
	display: inline-block;
	padding: 3px 5px;
	margin-right: 5px;
	border:1px solid #778798;
	background-color: #FFF;
	color:#778798;
	text-decoration: none;
}
.nav-below span a:link,
.nav-below span a:visited {
	color:#778798;
}
.nav-below span a:hover,
.nav-below span a:active {
	color:#FFF;
	text-decoration: none;
	background-color: #778798;
}
.nav-below span a:focus {
	overflow:visible;
}

.moushikomi {
  max-width: 300px;
  margin: 8% 0;
}
a.btn_03 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  position: relative;
  background: #778899;
  border: 1px solid #778899;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 35px 0 15px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
a.btn_03:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
a.btn_03:hover {
  background: #fff;
  color: #778899;
}
a.btn_03:hover:before {
  border-top: 2px solid #778899;
  border-right: 2px solid #778899;
}

