@charset "utf-8";

/* CSS Document */

.postlist-page .sec-header__fig{background-image: url(../images/post/post_fig_01.jpg);}

/* detail */
.postlist-page .cmn-blc{padding: 0 20px 120px;}
  .info-list{
    width: 100%;
    max-width: 710px;
    margin: 0 auto 50px;
    }
    .info-list__item{
      display: flex;
      padding-bottom: 20px;
      border-bottom: 1px dashed rgba(0,101,164,1);
      }
      .info-list__item:not(:last-of-type){margin-bottom: 20px;}
      .info-list__date{
        width: 75px;
        font-size: 1.4rem;
        line-height: 1.4;
        }
      .info-list__ttl{width: calc(100% - 75px);}
        .info-list__link{
          display: block;
          font-size: 1.4rem;
          line-height: 1.4;
          }
        .info-list__link:hover{text-decoration: underline;}

  .postlist-pagenavi .wp-pagenavi{
    display: flex;
    justify-content: center;
    width: 100%;
    }        
    .postlist-pagenavi span,
    .postlist-pagenavi a{
      display: flex;
      align-items: center;
      justify-content: center;
      width: 25px;
      height: 25px;
      margin: 0 5px;
      font-size: 1.3rem;
      color: rgba(0,101,164,1);
      border: 1px solid rgba(0,101,164,1);
      transition: .3s;
      }  
    .postlist-pagenavi .current,
    .postlist-pagenavi a:hover{
      color: rgba(255,255,255,1);
      background-color: rgba(0,101,164,1);
      }  
  
@media screen and (max-width: 768px) {

.postlist-page .cmn-blc{padding: 0 20px 60px;}

.info-list__item{
  flex-wrap: wrap;
  padding-bottom: 15px;
  }
  .info-list__item:not(:last-of-type){margin-bottom: 15px;}
  .info-list__date{
    width: 100%;
    font-weight: bold;
    }
  .info-list__ttl{width: 100%;}

}/* max-width: 768px */