/*
Theme Name:Seeds House
Theme URI:
Description:シーズハウス用テーマ(TCD063依存)
Template:switch_tcd063
Author:SE
Author URI:https://design-plus1.com/tcd-w/
Version:1.7.3
*/

.foogallery.fg-light.fg-shadow-outline .fg-item-inner{
  box-shadow:none;
}

.p-copyright{
  margin-bottom: 0;
}

.mw_wp_form [name="submitBack"]{
  min-width:auto;
  max-width:auto;
  width:26%;
}

.mw_wp_form [name=*"mwform_bsubmit-"]{
  min-width:auto;
  max-width:auto;
  width:64%;
}

/*売買物件*/
.p-interview-content{
   display:flex;
   flex-wrap:wrap;
   justfy-contents:space-between;
   margin-bottom:8vh;
 }
 .p-interview__faq{
   width:60%;
   margin-bottom:0;
 }
 .p-interview__faq.full-width{
   width:100%;
 }
 .p-interview__faq-pic{
   width:40%;
 }
 .p-interview__faq dd{
   margin-bottom:10px
 }
 .p-interview__faq dd{
   margin-bottom:30px
 }
.buy_sell_icon{
  position: absolute;
  top: 50%;
  width: 100%;
  background: #ffffffe3;
  z-index: 1;
  height: 33%;
  font-size: 124%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  font-weight: bold;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
}
.single .p-interview__img .buy_sell_icon{
  height: 18%;
  font-size: 244%;
}
.single .p-interview__img{
  position: relative;
}
.single .p-interview__img img{
  width: 100%;
  height: auto;
  max-height: 40vw;
  object-fit: cover;
  -webkit-object-fit: cover;
}
 /*サイトマップ*/
#sitemap_list li a{
  background: url(./asset/img/ico_lv1.png) no-repeat left center !important;
}
#sitemap_list li li a{
  background: url(./asset/img/ico_lv2.png) no-repeat left center !important;
}

@media screen and (min-width: 992px){
  /*pcのスタイル*/
  .p-index-content04__col--news{
    width:80%;
    margin:0 10%;
  }
}

@media screen and (max-width: 1199px){
  /*mobileのスタイル*/
  .p-article01__img {
    height: 47% !important;
  }
  
}

@media screen and (max-width: 991px){
  /*mobileのスタイル*/
  .p-index-content04__col--news{
    width:auto;
    margin:0 0;
  }
  .fg-default .fg-image{
    height:60px !important;
    width:60px !important;  
  }
   .p-interview__faq{
     margin-top:4vh;
     width:100%;
   }
  .p-interview__faq-pic{
    width:100%;
  }
  .single .p-interview__img .buy_sell_icon{
    font-size: 144%;
  }
  .single .p-interview__img img{
    max-height: 70vw;
    object-fit: cover;
    -webkit-object-fit: cover;
  }
}