@charset "UTF-8";
/* CSS Document */

@page {
  size: A4 portrait;
  margin: 10mm;
}

body {
  -webkit-print-color-adjust: exact;
    width: 1190px;
    zoom: 0.8;
}

.contents {
  max-width: none;
}

.section__about > div:last-of-type {
  flex: 1;
  margin-right: 0;
}

.section__portfolio::before {
  width: 100%;
  padding: 0;
  margin: 0;
}

.section__portfolio {
}

.qa__body {
  opacity: 1;
  height: auto;
  padding: 30px 40px;
}

#page-top {
  display: none;
}

.section__contact > div {
  mix-blend-mode: normal;
}