section.about h1 {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 46px;
  text-align: left;
  color: #2960d3;
  position: relative;
  padding-bottom: 20px;
}
section.about h1::after {
  width: 79.19px;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/common/border.png);
  background-size: cover;
}
section.about h1.center {
  text-align: center;
}
section.about h1.center::after {
  left: 50%;
  background-image: url(../images/common/border.png);
  background-size: cover;
  transform: translateX(-50%);
}
section.about .title_section p {
  max-width: 610px;
  margin: 0 auto;
  margin-top: 60px;
}

section.about_product {
  margin-top: 150px;
  padding: 0;
  background-image: url(../images/nonwoven/back.png);
  padding-bottom: 80px;
}
section.about_product .about_product_content {
  background-color: #052A76;
  padding: 40px 50px;
  margin-top: -80px;
}
section.about_product .about_product_content h3 {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 28px;
  text-align: left;
  color: #fff;
}
section.about_product .about_product_content .about_product_text {
  margin-top: 40px;
}
section.about_product .about_product_content .about_product_text h4 {
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 25px;
  text-align: left;
  color: #fff;
  margin-top: 20px;
}
section.about_product .about_product_content .about_product_text p {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 25px;
  text-align: left;
  color: #fff;
  opacity: 0.7;
  margin-top: 5px;
}

section.dry-laid {
  margin-top: 130px;
  overflow: hidden;
  padding: 0;
}
section.dry-laid .flex_contents {
  align-items: center;
  background-color: #FAFAFA;
}
section.dry-laid .flex_contents .flex_content:first-child {
  padding: 50px 0 50px 50px;
}
section.dry-laid .flex_contents .flex_content .dry-laid_content {
  margin-top: 40px;
}
section.dry-laid .flex_contents .flex_content .dry-laid_content h3 {
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 25px;
  text-align: left;
  color: #313e57;
  margin-top: 20px;
}
section.dry-laid .flex_contents .flex_content .dry-laid_content p {
  margin-top: 5px;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 25px;
  text-align: left;
  color: #313e57;
  opacity: 0.7;
}
section.dry-laid .flex_contents .flex_content .bg img {
  max-width: calc(100% + 80px);
}

section.application {
  padding-top: 130px;
}
section.application .container-l {
  background-image: url(../images/top/Products.png);
  background-size: cover;
  padding: 100px 0;
}
section.application .container-l h2 + .flex_contents {
  margin-top: 80px;
}
section.application .container-l h2 span {
  font-size: 1.8rem;
  line-height: 4.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
section.application .container-l .flex_contents {
  align-items: center;
  margin-top: 30px;
}
section.application .container-l .flex_contents h2 {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 25px;
  text-align: left;
  color: #313e57;
}
section.application .container-l .flex_contents p {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 25px;
  text-align: left;
  color: #313e57;
  opacity: 0.7;
  max-width: 500px;
  margin-top: 5px;
}
section.application .container-l .ap_contents {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
section.application .container-l .ap_contents .ap_content {
  width: calc(33.333% - 15px);
  padding: 0 60px;
  border-right: 1px solid #ED964C;
}
section.application .container-l .ap_contents .ap_content:first-child {
  padding-left: 0;
}
section.application .container-l .ap_contents .ap_content:nth-child(3n) {
  padding-right: 0;
  border-right: none;
}
section.application .container-l .ap_contents .ap_content p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 25px;
}
section.application .container-l .ap_contents .ap_content p.num {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #ed964c;
  opacity: 1;
  margin-top: 10px;
}
section.application .flex_contents .flex_content:first-child {
  width: 43.6666%;
  margin-right: 3.3333%;
}
section.application .flex_contents .flex_content {
  width: 53.0001%;
}

@media screen and (max-width: 767px) {
  section.about .title_section p {
    max-width: none;
    margin-top: 40px;
  }
  section.about_product .flex_contents .flex_content:first-child {
    display: none;
  }
  section.about_product .about_product_content h3 {
    font-size: 24px;
    line-height: 38px;
  }
  section.about_product .about_product_content .about_product_text {
    margin-top: 20px;
  }
  section.about_product {
    margin-top: 0;
    padding: 0;
    background-image: url(../images/nonwoven/back.png);
    padding-bottom: 40px;
  }
  section.dry-laid {
    margin-top: 40px;
    overflow: hidden;
    padding: 0;
  }
  section.dry-laid .flex_contents .flex_content:first-child {
    padding: 40px 20px;
  }
  section.dry-laid .flex_contents .flex_content .bg img {
    max-width: 100%;
  }
  section.application {
    padding-top: 60px;
  }
  section.application .container-l {
    padding: 60px 0;
  }
  section.application .container-l h2 + .flex_contents {
    margin-top: 40px;
  }
  section.application .flex_contents .flex_content:first-child {
    width: 100%;
    margin-right: 0;
  }
  section.application .container-l .flex_contents {
    flex-wrap: wrap;
  }
  section.application .flex_contents .flex_content {
    width: 100%;
  }
  section.application .flex_contents .flex_content h3 {
    margin-top: 20px;
  }
  section.application .container-l .ap_contents {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  section.application .container-l .ap_contents .ap_content {
    width: 100%;
    margin-bottom: 30px;
  }
  section.application .container-l .ap_contents .ap_content p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 25px;
  }
  section.about_product .about_product_content {
    margin-top: 0;
  }
  section.application .container-l .ap_contents .ap_content {
    width: 100%;
    padding: 0 0 30px;
    border-right: none;
    border-bottom: 1px solid #ED964C;
  }
  section.application .container-l .ap_contents .ap_content:first-child {
    padding-left: 0;
  }
  section.application .container-l .ap_contents .ap_content:nth-child(3n) {
    padding-right: 0;
    border-right: none;
    border-bottom: none;
  }
}/*# sourceMappingURL=nonwoven.css.map */