<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.pageHead {
  background-image: url(../img/startup/startupHero.jpg);
}

.ttl01 {
  margin-bottom: 1.5em;
  border-bottom: 2px solid #313131;
  padding-bottom: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ttl01 p {
  margin-bottom: 0;
}
.ttl01_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.ttl01_area {
  margin-right: 1em;
  border: 1px solid #333;
  padding: 0 1em;
  font-weight: 700;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ttl01_area span {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.ttl01_ttl {
  margin: .25em 0;
  font-size: 1.125em;
  font-weight: 700;
  text-align: justify;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.ttl01_right {
  width: 12em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.ttl01_no {
  padding: 0 .5em;
  background-color: #ebe7e7;
}
@media screen and (min-width: 601px) {
  .ttl01_ttl {
    padding-left: .88em;
  }
}
@media screen and (min-width: 769px) {
  .ttl01 {
    margin-bottom: 1.75em;
    padding-bottom: 1.75em;
  }
  .ttl01_left {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .ttl01_area {
    padding: 0 1.5em;
    line-height: 2.5;
  }
  .ttl01_ttl {
    margin-top: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media screen and (min-width: 1201px) {
  .ttl01 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .ttl01_left {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .ttl01_ttl {
    margin-bottom: 0;
  }
  .ttl01_area {
    padding: 0 1.125em;
  }
  .ttl01_area span {
   font-size: 1.125em;
  }
  .ttl01_right {
   -ms-flex-preferred-size: auto;
       flex-basis: auto;
  }
  .ttl01_no {
   padding: 0;
   background-color: transparent;
  }
}

.table01 .small {
  font-size: 14px;
}
.table01 td a {
  word-break: break-all;
}

.table01 .alert {
  text-align: center;
}
.table01 .alert span {
  border:  2px solid #ff0000;
  padding: 2px 0;
  color: #ff0000;
  font-size: 1.125em;
  display: block;
}
@media screen and (min-width: 1201px) {
  .table01 {
    font-size: 1.125em;
  }
}

.directionNav {
  margin: 2em 0 0;
  border-top: 2px solid #313131;
  padding-top: 1em;
}
.directionNav a {
  color: #333;
  position: relative;
  z-index: 10;
}
.directionNav a::before {
  content: "";
  width: 24px;
  height: 16px;
  border-width: 8px 12px;
  border-color: transparent transparent transparent #cbcbcb;
  border-style: solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.directionNav a::after {
  content: "";
  width: 8px;
  height: 6px;
  border-width: 3px 4px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.directionNav .directionNav_prev {
  padding-left: 1.5em;
  float: left;
}
.directionNav .directionNav_prev::before,
.directionNav .directionNav_prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.directionNav .directionNav_prev::before {
  left: -12px;
}
.directionNav .directionNav_prev::after {
  left: 1px;
}
.directionNav .directionNav_next {
  padding-right: 1.5em;
  float: right;
}
.directionNav .directionNav_next::before {
  right: -12px;
}
.directionNav .directionNav_next::after {
  right: 1px;
}
.directionNav a:hover {
  color: #000;
}
.directionNav a:hover::before {
  border-left-color: #000;
}
@media screen and (min-width: 769px) {
  .directionNav {
    margin: 4em 0 0;
  }
  .directionNav a::before {
    width: 44px;
    height: 28px;
    border-width: 14px 22px;
  }
  .directionNav a::after {
    width: 16px;
    height: 14px;
    border-width: 7px 8px;
  }
  .directionNav .directionNav_prev {
    padding-left: 2em;
  }
  .directionNav .directionNav_prev::before {
    left: -22px;
  }
  .directionNav .directionNav_next {
    padding-right: 2em;
  }
  .directionNav .directionNav_next::before {
    right: -22px;
  }
}
@media screen and (min-width: 1081px) {
  .directionNav a {
    font-size: 1.3125em;
  }
}

.backToList {
  margin: 1em 0;
  text-align: center;
  position: relative;
}
.backToList a {
  padding-left: 1.75em;
  color: #333;
  position: relative;
}
.backToList a:hover {
  color: #000;
}
.backToList a i {
  width: 20px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.backToList a i span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #cbcbcb;
  position: absolute;
  left: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.backToList a i &gt; span:first-child { top: 1px; }
.backToList a i &gt; span:nth-child(2) { top: 8px; }
.backToList a i &gt; span:nth-child(3) { bottom: -1px; }
.backToList a:hover i span {
  background-color: #000;
}
@media screen and (min-width: 769px) {
  .backToList {
    margin-bottom: 3em;
  }
}
@media screen and (min-width: 1081px) {
  .backToList {
    margin-top: 0;
    top: -1.875em;
  }
  .backToList a {
    font-size: 1.3125em;
  }
}
</pre></body></html>