/* MEDIA QUERIES
 * ----------------------------------------------- */
.section-flow {
  background: #f0f7f6;
  text-align: justify;
}
.section-flow .flow-inner {
  position: relative;
}
.section-flow .flow-text {
  background: #fff;
  border: 1px solid #6cb0a6;
  text-align: center;
  font-weight: bold;
  position: absolute;
}
.section-flow .flow-text.flow-before {
  left: 0;
}
.section-flow .flow-item {
  overflow: hidden;
  position: relative;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
}
.section-flow .flow-item .flow-title {
  font-weight: bold;
}
.section-flow .flow-item .flow-info {
  position: relative;
  z-index: 2;
}
.section-flow .flow-item:after {
  content: "";
  position: absolute;
}
.section-flow .flow-item:nth-child(1) .flow-info {
  background: #005b56;
}
.section-flow .flow-item:nth-child(2) .flow-info {
  background: #1b706a;
}
.section-flow .flow-item:nth-child(3) .flow-info {
  background: #36867e;
}
.section-flow .flow-item:nth-child(4) .flow-info {
  background: #519b92;
}
.section-flow .flow-item:nth-child(5) .flow-info {
  background: #6cb0a6;
}

@media print, (min-width: 768px) {
  .section-flow {
    padding: 70px 0 80px;
    line-height: 2.23;
  }
  .section-flow .wrapper {
    position: relative;
  }
  .section-flow .common-breadcrumb {
    position: absolute;
    left: 0;
    top: -53px;
  }
  .section-flow .title-primary {
    margin-bottom: 23px;
  }
  .section-flow .flow-inner {
    width: 800px;
    margin: 45px auto 0;
    padding-top: 46px;
  }
  .section-flow .flow-text {
    font-size: 13px;
    line-height: 1.5;
    top: 0;
    padding: 5px 10px 7px;
  }
  .section-flow .flow-text.flow-before {
    width: 390px;
  }
  .section-flow .flow-text.flow-after {
    width: 154px;
    right: 4px;
  }
  .section-flow .list-flow {
    display: -ms-flexbox;
    display: flex;
  }
  .section-flow .flow-item {
    width: 155px;
    height: 126px;
    padding-right: 39px;
    font-size: 14px;
  }
  .section-flow .flow-item .flow-info {
    padding: 51px 0 10px 20px;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .section-flow .flow-item .flow-number {
    left: 21px;
    top: 23px;
    position: absolute;
  }
  .section-flow .flow-item .flow-title {
    margin-right: -10px;
  }
  .section-flow .flow-item:after {
    right: 0;
    top: -2px;
    bottom: -2px;
    border-top: 65px solid transparent;
    border-bottom: 65px solid transparent;
    border-left: 40px solid transparent;
  }
  .section-flow .flow-item:not(:last-child) {
    margin-right: 6px;
  }
  .section-flow .flow-item:nth-child(1):after {
    border-left-color: #005b56;
  }
  .section-flow .flow-item:nth-child(2):after {
    border-left-color: #1b706a;
  }
  .section-flow .flow-item:nth-child(3):after {
    border-left-color: #36867e;
  }
  .section-flow .flow-item:nth-child(4):after {
    border-left-color: #519b92;
  }
  .section-flow .flow-item:nth-child(5):after {
    border-left-color: #6cb0a6;
  }
  .download-additional {
    font-size: 12px;
}
}
@media only screen and (max-width: 767.98px) {
  .section-flow {
    padding: 0.47rem 0 0.61rem;
  }
  .section-flow .title-primary {
    margin-bottom: 0.2rem;
  }
  .section-flow .flow-note {
    line-height: 2.1;
    font-size: 0.1rem;
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 1em;
  }
  .section-flow .flow-inner {
    margin-top: 0.42rem;
    padding-left: 0.52rem;
  }
  .section-flow .flow-text {
    font-size: 0.15rem;
    line-height: 1.4;
    padding: 0.05rem 0.08rem;
    left: 0;
    width: 0.39rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .section-flow .flow-text > span {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: block;
  }
  .section-flow .flow-text.flow-before {
    height: 2.9rem;
    top: 0;
  }
  .section-flow .flow-text.flow-after {
    height: 1.37rem;
    bottom: -0.28rem;
  }
  .section-flow .flow-text.flow-after > span {
    -ms-transform: scaleY(0.75);
        transform: scaleY(0.75);
    white-space: nowrap;
    -ms-transform-origin: center center;
        transform-origin: center center;
  }
  .section-flow .flow-item {
    padding-bottom: 0.42rem;
    letter-spacing: 0.05em;
    width: 2.4rem;
    font-size: 0.18rem;
    text-align: center;
  }
  .section-flow .flow-item .flow-info {
    padding: 0.16rem 0.15rem 1px;
  }
  .section-flow .flow-item .flow-number {
    margin-bottom: 0.04rem;
  }
  .section-flow .flow-item .flow-title {
    margin-bottom: -0.08rem;
  }
  .section-flow .flow-item:after {
    right: -0.02rem;
    left: -0.02rem;
    bottom: 1px;
    border-top: 0.42rem solid transparent;
    border-right: 1.22rem solid transparent;
    border-left: 1.22rem solid transparent;
  }
  .section-flow .flow-item:not(:last-child) {
    margin-bottom: 0.19rem;
  }
  .section-flow .flow-item:nth-child(1):after {
    border-top-color: #005b56;
  }
  .section-flow .flow-item:nth-child(2):after {
    border-top-color: #1b706a;
  }
  .section-flow .flow-item:nth-child(3):after {
    border-top-color: #36867e;
  }
  .section-flow .flow-item:nth-child(4):after {
    border-top-color: #519b92;
  }
  .section-flow .flow-item:nth-child(5):after {
    border-top-color: #6cb0a6;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-flow {
    padding-bottom: 0.5rem;
  }
  .section-flow .flow-inner {
    margin-top: 0.28rem;
  }

  .section-download-common {
    padding-top: 0.47rem;
  }
}
.section-performance {
  background: #fcf5ec;
}
.section-performance .performance-caption {
  text-align: center;
}
.section-performance .list-performance .button-primary {
  width: 100%;
}
@media print, (min-width: 768px) {
  .section-performance {
    padding: 78px 0 80px;
    line-height: 2.23;
  }
  .section-performance .title-primary {
    margin-bottom: 27px;
  }
  .section-performance .list-performance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }
  .section-performance .list-performance > li {
    width: 465px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-performance {
    padding: 0.48rem 0 0.5rem;
  }
  .section-performance .title-primary {
    margin-bottom: 0.21rem;
  }
  .section-performance .list-performance {
    margin-top: 0.25rem;
  }
  .section-performance .list-performance > li {
    margin-top: 0.2rem;
  }
}

/*# sourceMappingURL=modification.css.map */