@import url("../css/all.css");
body {
  font-size: 1.6rem;
  font-family: "Noto Sans SC", "Segoe UI", SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #313E57;
  line-height: 2.4rem;
}

section.page_title h1 span {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #2d2d2d;
  opacity: 0.5;
  display: block;
}

section.footer_contact .flex_wechat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  section.footer_contact .flex_wechat {
    gap: 20px;
  }
}
section.footer_contact .flex_wechat .wechat_img {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  section.footer_contact .flex_wechat .wechat_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.footer_contact .flex_wechat .wechat_img img {
  max-width: 200px;
}
section.footer_contact .flex_wechat .wechat_img p {
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.footer_contact .flex_wechat .wechat_img p {
    margin-top: 0;
  }
}
section.footer_contact .flex_wechat .flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.footer_contact .flex_wechat .flex a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  width: 350px;
  margin: 0;
  margin-top: 20px;
  border-radius: 44px;
}
section.footer_contact .flex_wechat .flex a span {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.15em;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
section.footer_contact .flex_wechat .flex a svg {
  fill: #fff;
  margin-right: 15px;
}
section.footer_contact .flex_wechat .flex a:hover span {
  color: #2960d3;
}
section.footer_contact .flex_wechat .flex a:hover svg {
  fill: #2960d3;
}
section.footer_contact .flex_wechat .flex p {
  margin-top: 0;
}

section.wechats {
  padding-bottom: 130px;
}
section.wechats h3 {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 25px;
  text-align: left;
  color: #313e57;
}
section.wechats .wechat_cards {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 804px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.wechats .wechat_cards .wechat_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.wechats .wechat_cards .wechat_card img {
  margin-right: 15px;
  max-width: 200px;
}
section.wechats .contact_time {
  margin-top: 20px;
}

section.products .products_cards .products_card a span::after {
  width: 50px;
}

section.products {
  margin-bottom: 60px;
}

.footer_navi .footer_wechat img {
  width: 100px;
}

@media screen and (max-width: 767px) {
  section.wechats .wechat_cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.wechats .wechat_cards .wechat_card img {
    margin-right: 0;
  }
  section.wechats h3 {
    font-size: 16px;
    line-height: 24px;
  }
  section.wechats {
    padding-bottom: 40px;
  }
  section.footer_contact .flex_wechat {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.footer_contact .flex_wechat .wechat_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-content: center;
    width: 100%;
    margin-right: 0;
  }
  section.footer_contact p {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    width: 100%;
  }
  section.footer_contact .flex_wechat .flex a {
    width: 100%;
  }
  section.footer_contact .flex_wechat .flex a span {
    font-size: 16px;
  }
  section.footer_contact .flex_wechat .flex {
    width: 100%;
  }
  section.about .about_contents .about_content_left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 0;
  }
}
.washi_cards div.washi_card h3 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 10px;
  background-color: #05266A;
}

section.footer_contact p.contact_time {
  margin-top: 0;
}