@media screen and (max-width: 768px) {
  #point ul li p {
    text-align: left;
  }
  #point ul li p .pc_v{
    display: none;
  }
}
