@media only screen and (max-width: 767px) {
  .commonPageTitle {
    background-image: url(../images/bgTop.png?20240808);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media print, screen and (min-width: 768px) {
  .commonPageTitle .pageTitleIn {
    background-image: url(../images/bgTop.png?20240808);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

/*# sourceMappingURL=style.css.map */
