@charset "UTF-8";

/* ページ内アンカーリンクの調整用（ h2.c-sec_ttl 、アンカーリンクの飛び先に追記する） */
@media print, screen and (min-width: 769px) {
  .p-anc-fix-pos {
    margin-top: -180px;
    padding-top: 180px;
  }
}
@media print, screen and (min-width: 953px) {
  .p-anc-fix-pos {
    margin-top: -120px;
    padding-top: 120px;
  }
}

/* ユーティリティクラス ポジション調整用（!important使用） */
#contentsContainer[data-tooltip=true] .u-pos-rel {
  position: relative !important;
}
#contentsContainer[data-tooltip=true] .u-pos-rel .u-pos-abs {
  position: absolute !important;
}
#contentsContainer .u-pos-rel img {
  display: inline-block;
}
