.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;
}

.outlineSect {
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .outlineSect {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .outlineSect {
    padding-bottom: 60px;
  }
}

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

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

@media screen and (min-width: 768px) {
  .outline-current {
    padding: 0 0 160px;
  }
}

@media screen and (max-width: 768px) {
  .outline-current {
    padding: 0 0 120px;
  }
}
