
@media print {

    @page {
        size: A4;
        margin: 12.7mm 9.7mm;
    }
    body { 
        -webkit-print-color-adjust: exact;
        /* background-color: white; */
        width: 1200px;
        page-break-after: always;
        transform: scale(0.8);
        -moz-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform-origin: 0 0;
    }

    .zn-bgSource-image {
        -webkit-print-color-adjust: exact;
    }

    a[href]:after {
        content: none !important;
    }

    iframe,
    /* .site-header .siteheader-container > *:not(.logo-container), */
    .kl-slideshow,
    .sidebar,
    /* .action_box,
    .btn,
    .thescreenshot,
    .adbox.video,
    .media-container,
    .latest_posts,
    .ts-pt-testimonials__img,
    .widget_tp_widget_recent_tweets,
    .social-share,
    .social-icons,
    .circlehover,
    .recentwork_carousel,
    #totop,
    .kl-mask--mask3,
    .eBlog .itemComments,
    .eBlog .itemReadMore,
    .eBlog .itemTagsBlock,
    .eBlog .itemTagsBlock,
    .eBlog .userItemTagsBlock,
    .related-articles,
    #respond, */
    .znpb-footer-smart-area,
    #eluidb84052b8 {
        display: none;
    }

    .logo-container {
        float: none;
        width: 100%;
        overflow: hidden;
    }

    .site-logo {
        float: none;
        margin: 0 auto;
    }

    .ts-pt-testimonials__text {
        padding: 0;
    }

    .ts-pt-testimonials__item--normal .ts-pt-testimonials__text:after,
    .ts-pt-testimonials__item--reversed .ts-pt-testimonials__text:after {
        content: none;
    }

    /* [class*='col-'],
    .grid-ibx__item {
        width: 100%;
    } */

    .product-list-item .kw-details, .woocommerce ul.products li.product .product-list-item .kw-details {
        padding-top: 0;
    }

    .woocommerce ul.products li.product a img { margin-bottom: 5px; }

    .product-list-item .kw-details-title, .woocommerce ul.products li.product .product-list-item .kw-details-title { margin: 0; min-height: 30px; }

    /* .itemThumbnail img {width: 100% !important} */

    .eBlog .featured-post .itemFeatContent { position: static; }
    .eBlog .featured-post .itemFeatContent:before { content: none }

    .eBlog .featured-post a,
    .eBlog .featured-post .post_details,
    .eBlog .featured-post .itemLinks { color: #333 }


    /* 20180614追記 */
    .grid-branch .grid-ibx__icon {
        max-width: 200px !important;
    }
    .grid-ibx--cols-4 .grid-ibx__item {
        width: 25%;
    }
    .grid-ibx--cols-3 .grid-ibx__item {
        width: 33.3333%;
    }
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {float: left;}
      .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 
    }

    .single-fudo #mainbody.col-md-9 {
        width: 100%;
    }
}