@charset "utf-8";
/*
=========================================
 archiveArea
=========================================
*/
h4.title{
	width: 100%;
	margin: 0 0 60px;
	padding: 30px 0 0;
	text-align: center;
	font-size: 4.0rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	line-height: 1.2;
	color: #85b250;
}
.subTtl{
	width: 100%;
	margin: 0 0 60px;
	padding: 0;
	text-align: center;
	font-size: 4.0rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	line-height: 1.2;
	color: #85b250;
}
#archiveArea{
	max-width: 650px;
	padding: 0;
	margin: 0 auto 60px;
}
@media screen and (max-width:600px) {
#archiveArea{
	margin: 0 auto 8px;
	padding: 0 10px;
}
h4.title{
	width: 100%;
	margin: 0 0 30px;
	padding: 30px 0 0;
	text-align: center;
	font-size: 3.0rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	line-height: 1.2;
	color: #85b250;
}

}


/*
=========================================
 eyecatchArea
=========================================
*/
#eyecatchArea{
	width: 100%;
	margin: 0;
	padding: 0;
}
#eyecatchArea .inner{
	margin: 0 0 30px;
	padding: 0;
}
#eyecatchArea .inner .eyecatch{
	width: 100%;
	margin: 0 0 30px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #333333;
}
#eyecatchArea .inner .eyecatch figure{
	width: 20%;
	height: auto;
	float: left;
}
#eyecatchArea dl {
	margin: 0;
	padding: 0;
	width: 76%;
	box-sizing:border-box;
	float: right;
}
@media screen and (max-width:600px) {
#eyecatchArea .inner .eyecatch figure{
	width: 100%;
	height: auto;
	float: none;
	margin: 0 0 20px;
	text-align: center;
}
#eyecatchArea dl {
	margin: 0;
	padding: 0;
	width: 100%;
	box-sizing:border-box;
	float: none;
}
}

#eyecatchArea dt {
	width: 100%;
	margin-bottom: 4px;
}
#eyecatchArea dt span {
	color: #85b250;
	width: 100%;
	margin: 0 10px 0 0;
	font-size: 1.6rem;
	line-height: 1;
}
#eyecatchArea dd {
	width: 100%;
	margin: 0;
	padding: 0;
}
#eyecatchArea dd .textTtl{
	margin: 0 0 4px;
	padding: 0;
	font-size: 2.4rem;
	color: #85b250;
	display: block;
	line-height: 1.6;
}
@media screen and (max-width:600px) {
#eyecatchArea dd .textTtl{
	font-size: 2.0rem;
}
}
.no-image-news{
	margin: 0;
	padding: 0;
}
/*
=========================================
 topics_area
=========================================
*/
#topics_area{
	max-width: 860px;
	margin: 0 auto;
	padding: 0;
}
.topics_set{
  width: 100%;
  margin: 0 0 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.topics_set li{
	width: 25%;
	margin: 0 0 20px 0;
	padding: 0;
}
.topics_set li figure{
	margin: 0 auto 6px;
	padding: 0;
	max-width: 160px;
}
.topics_set li figure img{
	width: 100%;
	margin: auto;
	padding: 0;
}
.topics_set li .ttl{
	text-align: center;
	font-size: 1.8rem;
	color: #85b250;
	line-height: 1.2;
	margin: 0 0 6px 0;
}
.topics_set li .date{
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.2;
	margin: 0 0 0 0;
}
@media all and (max-width:600px) {
.topics_set{
  width: 100%;
  margin: 0 0 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.topics_set li{
	width: 49%;
	margin: 0 0 20px 0;
	padding: 0;
}
}