.none_e26__img {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 40px auto;
}

@media screen and (max-width: 767px){
  .none_e26__img {
    margin: 20px auto;
  }
}

.lp__flex__field .lp__col__40 {
  width: 40%;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .lp__flex__field .lp__col__40.sp_same {
    width: 40%;
  }
}