@charset "utf-8";

/* ---------------------------------------------
 店舗一蘭
--------------------------------------------- */



.main_box_company_store_new .sub_store_index > h3{
 letter-spacing: 0em !important;
 font-size: 20px !important;
 font-weight:bold;
 text-align:center;
}
.sub_store_index{
    width:94%;
    margin: 0 auto 50px;
    padding:0;
}
.sub_store_index > h4{
    font-size: 2.5rem !important;
}
.sub_store_index .store_box{
    display: block;
    flex-wrap: unset;
    justify-content: unset;
}
.sub_store_index .store_box ul{
    width: 100%;
    padding-bottom:30px;
    margin-bottom:30px;
}

.sub_store_index .store_box .img_box {
    width: 50%;
    max-height:300px;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 600px) {
    /* 20200503 コロナ対策*/
   .main_box_company_store_new .satisfaction{
       width:94%;
       display:block;
       justify-content:unset;
       box-sizing:border-box;
   }
   .main_box_company_store_new .satisfaction dt{
      width: 100%;
      min-height:unset;
  }
   .main_box_company_store_new .satisfaction dt img{
        object-fit:cover;
        height:100%;
   }
   .main_box_company_store_new .satisfaction dd{
    width:100%;
    box-sizing:border-box;
   }
 .main_box_company_store_new .sub_store_index > h3{
   font-size: 14px !important;
  }
   .sub_store_index .text_box h4 {
      font-size: 15px;
      font-weight: bold;
  }
   .sub_store_index li.text_box p {
     display:none;
   }
  .sub_store_index .store_box .img_box {
   width: 40%;
   max-height:200px;
  }
  .sub_store_index .store_box ul li.text_box{
     width: 55%;
  }
}