@charset "UTF-8";

#page_header{background-image: url("../img/header_img_pc.svg");}


a.box-item03 {
    color:#000000;
}
.title_h3{color:#0000000;font-size: 1.4em;margin-bottom: 1%;margin-top: 1em;}
.w90per{width: 90%;margin: 0 auto;}
.a_blue{display: inline-block;}
.mt100{margin-top: 100px;}


.news_ttl{font-size: 1.0em;margin-bottom: 0.6em;}.date{color:#0d68a9;}
.box-item03{width: 30%;display: inline-block;margin:1% 0 3%;height: auto;}
.news-bk-img{
    width: 100%;
    height: 280px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
	margin-bottom: 2%;
}
.news_h2{font-size: 1.8em;margin-bottom: 2em;}
.wp_contents img{width: 100%;margin: 3% 0;}
.wp_contents p{line-height: 2;margin: 3% 0;}
.wp_contents p.date{line-height: 1.4em;margin: 0;}
.news_contens,.page_navi{margin-bottom: 5em;}
.page_navi a{color: #000000;}
.page_navi .f-left{float: left;}
.page_navi .f-right{float: right;}
.btn{width: 34%;margin: 0 auto;}

.pagination .page-numbers {
  color: #333;
  font-size: 13px;
  line-height: 1.2rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border: solid 1px transparent;
  border-radius: 100%;
  margin: 0 6px;
}

.pagination .current {
  border: solid 1px #333;
}

.pagination .prev,
.pagination .next {
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: solid 1px #333;
  border-radius: 100%;
}

.pagination .prev::after,
.pagination .next::after {
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  margin: auto;
}

.pagination .prev::after {
  transform: rotate(225deg);
}

.pagination .next::after {
  transform: rotate(45deg);
}

.pagination a:hover {
  border: solid 1px #333;
  transition: .3s;
}

.pagination .prev:hover {
  transform: translateX(-3px)
}

.pagination .next:hover {
  transform: translateX(3px)
}
/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width:1000px) {

	}
/*
===================================================
 sp スマホ解像度
===================================================
*/
@media screen and (max-width:640px) {
#page_header{background-image: url("../img/header_img_pc.svg");}
	
.mt100{margin-top: 30px;}
	
.title_h3{font-size: 1.3em;margin-bottom: 1%;line-height: 1.2;}
.sp_mt3em{margin-top: 3em;}
.w90per{width: 100%;margin: 0 auto;}

.news_h2{font-size: 1.4em;margin-bottom: 0.6em;}
.box-item03{width: 47%;display: inline-block;margin:1% 0 3%;height: auto;}
.news-bk-img{
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
	margin-bottom: 2%;
}
.btn{width: 60%;margin: 0 auto 5%;}
}
