@media screen and (max-width: 960px) {
  .lower-page .ttl-m {
    margin-bottom: 12px;
  }
}

.link-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 768px) {
  .link-col {
    grid-template-columns: 1fr;
  }
}

.links-list {
  display: grid;
  gap: 8px 0;
}

@media screen and (max-width: 960px) {
  .links-list {
    gap: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .links-list:nth-child(2) {
    padding-top: 12px;
  }
}

.links-list__item {
  position: relative;
  padding-left: 24px;
}

.links-list__item::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  width: 16px;
  height: 16px;
  background: #005aa6;
  border-radius: 2px;
}

@media screen and (max-width: 768px) {
  .links-list__item::before {
    top: 4px;
  }
}

.links-list__item::after {
  position: absolute;
  top: 9px;
  left: 6px;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fefefe;
}

@media screen and (max-width: 768px) {
  .links-list__item::after {
    top: 8px;
  }
}

.links-list__item a {
  font-size: 1.8rem;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .links-list__item a {
    font-size: 1.6rem;
  }
}

.links-list__item a:hover {
  text-decoration: none;
}

/*# sourceMappingURL=../../../maps/general/pages/links.css.map */
