.container {
	background-color: #fff;
}

.contents {
	width: 100%; 
	margin-top: 0;
}

.contents a { text-decoration: none; }
.contents a:hover { opacity: .35; }

.breadcrumb-wrap {
	padding: 15px 0;
	background-color: #fff;
}

.breadcrumb-wrap .breadcrumb { margin: 0 auto; }

.breadcrumb-wrap .breadcrumb,
.breadcrumb-wrap .breadcrumb a { color: #000; }

#select-close,
#select ul li,
#articlespager ul li { cursor: pointer; }

.top-header-wrap {
	background: url("./img/mv_bg.png") no-repeat center;
	background-size: cover;
	padding: 20px 0 0;
}

.top-header-wrap .top-header {
	background: url("./img/mv_bg2.png") no-repeat 50% 0%;
	background-size: cover;
	width: 1038px;
	margin: 0 auto -1px;
	padding: 30px 0 10px;
}

.top-header-wrap .top-header h1 {
	display: block;
	width: 140px;
	height: 190px;
	background: url("./img/title.png") no-repeat;
	background-size: contain;
	text-indent: -100em;
	overflow: hidden;
	margin: 0 auto;
}

.top-header-wrap .top-header p,
.top-header-wrap .top-header ul {
	text-align: center;
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	line-height: 2;
	color: #005E3C;
}

.top-header-wrap .top-header p {
	margin: 20px 0;
}

.top-header-wrap .top-header ul {
	width: 100%;
	margin: 0;
	padding: 0 140px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.top-header-wrap .top-header ul li {
	width: 150px;
	margin-bottom: 10px;
	line-height: 2.5;
}

.top-header-wrap .top-header ul li a {
	color: #005E3C;
}

.top-body-wrap .top-body {
	background: url("./img/bg.png") repeat;
	padding: 70px 0;
}

.top-body-wrap .top-body h2 { font-weight: bold; font-size: 32px; color: #005E3C; margin-bottom: 40px; text-align: center; }
.top-body-wrap .top-body section#select h3 { font-weight: bold; font-size: 18px; color: #005E3C; text-align: center; }
.top-body-wrap .top-body section#select div h4 { font-weight: bold; font-size: 18px; color: #00a728; float: left; width: 138px; }

.top-body-wrap .top-body section#select {
	width: 980px;
	padding: 20px 0 20px 40px;
	margin: 0 auto 20px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(0,0,0,0.05);
	position: relative;
}

.top-body-wrap .top-body section#select #select-close {
	display: block;
	width: 30px;
	height: 30px;
	border: 1px solid #A7BFA3;
	border-radius: 30px;
	position: absolute;
	right: 35px;
	top: 18px;
}

.top-body-wrap .top-body section#select #select-close span {
	text-indent: -10em;
	overflow: hidden;
	display: block;
	width: 18px;
	height: 2px;
	background-color: #4C8A43;
	border-radius: 5px;
	margin: 13px 0 0 5px;
}

.top-body-wrap .top-body section.hide #select-close:after {
	content: '';
	display: block;
	width: 2px;
	height: 18px;
	background-color: #4C8A43;
	border-radius: 5px;
	margin: 13px 0 0 5px;
	position: absolute;
	top: -8px;
	left: 8px;
}

.top-body-wrap .top-body section#select div { clear: both; }

.top-body-wrap .top-body section#select div#select-year { margin-top: 30px; }

.top-body-wrap .top-body section#select div ul {
	display: flex;
	flex-wrap: wrap;
}

.top-body-wrap .top-body section#select div ul li {
	display: block;
	width: 184px;
	height: 41px;
	padding: 10px;
	margin: 0 10px 9px 0;
	border: 1px solid #00a728;
	border-radius: 6px;
	font-size: 14px;
	color: #00a728;
	text-align: center;
}
@media screen and (min-width: 767px) {
	.top-body-wrap .top-body section#select div ul li:hover { opacity: .7; }
}

.top-body-wrap .top-body section#select div ul li.on {
	background-color: #00a728;
	border-color: #00a728;
	color: #fff;
}
@media screen and (min-width: 767px) {
	.top-body-wrap .top-body section#select div ul li.on:hover {
		background-color: #d9f2df;
		color: #00a728;
	}
}

.top-body-wrap .top-body section#articles {
	width: 1000px;
	padding: 0;
	margin: 0 auto 20px;
	display: flex;
	flex-wrap: wrap;
}

.top-body-wrap .top-body section#articles article {
	width: 230px;
	border-radius: 9px;
	background-color: #fff;
	box-shadow: 0 3px 12px rgba(0,0,0,0.05);
	margin: 0 10px 20px;
	padding: 0 0 15px;
	position: relative;
}

.top-body-wrap .top-body section#articles article.hide { display: none; }

section#articles article a {
	display: block;
	padding: 15px;
	color: #000;
}

section#articles article a span.cat { font-weight: bold; font-size: 16px; color: #005E3C; display: block; padding-bottom: 10px; }
section#articles article a div {
	background-color: #ccc;
	background-position: center center;
	background-repeat: no-repeat;
	width: 197px;
	height: 154px;
	background-size: cover;
	border-radius: 8px;
	margin-bottom: 5px;
}
section#articles article a h5 { font-weight: bold; font-size: 14px; line-height: 1.2; color: #333; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; word-break: break-word; }
section#articles article a span.date { font-weight: bold; font-size: 14px; color: #005E3C; position: absolute; bottom: 5px; }
section#articles article a:hover span.date { opacity: .35; }

section#articles article a span.cat:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 5px;
	margin-bottom: -7px;
	background: url("./img/ci01.png") no-repeat;
	background-size: cover;
}

section#articles article a span.cat-02:before { background-image: url("./img/ci02.png"); }
section#articles article a span.cat-03:before { background-image: url("./img/ci03.png"); }
section#articles article a span.cat-04:before { background-image: url("./img/ci04.png"); }
section#articles article a span.cat-05:before { background-image: url("./img/ci05.png"); }
section#articles article a span.cat-06:before { background-image: url("./img/ci06.png"); }
section#articles article a span.cat-07:before { background-image: url("./img/ci07.png"); }
section#articles article a span.cat-08:before { background-image: url("./img/ci08.png"); }
section#articles article a span.cat-09:before { background-image: url("./img/ci09.png"); }
section#articles article a span.cat-10:before { background-image: url("./img/ci10.png"); }


#articlespager ul {
	width: 480px;
	padding: 0;
	margin: 0 auto 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

#articlespager ul li {
	display: block;
	width: 40px;
	height: 40px;
	margin: 5px;
	border-radius: 40px;
	background-color: #fff;
	border: 1px solid #00a728;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	color: #00a728;
}
#articlespager ul li:hover{ opacity: .7; }

#articlespager ul li.on {
	background-color: #00a728;
	color: #fff;
}
#articlespager ul li.on:hover {
	background-color: #d9f2df;
	color: #00a728;
}

#articlespager ul li#prev,
#articlespager ul li#next {
	width: 60px;
	height: 60px;
	margin: 0 0 0 55px;
	text-indent: -10em;
	overflow: hidden;
	background: #fff url("./img/arrow.png") no-repeat 50% 50%;
}

#articlespager ul li#prev {
	margin: 0 55px 0 0;
	transform: scaleX(-1);
}

#articlespager ul li#prev.invalid,
#articlespager ul li#next.invalid {
	background-image: url("./img/arrow_g.png");
	border-color: #fff;
}

.snsList {
	/*display: block;*/
	overflow: hidden;
  display: flex;
	width: 980px;
	margin: 20px auto;
}

@media screen and (min-width: 767px) {
	.sp { display: none; }
}

@media screen and (max-width: 768px) {

	.contents {
		padding: 0;
	}

	.top-header-wrap {
		background-position: top;
		padding: 4vw 0 0;
	}

	.top-header-wrap .top-header {
		width: 97vw;
		padding-top: 10px;
		background-position: top;
		background-size: contain;
	}

	.top-header-wrap .top-header h1 {
		width: 20%;
		height: 28vw;
	}

	.top-header-wrap .top-header p,
	.top-header-wrap .top-header ul {
		font-size: 2.6vw;
		line-height: 1.5;
		margin: 1em 0;
	}

	.top-header-wrap .top-header p {
	}

	.top-header-wrap .top-header p img {
		max-width: 84%;
		height: auto;
	}

	.top-header-wrap .top-header ul {
		padding: 0;
		margin-bottom: 0;
	}

	.top-header-wrap .top-header ul li {
		width: 15vw;
		margin: 0 1vw 1vw;
		line-height: 1.1;
		font-size: 2vw;
	}

	.top-header-wrap .top-header ul li a img {
		width: 9vw;
		height: 9vw;
	}

	.top-body-wrap {
		margin-top: -10px;
	}

	.top-body-wrap .top-body {
		padding: 7.5vw 0 5vw;
	}

	.top-body-wrap .top-body h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.top-body-wrap .top-body section#select {
		width: 92vw;
		padding: 4vw;
		margin: 0 auto 4vw;
	}

	.top-body-wrap .top-body section#select #select-close {
		right: 4vw;
		top: 4vw;
	}

	.top-body-wrap .top-body section#select h3 {
		font-size: 18px;
	}

	.top-body-wrap .top-body section#select div h4 {
		font-size: 16px;
		float: none;
		text-align: center;
		width: auto;
		margin: 3vw 0 1vw;
	}

	.top-body-wrap .top-body section#select div ul li {
		width: calc(42vw - 10px);
		margin: 5px;
	}

	.top-body-wrap .top-body section#articles {
		width: 92vw;
	}

	.top-body-wrap .top-body section#articles article {
		width: 92vw;
		margin: 0 0 3vw;
	}

	.top-body-wrap .top-body section#articles article a div {
		width: 84.5vw;
		height: 66.056vw;
	}

	#articlespager ul {
		width: 92vw;
	}

	#articlespager ul li {
		width: 10vw;
		height: 10vw;
		line-height: 10vw;
		font-size: 4.5vw;
		margin: 0;
	}

	#articlespager ul li#prev,
	#articlespager ul li#next {
		width: 14vw;
		height: 14vw;
		margin: 0 0 0 2vw;
	}

	#articlespager ul li#prev {
		margin: 0 2vw 0 0;
	}

	.snsList { width: 92vw; margin: 4vw; }
}