#print {
  height: 100vh;
  width: 100%;
}

.print-off {
  display: none;
}

.comp-doc {
  font-size: 12pt;
  height: 297mm;
  width: 210mm;
  padding: 25mm 20mm 0 20mm;
  line-height: 6.3mm;
}
.comp-doc__publish {
  text-align: right;
  margin-bottom: 0.5mm;
}
.comp-doc__asc {
  text-align: right;
}
.comp-doc__ttl {
  margin-top: 10mm;
  text-align: center;
  font-size: 18pt;
}
.comp-doc__name {
  text-align: center;
  margin-bottom: 10mm;
  font-weight: normal;
  font-size: 14pt;
}
.comp-doc__desc {
  padding: 0 5mm;
  margin-bottom: 10mm;
}
.comp-doc__mark {
  position: relative;
  display: inline-block;
  font-size: 16pt;
  margin-bottom: 10mm;
}
.comp-doc__mark::before, .comp-doc__mark::after {
  content: "";
  position: absolute;
  height: 0.1mm;
  width: 5mm;
  background-color: #000;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.comp-doc__mark::before {
  left: -12mm;
}
.comp-doc__mark::after {
  right: -12mm;
}
.comp-doc__table {
  margin: 0 5mm;
  width: 100%;
  background-color: transparent;
}
.comp-doc__table tbody {
  background-color: transparent;
}
.comp-doc__table tr {
  background-color: transparent;
}
.comp-doc__table td, .comp-doc__table th {
  padding: 3mm 0;
  text-align: left;
  background-color: transparent;
}
.comp-doc__table th {
  width: 50mm;
  vertical-align: baseline;
}
.comp-doc__end {
  font-size: 16pt;
  margin-bottom: 10mm;
}
.comp-doc__more {
  padding: 0 5mm;
}