.body-print {
  width: 210mm;
  margin-right: auto;
  margin-left: auto;
}

.company-info {
  position: relative;
  width: 90mm;
}

.daihyou-stamp {
  height: 15mm;
  width: 15mm;
  position: absolute;
  top: -3mm;
  left: 10mm;
}

.company-stamp {
  height: 18mm;
  width: 18mm;
  position: absolute;
  top: -5mm;
  left: 27mm;
}

@page {
  size: A4;
}

@media print {
  input {
    border-style: none;
    border-width: 0;
  }
}