@charset "UTF-8";

/* business index */
.business_index {
  background: url(../img/business/index/pc/articleHeadBg.png) center 85px no-repeat;
}
@media (max-width: 767px) {
  .business_index {
    background: url(../img/business/index/sp/articleHeadBg.png) center 3em no-repeat;
    background-size: 100% auto;
  }
}