<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.contentArea {
  padding-bottom: 100px; }
  @media only screen and (max-width: 736px) {
    .contentArea {
      padding: 0 calc(56vw/750*100) 50px; } }

.outLineHead {
  padding-top: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (max-width: 736px) {
    .outLineHead {
      display: block;
      padding-top: calc(50vw/750*100); } }

.noticeBlock {
  text-align: right; }
  @media only screen and (max-width: 736px) {
    .noticeBlock {
      margin-bottom: calc(100vw/750*100);
      padding-top: 0; } }
  .noticeBlock__text {
    font-size: 14px;
    letter-spacing: .16em;
    line-height: calc(26/14); }

.outlineTitle {
  font-size: 24px;
  letter-spacing: .03em;
  line-height: calc(40/24);
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt'; }

.outlineTable {
  margin-top: 65px;
  width: 100%;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.12143em;
  /*font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;*/ }
  @media only screen and (max-width: 736px) {
    .outlineTable {
      font-size: 12px;
      border: 1px solid #555555;
      margin-top: calc(30vw / 750 * 100); } }

@media only screen and (max-width: 736px) {
  .tableRow {
    display: block; } }

.tableRow:first-child {
  border-top: 1px solid #555555; }

.tableRow:not(:last-child) {
  border-bottom: 1px solid #555555; }

.tableRow:last-child .tableRow__th {
  border-bottom: 1px solid #555555; }

.tableRow__th {
  width: 28.94737%;
  background-color: #dadada;
  border-left: 1px solid #555555;
  border-bottom: 1px solid #555555;
  color: #333333;
  padding: 20px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (max-width: 736px) {
    .tableRow__th {
      padding: 6px 14px;
      display: block;
      width: 100%;
      border: none; } }
  .tableRow__th::before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.4) * 0.5em); }
  .tableRow__th::after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((1 - 1.4) * 0.5em); }

.tableRow__td {
  padding: 20px;
  width: 71.05263%;
  background-color: #ededed;
  border-bottom: 1px solid #555555;
  border-right: 1px solid #555555;
  border-left: 1px solid #555555;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (max-width: 736px) {
    .tableRow__td {
      padding: 15px 14px;
      display: block;
      width: 100%;
      border: none; } }
  .tableRow__td::before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.4) * 0.5em); }
  .tableRow__td::after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((1 - 1.4) * 0.5em); }

.yokoku {
  margin-top: 10px;
  font-size: 10px; }
  .yokoku__title {
    display: block;
    font-size: 16px; }
    @media only screen and (max-width: 736px) {
      .yokoku__title {
        font-size: calc(28vw / 750 * 100); } }
</pre></body></html>