@charset "utf-8";
/* 用紙サイズの指定（A4） */
@page {
  margin: 10mm;
  size: 210mm 297mm; /* A4縦サイズの場合 */
}
@media print {
  html, body {
    width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow: visible !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .container,
  main {
    width: 1200px !important;
    max-width: none !important;
    margin: 0 auto !important;
  }
  nav.navbar .fixed-bottom, .digital-flyer-btn, .pagetop, .btn { display:none !important; }
  .col-lg-3 {width:300px; display: inline-block;}
}
