@charset "UTF-8";

/*******************************
*　記事一覧(2カラム)
********************************/
.pg_news{
}
.posts_layout{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}
.posts_layout_box1{
  width: 100%;
}
.posts_layout_box2{
  width: 100%;
  margin-top: 50px;
}

.select_wrap{
  position: relative;
  z-index: 1;
}
.select_wrap:after{
  content: "\f078";
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.select_wrap select{
  width: 100%;
  padding: 10px 10px;
  /*height: 40px;*/
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.posts_category_sp{
  margin-bottom: 30px;
}

/* リスト */
.posts_list{

}
.posts_list .webgene-item{
  display: flex;
  align-items: center;
  border-bottom: 1px dotted;
  padding-bottom: 10px;
}
.posts_list .webgene-item + .webgene-item{
  margin-top: 10px;
}
.posts_list .webgene-item .date{
  width: 95px;
  letter-spacing: 0.1em;
}
.posts_list .webgene-item .category{
  width: auto;
  font-size: 0.75em;
}
.posts_list .webgene-item .category span{
  display: block;
  background: #0069ba;
  color: #FFF;
  padding: 3px 5px;
  text-align: center;
}
.posts_list .webgene-item .title{
  width: 100%;
  letter-spacing: 0.075em;
}
.posts_list .webgene-item .title a{

}


/* サイド */
.posts_side_wrap{

}
.posts_side_wrap + .posts_side_wrap{
  margin-top: 30px;
}
.posts_side_title {
  background: #b7aa89;
  color: #fff;
  padding: 12px 10px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.025em;
  text-align: center;
  margin-bottom: 20px;
}

.posts_cat_item{
  padding-left: 0;
}
.posts_cat_item + .posts_cat_item{
  margin-top: 5px;
}
.posts_cat_item a{
  display: block;
  position: relative;
  padding-left: 31px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.025em;
  font-weight: 500;
  line-height: 1.5;
}
.posts_cat_item a:before{
  content: "■";
  position: absolute;
  left: 0;
}
.posts_cat_item a:hover{
    color: #d17100;
}



/* 詳細 */
.posts_detail{
  border: 0;
  border-bottom: 1px solid #b9b9b9;
  padding: 0 0 15px;
}
.pg_news .posts_detail{
  border-bottom: 1px solid #181818;
}
.pg_topics .posts_detail{
  border-bottom: 1px solid #b9b9b9;
}
.posts_detail .webgene-item{

}
.posts_detail .meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #b9b9b9;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
.pg_news .posts_detail .meta{
  border-bottom: 1px solid #181818;
}
.pg_topics .posts_detail .meta{
  border-bottom: 1px solid #b9b9b9;
}
.posts_detail .meta .category{
  margin-right: 0;
}
.posts_detail .meta .category span{
  display: inline-block;
  min-width: 140px;
  background: var(--main-color);
  border: 0;
  border-radius: 50px;
  color: #FFF;
  font-size: 15px;
  font-family: var(--font-mincho);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  padding: 4px 5px;
}
.posts_detail .meta .date{
  font-size: 16px;
  font-family: var(--font-mincho);
  font-weight: 600;
  letter-spacing: 0;
  width: 100%;
  margin-bottom: 5px;
}
.posts_detail .meta .title{
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.075em;
  margin-top: 10px;
}
.pg_news .posts_detail .meta .title{
  font-family: var(--font-mincho);
  font-weight: 600;
  letter-spacing: 0;
}
.pg_topics .posts_detail .meta .title{
  font-family: var(--font-ja);
  font-weight: 500;
  letter-spacing: 0.075em;
}
.posts_detail .post_content{
  /*line-height: 1.875;*/
  text-align: justify;
  word-break: break-all;
}
.posts_detail .post_txt{
  font-size: 16px;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.075em;
}
.pg_news .posts_detail .post_txt{
  font-family: var(--font-mincho);
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0;
}
.pg_topics .posts_detail .post_txt{
  font-family: var(--font-ja);
  font-size: 16px;
  font-weight: 400;
  line-height: 2.12;
  letter-spacing: 0.075em;
}
.posts_detail .post_txt h3{
  font-size: 16px;
  font-family: var(--font-ja);
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.75;
  background: var(--main-color);
  color: #FFF;
  padding: 6px 15px;
  margin-top: 6px;
  margin-bottom: -14px;
}
.posts_detail .post_txt h3:not(:first-of-type) {
  margin-top: 32px;
}
.posts_detail .thumb{
  margin-bottom: 10px;
}

.posts_back_list{

}
.posts_back_list a{
  display: block;
  width: 255px;
  max-width: 100%;
  margin: 30px auto 0;
  background: #f3f2f2;
  padding: 4px;
  border-radius: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.posts_back_list a p{
  border: 2px dashed #0069b6;
  border-radius: 10px;
  padding: 10px 6px;
}
.posts_back_list a p:after{
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 18px;
}

/* PDFリンク */
.post_pdf{
  text-align: left;
}
.post_pdf a{
  display: inline-block;
  margin-top: 30px;
  border-bottom: 1px solid;
  transition: 0.2s all;
}
.post_pdf a[href=""]{
  display: none;
}
.post_pdf a:hover{
  border-bottom: 0;
}
.post_pdf a:before{
  /*
  * f054 > (大)
  * f105 > (小)
  */
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 5px;
}


/* 動画 */
.post_video{

}
.post_video .responsive_video{
  margin-top: 15px;
}
.post_video .responsive_video:empty{
  display: none;
}



.news_list{

}
.news_list.news_list_thumb .webgene-blog{
  display: block;
}
.news_list .webgene-item{
  border-right: none;
}
.news_list .webgene-item:nth-child(n+2){
  margin-top: 16px;
}
.news_list .webgene-item a{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #181818;
  padding-bottom: 16px;
}
.news_list .webgene-item a:hover{
  color: #d17100;
}
.news_list .webgene-item a:after{
  content: "→";
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.news_list .webgene-item .date{
  font-size: 14px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  line-height: 1;
  letter-spacing: 0.075em;
  margin-right: 16px;
}
.news_list .webgene-item .category{
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.075em;
  background: #606b5a;
  color: #fff;
  text-align: center;
  width: 95px;
  padding: 2px;
}
.news_list .webgene-item .title{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  width:calc(100% - 30px);
  margin-top: 10px;
}

.webgene-pagination li{
  border: 1px solid #d17100;
}
.webgene-pagination li.selected{
  background: #d17100;
}

/*詳細*/
.news_detail{
  border-bottom: 1px solid #b9b9b9;
  padding-bottom: 30px;
}
.news_detail .meta{
  display: flex;
  align-items: center;
}
.news_detail .date{
  font-size: 16px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  line-height: 1;
  letter-spacing: 0.075em;
  margin-right: 16px;
}
.news_detail .category{
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.075em;
  background: #606b5a;
  color: #fff;
  text-align: center;
  width: 95px;
  padding: 2px;
}
.news_detail .title{
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #b9b9b9;
  padding-bottom: 16px;
  padding-bottom: 12px;
  margin-top: 8px;
}
.news_detail .post_content{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2.125em;
}

/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .posts_list .webgene-item{
    flex-wrap: wrap;
  }
  .posts_list .webgene-item .title{
    margin-top: 5px;
  }
  .posts_list .webgene-item .category{
    max-width: calc(100% - 95px);
    line-height: 1.2;
  }
}
@media (min-width:768px){

  .pg_news{
  }
  .posts_layout_box1{
    width: 74.32%;
  }
  .posts_layout_box2{
    width: 22.97%;
    margin-top: 0;
  }

  .posts_category_sp{
    display: none;
  }

  /* リスト */
  .posts_list{

  }
  .posts_list .webgene-item{
    padding-bottom: 20px;
  }
  .posts_list .webgene-item + .webgene-item{
    margin-top: 20px;
  }
  .posts_list .webgene-item .date{
    width: 90px;
    font-size: 14px;
    letter-spacing: 0.075em;
  }
  .posts_list .webgene-item .category{
    width: 160px;
  }
  .posts_list .webgene-item .category span{
  }
  .posts_list .webgene-item .title{
    width: calc(100% - 100px - 150px - 15px);
    margin-left: 15px;
  }
  .posts_list .webgene-item .title a{

  }

  .posts_side_wrap + .posts_side_wrap{
    margin-top: 156px;
  }

  /* 詳細 */
  .posts_detail{
    padding: 0 0 34px;
  }
  .pg_news .posts_detail{
    padding: 0 0 22px;
  }
  .pg_topics .posts_detail{
    padding: 0 0 31px;
  }
  .posts_detail .webgene-item{

  }
  .posts_detail .meta{
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 11px;
    margin-bottom: 40px;
  }
  .pg_news .posts_detail .meta{
    margin-bottom: 30px;
  }
  .pg_topics .posts_detail .meta{
    margin-bottom: 40px;
  }
  .posts_detail .meta .category{
    min-width: 100px;
    width: 0;
  }
  .posts_detail .meta .category span{
    padding: 3px 5px;
  }
  .posts_detail .meta .date{
    width: 96px;
    margin-bottom: 3px;
  }
  .posts_detail .meta .title{
    font-size: 18px;
    margin-top: 12px;
  }
  .pg_news .posts_detail .meta .title{
    font-size: 20px;
  }
  .pg_topics .posts_detail .meta .title{
    font-size: 18px;
  }
  .posts_detail .post_content{
    padding: 0 ;
  }
  .posts_detail .thumb{
    margin-bottom: 20px;
  }
  .posts_detail .post_txt h3{
    font-size: 18px;
    padding: 6px 20px;
  }
  .posts_detail .post_txt h3:not(:first-of-type) {
    margin-top: 32px;
  }
  .posts_detail + .read_more{
    margin-top: 55px;
  }

  .news_list{

  }
  .news_list .webgene-blog{

  }
  .news_list .webgene-item{

  }
  .news_list .webgene-item:nth-child(n+2){
    margin-top: 25px;
  }
  .news_list .webgene-item a{
    padding-bottom: 25px;
  }
  .news_list .webgene-item .date{
    width: 98px;
    margin-right: 0;
  }
  .news_list .webgene-item .category{
    width: 95px;
  }
  .news_list .webgene-item .title{
    width: calc(100% - 98px - 95px - 30px);
    padding-left: 27px;
    margin-top: 0;
  }
  .posts_layout_box1 .webgene-pagination{
    margin-top: 60px;
  }

  /*詳細*/
  .news_detail{
    padding-bottom: 38px;
  }
  .news_detail .meta{

  }
  .news_detail .date{

  }
  .news_detail .category{

  }
  .news_detail .title{
    font-size: 18px;
  }
  .news_detail .post_content{

  }
  .pg_news .read_more{
    margin-top: 23px;
  }
}
@media (min-width:1024px){

  /* リスト */
  .posts_list{

  }
  .posts_list .webgene-item{
  }
  .posts_list .webgene-item + .webgene-item{
  }
  .posts_list .webgene-item .date{
    width: 120px;
    font-size: 16px;
  }
  .posts_list .webgene-item .category{
    width: 160px;
  }
  .posts_list .webgene-item .category span{
  }
  .posts_list .webgene-item .title{
    width: calc(100% - 120px - 160px - 25px);
    margin-left: 25px;
  }
  .posts_list .webgene-item .title a{

  }

  .news_list{

  }
  .news_list .webgene-blog{

  }
  .news_list .webgene-item{

  }
  .news_list .webgene-item a{

  }
  .news_list .webgene-item .date{

  }
  .news_list .webgene-item .category{

  }
  .news_list .webgene-item .title{

  }

  /*詳細*/
  .news_detail{

  }
  .news_detail .meta{

  }
  .news_detail .date{

  }
  .news_detail .category{

  }
  .news_detail .title{

  }
  .news_detail .post_content{

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

  .pg_news{
  }

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

  .pg_news{
   margin-top: -120px;
  }

  .container.wide .posts_layout_box1{
    width: calc(100% - 255px - 39px);
  }
  .container.wide .posts_layout_box2{
    width: 255px;
  }

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

  .pg_news{
    margin-top: -120px;
  }
}