.point-ttl-block {
  margin-top: 110px;
}

.point-img {
  text-align: center;
}

.sp-info-list {
  display: none;
}
.sp-info-list dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.sp-info-list dd + dt {
  margin-top: 15px;
}
@media only screen and (max-width: 640px) {

  .point-ttl-block {
    margin-top: 80px;
  }

  .sp-info-list {
    display: block;
    margin-top: 20px;
  }
}
