/*******************************
*　下層ヘッダー
********************************/
.pg_header{
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.pg_header_txt_outer{
  width: 100%;
  order: 2;
}
.pg_header_txt{
  padding-left: 15px;
}
.pg_header_txt_en{
  margin-top: 20px;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 1;
}
.pg_header_txt_ja{
  margin-top: 15px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.075em;
  line-height: 1;
}
.pg_header_mv{
  order: 1;
  width: 69.29%;
  position: relative;
  z-index: 1;
}
.pg_header_mv_img.img_fit{

}
.pg_header_mv_img.img_fit:before{
  padding-top: 150px;
}
.pg_header_mv_img.img_fit img{
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 10% 0%);
}
.pg_header_mv_text{
  font-weight: 700;
  font-size: 150px;
  line-height: 1;
  position: absolute;
  z-index: 1;
  left: -17%;
  bottom: -6.5%;
  color: rgb(112 112 112 / 40%);
}


@media (min-width:768px){
  .pg_header{
    margin-bottom: 100px;
    justify-content: space-between;
  }
  .pg_header_txt_outer{
    order: 1;
    width: 32.55%;
  }
  .pg_header_txt{
    padding-left: 0px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 10.1%;
    transform: translateY(-50%);
  }
  .pg_header_txt_en{
    margin-top: 39px;
    font-size: 80px;
  }
  .pg_header_txt_ja{
    margin-top: 33px;
    font-size: 18px;
  }
  .pg_header_mv{
    order: 2;
    /*height: 350px;*/
  }
  .pg_header_mv_img.img_fit{

  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 350px;
  }
  .pg_header_mv_text{
    font-size: 370px;
    left: -9.3%;
    bottom: -7%;
  }
  .body_oem .pg_header_mv_text,
  .body_orderProduct .pg_header_mv_text,
  .body_company .pg_header_mv_text,
  .body_contact .pg_header_mv_text,
  .body_thanks .pg_header_mv_text{
    bottom: -5.5%;
  }
}

@media (min-width:1024px){
  .pg_header{
    margin-bottom: 140px;
  }
  .pg_header_txt_outer{
    width: 80px;
  }
  .pg_header_txt{
    left: 9.75%;
  }
  .pg_header_txt_en{
    margin-top: 40px;
    font-size: 80px;
  }
  .pg_header_txt_ja{
    margin-top: 35px;
    padding-left: 3px;
    font-size: 18px;
  }
  .pg_header_mv{
    /*height: 550px;*/
  }
  .pg_header_mv_img.img_fit{

  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 500px;
  }
  .pg_header_mv_text{
    font-size: 500px;
    left: -9.5%;
    bottom: -6.5%;
  }

}
@media (min-width:1200px){
  .body_oem .pg_header_mv_text,
  .body_orderProduct .pg_header_mv_text,
  .body_company .pg_header_mv_text,
  .body_contact .pg_header_mv_text,
  .body_thanks .pg_header_mv_text{
    bottom: -5.2%;
  }

  .pg_header_mv_text{
    font-size: 500px;
    left: -9.5%;
    bottom: -6.5%;
  }
}


/*******************************
*　共通パーツ
********************************/


/*******************************
*　塗布容器
********************************/
.pg_coatingContainer{
  position: relative;
  z-index: 1;
}
.pg_coatingContainer .section.sec1{
  position: relative;
}
.pg_coatingContainer .section.sec1,
.coatingContainer_wrap{
  position: relative;
  z-index: 2;
}

/*装飾*/
.pg_coatingContainer .content_pos_1{
  background-image: url(/system_panel/uploads/images/sss.png);
  width: 46.14%;
  aspect-ratio:886 / 634;
  top: 270px;
  right: -50px;
  bottom: auto;
}
.pg_coatingContainer .content_pos_2{
  background-image: url(/system_panel/uploads/images/gf.png);
  width: 47.76%;
  aspect-ratio:917 / 1114;
  left: -50px;
  top: 600px;
  bottom: auto;
}

/*画像*/
/*.coatingContainer_img{
  position: absolute;
  z-index: 1;
}
.coatingContainer_img.img1{
  top: 7%;
  right: -20%;
  width: calc(886px * 0.3);
  height: calc(634px * 0.3);
  clip-path: inset(37% 25% 0 0);
}
.coatingContainer_img.img2{
  top: 19%;
  left: -10%;
  width: calc(917px*0.3);
  height: calc(1114px*0.3);
}*/

/*「塗る」をもっと快適に、シンプルに。*/
.coatingContainer{

}
.coatingContainer .sec_sub_title{
  text-align: center;
  font-size: 17px;
}
.coatingContainer .content_desc{

}

.works_list{

}
.works_list .webgene-blog{
  margin-top: 50px;
}
.works_list .webgene-item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.works_list .webgene-item:nth-child(n+2){
  margin-top: 50px;
}
.works_list .webgene-item .item1,
.works_list .webgene-item .item2{
  width: 100%;
}
.works_list .webgene-item .item1{

}
.works_list .webgene-item .item2{
  margin-top: 30px;
}
.works_list .webgene-item .gallery_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.works_list .webgene-item .gallery_detail{
  margin-top: 0;
  color: #272727;
  background: #ebebeb;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  padding: 20px 15px;
}
.works_list .webgene-item .gallery_box1{
  width: 100%;
  position: relative;
  background: #040404;
  border-radius: 20px;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next{
  color: #fff;
  transform: translateY(-50%);
  top: 46%;
  left: 20px;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev{
  color: #fff;
  transform: translateY(-50%);
  top: 46%;
  right: 20px;
}
.works_list .webgene-item .gallery_box2{
  width: 100%;
  margin-top: 15px;
  position: relative;
  z-index: 1;
}
.works_list .webgene-item .gallery_main{

}
.works_list .webgene-item .gallery_thumb{

}
.works_list .webgene-item .gallery_main .img.img_fit{
  background: transparent;
}
.works_list .webgene-item .gallery_main .img.img_fit:before{
  padding-top: 75.38%;
}
.works_list .webgene-item .gallery_main .img.img_fit img{
  border-radius: 20px;
}
.works_list .webgene-item .gallery_thumb .img.img_fit{
  margin-top: 10px;
}
.works_list .webgene-item .gallery_thumb .img.img_fit:before{
  padding-top: 80%;
}
.works_list .webgene-item .post_content{

}
.works_list .webgene-item .text{
  padding-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
  border-bottom: none;
}
.works_list .webgene-item .text strong{
  font-weight: 700;
}
.works_list .webgene-item .btn_content{
  margin-top: 15px;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.works_list .webgene-item .post_pdf,
.works_list .webgene-item .post_video{
  width: 50%;
}
.works_list .webgene-item .post_pdf{

}
.works_list .webgene-item .post_video{

}
.works_list .webgene-item .post_pdf a,
.works_list .webgene-item .post_video .responsive_video{
  padding: 9px 0 10px;
  display: block;
  width: 100%;
  height: 43px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}
.works_list .webgene-item .post_pdf a[href=""],
.works_list .webgene-item .post_video .responsive_video[href=""]{
  display: none;
}

.works_list .webgene-item .post_pdf a:before{
  display: none;
}
.works_list .webgene-item .post_pdf{
  margin-top: 30px;
}
.works_list .webgene-item .post_pdf a{
  background: #3860e3;
  transition: all .2s;
  display: block;
}
.works_list .webgene-item .post_pdf img{
  margin-top: 3px;
  margin-left: 15px;
}
.works_list .webgene-item .post_video{

}
.works_list .webgene-item .post_video .responsive_video{
  background: #272727;
}
.works_list .webgene-item .post_video .responsive_video img{
  margin-left: 15px;
  filter: invert(1);
}

.btn_content .post_video .responsive_video:hover,
.works_list .webgene-item .post_pdf a:hover{
  transform: scale(1.05);
}
/*.coatingContainer_box_btn1 a:after,
.coatingContainer_box_btn2 a:after{
  font-family: "fontAwesome";
}
.coatingContainer_box_btn1 a:after{
  content: "\f08e";
}
.coatingContainer_box_btn2 a:after{
  content: "\f1c1";
}*/

.detail_inner{

}
.detail_item{
  border-bottom:1px dashed #272727;
  padding-bottom: 16px;
}
.detail_inner .detail_item{
  padding-top: 16px;
}
.detail_tt{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
}
.detail_desc{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2.125em;
  margin-top: 2px;
}
@media (max-width:374px){

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

}
@media (max-width:767px){
  .works_list .webgene-item .post_video,
  .works_list .webgene-item .post_pdf{
    width: 100%;
  }
  .works_list .webgene-item .btn_content{
    margin-left: 0;
  }
  .works_list .webgene-item .gallery_thumb .img.img_fit:before{
    padding-top: 65px;
  }
}
@media (min-width:768px){
  .pg_coatingContainer{

  }
  .pg_coatingContainer .section.sec1{

  }

  /*装飾*/
  .pg_coatingContainer .content_pos_1{
    width: 46.14%;
    top: -50px;
    right: -284px;
    bottom: auto;
  }
  .pg_coatingContainer .content_pos_2{
    aspect-ratio:917 / 1114;
    left: -300px;
    top: 400px;
    bottom: auto;
  }

  /*画像*/
  .coatingContainer_img{

  }
  .coatingContainer_img.img1{
    top: 3%;
    right: -15%;
    width: calc(886px*0.5);
    height: calc(634px*0.5);
  }
  .coatingContainer_img.img2{
    top: 16%;
    left: -10%;
    width: calc(917px * 0.5);
    height: calc(1114px * 0.5);
  }

  /*「塗る」をもっと快適に、シンプルに。*/
  .coatingContainer{

  }
  .coatingContainer .sec_sub_title{
    font-size: 24px;
  }
  .coatingContainer .content_desc{

  }
  .works_list{

  }
  .works_list .webgene-blog{
    margin-top: 100px;
  }
  .body_bottle .works_list .webgene-blog{
    margin-top: 0;
  }
  .works_list .webgene-item{

  }
  .works_list .webgene-item:nth-child(n+2){
    margin-top: 100px;
  }
  .works_list .webgene-item .item1,
  .works_list .webgene-item .item2{

  }
  .works_list .webgene-item .item1{

  }
  .works_list .webgene-item .item2{

  }
  .works_list .webgene-item .gallery_wrap{

  }
  .works_list .webgene-item .gallery_detail{
    padding: 21px 60px 33px;
  }
  .works_list .webgene-item .gallery_box1{
    width: 80%;
    margin-inline:auto;
  }
  .works_list .webgene-item .gallery_box2{
    margin-top: 0;
  }
  .works_list .webgene-item .gallery_main{

  }
  .works_list .webgene-item .gallery_thumb{

  }
  .works_list .webgene-item .gallery_main .img.img_fit{

  }
  .works_list .webgene-item .gallery_thumb .img.img_fit{
    margin-top: 20px;
    width: 100%;
    height: auto;
  }
  .works_list .webgene-item .post_content{

  }
  .works_list .webgene-item .text{

  }
  .works_list .webgene-item .text{
    line-height: 2.125;
    padding-bottom: 20px;
  }
  .works_list .webgene-item .btn_content{

  }
  .works_list .webgene-item .post_pdf a,
  .works_list .webgene-item .post_video .responsive_video{
    padding: 9px 0 10px;
  }
  .works_list .webgene-item .post_pdf{
    margin-top: 0;
    padding-left: 25px;
  }
  .works_list .webgene-item .post_pdf a{

  }
  .works_list .webgene-item .post_video{

  }
  .works_list .webgene-item .post_video .responsive_video{

  }

  .detail_inner{

  }
  .detail_item{
    padding-bottom: 20px;
  }
  .detail_inner .detail_item{
    padding-top: 27px;
  }
  .detail_tt{

  }
  .detail_desc{

  }
  .works_list .webgene-item .post_pdf,
  .works_list .webgene-item .post_video{
    width: 47%;
  }
  .works_list .webgene-item .post_pdf a,
  .works_list .webgene-item .post_video .responsive_video{
    width: 250px;;
  }
}
@media (min-width:1024px){
  .pg_coatingContainer{

  }
  .pg_coatingContainer .section.sec1{

  }

  /*装飾*/
  .pg_coatingContainer .content_pos_1{
    width: 46.14%;
    top: -50px;
    right: -284px;
    bottom: auto;
  }
  .pg_coatingContainer .content_pos_2{
    aspect-ratio:917 / 1114;
    left: -300px;
    top: 400px;
    bottom: auto;
  }

  /*画像*/
  .coatingContainer_img{

  }
  .coatingContainer_img.img1{
    top: 0%;
    right: -15%;
    width: calc(886px*0.7);
    height: calc(634px*0.7);
  }
  .coatingContainer_img.img2{
    top: 14%;
    left: -10%;
    width: calc(917px * 0.7);
    height: calc(1114px * 0.7);
  }

  /*「塗る」をもっと快適に、シンプルに。*/
  .coatingContainer{

  }
  .coatingContainer .sec_sub_title{
    font-size: 28px;
  }
  .coatingContainer .content_desc{
    text-align: center;
    margin-top: 42px;
  }
  .works_list{

  }
  .works_list .webgene-blog{
    margin-top: 140px;
  }
  .body_bottle .works_list .webgene-blog{
    margin-top: 0;
  }
  .works_list .webgene-item{

  }
  .works_list .webgene-item:nth-child(n+2){
    margin-top: 101px;
  }
  .works_list .webgene-item .item1,
  .works_list .webgene-item .item2{

  }
  .works_list .webgene-item .item1{
    width: 48.76%;
  }
  .works_list .webgene-item .item2{
    width: 51.23%;
    margin-top: 0px;
  }
  .works_list .webgene-item .gallery_wrap{

  }
  .works_list .webgene-item .gallery_detail{
    padding: 21px 24px 33px;
  }
  .works_list .webgene-item .gallery_box1{
    width: 100%;
    margin-inline:0;
    background: #040404;
    border-radius: 20px 0 0 20px;
  }
  .works_list .webgene-item .gallery_box2{

  }
  .works_list .webgene-item .gallery_main{

  }
  .works_list .webgene-item .gallery_thumb{

  }
  .works_list .webgene-item .gallery_main .img.img_fit{

  }
  .works_list .webgene-item .gallery_thumb .img.img_fit{
    margin-top: 20px;
  }
  .works_list .webgene-item .post_content{

  }
  .works_list .webgene-item .text{
    margin-left: 0;
    padding-bottom: 0;
  }
  .works_list .webgene-item .text strong{
    margin-left: -10px;
  }
  .works_list .webgene-item .btn_content{

  }
  .works_list .webgene-item .post_pdf a,
  .works_list .webgene-item .post_video .responsive_video{
    padding: 9px 0 10px;
  }
  .works_list .webgene-item .post_pdf{
    padding-left: 25px;
  }
  .works_list .webgene-item .post_pdf a,
  .works_list .webgene-item .post_video .responsive_video{
    width: 185px;
  }
  .works_list .webgene-item .post_video a{

  }
  .works_list .webgene-item .post_video .responsive_video{

  }

  .detail_inner{

  }
  .detail_item{

  }
  .detail_tt{

  }
  .detail_desc{

  }

  .works_list .webgene-item .gallery_main .img.img_fit:before{
    padding-top: 490px;
  }
  .works_list .webgene-item .gallery_detail{
    height: 490px; 
    border-radius: 0 20px 20px 0;
  }
}
@media (min-width:1200px){
  /*装飾*/
  .pg_coatingContainer .content_pos_1{
    width: 46.14%;
    top: -100px;
    right: -284px;
    bottom: auto;
  }
  .pg_coatingContainer .content_pos_2{
    aspect-ratio:917 / 1114;
    left: -300px;
    top: 400px;
    bottom: auto;
  }
  /*画像*/
  .coatingContainer_img{

  }
  .coatingContainer_img.img1{
    top: -5%;
    right: -15%;
    width: calc(886px * 0.7);
    height: calc(634px * 0.7);
  }
  .coatingContainer_img.img2{
    top: 23%;
    left: -10%;
    width: calc(917px * 0.7);
    height: calc(1114px * 0.7);
  }

  /*「塗る」をもっと快適に、シンプルに。*/
  .works_list .webgene-item .item1{
    width: 42.76%;
  }
  .works_list .webgene-item .item2{

    width: 57.23%;
  }
  .works_list .webgene-item .gallery_detail{
    border-radius: 0 20px 20px 0;
    padding: 21px 80px 33px;
    /*    height: 83.3%;*/
  }
  .works_list .webgene-item .gallery_main .img.img_fit img{
    border-radius: 20px 0 0 20px;
  }

  .works_list .webgene-item .gallery_detail{
    padding: 29px 80px 33px 95px;
  }

  .works_list .webgene-item .post_pdf a,
  .works_list .webgene-item .post_video .responsive_video{
    width: 218px;
  }
}
@media (min-width:1440px){
  /*装飾*/
  .pg_coatingContainer .content_pos_1{
    width: 46.14%;
    top: 100px;
    right: -284px;
    bottom: auto;
  }
  .pg_coatingContainer .content_pos_2{
    aspect-ratio:917 / 1114;
    left: -489px;
    top: 600px;
    bottom: auto;
  }


  /*画像*/
  .coatingContainer_img{

  }
  .coatingContainer_img.img1{
    top: 0;
    right: 0;
    width: 886px;
    height: 634px;
  }
  .coatingContainer_img.img2{
    top: 0;
    left: 0;
    width: 917px;
    height: 1114px;
  }
  .coatingContainer_img.img3{
    bottom: 0;
    left: 0;
    width: 667px;
    height: 667px;
  }
  .works_list .webgene-item .post_pdf,
  .works_list .webgene-item .post_video{
    width: 218px;
  }

}
@media (min-width:1540px){
  /*装飾*/
  .pg_coatingContainer .content_pos_1{
    width: 46.14%;
    top: -200px;
    right: -284px;
    bottom: auto;
  }
  .pg_coatingContainer .content_pos_2{
    aspect-ratio:917 / 1114;
    left: -489px;
    top: 500px;
    bottom: auto;
  }
}
@media (min-width:1740px){
  /*装飾*/
  .pg_coatingContainer .content_pos_1{
    width: 46.14%;
    top: -342px;
    right: -284px;
    bottom: auto;
  }
  .pg_coatingContainer .content_pos_2{
    aspect-ratio:917 / 1114;
    left: -489px;
    top: 600px;
    bottom: auto;
  }
}
@media (min-width:1920px){

  /*画像*/
  .coatingContainer_img{

  }
  .coatingContainer_img.img1{
    top: -15.3%;
    right: -18.1%;
    width: 886px;
    height: 634px;
    clip-path: inset(37% 25% 0 0);
  }
  .coatingContainer_img.img2{
    top: 15%;
    left: -13.5%;
    width: 917px;
    height: 1114px;
  }

  .works_list .webgene-item .gallery_detail{
    height: 490px;

  }

}


/*******************************
*　
********************************/
.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){


}


/*******************************
*　記事一覧(2カラム)
********************************/
.pg_news{
  padding-top: 0px;
}
.posts_layout{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.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: #3860e3;
  color: #FFF;
  padding: 12px 10px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}

.posts_cat_item{
  padding-left: 0px;
}
.posts_cat_item + .posts_cat_item{
  margin-top: 11px;
}
.posts_cat_item a{
  display: block;
  position: relative;
  padding-left: 32px;
  line-height: 1.5;
}
.posts_cat_item a:before{
  content: "■";
  color: #3860e3;
  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;
}

.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){
  .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{
    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: 133px;
  }

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

  /* リスト */
  .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: 10px;
  }

}



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


}


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

}
.pg_news .section.sec1{
  position: relative;
  z-index: 1;
}
.news_img{
  position: absolute;
  z-index: 1;
  top: 30%;
  right: -25%;
  width: calc(886px * 0.3);
  height: calc(634px * 0.3);
}

/*一覧*/
.news_list{

}
.news_list .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.news_list .webgene-item{
  width: 50%;
  padding: 0 5px;
}
.news_list .webgene-item:nth-child(n+3){
  margin-top: 30px;
}
.news_list .webgene-item .img.img_fit{
  overflow: hidden;
  border-radius: 10px;
}
.news_list .webgene-item .img.img_fit:before{
  padding-top: 80%;
}
.news_list .webgene-item .img.img_fit img{
  border-radius: 10px;
}
.news_list .webgene-item .meta{
  margin-top: 13px;
  display: flex;
  align-content: center;
  align-items: center;
}
.news_list .webgene-item .date,
.news_list .webgene-item .category,
.news_list .webgene-item .title{
  font-weight: 400;
  letter-spacing: 0.075em;
}
.news_list .webgene-item .date{
  font-size: 15px;
  line-height: 1;
}
.news_list .webgene-item .category{
  margin: 0 7px;
  padding: 6px 5px;
  font-size: 12px;
  line-height: 1;
  color: #272727;
  background: #fff;
  border-radius: 10px;
}
.news_list .webgene-item .title{
  margin-top: 6px;
  font-size: 16px;
  line-height: 1.75;
}
.news_list .webgene-pagination{

}
.news_list .webgene-pagination li{
  background: transparent;
  border: 1px solid #3860e3;
  padding: 3px 13px;
}
.news_list .webgene-pagination li.selected{
  background: #3860e3;
}

/*詳細*/
.news_detail{

}
.news_detail .webgene-blog{

}
.news_detail .webgene-item{

}
.news_detail .webgene-item .meta{
  display: flex;
  align-content: center;
  align-items: center;
}
.news_detail .webgene-item .date,
.news_detail .webgene-item .category,
.news_detail .webgene-item .title,
.news_detail .webgene-item .txt{
  font-weight: 400;
  letter-spacing: 0.075em;
}
.news_detail .webgene-item .date{
  padding-right: 10px;
  font-size: 16px;
  line-height: 1;
  border-right: 1px solid;
}
.news_detail .webgene-item .category{
  margin: 0 10px;
  padding: 5px 15px;
  font-size: 12px;
  line-height: 1;
  color: #272727;
  background: #fff;
  border-radius: 10px;
}
.news_detail .webgene-item .title{
  margin-top: 10px;
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 1.5;
  border-bottom: 1px solid #b9b9b9;
}
.news_detail .webgene-item .post_content{
  padding-bottom: 30px;
  border-bottom: 1px solid #b9b9b9;
}
.news_detail .webgene-item .thumb{
  margin-top: 30px;
}
.news_detail .webgene-item .txt{
  margin-top: 21px;
  font-size: 14px;
  line-height: 1.5;
}


@media (max-width:374px){

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

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

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

  }
  .pg_news .section.sec1{

  }
  .news_img{
    top: 34%;
    right: -20%;
    width: calc(886px * 0.4);
    height: calc(634px * 0.4);
  }

  /*一覧*/
  .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+4){
    margin-top: 20px;
  }
  .news_list .webgene-item .img.img_fit{

  }
  .news_list .webgene-item .meta{
    margin-top: 13px;
  }
  .news_list .webgene-item .date{

  }
  .news_list .webgene-item .category{
    margin: 0 4px;
    padding: 4px 5px;
  }
  .news_list .webgene-item .title{
    margin-top: 6px;
  }

  /*詳細*/
  .news_detail{

  }
  .news_detail .webgene-blog{

  }
  .news_detail .webgene-item{

  }
  .news_detail .webgene-item .meta{

  }
  .news_detail .webgene-item .date{
    padding-right: 20px;
  }
  .news_detail .webgene-item .category{
    margin: 0 20px;
    padding: 5px 15px;
  }
  .news_detail .webgene-item .title{
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .news_detail .webgene-item .post_content{
    padding-bottom: 40px;
  }
  .news_detail .webgene-item .thumb{
    margin-top: 40px;
  }
  .news_detail .webgene-item .txt{
    margin-top: 20px;
    letter-spacing: 0.087em;
    line-height: 2.428;
  }


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

  }
  .pg_news .section.sec1{

  }
  .news_img{
    top: -10%;
    right: -17%;
    width: calc(886px * 0.5);
    height: calc(634px * 0.5);
  }

  /*一覧*/
  .news_list{

  }
  .news_list .webgene-blog{
    margin: 0 -15px;
  }
  .news_list .webgene-item{
    width: 33.33%;
    padding: 0 15px;
  }

  .news_list .webgene-item{

  }
  .news_list .webgene-item:nth-child(n+3){
    margin-top: 0px;
  }
  .news_list .webgene-item:nth-child(n+4){
    margin-top: 54px;
  }
  .news_list .webgene-item .img.img_fit{

  }
  .news_list .webgene-item .meta{
    margin-top: 13px;
  }
  .news_list .webgene-item .date{

  }
  .news_list .webgene-item .category{
    margin: 0 11px;
    padding: 6px 15px 6px;
  }
  .news_list .webgene-item .title{
    margin-top: 6px;
  }
  .news_list .webgene-pagination{
    margin-top: 78px;
  }

  /*詳細*/
  .news_detail{

  }
  .news_detail .webgene-blog{

  }
  .news_detail .webgene-item{

  }
  .news_detail .webgene-item .meta{

  }
  .news_detail .webgene-item .date{
    padding-right: 26px;
  }
  .news_detail .webgene-item .category{
    margin: 0 43px;
    padding: 5px 33px 7px;
  }
  .news_detail .webgene-item .title{
    margin-top: 11px;
    padding-bottom: 12px;
  }
  .news_detail .webgene-item .post_content{
    padding-bottom: 69px;
  }
  .news_detail .webgene-item .thumb{
    margin-top: 50px;
  }
  .news_detail .webgene-item .txt{
    margin-top: 21px;
  }
  .news_detail .read_more{
    margin-top: 95px;
  }


}
@media (min-width:1200px){
  .news_img{
    top: -10%;
    right: -17%;
    width: calc(886px * 0.6);
    height: calc(634px * 0.6);
  }

  /*一覧*/
  .news_list .webgene-item .date{

  }
  .news_list .webgene-item .category{
    margin: 0 11px;
    padding: 6px 35px 6px;
  }

}
@media (min-width:1440px){
  .news_img{
    top: 0%;
    right: -17%;
    width: calc(886px*0.7);
    height: calc(634px*0.7);
  }

}
@media (min-width:1920px){
  .news_img{
    top: -7.5%;
    right: -20.7%;
    width: 886px;
    height: 634px;
  }
  .news_img.Detail{
    top: -0.3%;
  }

}



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

.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-size: 21px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  letter-spacing: 0.2em;
}

/* フォーム */
.pg_contact .formTbl{
  border: 1px solid #b2b2b2;
  background: #ffffff;
}
.pg_contact .form.formWrap {
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
.pg_contact .formRow + .formRow{
  border-top: 1px solid #b2b2b2;
}
.pg_contact .formTh {
  padding: 17px 15px 17px 20px;
  background: #e5e5e5;
  letter-spacing: 0.08em;
}
.pg_contact .formTh label{
  margin: 0;
}
.d-inline-block.requiredText {
  font-size: 13px;
  padding: 2px 12px;
  margin-top: 3px;
  float: right;
  font-weight: 600;
  letter-spacing: 0.05em;
  background: #b80000;
  color: #ffffff;
}
.pg_contact .formTd {
  font-size: 15px;
  padding: 10px 16px;
}
.pg_contact .formTd input[type="text"],
.pg_contact .formTd input[type="tel"],
.pg_contact .formTd input[type="email"]{
  max-width: 461px;
  height: 39px;
  width: 100%;
  font-size: 16px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.18em;
}
.pg_contact .formTd select{
  border-radius: 0;
}
.pg_contact .formTd input[name="zip1"]{
  max-width: 120px;
}
.pg_contact .formTd input[name="zip2"]{
  max-width: 150px;
}
.pg_contact .formTd select[name="pref"]{
  max-width: 225px;
  width: 100%;
  font-size: 16px;
  padding: 7px 10px;
  border: 1px solid #d6d8d8;
}
.pg_contact .formTd input[name="city"]{
  max-width: 425px;
}
.pg_contact .formTd .addArea + .addArea{
  margin-top: 8px;
}
.pg_contact .formTd .addArea .labelText02{
  width: 75px;
}
.pg_contact .formTd textarea{
  width: 100%;
  height: 280px;
  font-size: 16px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
}
.pg_contact .formWrap .text-center{
  padding-top: 49px;
}
.pg_contact input[name="privacy"]{
  margin-right: 7px;
}
.pg_contact .privacyLabel{
  font-size: 17px;
  display: inline;
  color: #fff;
}
.pg_contact .privacyLabel a{
  color: #88a9ff;
}
.pg_contact .formBtn.formSend {
  display: block;
  width: 285px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  border: none;
  background: var(--sub-color);
  border-radius: 22.5px;
  color: #181818;
  padding: 13px 20px;
  margin: 67px auto 0;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
  text-align: left;
  cursor: pointer;
}
.pg_contact .formBtn.formSend:hover{
  color: #181818;
  background: #fd6d3f;
}
.pg_contact .formBtn.formSend:after{
  content: "";
  width: 24px;
  aspect-ratio: 1 / 1;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 18px;
  background-image: url(/system_panel/uploads/images/circle.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}

.pg_contact label {
  display: inline-block;
  margin-bottom: 0;
}
.radioArea{
  padding: 0;
}
.radioArea .d-inline-block .label{
  margin-left: 4px;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.radioArea .d-inline-block{
  margin-right: 30px;
}
.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;
}
.pg_contact .section.sec1 {
  padding: 0 0 0;
}
.contact_form{
  color: #181818;
}
.pg_contact .formTd.center{
  display: flex;
  align-items: center;
}

.privacy_item_box{
  color: #181818;
  padding: 30px 32px 30px 24px;
  height: 397px;
  overflow: auto;
  background: #fff;
  border: 1px solid #dbdbdb;
  margin-top: 0;
}
@media only screen and (min-width: 1024px){
  .pg_contact .formTh {
    -ms-flex: 0 0 28%;
    -webkit-box-flex: 0;
    -webkit-flex: 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
  .pg_contact .formTd {
    -ms-flex: 0 0 72%;
    -webkit-box-flex: 0;
    -webkit-flex: 72;
    flex: 0 0 72%;
    max-width: 72%;
  }

  .pg_contact .section.sec1{
    padding-top: 78px;
  }

  .thanks_text{
    text-align: center;
  }
}


/* プライバシー */
.pg_contact .section.sec2{
  padding: 60px 0 20px;
}
.pg_contact .section.sec2 .contact_tt{
  margin-bottom: 46px;
  padding-left: 10px;
}
.privacy_item {
  margin-top: 27px;
}
.privacy_ttl {
  font-size: 18px;
  font-weight: 400;
  padding: 8px 15px;
  margin-bottom: 12px;
  letter-spacing: 0.04em;
  border-left: 6px solid #3860e3;
}
.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 {
  margin-bottom: 58px;
}
.contact_tt.privacy br{
  display: none;
}
.pg_contact .d-inline{
  display: inline-block!important;
}
.pg_contact .d-inline-block {
  vertical-align: middle;
}


@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;
  }
  .pg_contact .formTh {
    padding: 5px 10px;
  }
  .pg_contact .formTd {
    font-size: 13px;
    padding: 10px;
  }
  .pg_contact .formTd input[name="zip1"] {
    width: 80px;
  }
  .pg_contact .formTd input[name="zip2"] {
    width: 100px;
  }
  .pg_contact .formTd select[name="pref"] {
    width: 155px;
  }
  .pg_contact .formTd input[type="text"]::placeholder,
  .pg_contact .formTd input[type="tel"]::placeholder,
  .pg_contact .formTd input[type="email"]::placeholder{
    font-size: 14px;
    letter-spacing: 0.01em;
  }
  .pg_contact .formWrap .text-center {
    padding-top: 25px;
  }
  .pg_contact .privacyLabel {
    font-size: 15px;
  }

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

  .contact_tt.privacy br{
    display: block;
  }
  .contact_tt.privacy {
    margin-bottom: 0;
  }
  .privacy_item {
    margin-top: 26px;
  }
  .contact_info_txt_1 {
    margin-bottom: 10px;
    padding-left: 0;
  }
  .pg_contact .d-inline {
    display: block!important;
  }
  .pg_contact .formTd .addArea .labelText02 {
    display: block;
  }
  label.label.zipcode_i {
    padding: 7px 4px;
    line-height: 1.84em;
  }
  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;
    font-size: 19px;
  }


  .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;
  }
  .privacy_item_box{
    padding: 30px 10px 30px 10px;
  }

  .thanks_text{
    margin-top: 30px;
  }
}

/*******************************
*　お問い合わせ送信完了
********************************/
.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;
  }
}


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

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}
.pg_xxx .section.sec3{

}
.pg_xxx .section.sec4{

}
.pg_xxx .section.sec5{

}

.detail_item:nth-child(n+2){
  padding-top: 20px;
}
@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){


}
