<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.outlineLogo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .outlineLogo {
    margin: 60px auto 0;
    width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .outlineLogo {
    margin: 50px auto 0;
    padding: 0 20px;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .outlineLogo__item {
    text-align: left;
    width: 33.333%;
  }
}

@media screen and (min-width: 768px) {
  .outlineLogo__item:nth-of-type(n+4) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .outlineLogo__item:not(:last-of-type) {
    margin-bottom: 60px;
  }
}

.outlineLogo__image--mitsubishi {
  width: 285px;
}

.outlineLogo__image--tokyu {
  width: 266px;
}

@media screen and (max-width: 768px) {
  .pageIntro {
    padding-top: 120px;
  }
}

@media screen and (min-width: 768px) {
  .pageIntro {
    padding-top: 240px;
  }
}

@media screen and (max-width: 768px) {
  .pageIntro__inner {
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .pageIntro__cont iframe {
    height: 1100px;
  }
}

@media screen and (max-width: 768px) {
  .pageIntro__cont iframe {
    height: 1500px;
  }
}

@media screen and (min-width: 768px) {
  .pageIntro__head + .pageIntro__cont {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .pageIntro__head + .pageIntro__cont {
    margin-top: 36px;
  }
}
</pre></body></html>