@charset "UTF-8";


/*******************************
*　ギャラリー
********************************/
.pg_gallery{

}
.pg_gallery .section.sec1{

}



/* ポップアップ */
.style_popup{
  width: 95vw;
  max-height: 90vh;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #FFF;
  color: #181818;
  padding: 30px 30px;
}
.style_popup_box1{
  width: 100%;
}
.style_popup_box1.center{
  margin-left: auto;
  margin-right: auto;
}
.style_popup_box2{
  width: 100%;
  margin-top: 20px;

}
.style_popup_imgs{

}
.style_popup_imgs .img.img_fit:before{
  padding-top: 130.33%;
  padding-top: 120%;
}
.style_popup_title{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.style_popup_txt{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 2.25em;
  text-align: justify;
}

.style_popup_imgs_wrap{
  position: relative;
  z-index: 1;
}
.popup_slider_btn_prev,
.popup_slider_btn_next{
  font-size: 20px;
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: var(--sub-color);;
}
.popup_slider_btn_prev{
  left: -1.2em;
}
.popup_slider_btn_next{
  right: -1.2em;
}

/*カテゴリ*/
.gallery_cate{

}
.gallery_cate .webgene-blog{


}
.gallery_cate .webgene-item{

}
.gallery_cate .webgene-item a{

}

.pg_gallery .scrollPinInner .webgene-item{
  
}
.pg_gallery .scrollPinInner .webgene-item a{
  
}

/*リスト*/
.gallery_list{
  margin-top: 0;
  /*margin-top: 40px;*/
}
.gallery_list .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin-inline:0;
}
.gallery_list .webgene-item{
  width: 50%;
  padding-inline:5px;
  background: #f8f8f8;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.gallery_list .webgene-item a{

}
.gallery_list .webgene-item .img:before{
  padding-top: 132%;
}
.gallery_list .webgene-item img{
  transition: 0.2s all;
}
.gallery_list .webgene-item a:hover{
  
}
.gallery_list .webgene-item a:hover img{
  transform: scale(1.05);
}

.webgene-pagination li.selected{
  background: #0d2036;
  color: #fff;
}
.webgene-pagination li{
  border: 1px solid #0d2036;
}
.gallery_cate .webgene-blog{
  display: none;
}

.posts_side_title{
  background: #0d2036;
}

.gallery_list .webgene-item:before{
  width: 1px;
  height: 100%;
}
.gallery_list .webgene-item:after{
  height: 1px;
}
.gallery_list .webgene-item:before,
.gallery_list .webgene-item:after{
  background: #c3bfbf;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.gallery_list .webgene-item:after {
  background: #c3bfbf;
}

.popup_close{
  width: 20px;
  aspect-ratio:41 / 50;
  position: fixed;
  top: 10px;
  right:10px;
}

.body_home .webgene-pagination{
  display: none;
}
@media (min-width:768px){

  /* ポップアップ */
  .style_popup{
    width: 700px;
    padding: 100px 50px;
  }
  .style_popup_box1{
    width: 61.22%;
  }
  .style_popup_box2{
    width: 32.14%;
    margin-top: 0;
    padding-top: 50px;
  }
  .style_popup_imgs{

  }
  .style_popup_title{
    font-size: 20px;
    padding-bottom: 17px;
    margin-bottom: 15px;
  }
  .style_popup_txt{
    font-size: 16px;
  }
  .popup_slider_btn_prev{
    left: -2em;
  }
  .popup_slider_btn_next{
    right: -2em;
  }

  /*カテゴリ*/
  .gallery_cate{

  }
  .gallery_cate .webgene-blog{
    display: flex;
    flex-wrap: wrap;
    margin-inline:-15px;
  }
  .gallery_cate .webgene-item{
    width: 50%;
    padding-inline:15px;
  }
  .gallery_cate .webgene-item:nth-child(n+3){
    margin-top: 16px;
  }
  .gallery_cate .webgene-item a{
    display: block;
    background: #0d2036;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight:500;
    letter-spacing: 0;
    padding: 13px 0;
  }
  .gallery_cate .webgene-item a.on{
    background: #e4007f;
  }

  .body_news .scrollPinInner .webgene-item,
  .pg_gallery .scrollPinInner .webgene-item{
  
}
.body_newsDetail .scrollPinInner .webgene-item a,
.body_news .scrollPinInner .webgene-item a,
.pg_gallery .scrollPinInner .webgene-item a{
  display: block;
  border-bottom: 2px solid #000000;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
  position: relative;
}
.body_newsDetail .scrollPinInner .webgene-item a:after,
.body_news .scrollPinInner .webgene-item a:after,
.pg_gallery .scrollPinInner .webgene-item a:after{
  content: "";
  display: block;
  width: 13px;
  aspect-ratio:13 / 16;
  background-image: url(https://kimidori.co.jp/system_panel/uploads/images/ya.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
        top: 36%;
  right:0;
  transform: translateY(-50%);
}
.body_newsDetail .scrollPinInner .webgene-item + .webgene-item,
.body_news .scrollPinInner .webgene-item + .webgene-item,
.pg_gallery .scrollPinInner .webgene-item + .webgene-item{
  margin-top: 10px;
}
  

  /*リスト*/
  .gallery_list{
    /*margin-top: 80px;*/
  }
  .gallery_list .webgene-blog{
    margin-inline:0;
  }
  .gallery_list .webgene-item{

    padding-inline:13.5px;
  }
  .gallery_list .webgene-item a{

  }
  .gallery_list .webgene-item .img:before{

  }

  .popup_close{
    width: 41px;
    top: 50px;
    right: 50px;
  }
}
@media (min-width:1024px){

  /* 一覧 */


  /* ポップアップ */
  .style_popup{
    width: 920px;
  }

  /*カテゴリ*/
  .gallery_cate{

  }
  .gallery_cate .webgene-blog{

  }
  .gallery_cate .webgene-item{

  }
  .gallery_cate .webgene-item a{

  }

  .style_popup_title{
    font-size: 30px;
  }
  .body_newsDetail .scrollPinInner .webgene-item a:after,
  .body_news .scrollPinInner .webgene-item a:after,
  .pg_gallery .scrollPinInner .webgene-item a:after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  }

  /*リスト*/
  .gallery_list{

  }
  .gallery_list .webgene-blog{

  }
  .gallery_list .webgene-item{
    width: 25%;

  }
  .gallery_list .webgene-item a{

  }
  .gallery_list .webgene-item .img:before{

  }
  .webgene-pagination{
    margin-top: 50px;
  }

  /*    .gallery_list .webgene-item:nth-child(2):before,
      .gallery_list .webgene-item:nth-child(3):before,
      .gallery_list .webgene-item:nth-child(4):before {
          content: "";
      }*/
  .gallery_list .webgene-item:before {
    content: "";
  }
  .gallery_list .webgene-item:nth-child(4n+1):not(:first-child):after {
    content: "";
    width: 400%;
  }
  .gallery_list .webgene-item:nth-child(4n - 3):before {
    display: none;
  }
}
@media (min-width:1200px){


  /* ポップアップ */
  .style_popup{
    padding: 50px 65px;
    width:1110px;
  }

  /*カテゴリ*/
  .gallery_cate{

  }
  .gallery_cate .webgene-blog{

  }
  .gallery_cate .webgene-item{
    width: 25%;
  }
  .gallery_cate .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .gallery_cate .webgene-item:nth-child(n+5){
    margin-top: 26px;
  }
  .gallery_cate .webgene-item a{

  }
}
@media (max-width:1023px){
  .gallery_list .webgene-item:nth-child(odd):before{
    display: none;
  }
  .gallery_list .webgene-item:before {
    content: "";
  }
  .gallery_list .webgene-item:nth-child(2n+1):not(:first-child):after {
    content: "";
    width: 200%;
  }
}


@media (max-width:374px){

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

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

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

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }
  .pg_xxx .section.sec3{

  }
  .pg_xxx .section.sec4{

  }
  .pg_xxx .section.sec5{

  }


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


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


}


.gallery_cate.fixed_nav{
  transition: 0.2s all;
}
@media (max-width:767px){
  /* 固定版 
  .gallery_cate.fixed_nav.scrolled{
    width: 100%;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
  }
  .gallery_cate.fixed_nav.scrolled .posts_side_title{
    display: none;
  }*/
}
@media (min-width:768px){
  /* 固定版 
  .gallery_cate.fixed_nav{
    width: 150px;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .gallery_cate.fixed_nav .webgene-blog{

  }
  .gallery_cate.fixed_nav .webgene-item{
    width: 100%;
    margin-top: 0;
    padding: 0;
    border-top: 1px solid #FFF;
  }
  .gallery_cate.fixed_nav .webgene-item a{
    font-size: 15px;
  }*/
}
@media (min-width:1024px){


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


}


/*******************************
*　ピックアップ
********************************/
.pg_pickup{

}
.pg_pickup .section.sec1{

}
.pg_pickup .section.sec2{

}

/*リスト*/
.pickup_list{

}
.pickup_list .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin-inline:-5px;
}
.pickup_list .webgene-item{
  width: 50%;
  padding-inline:5px;
}
.pickup_list .webgene-item:nth-child(n+3){
  margin-top: 16px;
}
.pickup_list .webgene-item a{

}
.pickup_list .webgene-item .box2{
  padding: 10px 0;
}
.pickup_list .webgene-item .img:before{
  padding-top: 83.333%;
}
.pickup_list .webgene-item .title{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.025em;
}

/*詳細*/
.pickup_detail{
  line-height: 2.25em;
}
.pickup_detail .title{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  border-bottom: 1px solid #181818;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.pickup_detail h3{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  color: #fff;
  background: #7494b6;
  padding: 10px;
  margin-top: 60px;
  margin-bottom: 20px;
}

.pickup_detail .img_box{
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  gap: 20px 0;
}
.pickup_detail .img_box img{
  width: 100%;
}
.pickup_detail .f-img{
  width: 100%;
  padding-inline:15px;
  text-align: center;
}

.pickup_detail .md-img{

}
.pickup_detail .sm-img{

}

.pickup_detail .img_box .text-center{
  font-size: 15px;
  line-height: 1.5;
}
.pickup_detail .text-center{
  
}
.pg_pickup .read_more{
  margin-top: 40px;
}

/*.txt h3:not(:first-of-type) {
  margin-top: 60px;
}
.txt h3:not(:first-of-type) {
}*/
@media (max-width:374px){

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

}
@media (max-width:767px){
  .md-img:nth-child(n+2),
  .sm-img:nth-child(n+2){
    margin-top: 20px;
  }
}
@media (min-width:768px){
  .pg_pickup{

  }
  .pg_pickup .section.sec1{

  }
  .pg_pickup .section.sec2{

  }

  /*リスト*/
  .pickup_list{

  }
  .pickup_list .webgene-blog{
    margin-inline:-20px;
  }
  .pickup_list .webgene-item{
    padding-inline:20px;
  }
  .pickup_list .webgene-item a{

  }
  .pickup_list .webgene-item .img:before{

  }
  .pickup_list .webgene-item .box2{
    padding: 17px 5px;
  }

  .pickup_list .webgene-item .title{
    font-size: 18px;
  }

  /*詳細*/
  .pickup_detail{

  }
  .pickup_detail .title{
    font-size: 20px;
    margin-bottom: 63px;
  }
  .pickup_detail h3{
    font-size: 20px;
    padding: 3px 30px;
    margin-top: 62px;
    margin-bottom: 35px;
  }
  .pickup_detail .img_box{
    margin-inline:-15px;
    margin-top: 70px;
  }
  .pickup_detail .h-img{
    padding-inline:15px;
  }
  .pickup_detail .md-img{
    width: 50%;
    padding-inline:15px;
  }
  .pickup_detail .sm-img{
    width: 33.333%;
    padding-inline:15px;
  }

  .pickup_detail .text-center{
    padding-top: 16px;
  }

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

  }
  .pg_pickup .section.sec1{

  }
  .pg_pickup .section.sec2{

  }

  /*リスト*/
  .pickup_list{

  }
  .pickup_list .webgene-blog{

  }
  .pickup_list .webgene-item{
    width: 33.333%;
  }
  .pickup_list .webgene-item:nth-child(n+3){
    margin-top:0;
  }
  .pickup_list .webgene-item:nth-child(n+4){
    margin-top: 35px;
  }
  .pickup_list .webgene-item a{

  }
  .pickup_list .webgene-item .img:before{

  }
  .pickup_list .webgene-item .title{
    font-size: 20px;
  }


  /*詳細*/
  .pickup_detail{

  }
  .pickup_detail .title{
    font-size: 30px;
  }
  .pickup_detail h3{
    font-size: 30px;
  }
  .pickup_detail .img_box{

  }
  .pickup_detail .h-img{

  }
  .pickup_detail .md-img{

  }
  .pickup_detail .sm-img{

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

  .pickup_detail .f-img{
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  .pickup_detail .f-img img{
    /*width: 528px;*/
  }

}
/*******************************
*　会社概要
********************************/
.pg_company{

}
.pg_company .section.sec1{

}
.pg_company .section.sec2{

}
.pg_company .section.sec3{

}


/*テーブル*/
.company_tbl{

}
.company_tbl .table_rows_th,
.company_tbl .table_rows_td{
  border: 1px solid #7e7e7e;
  font-weight: 400;
}
.company_tbl .table_rows_th{
  background: #dfddd2;
}
.company_tbl .table_rows_td{
  line-height: 1.88em;
}

/*地図*/
.gmap{
  margin-top: 40px;
}
.access_map iframe{
  width: 100%;
  height: 250px;
  border: none;
}

/*注意点*/
.company_contents2_desc{
  font-size: 16px;
  font-weight: 400;
  line-height: 2em;
}
.content_block:nth-child(n+2){
  margin-top: 20px;
}

.pg_company .cmn_sec_tt{
  position: relative; 
  margin-bottom: 27px;
}
.pg_company .about_value_title{
  margin-bottom: 52px;
}
.pg_company .cmn_sec_tt_en{
  display: inline-block;
  background: #fff;
  padding-right: 16px;
}
.pg_company .cmn_sec_tt:before{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #004986;
  position: absolute;
  top: 0.9em;
  left: 0;
  z-index: -1;
}
@media (max-width:374px){

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

}
@media (max-width:767px){
  /*テーブル*/
  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    display: block;
    width: 100%;
    border-bottom: none;
    font-weight: 400;
  }
  .company_tbl .table_rows_th{
    background: #dfddd2;
  }
  .company_tbl .table_rows_td{
    line-height: 1.88em;
  }
  .company_tbl .table_rows_tr:last-child .table_rows_td{
    border-bottom: 1px solid #7e7e7e;
  }

  .company_contents2_wrap .cmn_sec_tt:before{
    top: 0.4em;
  }
}
@media (min-width:768px){
  .pg_company{

  }
  .pg_company .section.sec1{

  }
  .pg_company .section.sec2{

  }
  .pg_company .section.sec3{
    padding-top: 80px;
  }

  /*テーブル*/
  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    font-size: 17px;
    padding: 16px 14px 15px;
  }
  .company_tbl .table_rows_th{
    border-right: 0;
  }
  .company_tbl .table_rows_td{
    border-left: 0;
    padding-left: 19px;
  }

  /*地図*/
  .gmap{
    margin-top: 60px;
  }
  .access_map iframe{
    height: 400px;
  }

  /*注意点*/
  .company_contents2_desc{

  }
  .content_block:nth-child(n+2){
    margin-top: 32px;
  }
}
@media (min-width:1024px){
  .pg_company{

  }
  .pg_company .section.sec1{

  }
  .pg_company .section.sec2{

  }
  .pg_company .section.sec3{

  }

  /*テーブル*/
  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{

  }
  .company_tbl .table_rows_th{
    width: 284px;
  }
  .company_tbl .table_rows_td{

  }

  /*地図*/
  .gmap{

  }
  .access_map iframe{

  }

  /*注意点*/
  .company_contents2_desc{

  }
  .content_block:nth-child(n+2){

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


}/*******************************
*　
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}
.pg_xxx .section.sec3{

}
.pg_xxx .section.sec4{

}
.pg_xxx .section.sec5{

}

.insta_list{
  
}
.insta_list .webgene-blog{
 display: flex;
 flex-wrap: wrap;
 margin-inline:-5px;
}
.insta_list .webgene-item{
  width: 50%;
  padding-inline:5px;
}
.insta_list .webgene-item:nth-child(n+3){
  margin-top: 10px;
}
.insta_list .webgene-item .img:before{
  padding-top: 133.333%;
}
@media (max-width:374px){

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

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

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

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }
  .pg_xxx .section.sec3{

  }
  .pg_xxx .section.sec4{

  }
  .pg_xxx .section.sec5{

  }

  .pg_home .section.sec5{
    padding-top: 124px;
  }
  .pg_home .section.sec5 .cmn_sec_tt{
margin-bottom: 78px;
  }
  
  .insta_list{
  
}
.insta_list .webgene-blog{
 
}
.insta_list .webgene-item{
  
}
.insta_list .webgene-item:nth-child(n+3){
  margin-top: 10px;
}
}
@media (min-width:1024px){
.insta_list{
  
}
.insta_list .webgene-blog{
 
}
.insta_list .webgene-item{
  width: 20%;
}
.insta_list .webgene-item:nth-child(n+3){
  margin-top: 0;
}
.insta_list .webgene-item:nth-child(n+6){
  margin-top: 0;
}

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


}/*******************************
*　
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}
.pg_xxx .section.sec3{

}
.pg_xxx .section.sec4{

}
.pg_xxx .section.sec5{

}


@media (max-width:374px){

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

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

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

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }
  .pg_xxx .section.sec3{

  }
  .pg_xxx .section.sec4{

  }
  .pg_xxx .section.sec5{

  }


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


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


}/*******************************
*　
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}
.pg_xxx .section.sec3{

}
.pg_xxx .section.sec4{

}
.pg_xxx .section.sec5{

}


@media (max-width:374px){

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

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

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

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }
  .pg_xxx .section.sec3{

  }
  .pg_xxx .section.sec4{

  }
  .pg_xxx .section.sec5{

  }


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


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


}/*******************************
*　
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}
.pg_xxx .section.sec3{

}
.pg_xxx .section.sec4{

}
.pg_xxx .section.sec5{

}


@media (max-width:374px){

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

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

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

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }
  .pg_xxx .section.sec3{

  }
  .pg_xxx .section.sec4{

  }
  .pg_xxx .section.sec5{

  }


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


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


}

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

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

}


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

  }

}
@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: 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;
  }

}
@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{
    padding: 20px 25px;
  }

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



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


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


}


/*******************************
*　記事一覧(2カラム)
********************************/
.pg_news{
  padding-top: 30px;
}
.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{

}

.news_list .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin-inline:-5px;
}
.news_list .webgene-item{
  width: 50%;
  padding-inline:5px;
  border-right: 1px solid #181818;
  padding-bottom: 16px;
}
.news_list .webgene-item:nth-child(2n){
  border-right:0;
}
.news_list .webgene-item:nth-child(n+3){
  margin-top: 20px;
}
.news_list .webgene-item a{

}
.news_list .webgene-item .meta{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news_list .webgene-item .date{
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  font-family: "Oswald", sans-serif;
}
.news_list .webgene-item .category{
  font-size: 12px;
  font-weight: 700;
  background: #004986;
  color: #fff;
  padding: 2px 16px;
}
.news_list .webgene-item .title{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 13px;
}
.news_list .webgene-item .img:before{
  padding-top: 73.68%;
}
.news_list .webgene-item .box2{
  margin-top: 12px;
}


/* サイド */
.posts_side_wrap{

}
.posts_side_wrap + .posts_side_wrap{
  margin-top: 30px;
}
.posts_side_title {
  background: #e4007f;
  color: #FFF;
  padding: 13px 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  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;
  line-height: 1.5;
}
.posts_cat_item a:before{
  content: "■";
  position: absolute;
  left: 0;
}

/* 詳細 */
.posts_detail{
  border: none;
  border-bottom: 1px solid #181818;
  padding: 0 0 30px;
}
.posts_detail .webgene-item{

}
.posts_detail .meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: none;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.posts_detail .meta .category{
  margin-bottom: 2px;
}
.posts_detail .meta .category{
  font-size: 12px;
  font-weight: 700;
  background: #004986;
  color: #fff;
  padding: 2px 16px;
}
.posts_detail .meta .date{
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  font-family: "Oswald", sans-serif;
}
.posts_detail .title{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #181818;
  padding-bottom: 12px;
}
.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 a{
  color: #2196f3;
}

.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;*/
  margin-bottom: 20px;
}
.post_video .responsive_video:empty{
  display: none;
}

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

  .posts_detail .meta .date{
    width: 80px;
  }
  
  .posts_category_sp .select_wrap.fixed{
    position: fixed;
    z-index: 2;
    top: 0;
    left: 15px;
    right: 15px;
  }
}
@media (min-width:768px){

  .pg_news{
    padding-top: 50px;
  }
  .posts_layout_box1{
    width: 74.32%;
  }
  .posts_layout_box2{
    width: 22.97%;
    margin-top: 0;
    top: var(--header-height);
    transition: 0s all;
  }
  .posts_layout.reverse .posts_layout_box1{
    order: 2;
    margin-left: auto;
  }
  .posts_layout.reverse .posts_layout_box2{
    order: 1;
  }

  .posts_layout_box2.fixed{
    position: fixed;
    z-index: 2;
    top: var(--header-height);
  }
  
  .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: 126px;
  }

  .news_list .webgene-blog{

  }
  .news_list .webgene-item{
    padding-bottom: 27px;
  }

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

  }
  .news_list .webgene-item .meta{

  }
  .news_list .webgene-item .date{

  }
  .news_list .webgene-item .category{

  }
  .news_list .webgene-item .title{
    margin-top: 13px;
  }
  .news_list .webgene-item .box2{
    margin-top: 22px;
  }

  /* 詳細 */
  .posts_detail{
    padding: 0 0 60px;
  }
  .posts_detail .webgene-item{

  }
  .posts_detail .meta{
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 5px;
    margin-bottom: 3px;
  }
  .posts_detail .meta .category{
    width: auto;
    padding: 4px 24px;
  }
  .posts_detail .meta .category span{
    font-size: 13px;
    padding: 2px 5px;
  }
  .posts_detail .meta .date{
    width: 97px;
    font-size: 16px;
  }
  .posts_detail .meta .title{
    width: 100%;
    font-size: 18px;
  }
  .posts_detail .post_content{
    padding: 0;
  }
  .posts_detail .thumb{
    margin-bottom: 20px;
  }

  .body_newsDetail .read_more{
    margin-top: 48px;
  }
}
@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 .webgene-blog{
    margin-inline:-20px;
  }
  .news_list .webgene-item{
    width: 33.33%;
    padding-inline:20px;
  }
  .news_list .webgene-item:nth-child(2n){
    border-right:1px solid #181818;
  }
  .news_list .webgene-item:nth-child(3n){
    border-right: 0;
  }
  .news_list .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .news_list .webgene-item:nth-child(n+4){
    margin-top: 32px;
  }
  .news_list .webgene-item a{

  }
  .news_list .webgene-item .meta{

  }
  .news_list .webgene-item .date{

  }
  .news_list .webgene-item .category{
    padding: 4px 24px;
  }
  .news_list .webgene-item .title{

  }

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

  .pg_news{
    padding-top: 100px;
  }

  .body_news .posts_layout_box1{
    width: 80.26%;
  }
  .body_news .posts_layout_box2{
    width: 16.777%;
  }
}



/*******************************
*　ギャラリー（サムネ横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){


}





/*******************************
*　お問い合わせ
********************************/

.contact_info_wrap{
  background: #EEE;
  color: #FFF;
  padding: 30px 25px 20px;
  margin-bottom: 45px;
}
.contact_info_tt{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: 15px;
  color: #111;
}
.contact_info_box{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: #FFF;
  color: #181818;
  padding: 25px 10px 25px 30px;
}
.contact_info_tel{
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_info_tel_icon{
  background: #b1c274;
  color: #FFF;
  border-radius: 5px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  padding: 6px 16px;
  margin-right: 20px;
}
.contact_info_tel_link{
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
}
.contact_info_txt{
  font-weight: 700;
  margin-left: 0;
  letter-spacing: 0.16em;
}

@media (max-width:1023px){

  .contact_info_box{
    flex-wrap: wrap;
  }
  .contact_info_tel{
    width: 100%;
  }
  .contact_info_tt {
    font-size: 18px;
  }
  .contact_info_tel_link{
    font-size: 30px;
  }
}
@media (max-width:767px){

  .contact_info_wrap{
    margin-bottom: 50px;
    padding: 15px 10px;
  }
  .contact_info_box{
    padding: 20px 10px;
  }
  .contact_info_tt {
    font-size: 16px;
  }
  .contact_info_tel_icon{
    font-size: 14px;
    margin-right:5px;
  }
  .contact_info_tel_link{
    font-size: 24px;
  }
  .contact_info_txt{
    margin-left:0;
    margin-top: 5px;
    font-size: 10px;
  }

  .contact_info_box{
    flex-wrap: wrap;
  }
  .contact_info_tel{
    width: 100%;
  }
}


.contact_tt {
  font-size: 26px;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 0.16em;
}
.contact_tt.privacy{
  font-family: "Noto Sans JP";
  font-weight: 500;
}

/* フォーム */
.formTbl{
  border: 1px solid #7e7e7e;
  background: #ffffff;
}
.form.formWrap {
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
.formRow + .formRow{
  border-top: 1px solid #7e7e7e;
}
.formTh {
  padding: 16px 15px 16px 20px;
  background: #dfddd2;
  letter-spacing: 0.08em;

}
.formTh label{
  margin: 0;

}
.d-inline-block.requiredText {
  font-size: 13px;
  padding: 2px 12px;
  margin-top: 3px;
  float: right;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: #b80000;
  color: #ffffff;
}
.d-inline-block.requiredText.nini{
  background: #fff;
  color: #b80000;
  border: 1px solid #b80000;
}
.formTd {
  font-size: 15px;
  line-height: 2.07em;
  padding: 10px 16px;
}
.formTd input[type="text"],
.formTd input[type="tel"],
.formTd input[type="email"]{
  max-width: 461px;
  height: 39px;
  width: 100%;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.16em;
}
.formTd select{
  border-radius: 0;
}
.formTd input[name="zip1"]{
  max-width: 120px;
}
.formTd input[name="zip2"]{
  max-width: 150px;
}
.formTd select[name="pref"]{
  max-width: 225px;
  width: 100%;
  font-size: 16px;
  padding: 7px 10px;
  border: 1px solid #d6d8d8;
}
.formTd input[name="city"]{
  max-width: 425px;
}
.formTd .addArea + .addArea{
  margin-top: 8px;
}
.formTd .addArea .labelText02{
  width: 75px;
}
.formTd textarea{
  width: 100%;
  height: 280px;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.16em;
}
.formWrap .text-center{
  padding-top: 53px;
}
.formWrap input[name="privacy"]{
  margin-right: 7px;
}
.formWrap .privacyLabel{
  font-size: 17px;
  font-weight: 500;
  display: inline;
}
.formWrap .privacyLabel a{
  color: #e7188b;
}
.formBtn.formSend {
  display: block;
  min-width: 250px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  border: 1px solid var(--sub-color);
  background: #FFF;
  /* border-radius: 27px; */
  color: #181818;
  padding: 16px 20px;
  margin: 5px auto 0;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
  cursor: pointer;
}
.formBtn.formSend:after{
  content: "";
  height: 12px;
  aspect-ratio: 7 / 8;
  background: #FFF;
  background-image: url(https://kimidori.co.jp/system_panel/uploads/images/read_more_arr.png);
  background-repeat: no-repeat;
  background-size: 7px 8px;
  background-position: center;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -4px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  transition: 0.2s all;
}
.formWrap label {
  display: inline-block;
  margin-bottom: 0;
}
.radioArea{
  padding: 0;
}
.radioArea .d-inline-block .label{
  margin-left: 9px;
  letter-spacing: 0.08em;
  font-size: 15px;
  line-height: 2em;
}
.radioArea .d-inline-block{
  margin-right: 26px;
}
.radioArea .d-inline-block:last-child{
  margin-right: 0;
}
label.label.zipcode_i {
  padding: 5px;
  background: #cccccc;
  margin: 0;
  display: inline-block;
  border: 1px solid #d6d8d8;
  border-right: 0;
  vertical-align: top;
  line-height: 1.8em;
}
.pg_contact .section.sec1 {
  padding: 0 0 0;
}

.formTd.caution{
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.06em;
}
.fileArea:nth-child(n+2){
  margin-top: 9px;
}
@media only screen and (min-width: 1024px){
  .formTh {
    -ms-flex: 0 0 28%;
    -webkit-box-flex: 0;
    -webkit-flex: 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
  .formTd {
    -ms-flex: 0 0 72%;
    -webkit-box-flex: 0;
    -webkit-flex: 72;
    flex: 0 0 72%;
    max-width: 72%;
  }

  .thanks_text{
    text-align: center;
  }
}


/* プライバシー */
.pg_contact .section.sec2{
  padding: 150px 0 20px;
}
.pg_contact .section.sec2 .contact_tt{
  margin-bottom: 60px;
  padding-left: 10px;
}
.privacy_item {
  margin-top: 28px;
}
.privacy_ttl {
  font-size: 18px;
  font-weight: 500;
  padding: 8px 15px;
  margin-bottom: 12px;
  border-left: 6px solid #004986;
  letter-spacing: 0.04em;
}
.estimate_form .privacy_ttl{
  border-color: var(--sub-color);
}
.privacy_txt{
  letter-spacing: 0.04em;
  line-height: 1.875;
  text-align: justify;
}

.privacy_txt_type1{
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.privacy_txt_type1_b{
  text-indent: -1em;
  padding-left: 1em;
}
.privacy_txt_type1_c{
  text-indent: -3em;
  padding-left: 3em;
}
.privacy_txt_type2{

}
.privacy_txt_type2 p{
  text-indent: -1em;
  padding-left: 1em;
}

.privacy_txt ol li{
  padding-left: 1.6em;
  text-indent: -1.6em;
}
.privacy_txt ul li{
  padding-left: 1em;
  text-indent: -1em;
}

.contact_tt.privacy {
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-bottom: 48px;
}
.contact_tt.privacy br{
  display: none;
}
.formWrap .d-inline{
  display: inline-block!important;
}
.formWrap .d-inline-block {
  vertical-align: middle;
}

.privacy_box {
  padding: 30px 50px 30px 28px;
  height: 397px;
  overflow: auto;
  background: #fff;
  border: 1px solid #bfbfbf;
  margin-top: 0;
  color: #000000;
  margin-top: 60px;
}
@media only screen and (max-width: 1023px){
  .radioArea {
    padding: 0 5px;
  }
  .radioArea .d-inline-block .label {
    margin-left: 11px;
  }


  .privacy_ttl{
    font-size: 18px;
  }

}

@media only screen and (max-width: 767px){
  .contact_info {
    padding: 18px 15px 10px;
  }
  .contact_info_txt_1 br{
    display: block;
  }
  .contact_info_txt_2 {
    padding: 0 6px 0 10px;
    margin-right: 10px;
  }
  .contact_tt {
    margin-bottom: 25px;
    font-size:18px;
  }
  .formTh {
    padding: 5px 10px;
  }
  .formTd {
    font-size: 13px;
    padding: 10px;
  }
  .formTd input[name="zip1"] {
    width: 80px;
  }
  .formTd input[name="zip2"] {
    width: 100px;
  }
  .formTd select[name="pref"] {
    width: 155px;
  }
  .formTd input[type="text"]::placeholder,
  .formTd input[type="tel"]::placeholder,
  .formTd input[type="email"]::placeholder{
    font-size: 14px;
    letter-spacing: 0.01em;
  }
  .formWrap .text-center {
    padding-top: 25px;
  }
  .formWrap .privacyLabel {
    font-size: 15px;
  }

  .privacyformError{
    margin-top:-40px !important;
  }

  .contact_tt.privacy br{
    display: block;
  }
  .contact_tt.privacy {
    font-size: 19px;
    margin-bottom: 0;
  }
  .privacy_item {
    margin-top: 26px;
  }
  .contact_info_txt_1 {
    margin-bottom: 10px;
    padding-left: 0;
  }
  .formWrap .d-inline {
    display: block!important;
  }
  .formTd .addArea .labelText02 {
    display: block;
  }
  label.label.zipcode_i {
    padding: 7px 4px;
  }
  a.contact_info_txt_3 {
    width: 200px;
    margin: 10px 0;
  }

  .radioArea .d-inline-block {
    margin-right: 10px;
  }
  .pg_contact .section.sec2 .contact_tt {
    margin-bottom: 20px;
  }


  .pg_contact .section.sec1 {
    padding: 0 0 25px;
  }
  .contact_info_bg {
    padding: 18px 10px;
  }

  .pg_contact .section.sec2{
    padding: 65px 0 30px;
  }

  .privacy_ttl {
    font-size: 18px;
    padding-left: 10px;
  }
}

/*******************************
*　お問い合わせ送信完了
********************************/
.pg_thanks .link_3{
  margin-top: 50px;
}
.thanks_text{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px){
  .thanks_text{
    /*display: block;*/
    letter-spacing: -0.08em;
    margin-top: 30px;
  }

  .privacy_box{
    padding: 30px 10px;
  }
}


