@charset "utf-8";
.about {
  padding: 0 0 90px;
}

.aboutc {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}

.aboutc p {
  box-sizing: border-box;
  max-width: 69%;
  padding: 10px;
  font-size: 2rem;
  line-height: 1.5;
  text-indent: 2em;
  text-align: justify;
}

.aboutc img {
  max-width: 25.25%;
}

.pros {
  background: #F0F0F0;
}

.equs {
  padding: 0 0 70px;
}

.equbox {
  position: relative;
  width: 1130px;
  padding: 50px 0;
  margin: auto;
}

.eq-swiper-container {
  overflow: hidden;
}

.eq-swiper-container img {
  width: 100%;
}

.eq-prev {
  left: -35px;
  background: url(../img/icon_slide_arrow.png) no-repeat center !important;
}

.eq-next {
  right: -35px;
  background: url(../img/icon_slide_arrow.png) no-repeat center !important;
  transform: rotate(180deg);
}

.ipro {
  padding: 60px 0 30px;
}

.probox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 40px;
}

.probox > div {
  padding: 0 0 25px;
}

.probox > div:nth-of-type(odd) {
  width: 20%;
}

.probox > div:nth-of-type(odd) img {
  box-sizing: border-box;
  border: 1px solid #ffffff;
}

.probox > div:nth-of-type(even) {
  width: 71.75%;
}

.probox > div:nth-of-type(even) h4 {
  display: inline-block;
  padding: 0 15px;
  font-size: 2.2rem;
  line-height: 1.7;
  font-weight: normal;
  color: #ffffff;
  border-radius: 20px;
}

.probox:nth-of-type(odd) > div:nth-of-type(even) h4 {
  background: #b86161;
}

.probox:nth-of-type(even) > div:nth-of-type(even) h4 {
  background: #3082c8;
}

@media screen and (max-width: 1024px) {
  .about {
    padding: 0 0 40px;
  }

  .aboutc p {
    font-size: 1.8rem;
  }
  
  .equs {
    padding: 0 0 40px;
  }

  .equbox {
    box-sizing: border-box;
    width: 100%;
    padding: 30px;
  }

  .eq-prev, .eq-next {
    width: 20px;
    height: 32px;
    background-size: cover !important;
    margin-top: -15px;
  }

  .eq-prev {
    left: 0;
  }

  .eq-next {
    right: 0;
  }

  .ipro {
    padding: 40px 0 20px;
  }

  .probox {
    padding: 0 0 20px;
  }

  .probox > div:nth-of-type(even) h4 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .aboutc {
    flex-direction: column;
  }

  .aboutc img {
    max-width: 60%;
  }

  .aboutc p {
    max-width: 100%;
    font-size: 1.6rem;
  }

  .equbox {
    padding: 10px 30px;
  }

  .ipro {
    padding: 20px 0 10px;
  }

  .probox {
    display: block;
  }

  .probox > div:first-of-type {
    display: none;
  }

  .probox > div {
    width: 100% !important;
    padding: 0 0 10px;
    text-align: center;
  }

  .probox > div:nth-of-type(odd) img {
    max-width: 60%;
    margin: auto;
  }
}