@charset "UTF-8";
@media print {
  .hamburger_area {
    display: none;
  }
  .header {
    display: none;
  }
  .g_nav {
    display: none;
  }
  .breadcrumbs {
    display: none;
  }
  .page_title {
    display: none;
  }
  footer {
    display: none;
  }
  .container {
    max-width: 100% !important;
    width: 100% !important;
  }
  .works_article_row {
    display: block;
    width: 100% !important;
  }
  .works_article_row .main_area {
    width: 50% !important;
    padding-right: 25px !important;
  }
  .works_article_row .main_area .main_area_img {
    display: inline-block !important;
    vertical-align: top !important;
  }
  .works_article_row .main_area .main_area_img img {
    width: 48%;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    margin-bottom: 5px !important;
  }
  .works_article_row .main_area .main_area_img .main_img {
    width: 100% !important;
  }
  .works_article_row .side_area {
    width: 50% !important;
  }
  .post_content {
    width: 100% !important;
    padding-right: 0 !important;
    margin: 0 !important;
    font-size: 1.2rem !important;
  }
  .post_content.web_area {
    display: none;
  }
  .post_content.print_area {
    display: block !important;
    font-size: 90%;
    line-height: 1.6;
  }
  .works_article .cat {
    display: none;
  }
  .works_article .main_area_img {
    page-break-inside: avoid;
  }
}
.works_page {
  display: none;
}

/* IE10以上 */
@media print and (-ms-high-contrast: none) {
  /* @pageの指定いらないかも */
  @page {
    size: A4;
    margin: 12.7mm 9.7mm;
  }
  body {
    zoom: 1.8;
    width: 1200px;
    transform: scale(0.5);
    transform-origin: 0 0;
  }
}