.fv {
  background-image: url(/business/solutions/img/workstation/product_list/pl-01hero-pc.png);
  background-repeat: no-repeat;
  background-position: 50% 67%;
  background-size: cover;
}
@media (max-width: 640px) {
  .fv {
    background-image: url(/business/solutions/img/workstation/product_list/pl-01hero-sp.png);
    background-position: center;
  }
}
.fv--lead {
  color: #fff;
  font-weight: bold;
}

#desktop {
  background-color: #F1E1ED;
}

.bg-blue {
  background-color: #11184F;
}
@media (max-width: 1000px) {
  .bg-blue {
    padding: min(5.814vw, 25px) 0;
  }
  .bg-blue .content-caption {
    margin: 0;
  }
  .bg-blue .one-up-h--content-wrapper {
    margin: 0;
  }
}

.fs-white {
  color: #fff;
}

.fw-550 {
  font-weight: 550;
}/*# sourceMappingURL=pl.css.map */