body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  font-family: system-ui, -apple-system, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

.page-title-wrap {
  padding-top: 60px;
}

.page-title {
  margin-bottom: 0;
  text-align: center;
  color: #51516e;
  font-size: 30px;
}

.page-title span {
  display: block;
  padding-top: 5px;
  color: #9090b2;
  font-size: 22px;
}

.app-list {
  max-width: 720px;
  margin: 0 auto;
  padding: 24px 16px;
}

.app-item {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid #e0e0e6;
}

.app-item--last {
  border-bottom: none;
}

.app-image {
  display: block;
  flex: 0 0 256px;
  width: 256px;
  height: 256px;
  max-width: 100%;
  background-color: #eeeef2;
  border-radius: 8px;
  object-fit: cover;
}

.app-text {
  flex: 1 1 auto;
  min-width: 0;
}

.app-text h4 {
  margin: 0 0 8px;
  color: #51516e;
  font-size: 18px;
}

.app-text p {
  margin: 0;
  color: #51516e;
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 600px) {
  .app-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .app-image {
    width: 100%;
    max-width: 256px;
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
  }

  .app-text {
    width: 100%;
    text-align: center;
  }

.app-item .app-image {
    width: 256px !important;
    height: 256px !important;
    max-width: 256px !important;
    min-width: 256px !important;
    flex: 0 0 256px !important;
    object-fit: cover;
}

img {
  max-width: 50%;
  height: auto;
}


.line-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
}
