@charset "utf-8";
/* CSS Document */

.bl_brand{
  margin-bottom: 6rem;
}
.bl_brand_logo_wrapper{
  text-align: center;
  margin-bottom: 1rem;
}
.bl_brand_product_img_wrapper{
  text-align: center;
  margin: 1rem auto 1rem;
}
.el_brand_logo,
.el_brand_product_img{
  width: 80%;
}
.el_brand_logo.el_brand_logo__bn{
  width: 65%;
}
.el_brand_product_img.el_brand_product_img__jj{
  width: 95%;
}
.bl_block__body.bl_block__body__brand{
  margin-bottom: 0.5rem;
}
@media screen and (min-width:768px) {
  .bl_brand{
    margin-bottom: 8rem;
  }
  .bl_brand_product_img_wrapper{
    margin-bottom: 2rem
  }
  .el_brand_logo,
  .el_brand_product_img{
    width: 30%;
  }
  .el_brand_logo.el_brand_logo__bn{
    width: 25%;
  }
  .el_brand_product_img.el_brand_product_img__jj{
    width: 40%;
  }
}
