@charset 'UTF-8';

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 30px;
    size: A4 portrait;
  }
/*  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }*/

  [data-aos^=fade][data-aos^=fade] {
    opacity: 1 !important;
    transform: translateZ(0) !important;
    transition-delay: 0 !important;
    transition-duration:0 !important;
  }
  .header {
    position: absolute!important;
  }
  .header #h-logo {
    margin-left: 0;
  }
  #gototop {
    opacity: 1 !important;
    top: -101px !important;
    position: absolute !important;
  }
  .subpage .hamberger {
    right: 20px;
  }
  .cm-case-articles .case-article-row .row-content .consultation-ctn {
    width: 38%;
  }
  .cmn-box-contact1 .box .tel span:before {
    background-image: url(/bundles/web/img/common/icon/ico_tel2.png);
  }
}


