@charset "UTF-8";
/*-------------------定期&特別企画-------------------*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.second.features .inner {
  width: 85%;
  max-width: 1100px;
  margin: 0 auto;
}
.second.features .inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.second.features .inner ul li {
  width: 45%;
  padding: 20px 2% 60px;
  outline: solid 1px #0078c2;
  position: relative;
  margin-bottom: 30px;
}
.second.features .inner ul li h5 {
  margin: 0 auto 20px;
  font-size: 22px;
}
.second.features .inner ul li .inner02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.second.features .inner ul li .inner02 figure {
  width: 47%;
  height: 200px;
}
.second.features .inner ul li figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.second.features .inner ul li .inner02 .txt {
  width: 47%;
}
.second.features .inner ul li .inner02 .txt p {
  text-align: justify;
}
.second.features .inner ul li .inner02 .txt .btn {
  width: 150px;
  margin: 0 auto;
}
.second.features .inner ul li .inner02 .txt .btn a {
  display: block;
  text-decoration: none;
  color: #0078c2;
  border-radius: 50px;
  border: solid 1px #0078c2;
  background-color: #ebf4fa;
  text-align: center;
  padding: 5px 0 6px;
  font-size: 14px;
}
.second.features .inner ul li .inner02 .txt .btn a:hover {
  opacity: 1;
  color: #fff;
  background-color: #0078c2;
}
.second.features .inner ul li .time {
  margin: 0;
  position: absolute;
  right: 5%;
  bottom: 20px;
  font-size: 14px;
}
/*-------------------企画-------------------*/
.second.features .intro {
  background-color: #ebf4fa;
  font-size: 18px;
  font-weight: 500;
}
.second.features .intro .inner {
  padding: 30px 0;
}
.second.features .inner ul li h6 {
  margin: 0 0 -10px 0;
  font-weight: 500;
  font-size: 14px;
  width: 50px;
  background-color: #eee;
  padding: 2px 0 3px;
  text-align: center;
}
.second.features .inner ul li .txt p a {
  color: #0078c2;
  word-break: break-all;
}
/*-------------------企画　今月のピックアップ加振実験映像、直近の大地震における建物損傷度の評価-------------------*/
.second.features.features_detail .inner ul {
  display: block !important;
}
.second.features.features_detail .inner ul li {
  width: auto !important;
  padding: 20px 5% 60px;
}
.second.features.features_detail .inner ul li .inner02 {
  display: block !important;
}
.second.features.features_detail .inner ul li .inner02 figure {
  width: 47%;
  height: 350px;
  margin: 35px 0 10px 3%;
  float: right;
}
.second.features.features_detail .inner ul li .inner02 .txt {
  width: auto !important;
}
/*一覧ページ ページネーション*/
.second.features .pagination h2 {
  display: none;
}
.second.features .pagination {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
.second.features .pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.second.features .pagination a {
  text-decoration: none;
  color: #000;
}
.second.features .pagination .page-numbers {
  margin: 0 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #ebf4fa;
}
.second.features .pagination .current {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: #0078c2;
}
.second.features .pagination a.prev.page-numbers, .second.features .pagination a.next.page-numbers {
  width: auto !important;
  height: auto !important;
}
.second.features .pagination .prev, .second.features .pagination .next {
  background: transparent;
  box-shadow: none;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.second.features .pagination .dots {
  background: transparent;
  box-shadow: none;
}
@media screen and (max-width:1050px) {
  /*-------------------定期&特別企画-------------------*/
  .second.features .inner ul {
    display: block;
  }
  .second.features .inner ul li {
    width: auto;
    padding: 20px 5%;
  }
  .second.features .inner ul li h5 {
    font-size: 20px;
  }
  .second.features .inner ul li .inner02 {
    display: block;
  }
  .second.features .inner ul li .inner02 figure {
    width: auto;
    margin: 0 auto 15px;
  }
  .second.features .inner ul li .inner02 .txt {
    width: auto;
  }
  .second.features .inner ul li .inner02 .txt .btn {
    margin: 0 auto 20px;
  }
  .second.features .inner ul li .time {
    position: static;
    text-align: right;
  }
  /*-------------------企画-------------------*/
  .second.features .intro {
    font-size: 16px;
  }
  .second.features .intro .inner {
    padding: 10px 0;
  }
  /*-------------------企画　今月のピックアップ加振実験映像、直近の大地震における建物損傷度の評価-------------------*/
  .second.features.features_detail .inner ul li {
    padding: 20px 5%;
  }
  .second.features.features_detail .inner ul li .inner02 figure {
    width: auto;
    height: 200px;
    margin: 0 auto 15px;
    float: none;
  }
  .second.features .pagination .page-numbers {
    margin: 0 3px !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
  }
}