@charset "UTF-8";

u{
  display: inline-block;
  font-style: normal;
  text-decoration: none;
}
.flicker-heading .sp {
  display: inline-block !important;
  width: .25em;
}

.pg_header{
  margin-bottom: 70px;
}
.pg_header_tt1.en{
  margin-bottom: 20px;
}
.pg_header_tt1.en  .pg_header_h1{
  font-family: "Bellefair", serif;
  font-weight: 400;
  letter-spacing: 0;
}

.goods_items_wrap{

}
.pg_header_tt_box.pg{
  margin-bottom: 55px;
}
.pg_header_tt_box.pg .content_desc{
  line-height: 1.875;
  margin-top: 10px;
}
.pg_header_tt_box.bdrTop{
  border-top: 1px solid #d2d2d2;
  padding-top: 18px;
}
.goods_item_list .webgene-item .btn{
  margin-top: 25px;
}

.goods_item_tt{
  margin-bottom: 30px;
}
.goods_item_tt .pg_header_tt1{
  margin-bottom: 0;
}

@media (min-width:768px){
  .pg_header{
    margin-bottom: 70px;
  }

  .goods_item_block_cate{
    gap: 15px 30px;
  }

  .goods_item_list .webgene-item .desc{
    line-height: 1.875;
  }

  .goods_item_tt{
    margin-bottom: 60px;
  }


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

  }
}
@media (min-width:1200px){
  .pg_header{
    margin-bottom: 135px;
  }

  .goods_item_block_cate{
    margin-bottom: 115px;
  }

  .goods_item_sub_block + .goods_item_sub_block {
    margin-top: 145px;
  }
  .goods_item_tt .pg_header_tt1{

  }

}

/* メイン部分 */
.goods_item{

}
.goods_item_tt{

}
.goods_item_tt .pg_header_tt1{
  border-top: 1px solid #d2d2d2;
  padding-top: 19px;
}

.goods_item_tt_en_sm{
  font-size: 24px;
  font-weight: 400;
  font-family: "Bellefair", serif;
  line-height: 1;
  letter-spacing: 0;
  color: #adb8c5;
  padding-bottom: 4px;

}


.body_leasingBusiness .pg_header_h1{
  font-weight: 500;
}
.goods_item_block{

}
.goods_item_block + .goods_item_block{
  margin-top: 60px;
}
.goods_item_block_tt{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  background: #f3f4fb;
  border: 1px solid #0c259d;
  padding: 15px 18px;
  position: relative;
  margin-bottom: 30px;
}
.goods_item_block_tt:after{
  content: "";
  height: 0; width: 0;
  border: solid;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #0c259d;
  border-width: 0px 0px 8px 8px;
  position: absolute;
  bottom: 0;
  right: 0;

}
.goods_item_list{

}
.goods_item_list .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}
.goods_item_list .webgene-item{
  width: 100%;
  position: relative;
}
.goods_item_list .webgene-item:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #aeaeae;
  position: absolute;
  top: 3px;
  left: 3px;
}
.goods_item_list .webgene-item .inner{
  background: #f7f7f7;
  padding: 10px 10px 20px;
  position: relative;
  z-index: 1;
}
.goods_item_list .webgene-item .img:before{
  padding-top: 72.72%;
}
.goods_item_list .webgene-item .title .t1{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.goods_item_list .webgene-item .title .t2{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
}
.goods_item_list .webgene-item .desc{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}
.goods_item_list .webgene-item .btn{
  display: block;
  width: 100%;;
  max-width: 190px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  background: #0c259d;
  color: #fff;
  border-radius: 16px;
  margin: 30px auto 0;
  padding: 3px;
  border: 1px solid transparent;
  transition: all .2s;
}
.goods_item_list .webgene-item .btn:hover{
  background: #fff;
  border: 1px solid #0c259d;
  color: #0c259d;
}
.goods_item_blocks.biz .title{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 4px;
}
.goods_item_blocks.biz .goods_item_list .webgene-item .title .t1{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.075em;
  padding: 3px 10px 5px;
  line-height: 1;
  background: #282828;
  color: #fff;
}
.goods_item_blocks.biz .goods_item_list .webgene-item .title .t2{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.goods_item_blocks.biz .goods_item_list .webgene-item .desc{
  margin-top: 13px;
}


/*カテゴリ*/
.goods_item_block_cate{
  display: flex;
  flex-wrap: wrap;
  gap:10px 0;
  margin-bottom: 50px;
}
.goods_item_block_cate_item{
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  background: #f3f4fb;
  border: 1px solid #0c259d;
  padding: 14px 5px;;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.goods_item_block_cate_item:hover{
  background: #fff;
}
.goods_item_block_cate_item:after{
  content: "";
  height: 0;
  width: 0;
  border: solid;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #0c259d;
  border-width: 0px 0px 8px 8px;
  position: absolute;
  bottom: 0;
  right: 0;

}

.goods_item_sub_block_h4{
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 10px;
  margin-bottom: 28px;
}
.goods_item_sub_block + .goods_item_sub_block{
  margin-top: 50px;
}



/* アコーディオン処理 */
.goods_item_tt_en_sm,
.goods_item_block_tt,
.goods_item_sub_block_h4{
  position: relative;
  z-index: 1;
  cursor: pointer;
  padding-right: 30px;
}
.goods_item_tt_en_sm:after,
.goods_item_block_tt:before,
.goods_item_sub_block_h4:after{
  content: "\f078";
  font-size: 0.5em;
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}
.goods_item_block_tt:before{
  font-size: 1em;

}
.goods_item_sub_block_h4:after{
  font-size: 1em;
}
.goods_item_block_tt.js-no-acc:before{
  display: none;
}


/**/
.goods_item_tt.opened .goods_item_tt_en_sm:after{
  content: "\f077";
}
.goods_item_block_tt.opened:before{
  content: "\f077";
}
.goods_item_sub_block_h4.opened:after{
  content: "\f077";
}



/**/
body:not(.gjs-dashed) .goods_item_tt + .goods_item_list{
  display: none;
}
body:not(.gjs-dashed) .goods_item_block_tt + .goods_item_list{
  display: none;
}
body:not(.gjs-dashed) .goods_item_block_tt.js-large-acc + .goods_item_block_cate,
body:not(.gjs-dashed) .goods_item_block_tt.js-large-acc + .goods_item_block_cate + .goods_item_sub_blocks{
  display: none;
}
body:not(.gjs-dashed) .goods_item_sub_block_h4 + .goods_item_list{
  display: none;
}



@media (max-width:767px){

  .goods_item_tt .pg_header_tt1{
    padding-top: 10px;
  }
  .goods_item_tt .pg_header_h1{
    font-size: 16px;
  }

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

  }
  .goods_item_tt_en_sm{
    font-size: 22px;
  }
  .goods_item_list .webgene-blog{
    gap:30px;
  }
  .goods_item_list .webgene-item{
    width: calc(50% - 15px);
  }
  .goods_item_list .webgene-item .inner{
    height: 100%;
    padding: 10px 10px 19px;
  }
  .goods_item_list .webgene-item .img:before{

  }
  .goods_item_list .webgene-item .title{

  }
  .goods_item_list .webgene-item .title .t1{
    font-size: 24px;
  }
  .goods_item_list .webgene-item .title .t2{
    font-size: 22px;
  }
  .goods_item_list .webgene-item .desc{

  }
  .goods_item_list .webgene-item .btn{

  }

  .goods_item_blocks.biz .title{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .goods_item_blocks.biz .goods_item_list .webgene-item .title .t1{
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.075em;
    background: #282828;
    color: #fff;
  }
  .goods_item_blocks.biz .goods_item_list .webgene-item .title .t2{
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.075em;
  }

  /*カテゴリ*/
  .goods_item_block_cate{
    gap:30px;
    margin-bottom: 53px;
  }
  .goods_item_block_cate_item{
    width: calc(50% - 15px);
  }
  .goods_item_block_cate_item:after{

  }

  .goods_item_sub_block_h4{
    font-size: 18px;
    margin-bottom: 35px;
  }
  .goods_item_sub_block + .goods_item_sub_block{
    margin-top: 74px;
  }
}
@media (min-width:1024px){
  .goods_item_list{

  }
  .goods_item_tt_en_sm{
    font-size: 38px;
  }
  .goods_item_list .webgene-blog{

  }
  .goods_item_list .webgene-item{
    width: calc(33.333% - 20px);
  }
  .goods_item_list .webgene-item .inner{

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

  }
  .goods_item_list .webgene-item .title{

  }
  .goods_item_list .webgene-item .desc{

  }
  .goods_item_list .webgene-item .btn{

  }

  /*カテゴリ*/
  .goods_item_block_cate{

  }
  .goods_item_block_cate_item{
    width: calc(25% - 22.5px); 
  }
  .goods_item_block_cate_item:after{

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


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


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


}





/*******************************
*　リース事業
********************************/
.pg_transportService{

}
.pg_transportService .section.sec1{

}
.pg_transportService .section.sec2{
  padding-top: 0;
}
.pg_transportService .section.sec3{

}




@media (max-width:374px){

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

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

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

  }
  .pg_transportService .section.sec1{

  }
  .pg_transportService .section.sec2{
    padding-top: 90px;
  }
  .pg_transportService .section.sec3{

  }


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


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


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


}



/* 概要 */
.biz_about{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.biz_about_box1{
  width: 100%;
  padding-top: 20px;
  order: 2;
}
.biz_about_box2{
  width: 100%;
  order: 1;
}
.biz_about_img{

}
.biz_about_img.img_fit:before{
  padding-top: 127.158%;
}
.biz_about .sec_en{

}
.biz_about .pg_header_sub_tt{

}
.biz_about .content_desc{
  font-weight: 400;
}

/* Feature */
.biz_feature{
  display: flex;
  flex-wrap: wrap;
  gap: 15px 15px;
}
* + .biz_feature{
  margin-top: 50px;
}
.biz_feature_item{
  width: 100%;
  background: #f5f5f5;
  padding: 30px 20px 20px;
  position: relative;
  z-index: 1;
}
.biz_feature_item:after{
  content: "";
  border: 1px solid #999999;
  position: absolute;
  z-index: 1;
  inset: 5px;
  pointer-events: none;
}
.biz_feature_item_ttl{

}
.biz_feature_item_ttl_en{
  font-size: 30px;
  font-weight: 400;
  font-family: "Bellefair", serif;
  letter-spacing: 0;
  line-height: 1;
  color: #0c259d;
  margin-bottom: 15px;
}
.biz_feature_item_ttl_en em{
  font-style: normal;
  color: #ff003a;
}
.biz_feature_item_ttl_en strong{
  font-weight: inherit;
}

.biz_feature_item_ttl_en2{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  font-size: 20px;
  font-weight: 400;
  font-family: "Bellefair", serif;
  letter-spacing: 0;
  line-height: 1;
  margin-top: -8px;
  margin-bottom: 12px;
}
.biz_feature_item_ttl_en2 em{
  font-style: normal;
  color: #ff003a;
}
.biz_feature_item_ttl_en2_txt1{
  font-size: 1em;
  color: #0c259d;
}
.biz_feature_item_ttl_en2_txt2{
  font-size: 0.8333em;
}
.biz_feature_item_ttl_en2_txt2:before{
  content: "/";
  margin-left: 0.5em;
  margin-right: 0.5em;
}


.biz_feature_item_ttl_ja{
  font-size: 24px;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 5px;
}

.biz_feature_item_txt{
  font-size: 15px;
  font-weight: 400;
  line-height: 1.875;
  text-align: justify;
}
.biz_feature_item_img{

}
.biz_feature_item_img.img_fit:before{
  padding-top: 70.370%;
}

.biz_feature.service{

}
.biz_feature.service .biz_feature_item_ttl_ja{
  letter-spacing: 0;
}


/* Feature2 */
.biz_feature2{

}
* + .biz_feature2{
  margin-top: 50px;
}
.biz_feature2_row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.biz_feature2_row + .biz_feature2_row{
  margin-top: 30px;
}
.biz_feature2_box1{
  width: 100%;
}
.biz_feature2_box2{
  width: 100%;
  margin-top: 20px;
}

.biz_feature2_row .biz_feature_item_ttl_ja{
  margin-bottom: 10px;
}
.biz_feature2_row .biz_feature_item_txt{

}




@media (max-width:374px){

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

}
@media (max-width:1023px){
  /*.biz_feature_item_ttl_en2_txt1{
  }
  .biz_feature_item_ttl_en2_txt2{
    width: 100%;
    margin-top: 5px;
  }
  .biz_feature_item_ttl_en2_txt2:before{
    display: none;
  }*/
}
@media (max-width:767px){

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

  /* 概要 */
  .biz_about{
  }
  .biz_about_box1{
    width: 42.79%;
    padding-top: 10px;
    order: 1;
  }
  .biz_about_box2{
    width: 51.53%;
    order: 2;
  }
  .biz_about .sec_en{

  }
  .biz_about .pg_header_sub_tt{
    margin-bottom: 30px;
  }
  .biz_about .content_desc{

  }

  .biz_about.rvs .biz_about_box1{
    order: 2;
  }
  .biz_about.rvs .biz_about_box2{
    order: 1;
  }

  /* Feature */
  .biz_feature{
    gap: 15px 15px;
  }
  * + .biz_feature{
    margin-top: 50px;
  }
  .biz_feature_item{
    width: calc((100% - 15px) / 2);
    padding: 30px 30px 20px;
  }
  .biz_feature_item_ttl_en{
    font-size: 32px;
    margin-bottom: 15px;
  }
  .biz_feature_item_ttl_en2{
    font-size: 24px;
    margin-top: -8px;
    margin-bottom: 12px;
  }
  .biz_feature_item_ttl_en2_txt2:before{
    margin-left: 1em;
    margin-right: 1em;
  }
  .biz_feature_item_ttl_ja{
    font-size: 28px;
    margin-bottom: 5px;
  }
  .biz_feature_item_txt{
    font-size: 15px;
  }

  .biz_feature.service{
    gap: 10px 15px;
  }
  .biz_feature.service .biz_feature_item{
    width: 100%;
    padding: 30px 30px 20px;
  }


  /* Feature2 */
  .biz_feature2{

  }
  * + .biz_feature2{
    margin-top: 70px;
  }
  .biz_feature2_row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .biz_feature2_row + .biz_feature2_row{
    margin-top: 60px;
  }
  .biz_feature2_box1{
    width: 48.64%;
  }
  .biz_feature2_box2{
    width: 48.64%;
    margin-top: 0;
  }

  .biz_feature2_row .biz_feature_item_ttl_ja{
    margin-bottom: 20px;
  }
  .biz_feature2_row .biz_feature_item_txt{
    line-height: 2.25;
  }
  .biz_feature2_row:nth-child(odd) .biz_feature2_box1{

  }
  .biz_feature2_row:nth-child(odd) .biz_feature2_box2{

  }
  .biz_feature2_row:nth-child(even) .biz_feature2_box1{
    order: 2;
  }
  .biz_feature2_row:nth-child(even) .biz_feature2_box2{
    order: 1;
  }

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


  .biz_feature.service{
    gap: 10px 15px;
  }
  .biz_feature.service .biz_feature_item{
    width: calc((100% - 15px) / 2);
  }

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

  /* 概要 */
  .biz_about{
  }
  .biz_about_box1{
    width: 42.79%;
    padding-top: 10px;
  }
  .biz_about_box2{
    width: 51.53%;
  }
  .biz_about .sec_en{

  }
  .biz_about .pg_header_sub_tt{

  }
  .biz_about .content_desc{

  }

  /* Feature */
  .biz_feature{
    gap: 20px 30px;
  }
  * + .biz_feature{
    margin-top: 50px;
  }
  .biz_feature_item{
    width: calc((100% - 30px) / 2);
    padding: 30px 30px 20px;
  }
  .biz_feature_item_ttl_en{
    font-size: 42px;
    margin-bottom: 15px;
  }
  .biz_feature_item_ttl_ja{
    font-size: 32px;
    margin-bottom: 5px;
  }
  .biz_feature_item_ttl_ja.ltrS{
    letter-spacing: -0.05em;
  }
  .biz_feature_item_txt{
    font-size: 16px;
    line-height: 2.125;

  }

  .biz_feature.service{
    gap: 10px 30px;
  }
  .biz_feature.service .biz_feature_item{
    width: calc((100% - 30px) / 2);
    padding-bottom: 15px;
    min-height: 260px;
  }

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


}




/*******************************
*　
********************************/
.pg_maintenanceService{

}
.pg_maintenanceService .section.sec1{

}
.pg_maintenanceService .section.sec2{
  padding-top: 0;
}
.pg_maintenanceService .section.sec3{
  padding-top: 0;

}
.pg_maintenanceService .section.sec4{
  padding-top: 0;
}
.pg_maintenanceService .section.sec5{

}


@media (max-width:374px){

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

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

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

  }
  .pg_maintenanceService .section.sec1{

  }
  .pg_maintenanceService .section.sec2{
    padding-top: 70px;
  }
  .pg_maintenanceService .section.sec3{
    padding-top: 70px;
  }
  .pg_maintenanceService .section.sec4{
    padding-top: 90px;
  }
  .pg_maintenanceService .section.sec5{

  }


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


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


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


}


@media (max-width:374px){

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

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

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


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


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


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


}




/*******************************
*　
********************************/
.pg_usedMachines {
  margin-top: -30px;
}
.pg_usedMachines  .section.sec1{

}
.pg_usedMachines  .section.sec2{

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

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

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

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

  }
  .pg_usedMachines  .section.sec1{

  }
  .pg_usedMachines  .section.sec2{

  }


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


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

  .pg_usedMachines {
    margin-top: -70px;
  }
  .pg_usedMachines  .section.sec1{

  }
  .pg_usedMachines  .section.sec2{

  }


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


}


/* 中古車 */
.used_contents{

}
.used_contents_row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #f7f7f7;
  box-shadow: 4px 3px 0 #aeaeae;
  padding: 20px 15px;
}
.used_contents_row + .used_contents_row{
  margin-top: 35px;
}
.used_contents_head{
  width: 100%;
  background: #0c259d;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.075em;
  padding: 16px 10px;
  margin-bottom: 28px;
}
.used_contents_box1{
  width: 100%;
  padding-top: 10px;
  order: 2;
}
.used_contents_box2{
  width: 100%;
  order: 1;
}
.used_contents_price{
  margin-bottom: 15px;
}
.used_contents_price p{
  width: 360px;
  max-width: 100%;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  background: #FFF;
  color: #ff002d;
  border-bottom: 2px solid;
  padding: 13px 10px;

}
.used_contents_data{

}
.used_contents_data_dl{
  display: flex;
  flex-wrap: wrap;

}
.used_contents_data_dl + .used_contents_data_dl{
  margin-top: 5px;
}
.used_contents_data_dt{
  width: 70px;
}
.used_contents_data_dd{
  width: calc(100% - 70px);
}
.used_contents_txt{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  text-align: justify;
  margin-top: 10px;
}

.used_contents_slides{

}
.used_contents_slides_img{

}
.used_contents_slides_img.img_fit:before{
  padding-top: 72.76%;
}

.used_contents_thumbs{
  margin-top: 5px;
}
.used_contents_thumb_img.img_fit:before{
  padding-top: 72.76%;
}

.gjs-dashed .used_contents_slides{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
}
.gjs-dashed .used_contents_slides_img{
  width: calc((100% - 10px) / 2);
  border: 10px solid #CCC;
}

@media (max-width:374px){

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

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

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



  /* 中古車 */
  .used_contents{

  }
  .used_contents_row{
    box-shadow: 4px 3px 0 #aeaeae;
    padding: 20px 15px 30px;
  }
  .used_contents_row + .used_contents_row{
    margin-top: 35px;
  }
  .used_contents_head{
    font-size: 21px;
    padding: 16px 10px;
    margin-bottom: 28px;
  }
  .used_contents_box1{
    width: 51.38%;
    width: 52.38%;
    padding-top: 10px;
    order: 1;
  }
  .used_contents_box2{
    width: 42.59%;
    order: 2;
  }
  .used_contents_price{
    margin-bottom: 30px;
  }
  .used_contents_price p{
    width: 360px;
    font-size: 24px;
    padding: 13px 10px;

  }
  .used_contents_data{

  }
  .used_contents_data_dl{

  }
  .used_contents_data_dl + .used_contents_data_dl{
    margin-top: 10px;
  }
  .used_contents_data_dt{
    width: 80px;
  }
  .used_contents_data_dd{
    width: calc(100% - 80px);
  }
  .used_contents_txt{
    font-size: 16px;
    line-height: 2.125;
    margin-top: 5px;
  }

  .used_contents_slides{

  }
  .used_contents_slides_img{

  }

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


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


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


}



/*******************************
*　
********************************/
.pg_achievements{
  margin-top: -30px;
}
.pg_achievements .section.sec1{

}
.pg_achievements .section.sec2{

}
.pg_achievements .section.sec3{

}
.pg_achievements .section.sec4{

}
.pg_achievements .section.sec5{

}


@media (max-width:374px){

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

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

}
@media (min-width:768px){
  .pg_achievements{
    margin-top: -55px;
  }
  .pg_achievements .section.sec1{

  }
  .pg_achievements .section.sec2{

  }


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


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


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


}


@media (max-width:374px){

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

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

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


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


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


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


}


/*******************************
*　物件詳細
********************************/

/* セクション設定 */
.pg_property2{

}
.pg_property2 .section.sec1{

}
.pg_property2 .section.sec2{
  padding-top: 0;
}



.pg_property + .pg_contact{
  margin-top: 50px;
}

@media (min-width:768px){

  .pg_property + .pg_contact{
    margin-top: 75px;
  }
  .pg_property2 .section.sec2{
    padding-top: 95px;
  }
}
@media (min-width:1024px){



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

  .pg_property + .pg_contact{
    margin-top: 135px;
  }

}



.property_detail{
  background: #FFF;
  padding: 15px 15px;
  border-radius: 20px;
}

.property_detail .meta{
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.property_detail .meta_inner{
  margin-top: 30px;
}
.property_detail .meta .read_more{
  /*position: absolute;*/
  /*z-index: 1;*/
  /*top: 0;*/
  /*right: 0;*/
  margin-top: 0;
}
.property_detail .madori{
  display: inline-block;
  min-width: 120px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.075em;
  background: #9c826e;
  color: #FFF;
  padding: 2px 10px 3px;
}
.property_detail .title{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #121f39;
  padding-bottom: 12px;
  margin-top: 8px;
}

.gallery_main_btn{
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: 0;
  background: none;
  padding: 0;
  width: 20px;
  outline: none !important;
}
.gallery_main_btn img{
  transition: 0.2s all;
}
.gallery_main_btn:hover img{
  transform: scale(1.1);
}
.gallery_main_btn.prev{
  left: -30px;
}
.gallery_main_btn.next{
  right: -30px;
}



/*テーブル*/
.property_tbl {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #FFF;
  margin-top: 38px;
}
.property_tbl th, .property_tbl td {
  border: 0;
  padding: 10px 10px;
  font-size: 16px;
  letter-spacing: 0.075em;
  font-weight: 500;
  line-height: 1.6;
  border: 1px solid #ababab;
}
.property_tbl th {
  background: #e5e5e5;
}

.property_tbl + .service_flow_btns{
  margin-top: 30px;
}

.gallery_detail .read_more{
  margin-top: 0;
}
.gallery_detail .read_more + .read_more{
  margin-top: 15px;
}
/*フォーム*/
.property_contact_wrap .formTbl{
  border: 1px solid #ababab;
}
[name="property_name"], [name="property_price"] {
  border: 0 !important;
  pointer-events: none;
}

.property_btns{
  margin-top: 30px;
}

.property_detail + .read_more{
  margin-top: 50px;
}
.property_contact_wrap{
  margin-top: 80px;
}
.property_contact_tt{
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.025em;
  margin-bottom: 50px;
}

.property_map{
  margin-top: 50px;
}
.property_map_ttl{
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  margin-bottom: 10px;
}
.property_map_embed{

}
.property_map_embed iframe{
  width: 100%;
  height: 300px;
  border: 0;
}

.property_head{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid;

}
.property_head_ttl{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.075em;
}
.gallery_detail .property_head .read_more{
  width: 100%;
  margin-top: 10px;
}
.property_head + .property_tbl{
  margin-top: 40px;
}

@media (max-width:374px){

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

}
@media (max-width:767px){
  .property_tbl th,
  .property_tbl td{
    display: block;
    width: 100%;
    border-bottom: 0;
  }
  .property_tbl tr:last-child td:last-child{
    border-bottom: 1px solid #ababab;
  }

  .pg_property .section.sec2.pg_contact .privacy_item_box{
    margin-top: 80px;
  }

  .read_more a{
    min-width: 300px;
    min-width: 284px;
  }

  .property_contact_tt{
    font-size: 24px;
  }
}
@media (min-width:768px){
  .pg_xxx{

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }
  .pg_property .section.sec2.pg_contact{
    padding-top: 37px;
  }
  .pg_property .section.sec2.pg_contact .privacy_item_box{
    margin-top: 80px;
  }
  .pg_xxx .section.sec3{

  }
  .pg_xxx .section.sec4{

  }
  .pg_xxx .section.sec5{

  }

  .property_detail{
    padding: 45px 45px;
    border-radius: 20px;
  }

  .property_detail .meta .read_more{
    margin-top: 30px;
  }

  .property_tbl{
    margin-top: 60px;
  }
  .property_tbl + .property_tbl{
    margin-top: 60px;
  }
  .property_detail .meta{
    margin-bottom: 40px;
  }
  .property_detail .meta_inner{
    margin-top: 30px;
  }
  .property_detail .meta_inner .title{
    /*padding-right: 320px;*/
  }

  .property_detail .read_more.email{
    padding-left: 15px;
    padding-right: 15px;
  }
  .property_detail .title{
    font-size: 20px;
    padding-bottom: 20px;
  }
  .gallery_thumb {
    width: 100%;
    height: 100%;
  }
  .gallery_thumb .img {
    height: 100%;
  }

  /*テーブル*/
  .property_tbl th, .property_tbl td {
    font-size: 16px;
    line-height: 2;
    padding: 13px 15px;
  }
  .gallery_detail {
    width: 100%;
    margin-top: 30px;
  }
  .property_tbl th {
    width: 160px;
    border-right: 0;
  }
  .property_tbl td{
    border-left: 0;
    padding-left: 20px;
  }

  .property_tbl + .service_flow_btns{
    margin-top: 50px;
  }

  .property_detail .read_more a{
    margin: 5px 15px;
  }


  .property_map{
    margin-top: 50px;
  }
  .property_map_ttl{
    font-size: 22px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .property_map_embed{

  }
  .property_map_embed iframe{
    width: 100%;
    height: 450px;
    border: 0;
  }

  .property_head{
    margin-top: 30px;
    padding-bottom: 10px;
  }
  .property_head_ttl{
    font-size: 22px;
  }
  gallery_detail .property_head .read_more{
    margin-top: 0;
    margin-left: 20px;
  }
  .property_head + .property_tbl{
    margin-top: 40px;
  }
}
@media (min-width:1024px){

  .gallery_thumb .swiper-wrapper {
    margin: 0;
  }

  /*テーブル*/
  .gallery_detail {
    width: 100%;
    margin-top: 30px;
  }
  .property_detail .title{
    font-size: 22px;
  }
  .property_tbl th {
    width: 255px;
  }

  .gallery_wrap{
  }
  .gallery_main_btn{
    width: 30px;
  }
  .gallery_main_btn.prev{
    left: -65px;
  }
  .gallery_main_btn.next{
    right: -65px;
  }

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

  .property_detail .meta .read_more{
    position: absolute;
    z-index: 1;
    top: 0;
    right: -10px;
    margin-top: 10px;
  }
  .property_detail .meta .read_more{
    width: auto;
  }

  .property_head{
    margin-top: 30px;
    padding-bottom: 10px;
  }
  .property_head_ttl{
    font-size: 22px;
  }
  .gallery_detail .property_head .read_more{
    margin-top: 0;
    margin-left: 20px;
  }
  .property_head + .property_tbl{
    margin-top: 40px;
  }

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

  .property_head{
    flex-wrap: nowrap;
    margin-top: 30px;
    padding-bottom: 15px;
  }
  .property_head_ttl{
    font-size: 22px;
  }
  .gallery_detail .property_head .read_more{
    width: auto;
    margin-top: 0;
    margin-left: 20px;
  }
  .property_head + .property_tbl{
    margin-top: 40px;
  }


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

  .property_detail .meta_inner .title{
    /*padding-right: 350px;*/
  }
  .property_detail .read_more.email{
    padding-left: 30px;
    padding-right: 30px;
  }

  .property_contact_wrap{

  }
  .property_contact_wrap .formTbl .container{
    padding-left: 6px;
    padding-right: 6px;
  }
}




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

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

.product_detail{
  background: #f7f7f7;
  box-shadow: 4px 3px 0 #aeaeae;
  padding: 20px 15px;
}

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

/* メイン */
.gallery_main{

}
.gallery_main .img{
  background: #FFF;
  /*background: #EEE;*/
  /*border-radius: 10px;*/
}
.gallery_main .img.img_fit:before{
  padding-top: 72.66%;
}
.gallery_main .img.img_fit img{
  object-fit: contain;
  object-position: center;
}
/* サムネ */
.gallery_thumb{

}
.gallery_thumb .img{
  width: 100%;
  background: #EEE;
  overflow: hidden;
  /*border-radius: 10px;*/
}
.gallery_thumb .img.img_fit:before{
  padding-top: 76.92%;
}
.gallery_thumb .img.img_fit img{

}

.posts_thumb_img{
  text-align: center;
}
.posts_thumb_img.img_fit:before{
  padding-top: 76.92%;
}


/* 詳細 */
.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;
}
.gallery_detail .link_1_center{
  margin-top: 50px;
}

.gallery_detail .notice{
  margin-top: 20px;
}

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

  .product_detail{
    box-shadow: 4px 3px 0 #aeaeae;
    padding: 30px 30px;
  }

  /* 詳細 */
  .gallery_wrap{
  }
  .gallery_box1{
    width: 66.03%;
    width: 71%;
  }
  .gallery_box2{
    width: 31.01%;
    width: 27.5%;
    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: 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{
    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){

  .product_detail{
    box-shadow: 4px 3px 0 #aeaeae;
    padding: 45px 65px;
  }

}


/* カテゴリ */
.product_cat_nav{
  background: #f2f1f1;
  border: 5px solid #006050;
  padding: 24px 5px;
  margin-bottom: 120px;
}
.product_cat_nav .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product_cat_nav .webgene-item{
  font-size: 16px;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0.075em;
  line-height: 1.2;
}
.product_cat_nav .webgene-item a{
  display: block;
  padding: 0 40px;
  position: relative;
  z-index: 1;
  transform-origin: center;
}
.product_cat_nav .webgene-item a.on{
  font-size: 20px;
}
.product_cat_nav .webgene-item a.on,
.product_cat_nav .webgene-item a:hover{

  color: #006050;
}
.product_cat_nav .webgene-item a:after{
  content: "";
  width: 1px;
  height: 16px;
  background: #696969;
  position: absolute;
  z-index: 1;
  top: 2px;
  right: 0;
}
.product_cat_nav .webgene-item.on a:after{
  top: 4px;
}
.product_cat_nav .webgene-item:last-child a:after{
  display: none;
}
.product_cat_nav .webgene-item a{

}

/**/
.product_main{
  /*background: #ededed;*/
  /*padding: 50px 20px 30px;*/

}
* + .product_main{
  margin-top: 40px;
}
.product_main .title{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
  padding: 10px 10px;
  margin-bottom: 22px;
  background: #FFF;
  border-bottom: 1px solid ;
}
.product_main .post_content{
  /*background: #FFF;*/
  /*padding: 60px 45px 30px;*/
}
.product_main .txt{
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.875;
}

.product_main .link_1_center{
  margin-top: 50px;
}

@media (max-width:374px){

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

}
@media (max-width:767px){
  .product_cat_nav{
    display: none;
  }

  /**/
  .product_main{
    /*padding: 20px 10px 20px;*/
  }
  .product_main .title{
    /*font-size: 18px;*/
    /*padding-bottom: 15px;*/
    /*margin-bottom: 22px;*/
  }
  .product_main .post_content{
    /*background: #FFF;*/
    /*padding: 30px 15px 20px;*/
  }
  .product_main .txt{
  }
  .product_main .read_more a{
    min-width: 185px;
  }

}
@media (min-width:768px){
  /* カテゴリ */
  .product_cat_nav{
    padding: 24px 5px;
    margin-bottom: 50px;
  }

  .product_main .title{
    font-size: 18px;
    padding: 20px 10px;
    margin-bottom: 22px;
  }

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


  .product_list.kasou .webgene-item:nth-child(n+5){
    margin-top: 50px;
  }

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

  /* カテゴリ */
  .product_cat_nav{
    padding: 24px 5px;
    margin-bottom: 120px;
  }

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


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


}




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


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


}


@media (max-width:374px){

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

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

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


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


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


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


}




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


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


}


@media (max-width:374px){

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

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

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


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


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


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


}
