@charset "UTF-8";

/* information
---------------------------------------------------------------------------*/
.title-page-txt {
	margin: 70px 0 100px;
}

/* news-list
------------------------------------*/
.news-list {
	width: 1000px;
	margin: 0 auto 80px;
}

.news-list li {
	position: relative;
	float: left;
	width: 300px;
	margin: 0 50px 60px 0;
}

.news-list li:nth-of-type(3n) {
	margin-right: 0;
}

.news-list li a {
	display: block;
}

.news-list li time {
	position: absolute;
	top: -10px;
	left: -15px;
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid #00952F;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	padding: 6px 0 0 2px;
	color: #00952F;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	z-index: 2;
}

.news-list li time span {
	display: block;
}

.news-list li time span:nth-of-type(1) {
	position: relative;
	margin-bottom: 5px;
	font-size: 10px;
}

.news-list li time span:nth-of-type(1):after {
	display: block;
	content: '';
	position: absolute;
	bottom: -3px;
	left: 15px;
	background: #0D9B3B;
	width: 22px;
	height: 1px;
}

.news-list li time span:nth-of-type(2) {
	margin-bottom: 4px;
	font-size: 14px;
}

.news-list li time span:nth-of-type(3) {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.15em;
}

.news-list figure {
	overflow: hidden;
	position: relative;
	width: 300px;
	height: 300px;
	margin-bottom: 30px;
}

.news-list figure:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/share/frame-thum.png) no-repeat;
	background-size: 300px 300px;
	width: 300px;
	height: 300px;
	z-index: 1;
}

.news-list figure img {
	min-width: 300px;
	min-height: 300px;
}

.news-list h2 {
	color: #00952F;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 0.12em;
}

.news-list .area {
	position: absolute;
	top: -2px;
	right: 5px;
	z-index: 2;
}

.news-list .area div,
.news-title .area div {
	box-sizing: border-box;
	background-color: #1FAC4C;
	border-radius: 20px;
	min-width: 58px;
	margin-bottom: 5px;
	padding: 4px 8px 5px 9px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.12em;
	text-align: center;
	transform: translateY(-1px);
}

.news-title .area div {
	display: inline-block;
	margin-right: 6px;
}


/* single
---------------------------------------------------------------------------*/

/* .news-area
------------------------------------*/
.news-area {
	width: 780px;
	margin: 0 auto;
}

.news-title {
	margin-bottom: 40px;
	color: #00952F;
}

.news-title time {
	display: inline-block;
	margin: 0 7px 14px 1px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.2em;
}

.news-title .area {
	display: inline-block;
}

.news-title h1 {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.15em;
}

/* .nav-page
------------------------------------*/
.nav-page {
	position: relative;
	margin-top: 75px;
}

.nav-page li {
	width: 320px;
}

.nav-page li a {
	position: relative;
	display: block;
}

.nav-page li.prev {
	float: left;
	margin-left: 42px;
}

.nav-page li.next {
	float: right;
	margin-right: 40px;
	text-align: right;
}

.nav-page li.prev a:before,
.nav-page li.next a:before {
	display: block;
	content: '';
	position: absolute;
	top: 22px;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
}

.nav-page li.prev a:before {
	background-image: url(../img/share/btn-prev-s.png);
	left: -44px;
}

.nav-page li.next a:before {
	background-image: url(../img/share/btn-next-s.png);
	right: -42px;
}

.nav-page li p {
	margin-bottom: 4px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.15em;
}

.nav-page li h2 {
	color: #00952F;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.12em;
}

/* .sec-other
------------------------------------*/
.sec-other {
	margin-top: 190px;
}

.sec-other .title-line {
	margin-bottom: 60px;
}

.sec-other .title-line span {
	font-size: 22px;
}

.sec-other .news-list {
	margin-bottom: 0;
}

/* .wp-pagenavi
------------------------------------*/
.wp-pagenavi {
	text-align: center;
	color: #00952F;
	font-size: 16px;
	font-weight: bold;
}

.wp-pagenavi a {
	padding: 5px;
	color: #00952F;
	font-weight: bold;
}

.wp-pagenavi a.page {
	display: inline-block;
	box-sizing: border-box;
	border-radius: 50%;
	background: #FFFFFF;
	width: 30px;
	height: 30px;
	margin: 0 3px;
	padding-top: 6px;
	color: #00952F;
	font-weight: bold;
}

.wp-pagenavi a.page:hover {
	background: #00952F;
	color: #FFFFFF;
	opacity: 1;
}

.wp-pagenavi .current {
	display: inline-block;
	box-sizing: border-box;
	border-radius: 50%;
	background: #00952F;
	width: 30px;
	height: 30px;
	margin: 0 3px;
	padding-top: 6px;
	color: #FFFFFF;
}

.wp-pagenavi .extend {
	margin: 0 7px;
}

.wp-pagenavi a.first,
.wp-pagenavi a.last,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	letter-spacing: 0.1em;
}

.wp-pagenavi a.first {
	margin-right: 55px;
}

.wp-pagenavi a.previouspostslink {
	position: relative;
	margin-right: 20px;
}

.wp-pagenavi a.last {
	margin-left: 55px;
}

.wp-pagenavi a.nextpostslink {
	position: relative;
	margin-left: 20px;
}

.wp-pagenavi a.previouspostslink:before,
.wp-pagenavi a.nextpostslink:after {
	position: absolute;
	top: 2px;
	display: block;
	content: '';
	background-repeat: no-repeat;
	background-size: 31px 31px;
	width: 31px;
  height: 31px;
}

.wp-pagenavi a.previouspostslink:before {
	background-image: url(../img/share/btn-prev-s.png);
	left: -36px;
}

.wp-pagenavi a.nextpostslink:after {
	background-image: url(../img/share/btn-next-s.png);
	right: -36px;
}