@page {
    size: A4;
    margin: 1rem 2rem;
}
@media print {
    header,
    .header-nav,
    .right-column,
    .pagetop-wrap,
    footer .top-row-box,
    footer .pagetop,
    footer .footer-logo,
    footer .footer-menu,
    footer .copyright {
        display: none;
    }
    html {
        height: auto;
    }
    body {
        -webkit-print-color-adjust: exact;
        overflow: visible !important;
        background-color: inherit;
        font-size: 1em;
        min-width: 100% !important;
        height: auto;
    }
    .wrapper {
        height: auto;
        min-height: auto;
        display: block;
    }
    .main-contents {
        padding-top: 0;
    }
    .content-area {
        max-width: 100%;
        width: 100%;
    }
    .left-column {
        padding-left: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100%;
        padding-right: 0;
    }
    .content-body {
        margin-top: 0;
    }
    .content-body h2 {
        font-size: 1.2em;
    }
    .content-body h3,
    .content-body h4 {
        font-size: 1em;
    }
    .col2style {
        display: block;
    }
    footer {
        background-image: none;
        margin-top: 1rem;
    }
    footer .footer-body {
        padding: 0 0 0.5rem 0;
    }
    .mimata-title {
        background: #1BA466 !important;
    }
}

