@charset "utf-8";
/* --------------------------------------------

アクセス

---------------------------------------------- */

.link-list {
  list-style: none;
  margin-top: 5em;
  padding-left: 0;
}

.link-list .linkList-item {
  position: relative;
  margin-bottom: 1.8em;
  padding-left: 1.2em;
  line-height: 1.5;
}

.link-list .linkList-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 12px;
  height: 12px;
  background: #002864;
}

.link-list .linkList-item .ff-Satsuki {
  color: #002864;
}

.link-list .linkList-item span.link-url {
  display: inline-block;
  font-size: 1.4rem;
  border-bottom: 1px solid #94A5BE;
}

/*-------responsive-----------*/
@media screen and (max-width:768px) {

}

