/*******************************
*　お知らせ
********************************/
.pg_news{

}
.pg_news .section.sec1{
}
.pg_news .section.sec2{
}
.pg_news .section.sec3{
}


/*カテゴリ*/
.pg_news .posts_side_title{
  background: #4b4053;
  padding: 12px 10px;
}
/*スマホ用セレクト*/
.posts_layout_box2 select, .posts_category_sp select{
  width: 100%;
  height: 50px;
  padding: 8px;
  border-radius: 0;
  box-shadow: 0;
  border: 1px solid #000000;
}
/*一覧*/
.news_lists .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.news_lists .webgene-item .img_fit{
  background-image: url(/system_panel/uploads/images/noimage.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.news_lists .webgene-item .img_fit:before{
  padding-top: 70.58%;
}
.news_lists .meta{
  padding: 5px 3px;
}
.news_lists .meta .day{
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.075em;

}
.news_lists .meta .title{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.075em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 5px;
  line-height: 1.5em;
}

/*詳細*/
.pg_news .posts_detail{
  border: none; 
  padding: 0;
}
.pg_news .posts_detail .webgene-item .category{
  width: 120px;
  text-align: center;
  background: #4b4053;
  color: #dddbdf;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.pg_news .posts_detail .meta{
  border-bottom: 5px solid #cccccc;
  padding: 0 0px 5px;
  margin-top: 10px;
}
.pg_news .posts_detail .webgene-item .day{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.pg_news .posts_detail .webgene-item .title{
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-top: 10px;
}
.pg_news .posts_detail .post_content{
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2.25em;
  padding: 0 0 30px;
  border-bottom: 1px solid #cccccc;
}

/*戻るボタン*/
.pg_news .link_1{
  max-width: 200px;
  width: 100%;
  font-size: 12px;
  margin: 30px auto 0;
  padding: 16px;
  background: #ffffff;
  display: block;
  text-align: center;
  color: #181818;
  font-weight: 600;
  letter-spacing: 0.075em;
  position: relative;
}
.pg_news .link_1:after{
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-image: url(/system_panel/uploads/images/btn_line.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: -20px;
  top: 50%;
}
/* コピー用 */
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  /*一覧*/
  .news_lists .webgene-item:nth-child(n+3){
    margin-top: 16px;
  }
  .news_lists .webgene-blog,
  .posts_detail .webgene-blog{
    margin-top: 20px;
  }
}
@media (min-width:768px){
  .pg_news{

  }
  .pg_news .section.sec1{
  }
  .pg_news .section.sec2{
  }
  .pg_news .section.sec3{
  }

  /*スマホ用セレクト*/
  .posts_category_sp{
    display: none;
  }
  /*一覧*/
  .news_lists .webgene-blog{

  }
  .news_lists .webgene-item:nth-child(n+3){
    margin-top: 20px;
  }
  .news_lists .webgene-item .img_fit{

  }
  .news_lists .webgene-item .img_fit:before{

  }
  .news_lists .meta{
    margin-top: 5px;
  }
  .news_lists .meta .day{
    font-size: 14px;
  }
  .news_lists .meta .title{
    font-size: 14px;
  }

  /*詳細*/
  .pg_news .posts_detail{

  }
  .pg_news .posts_detail .webgene-item .category{
    font-size: 14px;
  }
  .pg_news .posts_detail .meta{
    padding-bottom: 13px;
    margin-top: 16px;
  }
  .pg_news .posts_detail .webgene-item .day{
    font-size: 16px;
  }
  .pg_news .posts_detail .webgene-item .title{
    font-size: 18px;
    margin-top: 17px;
  }
  .pg_news .posts_detail .post_content{
    font-size: 16px;
    padding: 0 0 40px;
  }
  /*戻るボタン*/
  .pg_news .link_1{
    max-width: 350px;
  }
  .pg_news .link_1{
    margin-top: 70px;
  }
}
@media (min-width:1024px){
  /*一覧*/
  .news_lists .webgene-blog{

  }
  .news_lists .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .news_lists .webgene-item:nth-child(n+4){
    margin-top: 50px;
  }
  .news_lists .webgene-item .img_fit{

  }
  .news_lists .webgene-item .img_fit:before{

  }
  .news_lists .meta{

  }
  .news_lists .meta .day{

  }
  .news_lists .meta .title{

  }

  /*戻るボタン*/
  .pg_news .link_1{
    margin-top: 100px;
  }
}
@media (min-width:1200px){

  .pg_news .posts_side_wrap + .posts_side_wrap{
    margin-top: 263px;
  }

  /*ページネーション*/
  .pg_news .webgene-pagination{
    margin-top:95px;
  }
  .pg_news .webgene-pagination li.selected{
    color: #181818;
  }
}
