@charset "UTF-8";
/*******************************
*　下層ヘッダー
********************************/
.pg_header{
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.pg_header_mv_img{
  position: relative;
  z-index: 1;
}
.pg_header_mv_img.img_fit:before{
  padding-top: 150px;
}
.pg_header_mv_img:after{
  content: "";
  background: rgba(0,0,0,0.3);
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
}

/* タイトル */
.pg_header .mv_txt_wrap {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.pg_header .mv_txt1{

}
.pg_header .mv_txt1_line{

}
.pg_header .mv_txt1_line p {
  font-size: 40px;
  font-weight: 400;
  font-family: var(--font-en);
  letter-spacing: 0;
  line-height: 0.9;
  background: #f3f3f6;
  color: #32333d;
  border-radius: 5px;
  padding: 8px 15px 0px 15px;
}
.pg_header .mv_txt2{

}
* + .pg_header .mv_txt2 {
  margin-top: 20px;
}
.pg_header .mv_txt2_line{

}
.pg_header .mv_txt2_line_txt{

}
.pg_header .mv_txt2_line_txt1{
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  background: #f3f3f6;
  color: #32333d;
  border-radius: 5px;
  padding: 5px 0px 7px 15px;
  padding: 5px 80px 7px 15px;
}


.pg_header_image{
  width: 80.05%;
  margin-left: auto;
  border-radius: 20px 0 0 20px;
}
.pg_header_image:before{
  padding-top: 150px;
}


@media (min-width:768px){
  .pg_header{
    margin-bottom: 75px;
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 350px;
  }

  /* タイトル */
  .pg_header .mv_txt_wrap {
    top: 50%;
    left: 15px;
  }
  .pg_header .mv_txt1{

  }
  .pg_header .mv_txt1_line{

  }
  .pg_header .mv_txt1_line p {
    font-size: 60px;
    padding: 12px 15px 0px 15px;
  }
  .pg_header .mv_txt2{

  }
  * + .pg_header .mv_txt2{
    margin-top: 30px;
  }
  .pg_header .mv_txt2_line{

  }
  .pg_header .mv_txt2_line_txt{

  }
  .pg_header .mv_txt2_line_txt1{
    font-size: 16px;
    padding: 5px 135px 7px 15px;
  }
  .pg_header_image{

  }
  .pg_header_image:before{
    padding-top: 240px;
  }
}
@media (min-width:1024px){
  .pg_header{
    margin-bottom: 75px;
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 350px;
  }

  /* タイトル */
  .pg_header .mv_txt_wrap {
    top: 50%;
    left: 50px;
  }
  .pg_header .mv_txt1{
    font-size: 18px;
    padding: 5px 190px 7px 0px;
  }
  .pg_header .mv_txt1_line{

  }
  .pg_header .mv_txt1_line p {
    font-size: 80px;
    padding: 12px 15px 0px 15px;
  }
  .pg_header .mv_txt2{

  }
  * + .pg_header .mv_txt2{
    margin-top: 35px;
  }
  .pg_header .mv_txt2_line{

  }
  .pg_header .mv_txt2_line_txt{

  }
  .pg_header .mv_txt2_line_txt1{
    padding: 5px 200px 7px 15px;
  }
  .pg_header_image{

  }
  .pg_header_image:before{
    padding-top: 300px;
  }
}
@media (min-width:1200px){

  .pg_header{
    margin-bottom: 100px;
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 350px;
  }

  .pg_header_title_txt{

  }

  .pg_header_tt{

  }
  .pg_header_tt1{
    font-size: 120px;
  }
  .pg_header_tt2{

  }
  .pg_header_image{

  }
  .pg_header_image:before{
    padding-top: 420px;
  }

  /* タイトル */
  .pg_header .mv_txt_wrap {
    top: 50%;
    left: 50px;
  }
  .pg_header .mv_txt1{

  }
  .pg_header .mv_txt1_line{

  }
  .pg_header .mv_txt1_line p {
    font-size: 9  0px;
    padding: 12px 15px 0px 15px;
  }
  .pg_header .mv_txt2{

  }
  * + .pg_header .mv_txt2{
    margin-top: 60px;
  }
  .pg_header .mv_txt2_line{

  }
  .pg_header .mv_txt2_line_txt{
font-size: 24px;
  }
  .pg_header .mv_txt2_line_txt1{
    padding: 5px 310px 7px 15px;
  }
}

@media (min-width: 1470px) {
  .pg_header{
    margin-bottom: 120px;
  }
  .pg_header .mv_txt_wrap {
    top: 50%;
    left: 50px;
  }
  .pg_header_image:before{
    padding-top: 500px;
  }
  
  .pg_header .mv_txt1_line p {
    font-size: 120px;
    padding: 12px 15px 0px 15px;
  }

}
@media (min-width: 1720px) {
  .pg_header{
    margin-bottom: 180px;
  }
  
  .pg_header .mv_txt_wrap {
    top: 50%;
    left: 95px;
  }
  .pg_header_image:before{
    padding-top: 500px;
  }

}


/*******************************
*　記事一覧
********************************/

/* 一覧（サムネあり） */
.news_list_thumb{

}
* + .news_list_thumb{
  margin-top: 50px;
}
.posts_category_sp + .news_list_thumb{
  margin-top: 0;
}
.news_list_thumb .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.news_list_thumb .webgene-item{
  width: 50%;
  padding: 0 5px;
}
.news_list_thumb .webgene-item:nth-child(n+3){
  margin-top: 15px;
}
.news_list_thumb .webgene-item{

}
.news_list_thumb .webgene-item .inner{
  display: block;
  position: relative;
  z-index: 1;
  color: #000;
  background: #e6e6e6;
}
.news_list_thumb .webgene-item .box1{

}
.news_list_thumb .webgene-item .box2{
  padding: 10px 10px;
}
.news_list_thumb .webgene-item .img{
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.news_list_thumb .webgene-item .img.img_fit:before{
  padding-top: 75%;
  padding-top: 67.92%;
}
.news_list_thumb .webgene-item .meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 5px;
}
.news_list_thumb .webgene-item .meta .category{
  font-size: 13px;
  font-weight: 500;
  background: #2850a1;
  color: #FFF;
  padding: 3px 8px;
  margin: 5px 0;
  margin-right: 10px;
}
.news_list_thumb .webgene-item .meta .date{
  font-size: 15px;
  font-weight: 700;
  font-family: var(--font-en);
  margin: 5px 0;
  /*margin-right: 10px;*/
}
.news_list_thumb .webgene-item .title{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}


.news_list_thumb.col3{

}
.news_list_thumb.col4{

}

.news_detail{

}
.news_detail .webgene-item{

}
.news_detail{
  border-bottom: 1px solid #181818;
  padding-bottom: 35px;
}
.news_detail .meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.news_detail .date{
  font-size: 16px;
  font-family: var(--font-en);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.875;
  /*margin-left: 25px;*/
}
.news_detail .category{
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  background: #FFF;
  border: 1px solid #32333d;
  border-radius: 50px;
  color: #32333d;
  padding: 3px 10px;
  display: inline-block;
  margin-left: 10px;
}
.news_detail .title{
  font-size: 16px;
  font-family: var(--font-ja);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  border-bottom: 1px solid #181818;
  margin-top: 12px;
  padding-bottom: 12px;
}
.news_detail .post_content{
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.875em;
  padding-top:30px;
}
.news_detail .post_content h3{
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.075em;
  background: #FFF;
  color: #181818;
  padding: 11px 10px;
  margin-bottom: 30px;
  border-left: 5px solid #004382;
}
.news_detail  .post_content img{
  margin-bottom: 25px;
}

/* ページネーション */
.pg_news .webgene-pagination {
  width: 100%;
  margin: 50px 0 0;
  line-height: 1.85;
}
.pg_news .webgene-pagination ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.pg_news .webgene-pagination li{
  padding: 4px 13px;
  margin: 0 4px;
  border: 1px solid #1e3769;
  background: #ffffff;
  font-family: var(--font-ja);
  font-weight: 400;
  letter-spacing: 0.065em;
  color: #000;
  border-radius: 0;
}
.pg_news .webgene-pagination li.selected{
  padding: 4px 14px;
  border: 0;
  background: #1e3769;
  color: #FFF;
}
.pg_news .webgene-pagination li.next a,
.pg_news .webgene-pagination li.prev a{
  border-bottom: 0;
  padding-bottom: 0;
}
.pg_news .webgene-pagination li.next a:after{
  content: "\f101";
  font-family: 'FontAwesome';
  font-weight: 900;
  display: inline-block;
  margin-left: 10px;
}
.pg_news .webgene-pagination li.prev a:before{
  content: "\f100";
  font-family: 'FontAwesome';
  font-weight: 900;
  display: inline-block;
  margin-right: 10px;
}
.pg_news .webgene-pagination li.prev:before{
  display: none;
}
.pg_news.webgene-pagination li.next:after{
  display: none;
}

@media (max-width:767px){

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

  /* 一覧（サムネあり） */
  .news_list_thumb{

  }
  * + .news_list_thumb{
    margin-top: 50px;
  }
  .news_list_thumb .webgene-blog{
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .news_list_thumb .webgene-item{
    width: 50%;
    padding: 0 7.5px;
  }
  .news_list_thumb .webgene-item:nth-child(n+3){
    margin-top: 15px;
  }
  .news_list_thumb .webgene-item{

  }
  .news_list_thumb .webgene-item .inner{
  }
  .news_list_thumb .webgene-item .box1{

  }
  .news_list_thumb .webgene-item .box2{
    padding: 20px 10px;
  }
  .news_list_thumb .webgene-item .meta{
    margin-bottom: 5px;
  }
  .news_list_thumb .webgene-item .meta .category{
    font-size: 13px;
    /*margin-right: 10px;*/
  }
  .news_list_thumb .webgene-item .meta .date{
    font-size: 15px;
    /*margin-right: 10px;*/
  }
  .news_list_thumb .webgene-item .title{

  }

  .news_detail {

  }
  .news_detail  .webgene-item{

  }
  .news_detail .meta{

  }
  .news_detail .date{

  }
  .news_detail .category{
    font-size: 15px;
    padding: 0px 12px;
    margin-left: 19px;
  }
  .news_detail .title{

  }
  .news_detail .post_content{
    padding-top: 40px;
    line-height: 2.25;
  }
  .news_detail .post_content h3{
    font-size: 18px;
    padding: 11px 15px;
  }

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

  /* 一覧（サムネあり） */
  .news_detail .title{
    font-size: 18px;
  }
  .pg_news .read_more{
    margin-top: 55px;
  }

  /* 3カラム */
  .news_list_thumb.col3 .webgene-item{
    width: 33.333%;
  }
  .news_list_thumb.col3 .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .news_list_thumb.col3 .webgene-item:nth-child(n+4){
    margin-top: 15px;
  }

  /* 4カラム */
  .news_list_thumb.col4 .webgene-item{
    width: 25%;
  }
  .news_list_thumb.col4 .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .news_list_thumb.col4 .webgene-item:nth-child(n+5){
    margin-top: 15px;
  }

  .pg_news .webgene-pagination {
    margin-top: 60px;
  }

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

  /* 一覧（サムネあり） */
  .news_detail .title{
    font-size: 20px;
  }
  .news_list_thumb{

  }
  * + .news_list_thumb{
    margin-top: 50px;
  }
  .news_list_thumb .webgene-blog{
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .news_list_thumb .webgene-item{
    padding: 0 7.5px;
  }
  .news_list_thumb .webgene-item .box1{

  }
  .news_list_thumb .webgene-item .box2{
    padding: 20px 25px;
  }

  .news_list_thumb .webgene-item .title{
    font-size: 16px;
    line-height: 1.875;
  }

  /* 詳細 */
  .news_detail{
    border-bottom: 1px solid #181818;
    padding-bottom: 20px;
  }


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


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


}


/*******************************
*　記事一覧(2カラム)
********************************/
.pg_news{

}
.posts_layout{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pg_news .posts_layout{
  margin-top: 0;
}
.posts_layout_box1{
  width: 100%;
}
.posts_layout_box2{
  width: 100%;
  margin-top: 50px;
}
/*.news_list .webgene-item:first-child{
  border-top: 1px solid;
}
.news_list .webgene-item{
  border-bottom: 1px solid;
}*/
.news_list .webgene-item a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /*border-top: 1px solid #000000;*/
  padding: 16px 0;
  position: relative;
}
.news_list .webgene-item a:hover{
  color: #1e3769;
}
/*.news_list .webgene-item:nth-last-child(2) a {

  border-bottom: 1px solid #000000;
}*/
.topics_list .webgene-item .inner{

}
.topics_list .webgene-item .inner:hover{
  color: #274195;
}
.topics_list .webgene-item .inner:hover .meta .category{
  background: #274195;
  color: #FFF;
}

.news_list .webgene-item .box1{
  width: 100%;
}
.news_list .webgene-item .img.img_fit:before {
  padding-top: 66.66%;
}
.news_list .webgene-item .box2{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.news_list .webgene-item .inner{
  justify-content: space-between;
  border-bottom: 1px solid #000000;
}
.news_list .webgene-item:nth-last-child(2) .inner{
  /*border-bottom: 1px solid #000000;*/
}
.news_list .webgene-item:first-child .inner{
  border-top: 1px solid #000000;
}
.news_list .webgene-item .meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.news_list .webgene-item a:after{
  content: "\f061";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}
.txt_ellipsis_line2 {
  -webkit-line-clamp: 2;
  font-size: 15px;
}
.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;
}

.news_list .webgene-item .meta {
  /* width: 100%; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.news_list .webgene-item .meta .date{
  font-size: 15px;
  font-family: var(--font-en);
  font-weight: 700;
  letter-spacing: 0;
}
.news_list .webgene-item .meta .category{
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  background: #FFF;
  border: 1px solid #32333d;
  border-radius: 50px;
  color: #32333d;
  padding: 3px 10px;
  display: inline-block;
}
.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: #172f57;
  color: #FFF;
  padding: 12px 10px;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-align: center;
  margin-bottom: 20px;
}
.posts_cat_item{
  padding-left: 0;
}
.posts_cat_item + .posts_cat_item{
  margin-top: 6px;
}
.posts_cat_item a{
  display: block;
  position: relative;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.025em;
  padding-left: 32px;
}
.posts_cat_item a:before{
  content: "■";
  position: absolute;
  left: 0;
  font-size: 16px;
  font-weight: 500;
  color: #181818;
}

/* 詳細 */
.posts_detail{
  border: 1px solid #d3d3d3;
  border-top: 15px solid #0069ba;
  padding: 15px 10px;
}
.posts_detail .webgene-item{

}
.posts_detail .meta{
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.posts_detail .meta .category{
  margin-bottom: 2px;
}
.posts_detail .meta .category span{
  display: inline-block;
  background: #0069ba;
  border-radius: 5px;
  color: #FFF;
  min-width: 150px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  padding: 2px 5px;
  line-height: 1.2;
}
.posts_detail .meta .date{

}
.posts_detail .meta .title{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.065em;

}
.news_list .webgene-item .title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.75;
  -webkit-line-clamp: 2;
}
.news_detail .post_content img{
  margin-bottom: 25px;
  border-radius: 5px;
}
.posts_detail .post_content{
  line-height: 1.875;
  letter-spacing: 0.065em;
  text-align: justify;
  word-break: break-all;
}

.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;
}

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

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

}
@media (max-width:767px){
  .news_list .webgene-blog {
    display: flex;
    flex-wrap: wrap;
    margin-inline: -5px;
  }
  .news_list .webgene-item {
    width: 50%;
    padding-inline: 5px;
  }
  .news_list .webgene-item:nth-child(n+3) {
    margin-top: 10px;
  }
  .news_list .webgene-item a {
    height: 100%;
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 0 40px;
  }
  /*    .news_list .webgene-item:first-child a {
          border-bottom: 1px solid #1c1c1c;
      }*/
  .news_list .webgene-item:nth-child(3) a {
    border-bottom: 1px solid #1c1c1c;
  }
  .news_list .webgene-item .box2 {
    margin-top: 15px;
  }
  .news_list .webgene-item .meta {
    margin-right: 30px;
  }
  .news_list .webgene-item .date {
    margin-right: 16px;
  }
  .news_list .webgene-item .category {
    margin-top: 5px;
  }
  .posts_list .webgene-item .title{
    margin-top: 5px;
  }
  .news_list .webgene-item a:after {
    transform: none;
    bottom: 0;
    top: auto;
    font-size: 20px;
    right: 5px;
  }

  .news_list .webgene-item .title{
    margin-top: 10px;
  }
}
@media (min-width:768px){

  .pg_topics{
  }
  .posts_layout_box1{
    width: 74.32%;
  }
  .posts_layout_box2{
    width: 22.97%;
    margin-top: 0;
  }
  .news_list .webgene-item .inner{
    padding: 20px 0;
  }
  .news_list .webgene-item .box1{
    /*width: 21.81%;*/
  }
  .news_list .webgene-item .box2{
    /*width: 71.15%;*/
  }
  .news_list .webgene-item .box1 {
    width: 150px;
  }
  .news_list .webgene-item .box2{
    /*width: 71.15%;*/
    width: calc(100% - 150px - 20px);
    /*margin-top: -5px;*/
  }
  .news_list .webgene-item .meta .category{
    margin-left: 15px;
  }

  .posts_category_sp{
    display: none;
  }

  /* リスト */
  .news_list .webgene-item .meta {
    width: 50%;
    padding-inline: 0;
  }
  .news_list .webgene-item .meta .date{

  }
  .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;
  }
  .news_list .webgene-item .title {
    font-size: 16px;
    width: calc(100% - 50.61% - 40px);
    width: 100%;
    padding-right: 50px;
  }
  .posts_list .webgene-item .title a{

  }

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

  /* 詳細 */
  .posts_detail{
    padding: 20px 30px;
  }
  .posts_detail .webgene-item{

  }
  .posts_detail .meta{
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px 5px;
    margin-bottom: 25px;
  }
  .posts_detail .meta .category{
    width: 100%;
  }
  .posts_detail .meta .category span{
    font-size: 13px;
    padding: 2px 5px;
  }
  .posts_detail .meta .date{
    width: 105px;
  }
  .posts_detail .meta .title{
    width: calc(100% - 105px);
    font-size: 20px;
  }
  .posts_detail .post_content{
    padding: 0 10px;
  }
  .posts_detail .thumb{
    margin-bottom: 20px;
  }


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

  /* リスト */
  .pg_news .posts_layout{
    margin-top: 0;
  }
  .posts_list{

  }
  .posts_list .webgene-item{
  }
  .posts_list .webgene-item + .webgene-item{
  }
  .news_list .webgene-item .meta {
    width: 46%;
    padding-inline: 0;
  }
  .news_list .webgene-item .meta .date{
    font-size: 18px;
  }
  .posts_list .webgene-item .category{
    /*width: 160px;*/
  }
  .news_list .webgene-item .meta .category{
    padding: 1px 12px;
    margin-left: 15px
  }
  .posts_list .webgene-item .category span{
  }
  .posts_list .webgene-item .title{
    width: calc(100% - 120px - 160px - 25px);
    margin-left: 25px;
  }
  .news_list .webgene-item .title{
    width: calc(100% - 40.61% - 40px);
    width: 100%;
  }
  .posts_list .webgene-item .title a{

  }

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

  .pg_topics{
  }

  /*一覧*/
  .news_list .webgene-item .inner{
    padding: 30px 0;
  }
  .news_list .webgene-item .box1 {
    /*width: 21.81%;*/
    width: 180px;
  }
  .news_list .webgene-item .box2{
    /*width: 71.15%;*/
    width: calc(100% - 180px - 60px);
    margin-top: -5px;
  }
  .posts_layout_box1{
    width: 74.32%;
  }
  .posts_layout_box2{
    width: 22.97%;
    margin-top: 0;
  }
  .news_list .webgene-item .meta {
    width: 29.69%;
    min-width: 245px;
    margin-bottom: 10px;
  }

  /* リスト */
  .pg_news .posts_layout{
    margin-top: 0;
  }
  .news_list .webgene-item .meta{
    width: 26.07%;
  }
  .news_list .webgene-item .meta .date {
    font-size: 18px;
  }
  .news_list .webgene-item .meta .category {
    font-size: 15px;
  }
  .news_list .webgene-item .title {
    width: 100%;
    padding-left: 0;
    padding-right: 60px;
  }
  .news_list .webgene-item a:after {

  }

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

  /* 詳細 */
  .posts_layout_box1_1{
    width: 80.26%;
    margin-top: -9px;
  }
  .news_detail .post_content img{
    margin-bottom: 40px;
  }
}
@media (min-width: 1366px) {
  .news_list .webgene-item .meta {

  }
}
@media (min-width:1470px){
  /* リスト */
  .pg_news .posts_layout{
    margin-top: 0;
  }
  .news_list .webgene-item a:after {
    right: 40px;
  }
  .news_list .webgene-item .meta {
    width: 28.99%;
  }
  .news_list .webgene-item .title {
    width: calc(100% - 33.61% - 50px);
    width: 100%;
    padding-right: 80px;
  }
  
  .news_list.home .webgene-item .box2 {
    display: flex;
    flex-wrap: nowrap;
  }
  .news_list.home .webgene-item .meta {
    width: 27.69%;
    margin-bottom: 0;
  }
}
@media (min-width:1720px){
  /*リスト*/
  .pg_news .posts_layout{
    margin-top: 0;
  }
  .pg_topics .webgene-item .inner {
    padding: 40px 0 40px 0;
  }
  .news_list .webgene-item .meta {
    width: 29.69%;
    min-width: 245px;
  }
  .news_list .webgene-item .box2{
    /*width: 71.15%;*/
    margin-top: -12px;
  }
  .news_list .webgene-item .meta .date {
    font-size: 24px;
  }
  .news_list .webgene-item .meta .category {
    margin-left: 28px;
  }
  .news_list .webgene-item .title {
    font-size: 20px;
    width: calc(100% - 22.07% - 40px);
    width: 100%;
    padding-right: 111px;
  }
  .news_list .webgene-item a:after {
    right: 40px;
  }
}