.point_top {
  width: 89.33vw;
  max-width: 1000px;
  margin: 0 auto;
}

.point_ttl_block {
  text-align: center;
}

.point_ttl_block .point__ttl {
  padding: 47px 0 41px;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  background-color: #ADD7DF;
}

.point_ttl_block .point_txt {
  margin-top: 46px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #000;
}

@media screen and (max-width: 768px) {
  .point_ttl_block .point__ttl {
    padding: 5.33vw 0 5.6vw;
    font-size: 4vw;
    line-height: 5.87vw;
  }
  .point_ttl_block .point_txt {
    margin-top: 8vw;
    font-size: 3.73vw;
    letter-spacing: 0.11vw;
  }
}