@charset "UTF-8";
/*  プリント用CSS  */
@media print{
  body {
    -webkit-print-color-adjust: exact;
  }
  header {
    background-color: #fff!important;
  }
}