@media print {

  header {
      display: none;
  }
  .content .hamburger_content {
      display: none;
  }
  .content.on .main {
      margin-left: 0px;
  }
  .article .img img.sp_only {
      display: none;
  }
  .pager {
      display: none;
  }
  img {
      page-break-inside: avoid;
  }
  li {
      page-break-inside: avoid;
  }
  p {
      page-break-inside: avoid;
  }
  table {
      border-collapse: unset;
  }
  .pager {
      display: none;
  }
  .title {
      display: none;
  }
  /* firefox only*/
  .firefox_only .flex {
      display:block;
  }
  /* firefox list style */
  .firefox_only .article .list li {
      height: 61px;
  }
  .firefox_only .title.flex {
      display: none;
  }
  .firefox_only .article .list .list_name {
      margin-top: 9px;
  }
  .firefox_only .article .list .list_content p {
      float: left;
      margin-top: 9px;
  }
  .firefox_only .article .list .list_content .btn {
      float: right;
  }
  .firefox_only .pager.flex {
      display:none;
  }
}
