@charset "utf-8";

#link ul,
#link ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

#link ul li a {
  position: relative;
  display: block;
  line-height: 1.2;
  color: inherit;
  text-decoration: none;
  padding: 1.5em;
  border-bottom: 1px dotted #bbbbbb;
}

#link ul li a:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #d058a9;
  border-right: 2px solid #d058a9;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2.5px;
  transform: rotate(45deg);
}

#link ul li a:hover {
  background: #FFE6F1;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {
  #link .layout-2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  #link .layout-2 > * {
    width: 47%;
  }
}
