@charset "UTF-8";
body {
  width: 1200px !important;
  margin: 0 auto;
  font-size: 10pt;
  zoom: 0.8;
  -webkit-print-color-adjust: exact;
}

header,
footer {
  display: none;
}

#contents {
  width: 100%;
}

/* ボックス */
.l-box {
  margin-block: 2.5rem;
}

.l-box--small {
  margin-block: 1.5rem;
}