body {
  line-height: 1.7;
  color: #333;
  background: #fff;
  margin: 0;
  padding: 0;
}


.link-list-box {
  margin: 0 auto 32px auto;
  background: #fff;
  padding: 64px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  background: linear-gradient(to bottom, #ffffff 0%, #f8ffd9 20%,#f8ffd9 80%, #ffffff 100%);
}
.link-list {
  max-width: 90vw;
  width: 70%;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 48px;
}
.link-list li {
  display: flex;
  align-items: center;
  font-size: 1.05rem;
  color: #333;
  margin-bottom: 4px;
}
.link-list li::before {
  content: "✔";
  color: #8bc34a;
  margin-right: 8px;
  font-size: 1.1em;
}
