@charset "UTF-8";



/*******************************
*　下層ヘッダー
********************************/
.pg_header{
  margin-bottom: 30px;
  position: relative;
}
.pg_header_mv{
  /*height: 150px;*/
  /*overflow: hidden;*/
}
.pg_header_mv_img{

}
.pg_header_mv_img.img_fit:before{
  padding-top: 160px;
}


@media (min-width:768px){
  .pg_header{
    margin-bottom: 40px;
  }
  .pg_header_mv{
    /*height: 350px;*/
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 350px;
  }

}
@media (min-width:1024px){
  .pg_header{
    margin-bottom: 70px;
  }
  .pg_header_mv{
    /*height: 550px;*/
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 350px;
  }

}
@media (min-width:1200px){
  .pg_header {
    margin-bottom: 133px;
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 700px;
  }


}


/*******************************
*　記事一覧(2カラム)
********************************/
.pg_news{
  padding-top: 0px;
}
.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: #097d9e;
  border-radius: 24px;
  color: #FFF;
  padding: 10px 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}

.posts_cat_item{
  padding-left: 8px;
}
.posts_cat_item + .posts_cat_item{
  margin-top: 18px;
}
.posts_cat_item a{
  display: block;
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
}
.posts_cat_item a:before{
  content: "■";
  position: absolute;
  left: 0;
}

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

.post_content h3{
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: var(--sub-color);
  border-bottom: 1px solid #636363;
  padding-bottom: 5px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.post_content h3:after{
  content: "";
  width: 200px;
  height: 2px;
  background: var(--sub-color);
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -1px;
}

.post_content h3.green{
  background: var(--sub-color);
  color: #FFF;
  padding: 15px;
  margin-bottom: 20px;
}


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

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

  .news_box .news_box_icon{
    width: 40px;
    height: 40px;
    margin-inline: auto;
  }
  .news_box_content .news_box a{
    padding: 20px 0;
  }
  .posts_layout_box1 .news_wh_text{
    height: 100px;
  }


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

  .pg_news{
    padding-top: 0px;
  }
  .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;
  }
  .news .select_wrap .webgene-item{
    font-size:13px;
    padding-left: 30px;
    position: relative;
    z-index: 1;
    
  }
  .news .select_wrap .webgene-item:before{
    position: absolute;
    z-index: 1;
    left:5px;
  }
  /* 詳細 */
  .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;
  }

  .posts_layout_box2 .select_wrap .webgene-item:before{
    padding-right: 5px;
  }


}
@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{
    padding-top: 0px;
  }
  .news .select_wrap .webgene-item{
    font-size:15px;
  }
}


/*******************************
*　新着情報
********************************/
.pg_news{

}
.pg_news .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.posts_layout.news{
  margin-top: 30px;
}
.news .select_wrap{

}
.news .select_wrap:after{
  display: none;
}
.news .select_wrap:nth-child(n+2){
  margin-top: 76px;
}
.news .select_wrap .webgene-item{

}
.news .select_wrap .webgene-item:before{
  content: "■";
  color: #097d9e;
  padding-right: 17px;
  margin-left: -2px;
}
.news .select_wrap .webgene-item:nth-child(n+2){
  margin-top: 12px;
}
.news .select_wrap .posts_side_title{
  background: #097d9e;
  border-radius: 24px;
  padding: 12px 10px;
  font-family: "Zen Old Mincho", serif;
}

.news .posts_side_title + .select_wrap{
  margin-top: 20px;
}

/*一覧*/
.news_list{

}
.news_list .webgene-blog{
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.news_list .webgene-item{
  width: 50%;
  padding: 0 5px;
}
.news_list .webgene-item:nth-child(n+3){
  margin-top: 20px;
}
.news_list .webgene-item .inner{
}
.news_list .webgene-item .img_fit{
  background: url(/system_panel/uploads/images/20250319201157974527.jpg);
}
.news_list .webgene-item .img_fit:before{
  padding-top: 80%;
  padding-top: 56.12%;
}
.news_list .webgene-item .box2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.news_list .webgene-item .box2 .category{
  color: #636363;
}
.news_list .webgene-item .box2 .title{
  font-size: 15px;
  line-height: 1.53em;
}
/*.news_list .webgene-item .category{
  width: 100%;
}
.news_list .webgene-item .category span{
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.075em;
  line-height: 1;
  white-space: nowrap;
}
.news_list .webgene-item .date{
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.075em;
  line-height: 1;
}
.news_list .webgene-item .title{
  width: 100%;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.075em;
  line-height: 1.533;
}*/

/*詳細*/
.news_detail{

}
.news_detail .webgene-blog{

}
.news_detail .webgene-item{

}
.news_detail .meta{
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 5px;
}
.news_detail .date{
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.075em;
  line-height: 2;
}
.news_detail .category{
  padding-left: 5px;
}
.news_detail .category span{
  padding: 2px 5px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 3;
  color: #fff;
  background: #636363;
}
.news_detail .title{
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
.news_detail .post_content{
  margin-top: 25px;
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 5px;
  padding-bottom: 30px;
}
.news_detail .txt{
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.888;
}
.news_detail .txt img{
  padding: 10px 0;
}
.news_detail .read_more{

}
.news_detail .read_more a{
  background: var(--main-color) !important;
  color: #fff;
}
.news_detail .post_content .read_more a:after{
  display: none;
}
.news_box_content{
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news_box{
  width: 100%;
}
.news_box:nth-child(n+2){
  margin-top: 10px;
}
.news_box a{
  background: #fff;
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: all 0.2s;
}
.news_box a:after{
  content: "→";
  background: var(--main-color);
  border-radius: 50%;
  color: #fff;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 1;
  bottom: 12px;
  right: 10px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
}
.news_box a:hover:after{
  margin-right: -10px;
}
.news_box_icon{
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: flex-end;
}
.news_box_title{
  margin-top: 16px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 0.075em;
  color: #097d9e;
}
.news_box_title:after{
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  margin: 6px auto 0;
  background: var(--main-color);
}
.news_box_text{
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.4375;
}
.news_wh_text{
  text-align: center;
  margin-top: 10px;
  display: flex;
  align-content: center;
  align-items: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  background: #6bb4d9;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  height: 140px;
}
.news_wh_text p{
  letter-spacing: 0.1em;
}
.news_wh_text:before{
  content: "\f0e0";
  font-family: "FontAwesome";
  margin: 0px 3px;
}
.news_wh_text:after{
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 1;
  border: 1px solid #fff;
  top: 10px;
  left: 15px;
  right: 15px;
  bottom: 10px;
}

.posts_layout_box1 .webgene-item .img_fit:before{

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

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

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

}
@media (min-width:768px){
  .posts_layout.news{
    margin-top: 50px;
  }

  /*一覧*/
  .news_list{

  }
  .news_list .webgene-blog{
    margin: 0 -10px;
  }
  .news_list .webgene-item{
    width: 50%;
    padding: 0 10px;
  }
  .news_list .webgene-item:nth-child(n+3){
    margin-top: 0px;
  }
  .news_list .webgene-item:nth-child(n+3){
    margin-top: 40px;
  }
  .news_list .webgene-item .inner{

  }
  .news_list .webgene-item .img_fit{

  }
  .news_list .webgene-item .box2{
    margin-top: 5px;
  }
  /*.news_list .webgene-item .category{
    width: 67%;
  }
  .news_list .webgene-item .category span{
    font-size: 12px;
    border-right: 1px solid #cdcdcd;
  }
  .news_list .webgene-item .date{
    font-size: 12px;
    width: 30%;
    text-align: end;
  }
  .news_list .webgene-item .title{
    margin-top: 7px;
  }*/

  /*詳細*/
  .news_detail{

  }
  .news_detail .webgene-blog{

  }
  .news_detail .webgene-item{

  }
  .news_detail .meta{
    padding-bottom: 7px;
  }
  .news_detail .category{
    padding-left: 10px;
  }
  .news_detail .category span{
    padding: 3px 10px;
  }
  .news_detail .date{

  }
  .news_detail .title{

  }
  .news_detail .post_content{
    margin-top: 30px;
    padding-bottom: 50px;
  }
  .news_detail .txt{
    font-size: 18px;
  }
  .news_detail .txt img{
    padding: 15px 0;
  }
  .news_detail .read_more{

  }
  .news_detail .read_more a{
  }
  .news_box_content{
    margin: 70px -5px 0;
  }
  .news_box{
    width: 33.33%;
    padding: 0 5px;
  }
  .news_box:nth-child(n+2){
    margin-top: 0px;
  }
  .news_box a{
    padding:20px 0 50px;
  }
  .news_box_icon{

  }
  .news_box_title{
    font-size: 17px;
  }
  .news_box_title:after{
    margin: 3px auto 0;
  }
  .news_box_text{
    font-size: 14px;
  }
  .news_wh_text{
    text-align: center;
    margin-top: 20px;
    font-size: 22px;
  }
  .posts_layout_box2 .select_wrap .webgene-item:before{
    padding-right: 5px;
  }
}
@media (min-width:1024px){
  .posts_layout.news{
    margin-top: 59px;
  }

  /*一覧*/
  .news_list{

  }
  .news_list .webgene-blog{
    margin: 0 -15px;
  }
  .news_list .webgene-item{
    width: 33.33%;
    padding: 0 15px;
  }
  .news_list .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .news_list .webgene-item:nth-child(n+4){
    margin-top: 28px;
  }
  .news_list .webgene-item .inner{

  }
  .news_list .webgene-item .img_fit{
    overflow: hidden;
  }
  .news_list .webgene-item .box2{
    margin-top: 6px;
  }
  /*.news_list .webgene-item .category{
    width: 60%;
  }
  .news_list .webgene-item .category span{
    font-size: 14px;
  }
  .news_list .webgene-item .date{
    font-size: 14px;
    width: 40%;
  }
  .news_list .webgene-item .title{
    margin-top: 12px;
  }
  */
  /*詳細*/
  .news_detail{
  }
  .news_detail .webgene-blog{

  }
  .news_detail .webgene-item{

  }
  .news_detail .meta{
    padding-bottom: 10px;
  }
  .news_detail .category{
    padding-left: 17px;
  }
  .news_detail .category span{
    padding: 2px 10px 3px 13px;
  }
  .news_detail .date{

  }
  .news_detail .title{
    margin-top: 5px;
  }
  .news_detail .post_content{
    margin-top: 39px;
    padding-bottom: 73px;
  }
  .news_detail .txt{

  }
  .news_detail .txt img{
    padding: 22px 0 20px;
  }
  .news_detail .read_more{
    margin-top: 73px;
  }
  .news_detail .post_content .read_more{
    margin-top: 20px;
  }
  
  .news_detail .read_more a{
  }
  
  
  .news_box_content{
    margin: 95px -10px 0;
  }
  .news_box{
    padding: 0 10px;
  }
  .news_box a{
    padding: 30px 0 30px;
  }
  .news_box a:after{
  }
  .news_box_icon{

  }
  .news_box_title{
    margin-top: 7px;
    font-size: 19px;
  }
  .news_box_title:after{
    margin: 6px auto 0;
  }
  .news_box_text{
    margin-top: 5px;
    font-size: 16px;
  }
  .news_wh_text{
    text-align: left;
    margin-top: 30px;
    font-size: 22px;
  }
  .posts_layout_box2 .select_wrap .webgene-item:before{
    padding-right: 17px;
  }

}
@media (min-width:1200px){
  .posts_layout.news{
  }
  /*一覧*/
  .news_list{

  }
  .news_list .webgene-blog{

  }
  .news_list .webgene-item{

  }
  .news_list .webgene-item .inner{

  }
  .news_list .webgene-item .img_fit{

  }
  /*.news_list .webgene-item .category{
    width: 56%;
  }
  .news_list .webgene-item .category span{
    padding: 0px 10px 4px 13px;
  }
  .news_list .webgene-item .date{
    padding-right: 9px;
  }
  .news_list .webgene-item .title{

  }*/

  /*詳細*/
  .news_detail{
    margin-top: -10px;
  }
  .news_detail .webgene-blog{

  }
  .news_detail .webgene-item{

  }
  .news_detail .meta{

  }
  .news_detail .category{

  }
  .news_detail .category span{

  }
  .news_detail .date{

  }
  .news_detail .title{

  }
  .news_detail .post_content{

  }
  .news_detail .txt{

  }
  .news_detail .txt img{

  }
  .news_detail .read_more{

  }
  .news_detail .read_more a{
  }
  .news_box_content{
  }
  .news_box{
  }
  .news_box a{
  }
  .news_box_icon{

  }
  .news_box_title{

  }
  .news_box_text{

  }
  .news_wh_text{
    font-size: 26px;
  }


}


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

/* 目次 */
.blog_mokuji{
  background: #FFF;
  padding: 15px 20px;
}
.blog_mokuji ul{
  
}
.blog_mokuji ul li{
  list-style: decimal;
  margin-left: 1.5em;
}
.blog_mokuji_tt{
  text-align: center;
  margin-bottom: 10px;
}

/* 吹き出し */
.blog_comment{
  width: 100% !important;
  table-layout: fixed;
  margin: 10px 0;
}
.blog_comment + .blog_comment{
}
.blog_comment th,
.blog_comment td{
  font-size: 15px;
  line-height: 1.5;
}
.blog_comment th{
  width: 80px!important;
}
.blog_comment td{
  padding: 0 15px;
}

.blog_comment th img{
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}
.blog_comment th p{
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-top: 5px;
}

.blog_comment .comment{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  min-height: calc(5em);
  padding: 10px ;
  border-radius: 10px;
  filter: drop-shadow(0px 1px 2px #ccc);
  position: relative;
  z-index: 1;
}
.blog_comment .comment:before{
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}


.blog_comment.left .comment{
  background: #ffebeb;
}
.blog_comment.left .comment:before{
  background: #ffebeb;
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
  right: calc(100% - 1px);
}
.blog_comment.right .comment{
  background: #e2f6ff;
}
.blog_comment.right .comment:before{
  background: #e2f6ff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  left: calc(100% - 1px);;
}
.blog_comment.left{
  
}

.blog_comment.right{
  
}

/* ギャラリー */
.blog_gallery{
  table-layout: fixed;
  margin: 0 -5px;
}
* + .blog_gallery{
  margin-top: 20px;
}
.blog_gallery th,
.blog_gallery td{
  padding: 5px;
  font-size: 12px;
  
  text-align: center;
}
.blog_gallery th img,
.blog_gallery td img{
  margin: 0 !important;
  padding: 0 !important;
}
.blog_gallery th a,
.blog_gallery td a{
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}

/* こだわり */
.blog_kodawari{
  display: block;
}
* + .blog_kodawari{
  margin-top: 20px;
}
.blog_kodawari tbody{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.blog_kodawari tr{
  display: contents;
}
.blog_kodawari th,
.blog_kodawari td{
  width: 50%;
  padding: 0 5px;
  font-size: 12px;
  color: var(--sub-color);
  text-align: center;
  padding-bottom: 20px;
}
.blog_kodawari th:empty,
.blog_kodawari td:empty{
  display: none;
}
.blog_kodawari th img,
.blog_kodawari td img{
  padding: 0 !important;
}
.blog_kodawari th strong,
.blog_kodawari td strong{
  font-size: 1.1em;
}


/* 枠つきBOX1 */
.blog_border_box1{
  width: 100%;
  border: 1px solid var(--sub-color);
  background: #FFF;
  padding: 15px 15px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 1;  
}
.blog_border_box1:before{
  content: "";
  position: absolute;
  z-index: 1;
  inset: 2px;
  border: 1px solid var(--sub-color);
  pointer-events: none;
}
* + .blog_border_box1{
  margin-top: 20px;
}

/* アイコン付き */
.blog_border_box2,
.blog_border_box3,
.blog_border_box4,
.blog_border_box5{
  background: #FFF;
  padding: 25px 15px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  z-index: 1;  
}
.blog_border_box2{
  border: 2px solid #ffa639;
}
.blog_border_box3{
  border: 2px solid #f7da38;
}
.blog_border_box4{
  border: 2px solid #ffa639;
}
.blog_border_box5{
  border: 2px solid #f578b4;
}
* + .blog_border_box2,
* + .blog_border_box3,
* + .blog_border_box4,
* + .blog_border_box5{
  margin-top: 20px;
}
.blog_border_box2:before,
.blog_border_box3:before,
.blog_border_box4:before,
.blog_border_box5:before{
  content: "\f0eb";
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 24px;
  font-weight: 400;
  font-family: "FontAwesome";
  line-height: 36px;
  letter-spacing: 0;
  
  color: #FFF;
  text-align: center;
  position: absolute;
  top: 0;
  left: 5px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.blog_border_box2:before{
  content: "\f0eb";
  background: #ffa639;
}
.blog_border_box3:before{
  content: "\f071";
  background: #f7da38;
}
.blog_border_box4:before{
  content: "\f0a1";
  background: #ffa639;
}
.blog_border_box5:before{
  content: "\f129";
  background: #f578b4;
}


/* あわせて読みたい */
.blog_related{
  width: 100%;
  border: 1px solid #000;
  background: #FFF;
  text-align: center;
  position: relative;
  z-index: 1; 
}
* + .blog_related{
  margin-top: 20px;
}
.blog_related th{
  width: 120px;
  padding:25px 10px 10px;
  text-align: center;
}
.blog_related th img{
  aspect-ratio: 4 / 2;
  object-fit: cover;
  object-position: center;
  padding: 0 !important;
}
.blog_related td{
  text-align: justify;
  padding: 10px 10px;
}
.blog_related_label{
  font-size: 10px;
  position: absolute;
  z-index: 1;
  inset: 0;
}
.blog_related_label a{
  display: flex;
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 3px 10px;
}
.blog_related_title{
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
.blog_related_txt{
  display: none;
  font-size: 13px;
  line-height: 1.4;
}
.blog_related:hover{
  background: #EEE;
}

/* 商品紹介 */
.blog_products{
  
}
* + .blog_products{
  margin-top: 20px;
}
.blog_products tbody{
  
}
.blog_products tr{
}
.blog_products th,
.blog_products td{
  vertical-align: top;
  padding: 10px 0;
}
.blog_products th{
}
.blog_products td{
  padding-left: 15px;
}
.blog_products_title{
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  background: var(--sub-color);
  color: #FFF;
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.blog_products_txt{
  font-size: 15px;
  line-height: 1.5;
  text-align: justify;
}
.blog_products_copy{
  font-size: 12px;
  line-height: 1.5;
  text-align: justify;
  margin-top: 10px;
}
.blog_products_copy a{
  color: var(--sub-color);
}
.blog_products_img{
  
}
.blog_products_img img{
  padding: 0 !important;
  width: 100%;
}

/* グルメ */
.gourmet_row{
  
}
.gourmet_row + .gourmet_row{
  margin-top: 30px;
}
.gourmet_img{
  padding: 10px 0;
  text-align: center;
}
.gourmet_img img{
  padding: 0 !important;
}

/**/
.read_more a.green{
  background: var(--sub-color) !important;
  color: #FFF !important;
}
.read_more a.green:hover{
  background: var(--main-color) !important;
  color: #FFF !important;
}

.post_content{
  word-break: break-all;
}
.post_content .read_more a{
  font-family: "Noto Sans JP", sans-serif;
}

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

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

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

  /* 商品紹介 */
  .blog_products,
  .blog_products tbody,
  .blog_products tr,
  .blog_products th,
  .blog_products td{
    display: block;
    width: 100%;
    padding: 0;
  }
  .blog_products th{
  }
  .blog_products td{
    padding: 0;
  }
  .blog_products tr + tr{
    margin-top: 45px;
  }
  .blog_products * + th,
  .blog_products * + td{
    margin-top: 20px;
  }
  
  
  
}
@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;
  }

  /* 吹き出し */
  .blog_comment{
    margin: 10px 0;
  }
  .blog_comment th,
  .blog_comment td{
    font-size: 15px;
  }
  .blog_comment th{
    width: 100px!important;
  }
  .blog_comment .comment{
    padding: 15px;
  }
  
  /* あわせて読みたい */
  .blog_related{
  }
  .blog_related th{
    width: 120px;
    padding: 25px 10px 10px;
  }
  .blog_related td{
  }
  .blog_related_label{
    font-size: 10px;
  }
  .blog_related_title{
    font-size: 14px;
  }
  .blog_related_txt{
    display: -webkit-box;
    font-size: 13px;
    margin-top: 5px;
  }
  
  /* 商品紹介 */
  .blog_products{
    table-layout: fixed;
  }
  .blog_products tbody{

  }
  .blog_products tr{
  }
  .blog_products th,
  .blog_products td{
    vertical-align: top;
    padding: 20px 0;
  }
  .blog_products th{
  }
  .blog_products td{
    width: 50%;
    padding-left: 15px;
  }
  .blog_products_title{
    font-size: 24px;
    margin-bottom: 10px;
  }
  .blog_products_txt{
    font-size: 16px;
  }
  .blog_products_copy{
    margin-top: 10px;
  }
  .blog_products_img{
    
  }

  
  /* グルメ */
  .gourmet_row{

  }
  .gourmet_row + .gourmet_row{
    margin-top: 60px;
  }
  
}
@media (min-width:1024px){

  .blog_kodawari th,
  .blog_kodawari td{
    font-size: 14px;
    width: 33.333%;
  }

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


}



/*******************************
*　テーマ別家づくり
********************************/
.kodawari_detail .title{
  margin-bottom: 30px;
  padding: 2px 0;
  background: var(--main-color);
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-align: center;
}
.kodawari_detail .title2{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1px solid var(--main-color);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.kodawari_detail .post_content{

}
.kodawari_detail .txt{
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.888;
}
.kodawari_detail .txt strong{
  padding-bottom: 5px;
  width: 100%;
  display: block;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  border-bottom: 1px solid #cdcdcd;
}

.kodawari_detail .txt img{
  margin-top: 20px;
  margin-bottom: 20px;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .anchor{
    top: -80px;
  }
  
  .works_list_pos_1.pos_right{
    margin-top: 10px;
  }
}
@media (min-width:768px){
  .kodawari_detail .title{
    font-size: 30px;
    padding: 2px 0;
    margin-bottom: 50px;
  }
  .kodawari_detail .title2{
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .kodawari_detail .txt{
    font-size: 18px;
  }
  .kodawari_detail .txt strong{
    font-size: 22px;
    padding-bottom: 5px;

  }
  .kodawari_detail .txt img{

  }

  .kodawari_detail .txt img{
    margin: 30px auto 7px;
    display: flex;
    justify-content: center;
  }
  .kodawari_detail .txt img+img{
    margin-top: 30px
  }
   .kodawari_list .webgene-item .title{
    padding: 5px 30px 5px 0;
  }
}
@media (min-width:1024px){
  .kodawari_detail .title{
    margin-bottom: 75px;
    margin-top: -3px;
    padding: 2px 0 7px;
  }
  .kodawari_detail .post_content{

  }
  .kodawari_detail .title{
    font-size: 40px;
  }
  .kodawari_detail .txt{

  }
  .kodawari_detail .txt strong{
    padding-bottom: 9px;
    margin-bottom: 8px;

  }
  .kodawari_detail .txt img{
    margin: 43px auto 7px;
  }
 

}
@media (min-width:1200px){
 .kodawari_list .webgene-item .title{
    padding: 0 30px 0 0;
  }

}

.link__btn-260212{
  transition: 0.3s ease;
}

.link__btn-260212:hover{
  opacity: 0.6;
}