﻿@charset "utf-8";
/*--------------------------------------------------------------------------------

  report

--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------

  page visual

--------------------------------------------------------------------------------*/
.l-pv {
  background-image: url(../img/report/pv-img.png);
}


/*--------------------------------------------------------------------------------

  report

--------------------------------------------------------------------------------*/
#report article {
  margin-top: var(--space-l);
}
#report .report-table .hiduke {
  width: 6.5em;
}
#report .report-table .pdf {
  width: 7em;
}
@media (max-width:500px) {
  #report .report-table .pdf {
    width: 4em;
    white-space: inherit;
  }
}

#report .preparation {
  font-size: var(--fs-l);
}