#contents.responsive .section1 {
  margin-bottom: 80px;
  position: relative;
}
#contents.responsive .section1::before {
  background-image: url(/products/port/point4/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%;
}
#contents.responsive .section1__noteList {
  margin: 22px 0 60px;
}
#contents.responsive .section1__noteItem {
  display: flex;
  font-size: 12px;
  line-height: 1.8;
}
#contents.responsive .section1__subTtl {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
#contents.responsive .section1__noteTxt {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  #contents.responsive .section1 {
    margin-bottom: 60px;
  }
  #contents.responsive .section1::before {
    width: 184px;
    top: 224px;
  }
  #contents.responsive .section1__subTtl {
    font-size: 13px;
    margin-bottom: 10px;
  }
}