<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Scss Document */
/* ------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////
base
/////////////////////////////////////////////////////////////////////
------------------------------------------------------------------ */
#contents { margin: 100px 0 0; padding: 0; }

.wrapper { margin: 0 100px; padding: 0; }
.wrapper section { margin: 100px 0 0; }
.wrapper section h3 { margin: 0 0 50px; padding: 20px 0 20px 20px; border-left: 10px solid #4f7dcf; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; }
.wrapper section h3 span { width: 100%; display: block; }
.wrapper section h3 span:last-of-type { margin: 20px 0 0; }
.wrapper section table { width: 100%; margin: 0; border-collapse: collapse; }
.wrapper section table th, .wrapper section table td { border: 1px solid #231815; }
.wrapper section table th:nth-of-type(1), .wrapper section table td:nth-of-type(1) { border-right: none; }
.wrapper section table th:nth-of-type(2), .wrapper section table td:nth-of-type(2) { border-right: none; border-left: none; }
.wrapper section table th:nth-of-type(3), .wrapper section table td:nth-of-type(3) { border-left: none; }
.wrapper section table th { padding: 15px 40px; }
.wrapper section table td { padding: 30px 40px; }
.wrapper section img.chart_pc { margin: 0 0 7px; }
.wrapper section img.chart_sp { margin: 0 0 7px; display: none; }
.wrapper section p.attention { display: none; }

@media (max-width: 1320px) { .wrapper section img.chart_pc, .wrapper section img.chart_sp { width: 100%; height: auto; } }
@media (max-width: 1180px) { .wrapper { margin: 0 40px; } }
@media (max-width: 880px) { .wrapper section img.chart_pc { display: none; }
  .wrapper section img.chart_sp { display: block; }
  .wrapper section p.attention { display: block; } }
@media (max-width: 640px) { .wrapper { margin: 0 20px; }
  .wrapper section table th { padding: 15px 20px; }
  .wrapper section table td { padding: 30px 20px; } }
</pre></body></html>