@page { size: A4 } /* A4縦 */
@media print {
    body {
        -webkit-print-color-adjust: exact;
    }
    .wrapper__inner {
      padding-top: 0;
    }
    .main_contents {
        padding: 0 20px;
        box-sizing: border-box;
    }
    .head_container {
      position: static;
      height: 140px;
    }
    .section, .merit_row  {
        size: A4 landscape;
        page-break-before: auto;
    }
    .ec-headerNavSP {
        display: none;
    }
    .header__link, .ec-headerRole__cart {
        top: 0em;
    }
    .link-arrow {
        display: inline-block;
    }
    .link-arrow img {
        display: inline;
    }
    .header-exp {
        padding: 8px 5px;
    }
    .columns, .boxs {
        flex-wrap: nowrap;
    }
    .box-md {
        width: 350px;
    }
    .box__title {
        width: 350px;
    }
}