/* --- 印刷用 --- */

@media print {
    .sp_only {
      display: none !important;
    }
    body {
      min-width: 110rem;
    }
}
