@charset "utf-8";
/* CSS Document */

@media print {
  body::before {
    content: "無断転載禁止\A無断転載禁止\A無断転載禁止\A無断転載禁止\A無断転載禁止\A無断転載禁止\A無断転載禁止\A無断転載禁止";
    white-space: pre;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 56px;
    color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    text-align: center;
    line-height: 1.5;
  }
}