


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

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

}
* + .news_list_thumb{
  margin-top: 20px;
}
.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: none;
}
.news_list_thumb .webgene-item .box1{

}
.news_list_thumb .webgene-item .box2{
  padding: 5px 0;
}
.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: 73.68%;
}
.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: var(--main-color);
  color: #FFF;
  padding: 3px 8px;
  margin: 5px 0;
}
.news_list_thumb .webgene-item .meta .date{
  font-size: 15px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  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_list2{

}
.news_list2 .webgene-blog{

}
.news_list2 .webgene-item{

}
.news_list2 .webgene-item:nth-child(n+2){
  margin-top: 10px;
}
.news_list2 .webgene-item a{
  display: flex;
  align-items: center;
  border: 1px solid #192a4d;
  padding: 16px;
  position: relative;
  z-index: 1;
  
}
.news_list2 .webgene-item .date{
  min-width: 100px;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 1;
}
.news_list2 .webgene-item .category{
  min-width: 100px;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
  border: 1px solid #FFF;
  background: #CCC;
  padding: 2px 2px;
}
#wgc-news .webgene-item .category[data-category="1"]{
  background: #8fc21d;
  border-color: #8fc21d;
  color: #FFF;
}
#wgc-news .webgene-item .category[data-category="2"]{
  background: var(--sub-color);
  border-color: var(--sub-color);
  background: #00a0e9;
  border-color: #00a0e9;
  color: #FFF;
}
#wgc-news .webgene-item .category[data-category="3"]{
  background: #ff7a89;
  border-color: #ff7a89;
  color: #FFF;
}
#wgc-news .webgene-item .category[data-category="4"]{
  
}

.news_list2 .webgene-item .title{
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  margin-top: 10px;
}



@media (max-width:767px){

  .news_list2 .webgene-item a{
    flex-wrap: wrap;
  }
  .news_list2 .webgene-item .title{
    width: 100%;
  }
  
}
@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: 5px 0;
  }
  .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_list2.kasou{

  }
  .news_list2.kasou .webgene-item{

  }
  .news_list2.kasou .webgene-item a{

  }
  
  .news_list2.kasou .webgene-item .date{
    width: 110px;
    text-align: left;
    padding-left: 13px;
  }
  .news_list2.kasou .webgene-item .category{
    min-width: 90px;
  }
  .news_list2.kasou .webgene-item .title{
    width: calc(100% - 110px - 90px);
    padding-left: 20px;
    margin-top: 0;
  }
  .news_list2.kasou .webgene-item:nth-child(n+2){
    margin-top: 13px;
  }
  .news_list2.kasou .webgene-item a:before{

  }
  .news_list2.kasou .webgene-item a:hover{
    background-color: var(--main-color);
    color: #FFF;
  }
  .news_list2.kasou .webgene-item a:hover:before{
    background-color: #FFF;
  }
  
  .news_list2 .webgene-item a{
    padding: 32px 16px;
    padding-right: 95px;
  }
   .news_list2 .webgene-item a:before{
    content: "";
    display: block;
    width: 1px;
    height: 60px;
    background: #a6a6a6;
    position: absolute;
    top: 50%;
    right: 6.2%;
    transform: translateY(-50%);
  }
  .news_list2 .webgene-item a:after{
    content: "▶";
    display: block;
    position: absolute;
    top: 50%;
    right: 2.2%;
    transform: translateY(-50%);
  }
  
  .news_list2.kasou .webgene-item a:before{
    /*right: 10.42%;*/
    right: 85px;
    background: #153853;
  }
  
  .news_list2.kasou .webgene-item a:after{
    /*right: 3.9%;*/
    right: 32px;
  }

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

  /* 一覧（サムネあり） */


  /* 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: 35px;
  }

  /* 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;
  }

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

  /* 一覧（サムネあり） */
  .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{
  }

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



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

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

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

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


}


/*******************************
*　記事一覧(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;
  color: var(--main-color);
  cursor: pointer;
}
.select_wrap select:hover:not(:focus){
  background: var(--main-color);
  color: #FFF;
}
.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: var(--main-color);
  color: #FFF;
  padding: 10px 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 25px;
}

.posts_cat_item{
  padding-left: 0;
}
.posts_cat_item + .posts_cat_item{
  margin-top: 10px;
}
.posts_cat_item a{
  display: block;
  position: relative;
  padding: 8px 10px 8px 25px;
  line-height: 1.5;
  border: 1px solid var(--main-color);
  border-radius: 20px;
  font-size: 15px;
  font-weight: 500;
}
.posts_cat_item a:hover,
.posts_cat_item a.on{
  background: var(--main-color);
  color: #FFF;
}
.posts_cat_item a:before{
  content: "";
  position: absolute;
  left: 0;
}

.posts_side_wrap.news .posts_cat_item a{
  background: #FFF;
  border-color: var(--main-color);
  color: var(--main-color);
}
.posts_side_wrap.news .posts_cat_item a:hover{
  background: var(--main-color);
  border-color: var(--main-color);
  color: #FFF;
}
.posts_side_wrap.news .posts_cat_item a[data-category="1"]{
  background: #FFF;
  border-color: #8fc21d;
  color: #8fc21d;
}
.posts_side_wrap.news .posts_cat_item a[data-category="1"].on,
.posts_side_wrap.news .posts_cat_item a[data-category="1"]:hover{
  background: #8fc21d;
  border-color: #8fc21d;
  color: #FFF;
}
.posts_side_wrap.news .posts_cat_item a[data-category="2"]{
  background: #FFF;
  border-color: #00a0e9;
  color: #00a0e9;
}
.posts_side_wrap.news .posts_cat_item a[data-category="2"].on,
.posts_side_wrap.news .posts_cat_item a[data-category="2"]:hover{
  background: #00a0e9;
  border-color: #00a0e9;
  color: #FFF;
}
.posts_side_wrap.news .posts_cat_item a[data-category="3"]{
  background: #FFF;
  border-color: #ff7a89;
  color: #ff7a89;
}
.posts_side_wrap.news .posts_cat_item a[data-category="3"].on,
.posts_side_wrap.news .posts_cat_item a[data-category="3"]:hover{
  background: #ff7a89;
  border-color: #ff7a89;
  color: #FFF;
}
.posts_side_wrap.news .posts_cat_item a[data-category="4"]{
  
}
.posts_side_wrap.news .posts_cat_item a[data-category="4"]:hover{
  
}

/* 詳細 */
.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;

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

.news_detail{
  border-bottom: 1px solid #808992;
  padding-bottom: 22px;
}
.news_detail .webgene-item{

}
.news_detail .webgene-item .meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}


.news_detail .webgene-item .date{
  font-size: 16px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  margin-right: 20px;
}
.news_detail .webgene-item .category{
  background: #FFF;
  border: 1px solid;
  padding: 2px 5px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}
.news_detail .webgene-item .title{
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  border-bottom: 1px solid #808992;
  margin-top: 12px;
  padding-bottom: 10px;
  
}
.news_detail .webgene-item .post_content{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.875em;
  padding-top: 38px;
}

.topics_detail{
  border-bottom: 1px solid #b9b9b9;
  padding-bottom: 33px;
}
.topics_detail .date{
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
}
.topics_detail .title{
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #b9b9b9;
  padding-bottom: 12px;
  margin-top: 10px;
}
.topics_detail .post_content{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2.125em;
  padding-top: 30px;
}
.topics_detail .post_content h3{
  font-size: 17px;
  font-weight: 500;
  background: #c4d8e7;
  padding: 8px 19px;
  margin-bottom: 19px;
}
.topics_detail .post_content img{
  margin-bottom: 30px;
}
.topics_detail .post_content img:nth-of-type(n+2) {
  margin-top: 30px;
}

/* コピー用 */
@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: 55px;
  }

  /* 詳細 */
  .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;
  }
  
  .news_detail{

  }
  .news_detail .webgene-item{

  }
  .news_detail .webgene-item .date{

  }
  .news_detail .webgene-item .title{
    font-size: 20px;
    margin-top: 12px;
  }
  .news_detail .webgene-item .post_content{

  }
  .news_detail + .read_more{
    margin-top: 55px;
  }
  
  .topics_detail{

  }
  .topics_detail .date{

  }
  .topics_detail .title{
    font-size: 18px;
  }
  .topics_detail .post_content{
    padding-top: 39px;
  }
  .topics_detail .post_content h3{
    font-size: 18px;
  }
  .topics_detail .post_content img{
    margin-bottom: 40px;
  }
  .pg_topics .read_more{
    margin-top: 46px;
  }


}
@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{

  }

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

  .pg_news{
  }

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

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

}


/*******************************
*　ギャラリー（サムネ横ver）
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}

/* スライド */
.gallery_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.gallery_box1{
  width: 100%;
}
.gallery_box2{
  width: 100%;
  margin-top: 15px;
}

/* メイン */
.gallery_main{

}
.gallery_main .img{
  background: #EEE;
}
.gallery_main .img.img_fit:before{
  padding-top: 75.34%;
}
.gallery_main .img.img_fit img{
  object-fit: contain;
  object-position: center;
}
/* サムネ */
.gallery_thumb{

}
.gallery_thumb .img{
  width: 100%;
  background: #EEE;
  overflow: hidden;
}
.gallery_thumb .img.img_fit:before{
  padding-top: 76.47%;
}
.gallery_thumb .img.img_fit img{

}


/* 詳細 */
.gallery_detail{

}
.gallery_detail .meta{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-bottom: 10px;

}
.gallery_detail .meta .title{
  font-size: 18px;
  line-height: 1.5;
}
.gallery_detail .meta .price{
  font-size: 18px;
  line-height: 1.5;
  margin-left: auto;
}
.gallery_detail .post_content{
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  word-break: break-all;
}
.gallery_detail .read_more{
  margin-top: 50px;
}


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

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

}
@media (max-width:767px){

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

  }
  .pg_xxx .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_xxx .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_xxx .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }

  /* 詳細 */
  .gallery_wrap{
  }
  .gallery_box1{
    width: 65.76%;
  }
  .gallery_box2{
    width: 31.53%;
    margin-top: 0;

    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
  }

  /* サムネ */
  .gallery_thumb{
    width: 100%;
    height: 100%;
  }
  .gallery_thumb .swiper-slide {
    overflow: hidden;
  }
  .gallery_thumb .img{
    height: 100%;
  }
  .gallery_thumb .img.img_fit:before{

  }

  /* 詳細 */
  .gallery_detail{
    width: 65.76%;
    margin-top: 30px;
  }
  .gallery_detail .meta{
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .gallery_detail .meta .title{
    font-size: 18px;
  }
  .gallery_detail .meta .price{
    font-size: 18px;
  }
  .gallery_detail .post_content{
    font-size: 16px;
    line-height: 2;
  }
  .gallery_detail .read_more{
    margin-top: 50px;
  }
}
@media (min-width:1024px){

  /* 詳細 */
  .gallery_detail{
    width: 65.76%;
    margin-top: 30px;
  }
  .gallery_detail .meta{
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .gallery_detail .meta .title{
    font-size: 20px;
  }
  .gallery_detail .meta .price{
    font-size: 20px;
  }
  .gallery_detail .post_content{
    font-size: 16px;
    line-height: 2;
  }
  .gallery_detail .read_more{
    margin-top: 50px;
  }

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


}