/*******************************
*　下層ヘッダー
********************************/
.pg_header{
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.pg_header_mv{
  /*height: 150px;*/
  /*overflow: hidden;*/
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.pg_header_mv:before,
.pg_header_mv:after{
  content: "";
  position: absolute;
  z-index: 2;
  width: 100px;
  height: 200px;
  pointer-events: none;
}
.pg_header_mv:before{
  background: url(/system_panel/uploads/images/20250317144738523848.png)no-repeat right top/contain;
  top: -2.5%;
  right: 5%;
}
.pg_header_mv:after{
  background: url(/system_panel/uploads/images/20250317144759912878.png)no-repeat left bottom/contain;
  left: 5%;
  bottom: -2.5%;
}
.pg_header_mv_img{
  width: 87.5%;
}
.pg_header_mv_img.img_fit:before{
  padding-top: 170px;
}
.tt1{
  position: absolute;
  z-index: 1;
  top: 51%;
  left: 49.5%;
  transform: translate(-50% , -50%);
  text-align: center;
  color: #fff;
}
.tt1_en{
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 40px;
  white-space: nowrap;
  font-style: oblique;
  letter-spacing: 0.02em;
  line-height: 1.1;
}
.tt1_en:after{
  content: "";
  margin: -5px auto 0;
  display: block;
  border-bottom: 2px solid #ffffff;
  width: 65px;
}
.tt1_ja{
  margin-top: 5px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.075em;
  line-height: 1.5;
}


@media (min-width:768px){
  .pg_header{
    margin-bottom: 70px;
  }
  .pg_header_mv{
    /*height: 350px;*/
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 400px;
  }
  .pg_header_mv:before,
  .pg_header_mv:after{
    width: 200px;
    height: 300px;
  }
  .tt1{
  }
  .tt1_en{
    font-size: 60px;
  }
  .tt1_ja{
    margin-top: 10px;
  }

}
@media (min-width:1024px){
  .pg_header{
    margin-bottom: 100px;
  }
  .pg_header_mv{
    /*height: 550px;*/
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 450px;
  }
  .pg_header_mv:before,
  .pg_header_mv:after{
    width: 300px;
    height: 400px;
  }
  .tt1{
  }
  .tt1_en{
    font-size: 90px;
  }
  .tt1_ja{
    margin-top: 15px;
  }

}
@media (min-width:1200px){
  .pg_header{
    margin-bottom: 145px;
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 600px;
  }
  .pg_header_mv:before,
  .pg_header_mv:after{
    width: 350px;
    height: 450px;
  }
  .pg_header_mv:before{
    top: -25px;
  }
  .pg_header_mv:after{
    bottom: -25px;
  }
  .tt1{
  }
  .tt1_en{
    margin-top: -20px;
    font-size: 110px;
  }
  .tt1_ja{

  }


}



/*******************************
*　記事一覧(2カラム)
********************************/
.pg_news{
  padding-top: 0;
}
.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;*/
  background: #fff;
  -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: #f5f4ef;
  color: #181818;
  padding: 12px 10px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}

.posts_cat_item{
  padding-left: 8px;
  padding-left: 0;
}
.posts_cat_item + .posts_cat_item{
  margin-top: 12px;
}
.posts_cat_item a{
  display: block;
  position: relative;
  padding-left: 32px;
  line-height: 1.5;
}
.posts_cat_item a:before{
  content: "■";
  position: absolute;
  left: 0;
  color: #57b38a;
}

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

}
.posts_detail .meta{
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.posts_detail .meta .category{
  margin-bottom: 2px;
}
.posts_detail .meta .category span{
  display: inline-block;
  background: #fff3b9;
  border-radius: 0;
  color: #181818;
  min-width: 95px;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  padding: 5px 5px;
  line-height: 1.2;
}
.posts_detail .meta .date{
  width: 95px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.075em;
  color: #777777;
}
.posts_detail .meta .title{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  margin-top: 7px;
}
.posts_detail .post_content{
  line-height: 1.875;
  letter-spacing: 0.065em;
  letter-spacing: 0.075em;
  text-align: justify;
  word-break: break-all;
  padding-bottom: 30px;
}
.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;
}

.webgene-pagination{
  margin-top: 30px;
}
.webgene-pagination li{
  border: 1px solid #57b38a;
}
.webgene-pagination li.selected{
  color: #fff;
  background: #57b38a;
}



.home_news_box2.wide{
  width: 100%;
  padding: 0;
}
.home_news_box2.wide .webgene-item a{
  border-bottom: 1px solid #d2d2d2; 
  border-top: 0;
}
.home_news_box2.wide .webgene-item:first-child a {
  border-top: 1px solid #d2d2d2; 
}

/* コピー用 */
@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: 0;
  }
  .posts_layout_box1{
    width: 74.32%;
  }
  .posts_layout_box2{
    width: 22.97%;
    margin-top: 0;
  }

  .posts_category_sp{
    display: none;
  }

  /* リスト */
  .posts_list{

  }
  .posts_list .webgene-item{
    padding-bottom: 20px;
  }
  .posts_list .webgene-item + .webgene-item{
    margin-top: 20px;
  }
  .posts_list .webgene-item .date{
    width: 90px;
    font-size: 14px;
    letter-spacing: 0.075em;
  }
  .posts_list .webgene-item .category{
    width: 160px;
  }
  .posts_list .webgene-item .category span{
  }
  .posts_list .webgene-item .title{
    width: calc(100% - 100px - 150px - 15px);
    margin-left: 15px;
  }
  .posts_list .webgene-item .title a{

  }

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

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

  }
  .posts_detail .meta{
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 20px;
    margin-bottom: 25px;
  }
  .posts_detail .meta .category{
    width: auto;
  }
  .posts_detail .meta .category span{
    font-size: 13px;
    padding: 5px 5px;
  }
  .posts_detail .meta .date{
    width: 95px;
  }
  .posts_detail .meta .title{
    width: 100%;
    font-size: 19px;
  }
  .posts_detail .post_content{
    padding: 0 0 70px;
    line-height: 2.125;
  }
  .posts_detail .thumb{
    padding-top: 25px;
    margin-bottom: 20px;
  }
  .posts_detail + .read_more{
    margin-top: 80px;
  }

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

  }
  .webgene-pagination li.selected{

  }


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

  }

  .webgene-pagination{
    margin-top: 95px;

  }
  .webgene-pagination li{

  }
  .webgene-pagination li.selected{

  }

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

  .pg_news{
    padding-top: 0;
  }

}


/*******************************
*　オリジナル商品（一覧）
********************************/
.original_list{

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

}
.original_list .webgene-item a:hover{
  color: #57b38a;
}
.original_list .webgene-item .box1{
  border: 1px solid #d2d2d2;
  padding: 5px;
}
.original_list .webgene-item .img_fit{
  overflow: hidden;
}
.original_list .webgene-item .img_fit:before{
  padding-top: 79.41%;
}
.original_list .webgene-item .title{
  margin-top: 5px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 2;
}
.original_list .webgene-item .read_more{
  margin-top: 10px;
}
.original_list .webgene-item .read_more .a{
  padding: 11.5px 15px;
  display: block;
}
.original_list .webgene-item .read_more .a:before{
}
.original_list .webgene-item .read_more .a:after{
}
.original_list .webgene-item .read_more p{
}

.original_list .webgene-item a[href=""]{
  
}
.original_list .webgene-item a[href=""] .read_more{
  display: none;
}

@media (max-width:374px){

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

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

  }
  .original_list .webgene-blog{
    margin: 0 -10px;
  }
  .original_list .webgene-item{
    width: 33.33%;
    padding: 0 10px;
  }
  .original_list .webgene-item:nth-child(n+3){
    margin-top: 0px;
  }
  .original_list .webgene-item:nth-child(n+4){
    margin-top: 45px;
  }
  .original_list .webgene-item a{

  }
  .original_list .webgene-item .img_fit{

  }
  .original_list .webgene-item .title{
    margin-top: 5px;
  }
  .original_list .webgene-item .read_more{
    margin-top: 20px;
  }
  .original_list .webgene-item .read_more .a:before{
  }
  .original_list .webgene-item .read_more .a:after{
  }
  .original_list .webgene-item .read_more p{
  }

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

  }
  .original_list .webgene-blog{
    margin: 0 -15px;
  }
  .original_list .webgene-item{
    padding: 0 15px;
  }
  .original_list .webgene-item:nth-child(n+4){
    margin-top: 80px;
  }
  .original_list .webgene-item a{

  }
  .original_list .webgene-item .img_fit{

  }
  .original_list .webgene-item .title{
    margin-top: 10px;

  }
  .original_list .webgene-item .read_more{
    margin-top: 23px;
  }
  .original_list .webgene-item .read_more .a{
  }
  .original_list .webgene-item .read_more .a:before{
  }
  .original_list .webgene-item .read_more .a:after{
  }
  .original_list .webgene-item .read_more p{
  }

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

  }
  .original_list .webgene-blog{

  }
  .original_list .webgene-item{

  }
  .original_list .webgene-item a{

  }
  .original_list .webgene-item .img_fit{

  }
  .original_list .webgene-item .title{

  }
  .original_list .webgene-item .read_more{

  }

}


/*******************************
*　取扱商品
********************************/

/*カテゴリ*/
.other_category{

}
.other_category .posts_category_sp{

}
.other_category .posts_side_title{
  background: #57b38a;
  color: #FFF;
}
.other_category .webgene-blog{
  display: none;
}
.other_category .webgene-item{
  width: 100%;
}
.other_category .webgene-item:nth-child(n+2){
  margin-top: 10px;
}
.other_category .webgene-item a{
  display: block;
  padding: 10px 0;
  border: 1px solid #57b38a;
  border-radius: 22.5px;
  position: relative;
  z-index: 1;
  transition: all 0.2s;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.7);
  font-size: 15px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-align: center;
}
.other_category .webgene-item a:hover,
.other_category .webgene-item a.on{
  color: #fff;
  background: #57b38a;
  text-shadow: none;
}
.other_category .webgene-item a:after{
  content: "→";
  position: absolute;
  z-index: 1;
  right: 5px;
  transition: all 0.2s;
}
.other_category .webgene-item a:hover:after{
  margin-right: -15px;
}

/*一覧*/
.other_list{
  margin-top: 50px;
}
.other_list .webgene-blog{
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.other_list .webgene-item{
  width: 50%;
  padding: 0 5px;
}
.other_list .webgene-item:nth-child(n+3){
  margin-top: 30px;
}
.other_list .webgene-item a{

}
.other_list .webgene-item .box1{
  padding: 5px;
  border: 1px solid #d2d2d2;
  position: relative;
  z-index: 1;
}
.other_list .webgene-item .img_fit{
  overflow: hidden;
}
.other_list .webgene-item .img_fit:before{
  padding-top: 79.41%;
}
.other_list .webgene-item .img_fit img{
    object-fit: contain;
}
.other_list .webgene-item .category{
  position: absolute;
  z-index: 2;
  top: 5px;
  left: 5px;
}
.other_list .webgene-item .category span{
  background-color: rgba(245, 245, 245, 0.8);
  padding: 2px 4.5px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  writing-mode: vertical-lr;
}
.other_list .webgene-item .title{
  margin-top: 5px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 2;
}


@media (max-width:374px){

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

  /*一覧*/
  .other_list .webgene-item .category span{
    font-size: 13px;
  }

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

  /*カテゴリ*/
  .other_category{

  }
  .other_category .webgene-blog{
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
  }
  .other_category .webgene-item{
    padding: 0 10px;
    width: 50%;
  }
  .other_category .webgene-item:nth-child(n+2){
    margin-top: 0px;
  }
  .other_category .webgene-item:nth-child(n+3){
    margin-top: 20px;
  }
  .other_category .webgene-item a{
  }
  .other_category .webgene-item a:after{
    right: 10px;
  }

  /*一覧*/
  .other_list{
    margin-top: 70px;
  }
  .other_list .webgene-blog{
    margin: 0 -10px;
  }
  .other_list .webgene-item{
    width: 33.33%;
    padding: 0 10px;
  }
  .other_list .webgene-item:nth-child(n+3){
    margin-top: 0px;
  }
  .other_list .webgene-item:nth-child(n+4){
    margin-top: 30px;
  }
  .other_list .webgene-item a{

  }
  .other_list .webgene-item .img_fit{

  }
  .other_list .webgene-item .category{
    top: 10px;
    left: 10px;
  }
  .other_list .webgene-item .category span{
    padding: 2px 4px;
  }
  .other_list .webgene-item .title{
    margin-top: 7px;
  }
  .other_list .webgene-item .read_more{

  }

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

  /*カテゴリ*/
  .other_category{

  }
  .other_category .webgene-blog{
    margin: 0 -15px;
  }
  .other_category .webgene-item{
    padding: 0 15px;
    width: 33.33%;
  }
  .other_category .webgene-item:nth-child(n+3){
    margin-top: 0px;
  }
  .other_category .webgene-item:nth-child(n+4){
    margin-top: 45px;
  }
  .other_category .webgene-item a{
  }
  .other_category .webgene-item a:after{
    right: 13px;
  }

  /*一覧*/
  .other_list{
    margin-top: 100px;
  }
  .other_list .webgene-blog{
    margin: 0 -15px;
  }
  .other_list .webgene-item{
    padding: 0 15px;
  }
  .other_list .webgene-item:nth-child(n+4){
    margin-top: 55px;
  }
  .other_list .webgene-item a{

  }
  .other_list .webgene-item .img_fit{

  }
  .other_list .webgene-item .title{
    margin-top: 11px;
  }
  .other_list .webgene-item .read_more{

  }

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

  /*カテゴリ*/
  .other_category{

  }
  .other_category .webgene-blog{
  }
  .other_category .webgene-item{
    width: 25%;
  }
  .other_category .webgene-item:nth-child(n+4){
    margin-top: 0px;
  }
  .other_category .webgene-item:nth-child(n+5){
    margin-top: 22px;
  }
  .other_category .webgene-item a{
  }
  .other_category .webgene-item a:after{
  }

  /*一覧*/
  .other_list{

  }
  .other_list .webgene-blog{

  }
  .other_list .webgene-item{

  }
  .other_list .webgene-item:nth-child(n+4){
    margin-top: 70px;
  }
  .other_list .webgene-item a{

  }
  .other_list .webgene-item .img_fit{

  }
  .other_list .webgene-item .title{

  }
  .other_list .webgene-item .read_more{

  }

}



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

/* スライド */
.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: 72.6%;
}
.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{
  width: 100%;
}
.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-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.7);
  letter-spacing: 0.2em;
  line-height: 1.5;
}
.gallery_detail .meta .price{
  font-size: 18px;
  line-height: 1.5;
  margin-left: auto;
}
.gallery_detail .post_content{
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: justify;
  word-break: break-all;
}
.gallery_detail .contact{
  margin-top: 10px;
  padding-top: 5px;
  border-top: 1px solid #e5e5e5;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 2;
  color: #1a3e9b;
}
.gallery_detail .read_more{
  margin-top: 50px;
}


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

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

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

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

  /* 詳細 */
  .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: 100%;
    margin-top: 30px;
  }
  .gallery_detail .meta{
    margin-top: 40px;
    margin-bottom: 15px;
    padding-bottom: 20px;
  }
  .gallery_detail .meta .title{
    font-size: 20px;
  }
  .gallery_detail .meta .price{
    font-size: 18px;
  }
  .gallery_detail .post_content{
    font-size: 16px;
    line-height: 2;
  }
  .gallery_detail .contact{
    margin-top: 15px;
    padding-top: 10px;
  }
  .gallery_detail .read_more{
    margin-top: 50px;
  }
}
@media (min-width:1024px){

  /* 詳細 */
  .gallery_detail{
    width: 100%;
    margin-top: 30px;
  }
  .gallery_detail .meta{
    margin-top: 55px;
    margin-bottom: 21px;
    padding-bottom: 25px;
  }
  .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 .contact{
    margin-top: 23px;
    padding-top: 15px;
  }
  .gallery_detail .read_more{
    margin-top: 50px;
  }

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


}


/*******************************
*　新規取引について
********************************/

.pg_forpartner .section.sec1{
  padding-bottom: 50px;
}
.pg_forpartner .section.sec2{
  background: #f5f4ef;
  padding-top: 50px;
  padding-bottom: 50px;
}
.pg_forpartner .section.sec3{

}
.pg_forpartner .section.sec4{

}

/*新しいビジネスのカギ、ここで見つかる*/
.forpartner_main_box{
}
.forpartner_main_box_title{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-align: center;
}
.forpartner_main_box_text{
  margin-top: 15px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: justify;
}

/*こんなお悩みをお持ちでないですか？*/
.business_box_content{
  margin-top: 50px;
}
.business_box_inner{
  background: #fff;
  padding: 20px 15px 10px;
  position: relative;
  z-index: 1;
}
.business_box_inner:before,
.business_box_inner:after{
  content: "";
  position: absolute;
  z-index: 1;
  width: 250px;
  height: 150px;
}
.business_box_inner:before{
  border-top: 2px solid #b5d9c2;
  border-right: 2px solid #b5d9c2;
  right: -3px;
  top: -3px;
}
.business_box_inner:after{
  border-left: 2px solid #b5d9c2;
  border-bottom: 2px solid #b5d9c2;
  left: -3px;
  bottom: -3px;
}
.business_box_titles{
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.bisiness_box_sub_title{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  padding: 2px 0;
  color: #fff;
  background: #57b38a;
  position: relative;
  z-index: 1;
}
.bisiness_box_sub_title p{
  background: #57b38a;
  position: relative;
  z-index: 1;
  padding: 0 5px;
  display: inline-block;
}
.bisiness_box_sub_title:before{
  content: "";
  border-top: 1px solid;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  width: 100%;
}
.bisiness_box_main_title{
  margin-top: 4px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
.business_item_content{
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.business_item{
  width: 100%;
  position: relative;
  z-index: 1;
  border-top: 1px solid #e5e5e5;
  padding: 30px 0;
}
.business_item:first-child{
  border-top: none;
}
.business_item:nth-child(n+2){
    margin-top: 0;
  }
/*.business_item:nth-child(n+2){
  margin-top: 20px;
}
.business_item:nth-child(n+2) .business_item_inner{
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
}*/
.business_item_inner{
}
.business_item_title{
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.7);
  font-size: 20px;
  line-height: 1;
  border-left: 2px solid #57b38a;
  padding-left: 15px;
  margin-left: 1px;
}
.business_item_text{
  margin-top: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
}
.bisiness_box_main_text{
  margin-top: 30px;
  padding-top: 30px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.406;
  text-align: center;
  position: relative;
  z-index: 1;
}
.bisiness_box_main_text:before{
  content: "";
  display: block;
  width: 88.28%;
  height: 1px;
  background: #57b38a;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.bisiness_box_main_text:after{
  content: "";
  background: url(/system_panel/uploads/images/20250318091600342463.png)no-repeat center center/contain;
  width: 35px;
  height: 18px;
  position: absolute;
  z-index: 1;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
}

/*どの業界でも安心のお取引対応*/
.business_gallery_content{
  margin: 30px -5px 0;
}
.business_gallery_item{
  padding: 0 5px;
  width: 100%;
}
.business_gallery_item:nth-child(n+2){
  margin-top: 30px;
}
.business_gallery_item_inner{
  background: #fff;
  padding: 5px 5px 7px 5px;
  border: 1px solid #d2d2d2;
}
.business_gallery_img.img_fit{

}
.business_gallery_img.img_fit:before{
  padding-top: 73.52%;
}
.business_gallery_title{
  margin-top: 5px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
  line-height: 1.5;
  text-align: center;
}
.business_gallery_text{
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #d2d2d2;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}

/*お取引の流れについて*/
.forpartner_flow_content{
  margin-top: 30px;
}
.forpartner_flow_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.forpartner_flow_box:nth-child(n+2){
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #d2d2d2;
}
.forpartner_flow_box1,
.forpartner_flow_box2{
  width: 100%;
}
.forpartner_flow_box1{
  position: relative;
  z-index: 1;
}
.forpartner_flow_box2{
}
.forpartner_flow_box_nbr{
  position: absolute;
  z-index: 2;
top: -10px;
    left: -10px;
  font-style: italic;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 1;
  text-shadow    :
    2px  2px 1px #fff,
    -2px  2px 1px #fff,
    2px -2px 1px #fff,
    -2px -2px 1px #fff,
    2px  0px 1px #fff,
    0px  2px 1px #fff,
    -2px  0px 1px #fff,
    0px -2px 1px #fff;        /* 文字の影 */
}
.forpartner_flow_box_nbr p{
  letter-spacing: 0;
}
.forpartner_flow_box_img_outer{
  padding: 5px;
  border: 1px solid #d2d2d2;
}
.forpartner_flow_box_img.img_fit{

}
.forpartner_flow_box_img.img_fit:before{
  padding-top: 64.86%;
}
.forpartner_flow_box_title{
  margin-top: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
}
.forpartner_flow_box_text{
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
}
.forpartner_flow_box .read_more{
}

/*よくある質問*/
.forpartner_question_content{
  margin-top: 35px;
}
.forpartner_question_item{

}
.forpartner.sec_sub_title{
  margin-top: 20px;
}
.forpartner_question_item:nth-child(n+2){
  margin-top: 50px;
}
.forpartner_question_item_q,
.forpartner_question_item_a{
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  display: flex;
  align-content: center;
  align-items: baseline;
  justify-content: space-between;
}
.forpartner_question_item_q:before,
.forpartner_question_item_a:before{
  font-style: oblique;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding-right: 5px;
}
.forpartner_question_item_q p,
.forpartner_question_item_a p{
  width: calc(100% - 40px - 10px);
}
.forpartner_question_item_q{
  background: #f9f9f9;
}
.forpartner_question_item_q:before{
  content: "Q";
  color: #fff;
  background: #57b38a;
  border: 1px solid transparent;
}
.forpartner_question_item_a{
  margin-top: 10px;
}
.forpartner_question_item_a:before{
  content: "A";
  color: #57b38a;
  background: transparent;
  border: 1px solid #57b38a;
  padding-top: 3px;
}


@media (min-width:375px){

  /*こんなお悩みをお持ちでないですか？*/
  .bisiness_box_sub_title{
    font-size: 18px;
  }
  .bisiness_box_main_text{
    font-size: 20px;
  }

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

  .pg_forpartner .section.sec1{
    padding-bottom: 100px;
  }
  .pg_forpartner .section.sec2{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pg_forpartner .section.sec3{

  }
  .pg_forpartner .section.sec4{

  }

  /*新しいビジネスのカギ、ここで見つかる*/
  .forpartner_main_box{

  }
  .forpartner_main_box_title{
    font-size: 25px;
  }
  .forpartner_main_box_text{
    margin-top: 20px;
  }

  /*こんなお悩みをお持ちでないですか？*/
  .business_box_content{
    margin-top: 60px;
  }
  .business_box_inner{
padding: 40px 15px 40px;
  }
  .business_box_titles{
    width: auto;
  }
  .bisiness_box_sub_title{
    margin: 0 10px;
    font-size: 20px;
  }
  .bisiness_box_sub_title p{
    padding: 0 10px;
  }
  .bisiness_box_main_title{
    font-size: 26px;
  }
  .business_item_content{
    margin: 30px -15px 0;
  }
  .business_item{
    width: 50%;
    padding: 0 15px;
    position: relative;
    border-top: none;
  }
  .business_item:nth-child(n+2){
    margin-top: 0;
  }
  .business_item:nth-child(odd):after{
    content: "";
    display: block;
    width: 1px;
    height: 150px;
    background: #e5e5e5;
    position: absolute;
    right: 0;
  }
  .business_item:nth-child(n+3){
    margin-top: 20px;
  }
  .business_item:nth-child(n+3) .business_item_inner:before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    top: 0;
  }
  .business_item:nth-child(1):after{
  top: 0;
  }
  .business_item:nth-child(3):after{
    bottom: 8px;
  }

/*  .business_item:nth-child(odd){
    padding-right: 15px;
  }
  .business_item:nth-child(even){
    padding-left: 15px;
  }*/
  /*  .business_item:nth-child(odd):before{
      content: "";
      display: block;
      width: 1px;
      height: 95.65%;
      background: #e5e5e5;
      position: absolute;
      right: 0;
    }*/
  /*  .business_item:nth-child(1):before{
      top: 0;
    }
    .business_item:nth-child(3):before{
      top: 17px;
      bottom: auto;
      height: 100%;
    }*/
  /*  .business_item:nth-child(n+2){
      margin-top: 0px;
    }
    .business_item:nth-child(n+2) .business_item_inner{
      border-top: none;
      padding-top: 0;
    }
    .business_item:nth-child(n+3){
      margin-top: 41px;
    }
    .business_item:nth-child(n+3) .business_item_inner{
      padding-top: 49px;
      border-top: 1px solid #e5e5e5;
    }
    .business_item:nth-child(odd) .business_item_inner{
      padding-right: 30px;
    }
    .business_item:nth-child(even) .business_item_inner{
      padding-left: 30px;
    }*/
  .business_item_inner{
position: relative;
padding-bottom: 24px;
  }
  .business_item:nth-child(n+3) .business_item_inner{
    padding-top: 50px;
     padding-bottom: 0;
  }
  .business_item:nth-child(3) .business_item_inner:before{
    left: 0;
  }
  .business_item:nth-child(4) .business_item_inner:before{
    right: 0;
  }
  .business_item_title{

  }
  .business_item_text{

  }
  .bisiness_box_main_text{
    margin-top: 40px;
    padding-top: 40px;
    font-size: 24px;
  }

  /*どの業界でも安心のお取引対応*/
  .business_gallery_content{
    margin: 30px -10px 0;
  }
  .business_gallery_item{
    padding: 0 10px;
  }
  .business_gallery_item:nth-child(n+2){
    margin-top: 0px;
  }
  .business_gallery_item:nth-child(n+4){
    margin-top: 50px;
  }
  .business_gallery_item_inner{
    padding: 5px 5px 10px 5px;
  }
  .business_gallery_img.img_fit{

  }
  .business_gallery_title{
    margin-top: 10px;
    font-size: 17px;
  }
  .business_gallery_text{
    margin-top: 30px;
    padding-top: 25px;
    text-align: center;
  }

  /*お取引の流れについて*/
  .forpartner_flow_content{
    margin-top: 40px;
  }
  .forpartner_flow_box{

  }
  .forpartner_flow_box1{
    width: 34.23%;
  }
  .forpartner_flow_box2{
    width: 57.5%;
  }
  .forpartner_flow_box_nbr{
    font-size: 65px;
    top: -10px;
    left: -10px;
  }
  .forpartner_flow_box_img.img_fit{

  }
  .forpartner_flow_box_title{
    margin-top: 0px;
    font-size: 26px;
  }
  .forpartner_flow_box_text{
    margin-top: 30px;
  }
  .forpartner_flow_box .read_more{
    justify-content: flex-start;
  }

  /*よくある質問*/
  .forpartner_question_content{
    margin-top: 40px;
  }
  .forpartner_question_item{

  }
  .forpartner_question_item:nth-child(n+2){
    margin-top: 40px;
  }
  .forpartner_question_item_q,
  .forpartner_question_item_a{
  }
  .forpartner_question_item_q:before,
  .forpartner_question_item_a:before{
  }
  .forpartner_question_item_q p,
  .forpartner_question_item_a p{
    width: calc(100% - 40px - 15px);
  }
  .forpartner_question_item_q{
  }
  .forpartner_question_item_q:before{
  }
  .forpartner_question_item_a{

  }
  .forpartner_question_item_a:before{
  }

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

  .pg_forpartner .section.sec1{
    padding-bottom: 145px;
  }
  .pg_forpartner .section.sec2{
    padding-top: 147px;
    padding-bottom: 143px;
  }
  .pg_forpartner .section.sec3{
    padding-top: 148px;
    padding-bottom: 0;
  }
  .pg_forpartner .section.sec4{
    padding-top: 148px;
    padding-bottom: 0;
  }

  /*新しいビジネスのカギ、ここで見つかる*/
  .forpartner_main_box{
  }
  .forpartner_main_box_title{
    font-size: 32px;
  }
  .forpartner_main_box_text{
    margin-top: 27px;
    text-align: center;
  }

  /*こんなお悩みをお持ちでないですか？*/
  .forpartner.sec_sub_title{
    margin-top: 35px;
    line-height: 1.406;
  }
  .forpartner.content_desc{
    margin-top: 29px;
  }
  .business_box_content{
    margin-top: 77px;
  }
  .business_box_inner{
    padding: 50px 35px 42px;
  }
  .business_box_titles{

  }
  .bisiness_box_sub_title{
    font-size: 22px;
  }
  .bisiness_box_sub_title p{
    padding: 0 20px;
  }
  .bisiness_box_main_title{
    font-size: 32px;
  }
  .business_item_content{
    margin-top: 43px;
  }
  .business_item{

  }
    .business_item:nth-child(odd):after{
    height: 125px;
    }
/*  .business_item:nth-child(n+3){
    margin-top: 43px;
  }*/
  .business_item_inner{

  }
/*  .business_item:nth-child(n+3) .business_item_inner{
    padding-top: 49px;
  }*/
  .business_item_title{

  }
  .business_item_text{

  }
  .bisiness_box_main_text{
    margin-top: 60px;
    padding-top: 43px;
    font-size: 32px;
  }

  /*どの業界でも安心のお取引対応*/
  .business_gallery_content{
    margin: 45px -15px 0;
  }
  .business_gallery_item{
    padding: 0 15px;
  }
  .business_gallery_item:nth-child(n+4){
    margin-top: 38px;
  }
  .business_gallery_item_inner{
    padding: 5px 5px 17px 5px;
  }
  .business_gallery_img.img_fit{

  }
  .business_gallery_title{
    margin-top: 13px;
    font-size: 20px;
  }
  .business_gallery_text{
    margin-top: 47px;
    padding-top: 26px;
  }

  /*お取引の流れについて*/
  .forpartner_flow_content{
    margin-top: 53px;
  }
  .forpartner_flow_box{

  }
  .forpartner_flow_box:nth-child(n+2){
    margin-top: 59px;
    padding-top: 70px;
  }
  .forpartner_flow_box1{

  }
  .forpartner_flow_box2{

  }
  .forpartner_flow_box_nbr{
    font-size: 80px;
    top: -18px;
    left: -18px;
  }
  .forpartner_flow_box_img.img_fit{

  }
  .forpartner_flow_box_title{
    margin-top: -12px;
    font-size: 32px;
  }
  .forpartner_flow_box_text{
    margin-top: 28px;
  }
  .forpartner_flow_box .read_more{
    margin-top: 43px;
  }

  /*よくある質問*/
  .forpartner_question_content{
    margin-top: 45px;
  }
  .forpartner_question_item{

  }
  .forpartner_question_item:nth-child(n+2){
    margin-top: 56px;
  }
  .forpartner_question_item_q,
  .forpartner_question_item_a{
    padding: 0 24px;
  }
  .forpartner_question_item_q:before,
  .forpartner_question_item_a:before{
  }
  .forpartner_question_item_q p,
  .forpartner_question_item_a p{
    width: calc(100% - 40px - 20px);
  }
  .forpartner_question_item_q{
    padding-top: 7px;
    padding-bottom: 10px;
  }
  .forpartner_question_item_q:before{
  }
  .forpartner_question_item_a{
    margin-top: 15px;
  }
  .forpartner_question_item_a:before{
  }

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

  .pg_forpartner .section.sec1{

  }
  .pg_forpartner .section.sec2{

  }
  .pg_forpartner .section.sec3{

  }
  .pg_forpartner .section.sec4{

  }

  /*新しいビジネスのカギ、ここで見つかる*/
  .forpartner_main_box{

  }
  .forpartner_main_box_title{
    margin-top: -12px;
  }
  .forpartner_main_box_text{
  }

  /*こんなお悩みをお持ちでないですか？*/
  .business_box_content{

  }
.business_box_inner{
    padding: 50px 63px 42px;
  }
  .business_box_titles{

  }
  .bisiness_box_sub_title{

  }
  .bisiness_box_main_title{

  }
  .business_item_content{

  }
  .business_item{

  }
  .business_item_inner{

  }
  .business_item:nth-child(even) .business_item_inner{
    padding-left: 30px;
  }
  .business_item_title{

  }
  .business_item_text{

  }
  .bisiness_box_main_text{

  }

  /*どの業界でも安心のお取引対応*/
  .business_gallery_content{

  }
  .business_gallery_item{

  }
  .business_gallery_item_inner{
  }
  .business_gallery_img.img_fit{

  }
  .business_gallery_title{

  }
  .business_gallery_text{

  }

  /*お取引の流れについて*/
  .forpartner_flow_content{

  }
  .forpartner_flow_box{

  }
  .forpartner_flow_box1{

  }
  .forpartner_flow_box2{

  }
  .forpartner_flow_box_nbr{

  }
  .forpartner_flow_box_img.img_fit{

  }
  .forpartner_flow_box_title{

  }
  .forpartner_flow_box_text{

  }
  .forpartner_flow_box .read_more{

  }

  /*よくある質問*/
  .forpartner_question_content{

  }
  .forpartner_question_item{

  }
  .forpartner_question_item_q,
  .forpartner_question_item_a{
  }
  .forpartner_question_item_q:before,
  .forpartner_question_item_a:before{
  }
  .forpartner_question_item_q{
  }
  .forpartner_question_item_q:before{
  }
  .forpartner_question_item_a{

  }
  .forpartner_question_item_a:before{
  }

}






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

.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: 21px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 0.2em;
}
.contact_tt.privacy{
  font-family: "Noto Sans JP";
  font-weight: 500;
}

/* フォーム */
.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: 16px 15px 14px 20px;
  background: #eeeeee;
  letter-spacing: 0.08em;
}
.pg_contact .formTh label{
  margin: 0;
}
.d-inline-block.requiredText {
  font-size: 13px;
  padding: 2px 12px 3px;
  margin-top: 3px;
  float: right;
  font-weight: 400;
  letter-spacing: 0.120em;
  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: 15px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.16em;
}
.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: 15px;
  letter-spacing: 0.16em;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
}
.pg_contact .formWrap .text-center{
  padding-top: 40px;
}
.pg_contact input[name="privacy"]{
  margin-right: 7px;
}
.pg_contact .privacyLabel{
  font-size: 17px;
  display: inline;
}
.pg_contact .privacyLabel a{
  color: #1a3e9b;
}

.formBtnBox{
  margin-top: 35px;
}
.formBtn.formSend {
  display: inline-block;
  border: 0;
  background: none;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

/*.read_more{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  margin-left: -5px;
  margin-right: -5px;
}*/
.formBtn.formSend{
  max-width: 190px;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  border: none;
  background: var(--main-color);
  border-radius: 22.5px;
  color: #FFF;
  padding: 12px 20px;
  margin: 5px 5px;
  position: relative;
  z-index: 1;
  transition: 0.2s all;

}
.formBtn.formSend:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #93c889;
  border-radius: 22.5px;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-3deg);
  z-index: -2;
  transition: all .2s;
}
.formBtn.formSend:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  border-radius: 22.5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .2s;
}

.formBtn.formSend span{
  display: block;
  position: relative;
  z-index: 2;
}
.formBtn.formSend span:after{
  content: "→";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -5px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.formBtn.formSend:hover:after{
  color: #FFF;
  background: #93c889;
}
.formBtn.formSend:hover:before{
  background: var(--main-color);
}


.pg_contact label {
  display: inline-block;
  margin-bottom: 0;
}
.radioArea{
  padding: 0;
}
.radioArea .d-inline-block .label{
  margin-left: 9px;
  font-size: 16px;
  letter-spacing: 0.08em;;
}
.radioArea .d-inline-block{
  margin-right: 32px;
}
.radioArea .d-inline-block:last-child{
  margin-right: 0;
}
label.label.zipcode_i {
  padding: 7px 5px 0;
  background: #cccccc;
  margin: 0;
  display: inline-block;
  border: 1px solid #d6d8d8;
  border-right: 0;
  vertical-align: top;
  height: 39px;
}
.pg_contact .section.sec1 {
  padding: 0 0 0;
}
.pg_contact .formTd.center{
  display: flex;
  align-items: center;
}

@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.sec2{
  padding: 105px 0 0;
}
.pg_contact .section.sec2 .contact_tt{
  margin-bottom: 45px;
  padding-left: 10px;
}
.privacy_item {
  margin-top: 25px;
}
.privacy_ttl {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 8px 15px;
  margin-bottom: 12px;
  border-left: 6px solid #57b38a;
}
.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;
}


.privacy_item_wrap {
  overflow: scroll;
  width: 100%;
  height: 400px;
  border: 1px solid #dbdbdb;
  padding: 30px 30px 15px ;
  background: #fff;
  margin-top: 50px;
}

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

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

  .privacy_item_wrap {
    height: 300px;
    padding: 20px 15px;
  }
}

/*******************************
*　お問い合わせ送信完了
********************************/
.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;
  }
  
  .other_list .webgene-item .category span{
  font-size:10px;
  }
}


/*******************************
*　
********************************/


@media (max-width:374px){

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

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

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

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

}
