@charset "utf-8";
.component-productbtn-list::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 1152px;
  height: 52px;
  margin: 0 auto 15px;
  padding: 0 24px;
  box-sizing: border-box;
  background: url(/assets/images/common/svg-logo-fujitsu.svg) no-repeat left center / 64px auto;
  background-position: 24px center;
}

@media screen and (max-width:1024px) {
  .component-productbtn-list::before {
    padding: 0 20px;
    background-position: 19.2px center;
  }
}

@media screen and (max-width:580px) {
  .component-productbtn-list::before {
    max-width: none;
    min-width: 0;
    padding: 0 15px;
    background-position: 14.2px center;
  }
}