body::after{
  content:"";
  position:fixed;
  width:1200px;
  height:1200px;
  background:url("/static/facility/img/inoshishi_logo_1007.png") no-repeat center center;
  background-size:contain;
  opacity:0.02;
  pointer-events:none;
  z-index:-1;
}

/* 施設状況 */
body.page-facility-dashboard::after{
  right:-280px;
  bottom:-280px;
}

/* 個体一覧 */
body.page-facility-list::after{
  right:-280px;
  top:-280px;
}

/* 個体詳細 */
body.page-facility-detail::after{
  left:-280px;
  bottom:-280px;
}

/* 個体編集 */
body.page-facility-edit::after{
  right:-280px;
  bottom:-280px;
}

/* 個体登録（タグ選択）*/
body.page-facility-tags::after{
  right:-280px;
  bottom:-280px;
}
