.type_slide_sec {
  background: #D4DAE8;
  padding: 50px 0 30px;
  margin-bottom: 120px;
}

.subtitle {
  font-size: 24px;
  font-weight: 700;
  display: block;
  text-align: left;
  max-width: 1280px;
  margin: 0 auto 20px;
}

.lowhigh_swiper {
  position: relative;
}

.lowhigh_swiper .swiper-slide p {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  display: block;
  text-align: center;
  margin-top: 6px;
}

.lowhigh_swiper-button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #000000;
  position: absolute;
  top: -30px;
  bottom: 0;
  z-index: 2;
  margin: auto;
}

.lowhigh_swiper-button-prev {
  left: 10px;
}

.lowhigh_swiper-button-prev:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 5px solid #ffffff;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2px;
  right: 0;
  margin: auto;
}

.lowhigh_swiper-button-next {
  right: 10px;
}

.lowhigh_swiper-button-next:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid #ffffff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -2px;
  margin: auto;
}

.lowhigh_swiper-pagination {
  margin-top: 12px;
  text-align: center;
}

/* .lowhigh_swiper-pagination .swiper-pagination-bullet {
  background: #f2f2f2;
} */
.lowhigh_swiper-pagination .swiper-pagination-bullet-active {
  background: #FE9900;
}

@media screen and (max-width: 767px) {
  .type_slide_sec {
    margin-bottom: 26.66667vw;
  }

  .subtitle {
    font-size: 18px;
    padding: 0 10px;
    margin: 0 auto 20px;
  }
}


@media screen and (max-width: 767px) {
  .spec_sp {}

  .spec_sp .image {
    overflow: scroll;
  }

  .spec_sp .image img {
    width: 600px !important;
    max-width: unset;
  }

  .spec_sp.spec_cont1 {
    overflow: scroll;
  }

  .spec_sp.spec_cont1 img {
    width: 600px !important;
    max-width: unset;
  }

  .spec_sp.list-pic {
    overflow: scroll;
  }

  .spec_sp.list-pic img {
    width: 600px !important;
    max-width: unset;
  }

  .a2.subtitle {
    width: calc(325/375 * 100vw);
    padding-left: 0;
    padding-right: 0;
  }

  .type_slide_sec.a2 .container {
    width: calc(325/375 * 100vw);
    margin: 0 auto;
  }
}