@charset "UTF-8";
.text-bottom p{
	margin-bottom: 1.8em;	
}
.text-bottom p:last-child{
	margin-bottom: 0em;	
}
.news-area {
	max-width: 1070px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding-top: 30px!important;
	padding-bottom: 10px;
}

.news-area > div:first-child {
	margin-bottom: 1em;

}

.news-area dl {
	display: table;
	width: 100%;
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	position: relative;
}
.news-area dl::after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 1px;
	background-color: var(--accent-color);
}

.news-area dl dt, .news-area dl dd {
	margin: 0;
	padding: 0;
}
.news-area dl dd {
	padding-top: 1em;
	position: relative;
	padding-right: 3em;	
}
.news-area dl dd img{
	position: absolute;
	right: 0em;
	top: 50%;
	width: 2em;
	height: auto;
	margin-top: -0.3em;
}
@media (min-width: 576px) {
	.news-area dl dt, .news-area dl dd {

		display: table-cell;
	}
	.news-area dl dd {
padding-top: 0em;
}
}
.news-area dl dd em {
	font-style: normal;
	color: #FF0000;
}
.news-area dl dt {
	width: 18em;
	color: var(--main-color);

}
.news-area dl dt span {
	width: 10em;
	color: #FFFFFF;
	padding: 0.2em 1em;
	background-color: #666666;
	margin-left: 1.5em;
	border-top-right-radius: 1em;
	border-bottom-left-radius: 1em;
	display: inline-block;
	text-align: center;
}

.news-area dl dd {

}

/* ページャー  */
.pager{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	font-size: 0.9em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	margin-right: auto;
	margin-left: auto;
	max-width: 1080px;
	color: #258039;
}
.pager .pagination {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin-top: 0.3em;
	margin-right: 0;
	margin-left: 1em;
	margin-bottom: 0;
}

.pager .pagination li {
	display: inline;
	margin: 0 5px;
	padding: 0;
	width: 26px;
	height: 26px;
	text-align: center;
	position: relative;
	z-index: 0;
	border: 1px solid #258039;
	line-height: 100%;	
}


.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #258039;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
	z-index: 0;
}

.pager .pagination li a span{
	display: table-cell;
	vertical-align: middle;
	line-height: 100%;	
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
	color: #fff;
	background-color: #258039;
}
.pager .pagination li.pre,
  .pager .pagination li.next{
	width: 4em;
	display: inline-block;	
	  border: none;
  }
 .pager .pagination li.pre span::before{
    content: '<';
	display: inline-block;
	margin-right: 0.5em;
	z-index: 1;	
	  -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
  }

  .pager .pagination li.next span::after{
    content: '>';
	display: inline-block;
	margin-left: 0.5em;
	z-index: 1;	
	   -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
  }
 .pager .pagination li.pre a:hover span::before{
  }

  .pager .pagination li.next a:hover span::after{
  }
.pager .pagination li.pre a:hover,
.pager .pagination li.next a:hover{
	color: #258039!important;
	background-color: transparent!important;
}
@media only screen and (max-width: 767px){
  .pager .pagination {
	  justify-content: space-between;
}
	
	/*
	.pager .pagination li{
    display: none;
  }*/

  .pager .pagination li.pre,
  .pager .pagination li.next{
    display: inline-block;
    /*width: 40%;*/
    text-align: center;
	  
	border-radius: 0em;
  }
	
	
.pager .pagination li a{
}
  .pager .pagination li.pre a,
  .pager .pagination li.next a{
    width: 100%;
    text-align: center;
  }

  .pager .pagination li.pre span::after{
    content: "";
  }

  .pager .pagination li.next span::before{
    content: "";
  }

}
.news-green-bg{
	background-color: #ECF5E3;
	padding-top: 40px;
	padding-bottom: 40px;
}
@media (min-width: 576px) {
  .news-green-bg{
	background-color: #ECF5E3;
	padding-top: 70px;
	padding-bottom: 70px;
}
}
@media (min-width: 992px) {
  .news-green-bg{
	background-color: #ECF5E3;
	margin-right: -100px;
	margin-left: -100px;
	padding-top: 90px;
	padding-bottom: 60px;
}
}
.news-bottom {
	
}


.news-bottom .archive{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: var(--button-color);
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
}

.news-bottom .category{	
}
@media (min-width: 576px) {
	.news-bottom .category{
}
.news-bottom .archive{
	border-bottom-style: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: var(--button-color);
}
}
@media (min-width: 992px) {
	.news-bottom .category{
	padding-left: 4em!important;	
}
.news-bottom .archive{
	padding-right: 4em!important;
}
}
.news-bottom h4{
	color: #258039;
	font-size: 1.5em;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 1em;	
}
.news-bottom .archive,.news-bottom .category{
}
@media (min-width: 576px) {
.news-bottom .archive,.news-bottom .category{
	padding-top: 1em;
	padding-bottom: 1em;
}
}
@media (min-width: 992px) {
.news-bottom .archive,.news-bottom .category{
	padding-top: 2em;
	padding-bottom: 2em;
}
}
.news-bottom .archive a,.news-bottom .category a{
	display: block;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	padding: 1em 4em 1em 1em;
	position: relative;
}
.news-bottom .archive a img,.news-bottom .category a img{
	position: absolute;
	right: 1em;
	top: 50%;
	margin-top: -0.5em;
	width: 2em;
	height: auto;
}

.news-bottom .archive a{
	background-color: #fff;
	position: relative;
	-webkit-box-shadow: 3pt 3px 5px rgba(51,51,51,0.4);
	box-shadow: 3pt 3px 5px rgba(51,51,51,0.2);
	border-width: 1px;
	border-style: solid;
	border-color: var(--button-color);
}

.news-bottom .archive a:hover{
	opacity: 0.7;
	text-decoration: none;	
	
}
.news-bottom .category a{
	background-color: var(--button-color);
	color: var(--button-text-color);
	position: relative;
	-webkit-box-shadow: 3pt 3px 5px rgba(51,51,51,0.4);
	box-shadow: 3pt 3px 5px rgba(51,51,51,0.2);
}

.news-bottom .category a:hover{
	color: var(--button-text-color);
	opacity: 0.7;
	text-decoration: none;	
}


.news-post img{
	width: auto!important;	
	
}
.post-hed{
}
@media (min-width: 576px) {
.post-hed{
	margin-bottom: 45px;
}
}
@media (min-width: 992px) {
.post-hed{
	margin-bottom: 60px;
}
}
.post-hed .date{	
	color: var(--main-color);
}
.post-hed .date span {
	width: 10em;
	color: #FFFFFF;
	padding: 0.2em 1em;
	background-color: #666666;
	margin-left: 1.5em;
	border-top-right-radius: 1em;
	border-bottom-left-radius: 1em;
	display: inline-block;
	text-align: center;
}
.post-hed h3{
	font-size: 6vw;
	border-bottom: 1px solid var(--accent-color);
	padding-bottom: 30px;
	padding-top: 30px;
}
@media (min-width: 576px) {
.post-hed h3{
	font-size: 1.5em;
}
}
@media (min-width: 992px) {
.post-hed h3{
	font-size: 1.8em;
}
}
.post-body{
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 576px) {
.post-body{
	width: 90%;
}
}
@media (min-width: 992px) {
.post-body{
	width: 80%;
}
}

.post-foot{
	margin-top: 60px;	
}

.wp_social_bookmarking_light {
    border: 0 !important;
    padding: 10px 0 0px 0 !important;
    margin: 0 !important;
}
/* ポストページャー  */
.post-pager .pagination {
	border-top: 1px solid var(--accent-color);
	padding-top: 40px;
	margin-top: 30px;	
}
.post-pager .pagination {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	font-size: 0.9em;
	justify-content: center;
}

.post-pager .pagination li {
	display: inline;
	margin: 0 5px;
	padding: 0;
	width: 140px;
	height: 26px;
	text-align: center;
	position: relative;
	z-index: 0;
	
	
}


.post-pager .pagination li a{
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: table;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	z-index: 0;
	background-color: #5EA8A7;	
}

.post-pager .pagination li a span{
	display: table-cell;
	vertical-align: middle;
	line-height: 100%;	
}

.post-pager .pagination li a:hover,
.post-pager .pagination li a.active{
	color: #fff;
	background-color: rgba(94,168,167,0.7);
}
.post-pager .pagination li.back a{
	color: #fff;
	background-color: var(--main-color);
}
.post-pager .pagination li.back a:hover{
	color: #fff;
	background-color: var(--main-color);
	opacity: 0.7;
}
.post-pager .pagination li.pre,
  .post-pager .pagination li.next{
	width: 100px;
	display: inline-block;	  
  }
 .post-pager .pagination li.pre span::before{
    content: '←';
	display: inline-block;
	margin-bottom: 0.3em;
	margin-right: 1em;
	z-index: 1;	
	  -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
  }

  .post-pager .pagination li.next span::after{
    content: '→';
	display: inline-block;
	margin-bottom: 0.3em;
	margin-left: 1em;
	z-index: 1;	
	   -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
  }
 .post-pager .pagination li.pre a:hover span::before{
  }

  .post-pager .pagination li.next a:hover span::after{
  }

@media only screen and (max-width: 767px){
  .post-pager .pagination {
	  justify-content: space-between;
}
	.post-pager .pagination li{
    display: none;
  }

  .post-pager .pagination li.pre,
  .post-pager .pagination li.next{
    display: inline-block;
    width: 40%;
    text-align: center;
	  
	border-radius: 0em;
  }
.post-pager .pagination li a{
}
  .post-pager .pagination li.pre a,
  .post-pager .pagination li.next a{
    width: 100%;
    text-align: center;
  }

  .post-pager .pagination li.pre span::after{
    content: "";
  }

  .post-pager .pagination li.next span::before{
    content: "";
  }

}

