@charset "utf-8";

@media print {
  [class*="oS-"] {
    opacity: 1!important;
    transform: none!important;
    visibility: visible!important;
  }
  * {
    opacity: 1!important;
    color: black!important;
  }
}

/* キャプチャ撮影時 */

/*body::before,
body::after {
  display:none;
}*/
