/*PCサイト*/
@media only screen and (min-width: 768px) {
  /*============================
  #link banners
  ============================*/
  section#banners {
    width: var(--content-width03);
    margin: 0 auto;
    margin-top: 68px;
  }

  #banners div.inner .banners {
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: repeat(2, 345px);
    gap: 20px;
  }

  #banners .banners a {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
  }

  #banners div.inner .banners img {
    max-height: 100px;
    object-fit: contain;
    width: 100%;
  }

  /*============================
  #footer banners
  ============================*/
  .footer_banners {
    margin: 20px auto 50px;
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: repeat(4, 240px);
    gap: 20px;
  }

  .footer_banners a {
    display: block;
    width: 100%;
  }

  .footer_banners img {
    max-height: 100px;
    object-fit: contain;
    width: 100%;
  }
}
