@page {
        size: A4;
        margin-top: 20mm;
        margin-bottom: 0mm;
        margin-right: 2mm;
        margin-left: 2mm;
}

@media print {

    .text-gray-50,
    .text-gray-100,
    .text-gray-200,
    .text-gray-300,
    .text-gray-400,
    .text-gray-500,
    .text-gray-600,
    .text-gray-700,
    .text-gray-800,
    .text-gray-900 {
        color: #111111 !important;
    }

    .print-container {
        width: 750px;
        max-width: 100%;   
        margin: 0 auto;
        page-break-inside: avoid;
        margin-bottom: 1cm;
    }

    /* Web用のヘッダー・フッター非表示 */
    .no-print {
        display: none;
    }

    .print-only {
        display: block;
    }

    .page-break {
        page-break-before: always;
        break-before: page;
    }
}