/* 印刷時のみ適用 */

.noprint, .print_except {
    display: none !important;
}

.pagebreak {
    page-break-after: always;
}

