@charset "UTF-8";

/* ニュース見出しコンポーネントにHRCのロゴを追加 */
.global-newsTitle-HRC {
  position: relative;
  padding-top: 8px;
}
.global-newsTitle-HRC .news-header-hrclogo img {
  position: absolute;
  right: 0;
  top: 0px;
  width: 176px;
}
@media screen and (max-width: 1024px) {
  .global-newsTitle-HRC .news-header-hrclogo img {
    top: 16px;
    width: 120px;
  }
}