<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 551px) {
  .sp-network-collection {
    display: none;
  }
}
@media (max-width: 550px) {
  .sp-network-collection {
    background-image: url("https://gigaplus.makeshop.jp/kerorin/img/network-collection-background.png");
    background-repeat: no-repeat; /* Avoid repeating the background */
    background-size: cover; /* Ensure the full width of the image fits within the container */
    background-position: center top; /* Center the background horizontally */
    background-attachment: scroll; /* Ensure the image scrolls with the page */
    max-width: 100%; /* Make sure the container doesn't exceed the viewport width */
    color: #fff;
    position: relative;
    padding-bottom: 52px;
  }

  .sp-network-collection ul {
    text-align: center; /* Center-align the content inside the section */
    padding-top: 38px;
  }

  .sp-network-collection ul li {
    list-style: none; /* Remove default list styles */
  }

  .sp-network-collection ul li:nth-of-type(1) {
    margin-bottom: 16px;
  }

  .sp-network-collection ul li:nth-of-type(2) {
    margin-bottom: 31px;
  }

  .sp-network-collection ul li:nth-of-type(3) {
    margin-bottom: 37px;
  }

  .sp-network-collection ul li:nth-of-type(4) {
    margin-bottom: 27px;
  }

  .sp-network-collection ul li:nth-of-type(5) {
    padding-bottom: 16px;
  }
}
</pre></body></html>