<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

    /* #0D6EFD-&gt;#0256d3 */

.clear {
  clear:both;
}
.scr {
  overflow: scroll;   /* �X�N���[���\�� */
}
p.att1 {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
p.att2 {
  padding-left: 2.1em;
  text-indent: -2.1em;
}
p.att3 {
  padding-left: 3.5em;
  text-indent: -3.5em;
}
.container {
  max-width: 960px;
}

.content-header {
  max-width: 700px;
}

.pricing-header {
  max-width: 700px;
}


body {
    -webkit-print-color-adjust: exact;
}

@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

@page {
    size: A4;
	margin: 12.7mm 9.7mm;
}

@media print {
  body {
    /* for chrome */
    width: 210mm;
    /* for chrome */
    min-width: auto !important;
  }
}</pre></body></html>