.lpbs9 .lphead {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  max-width: 1920px;
  margin-top: 64px;
  margin-bottom: 64px;
}
.lpbs9 .lphead h1 {
  display: inline-block;
  color: #fff;
  background-color: #ff4c21;
  padding: 0 6px;
  margin: 0;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
}
.lpbs9 .lphead img {
  width: 100%;
  height: auto;
}

.lpbs9 .lpsec > * {
  margin-bottom: 64px;
}

.lpbs9 .lpb9links {
  display: grid;
  row-gap: 48px;
  grid-template-columns: 1fr;
}

.lpbs9 .lpb9links a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.lpbs9 .lpb9links h2 {
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 0 8px;
  margin: 0;
  font-size: 21px;
  line-height: 32px;
  letter-spacing: -0.01em;
}
.lpbs9 .lpsec .text p:not(:last-child),
.lpbs9 .lpsec .text ul:not(:last-child),
.lpbs9 .lpsec .text ol:not(:last-child) {
  margin-bottom: 24px;
}
.lpbs9 li {
  position: relative;
  padding-left: 1.5rem;
}
.lpbs9 li::before {
  position: absolute;
  left: 0.5rem;
  top: 0;
}
.lpbs9 p.small {
  font-size: 13px;
  line-height: 20px;
}

@media screen and (min-width: 1025px) {
  .lpbs9 .lphead {
    gap: 32px;
    margin-top: 0;
    margin-bottom: 48px;
  }
  .lpbs9 .lphead h1 {
    padding: 0 12px;
    font-size: 64px;
    line-height: 80px;
  }
  .lpbs9 .lpsec > * {
    margin-bottom: 120px;
  }
  .lpbs9 .lpsec .text {
    font-size: 21px;
    line-height: 32px;
  }
  .lpbs9 .lpb9links {
    column-gap: 20px;
    row-gap: 80px;
    grid-template-columns: repeat(3, 1fr);
  }

  .lpbs9 .lpb9links a {
    gap: 32px;
  }
  .lpbs9 .lpsec .text p:not(:last-child),
  .lpbs9 .lpsec .text ul:not(:last-child),
  .lpbs9 .lpsec .text ol:not(:last-child) {
    margin-bottom: 32px;
  }
  .lpbs9 p.small {
    font-size: 18px;
    line-height: 24px;
  }
}