body {
    box-sizing: border-box;
}

@media print {
    .no-print {
        display: none !important;
    }

    body {
        background: white !important;
    }

    .print-only {
        display: block !important;
    }

    .bg-blue-600 {
        background-color: #2294D0 !important;
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }
}

.print-only {
    display: none;
}

/* プレースホルダー　色 */
.edit-placeholder::placeholder {
  color: rgba(0,0,0,0.2); /* 薄いグレー */
}
