.storelist__description-text {
  text-align: center;
  max-width: 720px;
  margin: 2.4rem auto 4.8rem;
}

/* スマホ */
@media screen and (max-width: 768px) {
  .storelist__description-text {
    text-align: left;
  }
}