.pipeline-mv .mv {
  background-image: url(/assets/img/pipeline/mv_bg.jpg);
}

.pipeline-title {
  position: relative;
  padding-bottom: 30px;
  font-size: 3.8rem;
  font-weight: normal;
  text-align: center;
}

.pipeline-title:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 2px;
  margin: auto;
  background-color: #68a082;
  content: "";
}

.pipeline-outline {
  margin-top: 130px;
}

.pipeline-outline-table {
  margin-top: 55px;
  text-align: center;
}

.pipeline-platform {
  margin-top: 130px;
  padding-bottom: 140px;
}

.pipeline-platform-text {
  margin-top: 40px;
  line-height: 2.0;
  text-align: center;
}

.pipeline-platform-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .pipeline-mv .mv {
    background-position: right bottom;
  }
  .pipeline-title {
    margin: 0 -23px;
    padding-bottom: 20px;
    font-size: 2.2rem;
    line-height: 1.3;
  }
  .pipeline-title:after {
    width: 40px;
    height: 1px;
  }
  .pipeline-outline {
    margin-top: 60px;
  }
  .pipeline-outline-table {
    margin-top: 30px;
  }
  .pipeline-platform {
    margin-top: 60px;
    padding-bottom: 60px;
  }
  .pipeline-platform-text {
    margin-top: 30px;
    line-height: 1.5;
    text-align: left;
  }
  .pipeline-platform-pic {
    display: block;
    margin-top: 20px;
    text-align: center;
  }
  .pipeline-platform-pic > li:nth-of-type(n+2) {
    margin-top: 40px;
  }
}
