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

.bl_business{
  margin-bottom: 6rem;
}
.bl_business_product_img_wrapper{
  text-align: center;
  margin: 1.5rem auto 2rem;
}
.el_business_product_img{
  width: 90%;
}
@media screen and (min-width:769px) {
  .bl_business{
    margin-bottom: 8rem;
  }
  .el_business_product_img{
    width: 40%;
  }
}
.bl_division_title{
  margin-bottom: 0.5rem;
}
.el_division_title{
  color: var(--text_black);
  text-align: center;
  font-size: 1.4rem;
}