:root{--background:#ffffff;--foreground:#171717;--color-base:#00b53e;--color-grey:#666}body,html{max-width:100vw;overflow-x:hidden;text-size-adjust:100%;-webkit-text-size-adjust:100%}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{text-decoration:none;color:#00b53e}a:hover{text-decoration:underline}.contents{max-width:1024px;margin:0 auto;overflow:hidden}.react-pdf__Page__canvas{width:100%!important;height:auto!important}.flex-center{display:flex;align-items:center;justify-content:center}.ColorBase{color:var(--color-base)}.ColorGrey{color:var(--color-grey)}