body.link.index .bn-lists {
  margin-top: 15px;
}
body.link.index .link-lists {
  margin-top: 37px;
  font-size: 1rem;
}
body.link.index .link-lists li {
  display: flex;
  column-gap: 43px;
  align-items: center;
}
body.link.index .link-lists li .img {
  max-width: 157px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-weight: 700;
  height: 100px;
  width: 157px;
  cursor: pointer;
  line-height: 1.5;
}
@media print, screen and (min-width: 769px) {
  body.link.index .a-link {
    color: rgb(51, 102, 255);
  }
  body.link.index .a-link:hover {
    color: #3CF;
    text-decoration: none;
  }
  body.link.index a:hover {
    opacity: 0.7;
  }
  body.link.index .link-lists {
    margin-left: 41px;
    line-height: 1.85;
  }
  body.link.index .link-lists li + li {
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  body.link.index .a-link {
    color: #2489ce;
    text-decoration: underline;
    font-weight: 700;
  }
  body.link.index .contents-wrap {
    padding-left: 1%;
    padding-right: 1%;
  }
  body.link.index .link-lists {
    line-height: 1.3;
  }
  body.link.index .link-lists li {
    flex-direction: column;
  }
  body.link.index .link-lists li .detail {
    width: 100%;
    margin-top: 10px;
  }
  body.link.index .link-lists li + li {
    margin-top: 20px;
  }
}
/*# sourceMappingURL=style.css.map */