.f-red {
  color: #FF1142;
}

.f-blue {
  color: #117DD8;
}

.f-vermilion {
  color: #FF5611;
}

.b-non-woven-fabric {
  position: relative;
  margin-bottom: 34.6666666667vw;
  padding-bottom: 16vw;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(34.1333333333vw, #fff), color-stop(34.1333333333vw, #fafafa), to(#fafafa));
  background: linear-gradient(180deg, #fff 0%, #fff 34.1333333333vw, #fafafa 34.1333333333vw, #fafafa 100%);
}

.b-description {
  margin-bottom: 8.5333333333vw;
}
.b-description .b-mv {
  margin: 0 auto 10.6666666667vw;
}
.b-description .e-lbl {
  width: 89.3333333333%;
  margin: 0 auto 5.3333333333vw;
  color: #117DD8;
  font-size: 18px;
  font-weight: bold;
}
.b-description .e-text {
  width: 89.3333333333%;
  margin: 0 auto 6.4vw;
}

.b-items {
  position: relative;
  width: 89.3333333333%;
  margin: 0 auto;
}
.b-items .e-img {
  margin-bottom: 6.6666666667vw;
}
.b-items .e-lbl {
  margin-bottom: 2.6666666667vw;
  font-size: 16px;
  font-weight: bold;
}
.b-items .e-num {
  margin-bottom: 5.3333333333vw;
  color: #949494;
  font-size: 12px;
}
@media (min-width: 768px) {
  .b-non-woven-fabric {
    margin-bottom: 170px;
    padding-bottom: 260px;
    background: none;
  }
  .b-non-woven-fabric::before {
    z-index: -1;
    position: absolute;
    top: 208px;
    bottom: 0;
    width: calc(50% + 710px);
    border-radius: 0 150px 0 0;
    background: #fafafa;
    content: '';
  }
  .b-description {
    position: relative;
    height: 500px;
    margin-bottom: 169px;
  }
  .b-description .b-mv {
    position: absolute;
    left: 50%;
    width: 960px;
    height: 500px;
    margin: 0;
    margin-left: -960px;
  }
  .b-description .e-wrap {
    position: relative;
    left: 50%;
    width: 550px;
    margin-left: 50px;
    padding-top: 83px;
  }
  .b-description .e-lbl {
    width: auto;
    margin: 0 0 30px;
    font-size: 24px;
  }
  .b-description .e-text {
    width: auto;
    margin: 0;
    font-size: 15px;
  }
  .b-description .e-img {
    position: absolute;
    bottom: -347px;
    width: 100%;
    height: 541px;
    pointer-events: none;
  }
  .b-description .e-img picture {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1920px;
    height: 541px;
    margin-left: -960px;
  }
  .b-items {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
    width: 1200px;
  }
  .b-items .e-item {
    width: 575px;
  }
  .b-items .e-item:nth-of-type(even) {
    -webkit-transform: translateY(90px);
    margin-left: auto;
            transform: translateY(90px);
  }
  .b-items .e-item:nth-of-type(n+3) {
    margin-top: 79px;
  }
  .b-items .e-img {
    margin-bottom: 30px;
  }
  .b-items .e-head {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  .b-items .e-lbl {
    margin: 0;
    font-size: 18px;
  }
  .b-items .e-num {
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .b-items .e-item + .e-item {
    margin-top: 16vw;
  }
}
