/* project
==================================*/
  .project{
  	width: auto;
  	max-width:800px;
	margin:0 auto;
  	padding: 0 15px;
  }

  .project h3 {
    line-height: 1.2;
    text-align: center;
    margin-bottom: 37px;
    font-size: 25px;
    font-weight: 900;
  }

  .project p ,
  .project dl dd ,
  .project dl dt {
    line-height: 24px;
	font-weight:500;
  }


/* pro_info */
  .project .pro_info {
	margin-bottom: 20px;
    position: relative;
  }
  .project .pro_info .info_inner {
    border: #eaeaea 4px solid;
    padding: 20px;
  }
  .project .pro_info h4 {
	padding:6px 0 5px;
	width:98px;
	text-align:center;
	color:#FFFFFF;
	background:#252f3c;
	position:absolute;
	right:0px;
	top:-10px;
	z-index:2;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
  }

  .project .pro_info dl.pl {
    width: 162px;
    margin: 0 auto 20px;
  }
  .project .pro_info dl.pl dt img {
    width:100%;
	height:auto;
	vertical-align:top;
  }
  .project .pro_info dl.pl dd {
    text-align: center;
	color:#07719d;
    font-size: 20px;
	font-weight: 600;
    margin-top: 7px;
  }
  .project .pro_info dl.pl dd span {
	display:block;
	color:#969696;
	font-size:14px;
    font-weight: 400;
  }

  .project .pro_info .info_right .photo2 div {
    padding:0 0 20px 0;
  }

  .project .pro_info .info_right .photo2 div p {
    padding:3px 0;
    text-align:center;
  }

  .project .pro_info .info_right .photo2 div p img {
    border:#b6b6b6 1px solid;
  }


  .project .pro_info .info_right dl {
    width: 100%;
	margin-bottom:9px;
  }
  .project .pro_info .info_right dl:last-child {
	margin-bottom:0;
  }
  .project .pro_info .info_right dl dt {
    color: #07719d;
	position:relative;
	padding-left:12px;
  }
  .project .pro_info .info_right dl dt img {
    width:100%;
	height:auto;
	vertical-align:top;
  }
  .project .pro_info .info_right dl dt::before {
    content: "";
    background: #07719d;
    width: 5px;
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
  }
  .project .pro_info .info_right dl dd {
    margin-left: 12px;
  }


/* pro_disc */
  .project .pro_disc dl dt {
    color: #07719d;
    font-size: 18px;
    padding: 0 0 5px 14px;
    position: relative;
  }
  .project .pro_disc dl dt::before {
    content: "";
    background: #4dadd5;
    width: 9px;
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
  }
  .project .pro_disc dl dd {
    text-indent: 1em;
    margin: 0 0 20px 14px;
  }


/* pro_photo */
  .project .pro_photo dl {
    padding-bottom:25px;
  }
  .project .pro_photo dl dt {
    margin-bottom:5px;
	border:#eaeaea 1px solid;
  }
  .project .pro_photo dl dt img {
    width:100%;
	height:auto;
	vertical-align:top;
  }

  .project .pro_photo .movie dl {
    width: 100%;
  }

  .project .pro_photo .movie dl dd{
    text-align:center;
  }
   
  .project .pro_photo .movie dl dt {
    position:relative;
    width:100%;
    height:0;
    padding-top:55%;
  }

  .project .pro_photo .movie iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
  }

  p.pro-lead {
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.03em;
  }
  
  
/* project
==================================*/
.n_list{
  padding: 0 21px 30px 21px;
}
.n_list ul{
  flex-wrap: wrap;
  margin: 26px 0 0;
}
.n_list ul li{
  display: block !important;
  width:100%;
  margin: 0 auto 35px auto;
}
.n_list ul li figure .ph_wrap{
  position: relative;
  background: #f0f0f0;
  text-align: center;
}
.n_list ul li figure .ph_wrap_inner{
  overflow: hidden;
}
.n_list ul li figure .ph_wrap img{
  margin: auto;
  height:auto;
  transition: .4s ease;
}
.n_list ul li:hover figure .ph_wrap img{
  transform: scale(1.1);
}
.n_list ul li figure span{
  position: absolute;
  right: 0;
  bottom: -12px;
  display: block;
  color: #000;
  background: #ffc000;
  width: 68px;
  height: 23px;
  font-family: 'Roboto Mono', monospace;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.02em;
}
.n_list ul li figure span.tag {
  position: absolute;
  right: 68px;
  bottom: -12px;
  color: #fff;
  background: #ff4318;
}

.n_list ul li figure figcaption{
  color: #07719d;
/* 	padding: 28px 0 0;*/
  padding: 18px 0 10px;
  font-size: 20px;
  font-weight: 450;
  line-height: 28px;
}
.n_list ul li p.tag{
  display: inline-block;
  color: #07719d;
/* 	margin: 20px 0 10px;*/
  margin: 14px 0 8px;
  padding: 5px 10px;
  border: 1px solid #07719d;
  font-size: 14px;
  font-weight: 400;
}
.n_list ul li p.belong{
/* 	margin: 0 0 15px;
  line-height: 24px;*/
  margin: 0 0 5px;
  line-height: 1.4;
font-weight: 450;
}
.n_list ul li p.name{
  font-weight: 450;
}
.n_list ul li p.name span{
  color: #969696;
  font-weight: 400;
}

.slick-arrow{
  display: block;
  width: 40px;
  position: absolute;
  z-index: 1;
  left: -21px;
  top: 16%;
}
.slick-arrow.next{
  left: auto;
  right: -21px;
}





/* pager
===============================================================*/
.pager {
  text-align: center;
  margin: 20px -11px 30px;
}

.pager .wp-pagenavi a {
  display: inline-block;
  width: 33px;
  padding:9px 0 8px;
  border: #07719d 1px solid;
  margin-right: 6px;
background:#FFFFFF;
  transition: .3s;
  font-family: 'Roboto Mono', monospace;
}
.pager .wp-pagenavi a:hover {
  border: #07719d 1px solid;
background:#07719d;
color:#FFFFFF;
text-decoration:none;
}

.pager .wp-pagenavi span.current {
  display: inline-block;
  width: 33px;
  padding:9px 0 8px;
  border: #07719d 1px solid;
  margin-right: 6px;
background:#07719d;
color:#FFFFFF;
  font-family: 'Roboto Mono', monospace;
}


.pager .wp-pagenavi a.previouspostslink ,
.pager .wp-pagenavi a.nextpostslink {
border:none;
position:relative;
/*  width: 11px;
  height: 18px;
padding:0;*/
background:none;
}
.pager .wp-pagenavi a.previouspostslink:hover ,
.pager .wp-pagenavi a.nextpostslink:hover {
color:#000000;
background:none;
}

/*
.pager .wp-pagenavi a.previouspostslink {
  margin: 0 10px 0 0;
}
*/
.pager .wp-pagenavi a.nextpostslink {
/*  margin: 0 0 0 4px;*/
  margin-right: 0;
}


.pager .comPageBtn {
position:relative;
  margin: 0 -11px;
}

.pager .comPageBtn li a {
  transition: .3s;
}

.pager .comPageBtn li.prev {
  position: absolute;
  left: 10px;
  top:11px;
}

.pager .comPageBtn li.next {
  position: absolute;
  right: 10px;
  top: 11px;
}

.pager .comPageBtn li.back a {
  display: block;
  width: 100px;
  color: #FFFFFF;
  background: #0fabfc;
  margin: 0 auto;
  height: 36px;
  line-height: 36px;
  text-align: center;
position:relative;
z-index:2;
}
.pager .comPageBtn li.back a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #0098d8;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.pager .comPageBtn li.back a:hover{
text-decoration:none;
color: #ffffff;
}
.pager .comPageBtn li.back a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #0098d8;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.pager .comPageBtn li.back a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}