@charset "utf-8";
#news .sub_main_visual {background: #d00030;}

/*　sec1
---------------------------------------------------------*/
.sec1 {
	padding: 125px 0 100px;
}
.newsList {}
.newsList_item {
  position: relative;
  margin-left: 2.5334%;
	width: 23.1%;
  max-width: 254px;
}
.newsList_item.new:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -16px;
  right: 0;
  background-image: url(../common/img/icon_new@2x.png);
  background-repeat: no-repeat;
  background-size: 60px;
  width: 60px;
  height: 26px;
}
.newsList_item a {
	display: block;
}
.newsList_item a:hover {
  opacity: 1;
}
.newsList_item figure {
  overflow: hidden;  
}
.newsList_item figure img {
  width: 100%;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  transition: all 1.5s ease;   
}
.newsList_item .dcBox {
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0 30px;    
}
.newsList_item .dcBox span {
  position: relative;
  display: block;   
}
.newsList_item  .dcBox span.date {
  font-size: 1.3rem;
}
.newsList_item  .dcBox span.date:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  background: #d70030;
  width: 40px;
  height: 1px;
  
}
.newsList_item  .dcBox span.category {
  color: #d70030;
}
@media screen and (max-width: 350px) {
  .newsList_item  .dcBox span.category {
    font-size: 11px;
  }
}
.newsList_item .title {
  margin-bottom: 12px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
}
.newsList_item .text {}
.newsList_item .textLink {
  color: #939393;
  margin-top: 5px;
  font-size: 1.3rem;
  text-align: right;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.wp-pagenavi {
  margin-top: 115px;
	text-align: center;
}
.wp-pagenavi li{
	display: inline-block;
}
.wp-pagenavi a,
.wp-pagenavi span {
	position: relative;
  display: inline-block;
  border: 1px solid #939393;
  color: #555;
  margin: 0 3px;
  width: 40px;
  font-size: 1.6rem;
  line-height: 38px;
  text-decoration: none;
  letter-spacing: 0;
}
.wp-pagenavi a.prev,
.wp-pagenavi a.next {
	text-indent: -9999px;
}
.wp-pagenavi a.prev:before,
.wp-pagenavi a.next:before {
	content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.wp-pagenavi a.prev:before {
  left: 3px;
  border-bottom: 1px solid #555;
  border-left: 1px solid #555;
}
.wp-pagenavi a.prev:hover:before {
  border-bottom: 1px solid #FFF;
  border-left: 1px solid #FFF;
}
.wp-pagenavi a.next:before {
  right: 3px;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
}
.wp-pagenavi a.next:hover:before {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
.wp-pagenavi span.current {
  background: #d70030;
  border: 1px solid #d70030;
  color: #FFF;
	opacity: 1;
}

.wp-pagenavi a.back {
  border: 1px solid #000;
	margin: 0;
  width: 140px;
  font-size: 1.5rem;
  line-height: 34px;
}

@media screen and (min-width: 769px) {
  .newsList_item:nth-child(4n+1) {
    margin-left: 0;
  }
  .newsList_item:nth-child(n+5) {
    margin-top: 80px;
  }
  .newsList_item a:hover figure img {
    -webkit-transform: scale(1.1);
    transform : scale(1.1);   
  }
  .newsList_item a:hover .textLink {
    color: #d70030;   
  }
  
  .wp-pagenavi a:hover {
    background: #d70030;
    border: 1px solid #d70030;
    color: #FFF;
    opacity: 1;
  }
  .wp-pagenavi a.back:hover {
    background: #000;
  }
}

/*　detail
---------------------------------------------------------*/
/*.news-detail .sec1 {
	padding: 130px 0 140px;
}*/
.entry {
	margin: 0 auto;
	max-width: 900px;
}
.entry .entry_header {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
	margin:0 0 55px;
}
.entry .entry_title {
	position: relative;
  padding-right: 30px !important;
	font-size: 2.3rem;
	font-weight: 700;
	line-height: 1.75;
}
.entry .entry_meta {
  border-top: 1px solid #d70030;
  margin-right: -100px;
  padding-top: 13px !important;
  width: 185px;
}
.entry .entry_meta .date {
}
.entry .entry_meta .category {
  color: #d70030;
}
.entry figure {
  display: block;
  margin-bottom: 35px;
  text-align: center;
}
.entry p {
	margin-bottom: 35px;
	font-size: 1.5rem;
	line-height: 1.9;
}
.entry p a {
	text-decoration: underline;
}
.news-detail .wp-pagenavi {
  margin-top: 80px;
}

/*---------------------------------------------------------
  w1200
---------------------------------------------------------*/
@media screen and (max-width: 1199px) {
  .entry .entry_title {
    width: 75%;
  }
  .entry .entry_meta {
    margin-right: -20px;
    width: 25%;
    max-width: 185px;
  }
}

/*---------------------------------------------------------
  w1100
---------------------------------------------------------*/
@media screen and (max-width: 1099px) {}

/*---------------------------------------------------------
  スマホ
---------------------------------------------------------*/
@media screen and (max-width: 768px) {
	/*　sec1
	---------------------------------------------------------*/
	.sec1 {
    padding: 50px 0 50px;
  }
  .newsList {}
  .newsList_item {
    margin-left: 4%;
    width: 48%;
    max-width: 100%;
  }
  .newsList_item:nth-child(2n+1) {
    margin-left: 0;
  }
  .newsList_item:nth-child(n+3) {
    margin-top: 40px;
  }
  .newsList_item.new:before {
    top: -12px;
    background-size: 48px;
    width: 48px;
    height: 20px;
  }
  .newsList_item .dcBox {
    padding: 15px 0 20px;    
  }
  .newsList_item  .dcBox span.date {
    font-size: 1.2rem;
  }
  .newsList_item  .dcBox span.date:before {
    bottom: -8px;
    width: 38px;
  }
  .newsList_item .title {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
  .newsList_item .text {}
  .newsList_item .textLink {
    font-size: 1.2rem;
    text-align: right;
  }

	.wp-pagenavi {
    margin-top: 50px;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 30px;
    font-size: 1.5rem;
    line-height: 28px;
  }
  .wp-pagenavi a.prev:before,
  .wp-pagenavi a.next:before {
    width: 6px;
    height: 6px;
  }
  .wp-pagenavi a.prev:before {
    left: 3px;
  }
  .wp-pagenavi a.next:before {
    right: 3px;
  }

	.wp-pagenavi a.back {
    width: 120px;
	  font-size: 1.4rem;
	}

	/*　detail
	---------------------------------------------------------*/
	.news-detail .sec1 {
		padding: 50px 0 50px;
	}
	.entry {
    margin: 0 auto;
  }
  .entry .entry_header {
    margin:0 0 25px;
  }
  .entry .entry_title {
    padding-right: 0 !important;
    width: 100%;
    font-size: 1.8rem;
  }
  .entry .entry_meta {
    margin: 0 0 25px;
    padding-top: 10px !important;
    width: 100%;
    max-width: 100%;
  }
  .entry figure {
    margin-bottom: 25px;
  }
  .entry p {
    margin-bottom: 25px;
    font-size: 1.4rem;
  }
  .news-detail .wp-pagenavi {
    margin-top: 50px;
  }

}
