#contents.responsive .section1 {
  margin-bottom: 80px;
  position: relative;
}
#contents.responsive .section1::before {
  background-image: url(/products/port/point3/images/bg01.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  height: 897px;
  position: absolute;
  top: 0;
  left: 0;
  width: 449px;
  z-index: -1;
}
#contents.responsive .section1__img {
  display: block;
  margin-top: 34px;
}
#contents.responsive .section1__img img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #contents.responsive .section1::before {
    width: 184px;
    top: 156px;
  }
}

.section2 {
  margin-bottom: 80px;
}
#contents.responsive .section2__img {
  display: block;
  margin-top: 34px;
}
#contents.responsive .section2__img img {
  width: 100%;
}

#contents.responsive .section3 {
  margin-bottom: 40px;
  position: relative;
}
#contents.responsive .section3::before {
  background-image: url(/products/port/point3/images/bg02.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  height: 897px;
  position: absolute;
  top: -107px;
  right: 0;
  width: 449px;
  z-index: -1;
}
#contents.responsive .section3__img {
  display: block;
  margin: 34px 0 80px;
}
#contents.responsive .section3__img img {
  width: 100%;
}
#contents.responsive .section3__img--sd10 {
  margin-bottom: 20px;
}
#contents.responsive .section3__img--sd10 + p {
  margin-bottom: 80px;
}
#contents.responsive .section3__noteList {
  margin: 20px 0;
}
#contents.responsive .section3__noteItem {
  display: flex;
  font-size: 12px;
  line-height: 1.8;
}
#contents.responsive .section3__txtWrap {
  text-align: center;
}
#contents.responsive .section3__txt1 {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #contents.responsive .section3::before {
    width: 184px;
    top: 0;
  }
}