.check-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.check-list > li {
  position: relative;
}
.check-list > li::before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../img/common/icn_check.svg) no-repeat center/contain;
}

@media print, (min-width: 768px) {
  .check-list {
    letter-spacing: 0.09em;
  }
  .check-list > li {
    margin-bottom: 22px;
    padding-left: 42px;
  }
  .check-list > li::before {
    top: -5px;
    width: 34px;
    height: 34px;
  }
}
@media only screen and (max-width: 767.98px) {
  .check-list {
    text-align: justify;
  }
  .check-list > li {
    margin-bottom: 0.1rem;
    padding-left: 0.2rem;
  }
  .check-list > li::before {
    top: 0.06rem;
    width: 0.15rem;
    height: 0.15rem;
  }
}
.section-common-keyvisual {
  margin-bottom: 0;
}

@media print, (min-width: 767.98px) and (max-width: 1350px) {
  .section-common-keyvisual .keyvisual-image {
    margin-left: -60px;
  }
  .section-common-keyvisual .keyvisual-content {
    padding-top: 20px;
    width: 400px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual .keyvisual-text {
    letter-spacing: 0.15em;
  }
}
.section-manufacture-solution {
  background: #e6f5fa;
}

.solution-title {
  color: #004097;
  text-align: center;
  letter-spacing: 0.1em;
}

.solution-anchor {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}

.solution-anchor-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  color: #004097;
  background: #fff;
  border: 1px solid currentColor;
  text-align: center;
  position: relative;
}
.solution-anchor-link::before {
  content: "";
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%) rotate(45deg);
      transform: translateX(-50%) rotate(45deg);
  border-style: solid;
  border-color: currentColor;
  border-width: 0 1px 1px 0;
}

@media print, (min-width: 768px) {
  .section-manufacture-solution {
    padding: 62px 0 26px;
  }
  .section-manufacture-solution .check-list {
    width: fit-content;
    max-width: 550px;
    margin: 0 auto 50px;
  }
  .solution-title {
    margin-bottom: 52px;
    font-size: 0.24rem;
  }
  .solution-anchor {
    margin: 0 -12px;
  }
  .solution-anchor > li {
    padding: 0 12px;
    margin-bottom: 24px;
  }
  .solution-anchor-link {
    min-height: 82px;
    padding: 10px 10px 30px;
  }
  .solution-anchor-link::before {
    bottom: 22px;
    width: 14px;
    height: 14px;
  }
}
@media print, (min-width: 1140.02px) {
  .solution-anchor > li {
    width: 20%;
  }
}
@media print, (min-width: 768px) and (max-width: 1140px) {
  .solution-anchor > li {
    width: 33.333%;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-manufacture-solution {
    padding: 0.2rem 0;
  }
  .section-manufacture-solution .check-list {
    margin: 0 0 0.2rem;
  }
  .solution-title {
    margin: 0 -0.1rem 0.1rem;
    font-size: 0.18rem;
  }
  .solution-anchor {
    margin: 0 -0.05rem;
  }
  .solution-anchor > li {
    width: 50%;
    padding: 0 0.05rem;
    margin-bottom: 0.1rem;
  }
  .solution-anchor-link {
    min-height: 0.55rem;
    padding: 0 0.1rem 0.16rem;
  }
  .solution-anchor-link::before {
    bottom: 0.13rem;
    width: 0.1rem;
    height: 0.1rem;
  }
}
.about-title {
  letter-spacing: 0.1em;
}

.about-row p {
  text-align: justify;
  font-weight: 300;
}

@media print, (min-width: 768px) {
  .section-manufacture-about {
    padding: 70px 0 100px;
  }
  .about-row {
    display: -ms-flexbox;
    display: flex;
  }
  .about-row:not(:last-child) {
    margin-bottom: 80px;
  }
  .about-row.is-revert {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .about-row.is-revert p {
    margin-bottom: 44px;
  }
  .about-row p {
    margin-bottom: 72px;
  }
  .about-content {
    -ms-flex: 1;
        flex: 1;
  }
  .is-revert .about-content {
    margin-left: auto;
  }
  .about-title {
    margin-bottom: 18px;
    font-size: 0.24rem;
  }
}
@media print, (min-width: 1500.02px) {
  .about-content {
    margin-left: 100px;
  }
  .is-revert .about-content {
    margin-right: 100px;
  }
}
@media print, (min-width: 1140.02px) and (max-width: 1500px) {
  .about-content {
    margin-left: 40px;
  }
  .is-revert .about-content {
    margin-right: 40px;
  }
}
@media print, (min-width: 768px) and (max-width: 1140px) {
  .about-image {
    width: 50%;
  }
  .about-content {
    margin-left: 3vw;
  }
  .is-revert .about-content {
    margin-right: 3vw;
  }
}
@media print, (min-width: 1140.02px) {
  .about-content {
    padding-top: 40px;
  }
  .is-revert .about-content {
    padding-top: 35px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-manufacture-about {
    padding: 0.5rem 0;
  }
  .about-row:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .about-row p {
    margin-bottom: 0.2rem;
  }
  .about-image {
    margin-bottom: 0.2rem;
  }
  .about-image img {
    width: 100%;
  }
  .about-title {
    margin-bottom: 0.1rem;
    font-size: 0.19rem;
  }
  .about-button {
    text-align: center;
  }
}
.section-manufacture-achieve {
  background: #f5f5f5;
}

.achieve-title {
  text-align: center;
  letter-spacing: 0.1em;
}

.achieve-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.achieve-list p {
  margin-bottom: 0;
  font-weight: 300;
  text-align: center;
}

.achieve-image {
  border-radius: 50%;
  margin: 0 auto;
}

.achieve-subtitle {
  margin-bottom: 0;
  color: #004097;
  text-align: center;
}

@media print, (min-width: 768px) {
  .section-manufacture-achieve {
    padding: 56px 0 40px;
  }
  .achieve-title {
    margin-bottom: 58px;
    font-size: 0.24rem;
  }
  .achieve-list > li {
    width: 33.333%;
  }
  .achieve-list p {
    font-size: 0.14rem;
  }
  .achieve-image {
    width: 120px;
    margin-bottom: 14px;
  }
  .achieve-subtitle {
    margin-bottom: 1px;
    font-size: 0.16rem;
  }
}
@media print, (min-width: 1200.02px) {
  .achieve-list {
    margin: 0 -30px;
  }
  .achieve-list > li {
    width: 33.333%;
    padding: 0 30px;
    margin-bottom: 52px;
  }
}
@media print, (min-width: 768px) and (max-width: 1200px) {
  .achieve-list {
    margin: 0 -20px;
  }
  .achieve-list > li {
    padding: 0 5px;
    margin-bottom: 20px;
  }
}
@media print, (min-width: 768px) and (max-width: 900px) {
  .achieve-list > li {
    width: 50%;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-manufacture-achieve {
    padding: 0.4rem 0 0.3rem;
  }
  .achieve-title {
    margin-bottom: 0.3rem;
    font-size: 0.19rem;
  }
  .achieve-list {
    margin: 0 -0.2rem;
  }
  .achieve-list > li {
    width: 50%;
    padding: 0 0.1rem;
    margin-bottom: 0.2rem;
  }
  .achieve-list p {
    font-size: 0.13rem;
  }
  .achieve-image {
    width: 50%;
    margin-bottom: 0.1rem;
  }
  .achieve-image img {
    width: 100%;
  }
  .achieve-subtitle {
    font-size: 0.15rem;
  }
}
.section-manufacture-case {
  background: url(../img/oemodm/bg_case.jpg) no-repeat center/cover;
}

.case-title {
  letter-spacing: 0.1em;
}

.case-text {
  font-weight: 300;
}

.case-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.case-list > li > a {
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: #fff;
  color: #004097;
  border: 1px solid currentColor;
}

.case-item-title {
  margin-bottom: 0;
  letter-spacing: 0;
}

.case-item-text {
  -ms-flex: 1;
      flex: 1;
  margin-bottom: 0;
  font-weight: 300;
  position: relative;
}
.case-item-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-right: 1px solid currentColor;
}

@media print, (min-width: 768px) {
  .section-manufacture-case {
    padding: 102px 0;
  }
  .case-content {
    max-width: 440px;
  }
  .case-title {
    margin-bottom: 18px;
    font-size: 0.24rem;
  }
  .case-text {
    margin-bottom: 40px;
  }
  .case-list > li > a {
    padding: 5px 10px;
    min-height: 60px;
  }
  .case-list > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .case-item-title {
    min-width: 68px;
    font-size: 0.17rem;
  }
  .case-item-text {
    padding: 7px 0 5px 15px;
  }
}
@media print, (min-width: 1500.02px) {
  .case-content {
    max-width: 50%;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-manufacture-case {
    padding: 0.5rem 0;
  }
  .case-title {
    margin-bottom: 0.1rem;
    font-size: 0.19rem;
  }
  .case-text {
    margin-bottom: 0.2rem;
    text-shadow: 0 0 0.05rem #fff;
  }
  .case-list > li > a {
    padding: 0.1rem 0.07rem;
    min-height: 0.54rem;
  }
  .case-list > li:not(:last-child) {
    margin-bottom: 0.1rem;
  }
  .case-item-title {
    min-width: 0.48rem;
    font-size: 0.14rem;
  }
  .case-item-text {
    padding-left: 0.07rem;
    margin-left: 0.07rem;
    font-size: 0.12rem;
  }
}
.faq-title {
  text-align: center;
  letter-spacing: 0.1em;
}

.faq-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.faq-list > li {
  background: #f5f5f5;
}

.faq-question,
.faq-answer {
  text-align: justify;
  position: relative;
}
.faq-question::before,
.faq-answer::before {
  position: absolute;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
}

.faq-question {
  color: #004097;
  border-bottom: 1px solid #ccc;
  letter-spacing: 0.1em;
}
.faq-question::before {
  content: "Q";
  background: #004097;
  color: #fff;
}

.faq-answer::before {
  content: "A";
  background: #fff;
  color: #004097;
  border: 1px solid currentColor;
}
.faq-answer p:last-child {
  margin-bottom: 0;
}

.faq-indication-title {
  margin-bottom: 0;
}

.faq-indication-list {
  border: 1px solid currentColor;
}
.faq-indication-list dt, .faq-indication-list dd {
  border-bottom: 1px solid currentColor;
}
.faq-indication-list dt {
  background: #e5ecf5;
}
.faq-indication-list dd {
  background: #fff;
}

@media print, (min-width: 768px) {
  .section-manufacture-faq {
    padding: 56px 0;
    margin-bottom: 70px;
  }
  .faq-title {
    margin-bottom: 38px;
    font-size: 0.24rem;
  }
  .faq-list > li {
    padding: 46px 70px 44px;
  }
  .faq-list > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .faq-list > li.custom-padding {
    padding-bottom: 40px;
  }
  .faq-question,
  .faq-answer {
    padding-left: 60px;
  }
  .faq-question::before,
  .faq-answer::before {
    width: 40px;
    height: 40px;
    font-size: 0.21rem;
  }
  .faq-question {
    padding-bottom: 22px;
    margin-bottom: 28px;
    font-size: 0.18rem;
  }
  .faq-question::before {
    top: -6px;
  }
  .is-mac .faq-question::before {
    top: -7px;
    padding-bottom: 2px;
  }
  .faq-answer::before {
    top: -8px;
  }
  .faq-answer p {
    margin-bottom: 26px;
    font-weight: 300;
  }
  .faq-indication-title {
    margin-bottom: 1px;
    font-size: 0.16rem;
  }
  .faq-indication-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .faq-indication-list dt, .faq-indication-list dd {
    padding: 10px 20px;
    font-weight: 300;
  }
  .faq-indication-list dt:last-of-type, .faq-indication-list dd:last-of-type {
    border-bottom: 0;
  }
  .faq-indication-list dt {
    border-right: 1px solid currentColor;
  }
}
@media print, (min-width: 1500.02px) {
  .faq-indication-list dt {
    width: 400px;
  }
  .faq-indication-list dd {
    width: calc(100% - 400px);
  }
}
@media print, (min-width: 768px) and (max-width: 1500px) {
  .faq-indication-list dt {
    width: 200px;
  }
  .faq-indication-list dd {
    width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 767.98px) {
  .section-manufacture-faq {
    padding: 0.4rem 0 0.5rem;
  }
  .faq-title {
    margin-bottom: 0.2rem;
    font-size: 0.19rem;
  }
  .faq-list > li {
    padding: 0.3rem 0.2rem;
  }
  .faq-list > li:not(:last-child) {
    margin-bottom: 0.2rem;
  }
  .faq-question,
  .faq-answer {
    padding-left: 0.4rem;
  }
  .faq-question::before,
  .faq-answer::before {
    width: 0.3rem;
    height: 0.3rem;
    font-size: 0.16rem;
  }
  .faq-question {
    padding-bottom: 0.15rem;
    margin-bottom: 0.15rem;
    font-size: 0.16rem;
  }
  .faq-question::before {
    top: -0.02rem;
    padding-bottom: 0.02rem;
  }
  .faq-answer p {
    margin-bottom: 0.2rem;
  }
  .faq-answer::before {
    top: -0.03rem;
  }
  .faq-indication {
    margin-left: -0.4rem;
  }
  .faq-indication-title {
    margin-bottom: 0.04rem;
    font-size: 0.15rem;
  }
  .faq-indication-list dt, .faq-indication-list dd {
    padding: 0.07rem 0.12rem;
  }
  .faq-indication-list dd:last-of-type {
    border-bottom: 0;
  }
}
/*# sourceMappingURL=oemodm.css.map */