.beyond_features {
  padding: 0 0 2%;
}

.about_leshuu {
  border-top: 1px solid #ddd;
}

.about_features {
  padding-bottom: 0;
}
.about_features ul {
  gap: 0 3%;
  margin-top: 2.5rem;
}
.about_features ul li {
  flex: 1;
}
.about_features ul .ttl {
  font-size: 1.9rem;
  margin: 1.85rem 0 1.5rem;
}

.reshuu_shop {
  border-top: 1px solid #ddd;
}
.reshuu_shop .basic_button {
  margin-top: 3.5rem;
}

@media (max-width: 568px) {
  .about_features .inner {
    padding: 0 calc(5.3vw + 2rem);
  }
  .about_features ul {
    flex-direction: column;
    gap: 3rem 0;
  }
  .about_features ul .ttl {
    font-size: 1.7rem;
  }
}/*# sourceMappingURL=re-design-project.css.map */