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

@media screen and (max-width: 767px) {
  .entry-content .page-area {
    padding: 20px;
  }
}

/* page-titleA
------------------------*/
.entry-content .page-titleA {
  color: #1b1b1b;
  font-family: "fjalla One", "Oswald" !important;
  font-size: 48px;
  line-height: 1.4;
  word-break: break-word;
  margin-top: 40px;
  margin-bottom: 1.5vw;
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .entry-content .page-titleA {
    margin-top: 6vw;
  }
}

@media screen and (max-width: 767px) {
  .entry-content .page-titleA {
    font-size: 7.5vw;
    margin-bottom: 2.5vw;
  }
}

/* page-titleB
------------------------*/
.entry-content .page-titleB {
  color: #1b1b1b;
  font-family: "fjalla One", "Oswald" !important;
  font-size: 32px;
  line-height: 1.4;
  word-break: break-word;
  margin-top: 48px;
  margin-bottom: 1.25vw;
  padding: 0;
}

.entry-content .page-titleA+.page-titleB {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .entry-content .page-titleB {
    font-size: 5vw;
    margin-top: 48px;
    margin-bottom: 2.25vw;
  }
}

/* page-table
------------------------*/
.entry-content .js-scrollable.s_w1200 table {
  min-width: 1200px;
}

.entry-content .js-scrollable.s_w900 table {
  min-width: 900px;
}

.entry-content .js-scrollable.s_w600 table {
  min-width: 600px;
}

.entry-content .page-table {}

.entry-content .page-table table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
  line-height: 1.428;
}

.entry-content .page-table table tr&gt;th,
.entry-content .page-table table tr&gt;td {
  border-bottom: 1px solid #000;
  vertical-align: middle;
  text-align: center;
  padding: 15px 10px;
}

.entry-content .page-table table tr&gt;th {
  font-weight: bold;
  border-bottom-width: 2px;
}

.entry-content .page-table table tr&gt;th.s_crop,
.entry-content .page-table table tr&gt;th.s_noBorder,
.entry-content .page-table table tr&gt;td.s_noBorder,
.entry-content .page-table table tr&gt;th:empty,
.entry-content .page-table table tr&gt;td:empty {
  border-bottom: none;
}

.entry-content .page-table table tr&gt;th.s_crop {
  padding-bottom: 0;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .entry-content .page-table.is-scrollable {
    margin-right: -5vw;
    padding-right: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .entry-content .page-table.is-scrollable {
    margin-right: -20px;
    padding-right: 20px;
  }

  .entry-content .page-table table tr&gt;th,
  .entry-content .page-table table tr&gt;td {
    padding: 10px;
  }
}

.entry-content .table_border-twotone.table_th2 td.column-3:after {
  display: none !important;
}

/* page-notes
------------------------*/
.entry-content .page-notes {
  background: #f4f4f4;
  font-size: 14px;
  line-height: 1.6428;
  margin-top: 60px;
  padding: 40px;
}

@media screen and (max-width: 1024px) {
  .entry-content .page-notes {
    padding: 25px;
  }
}</pre></body></html>