@charset "UTF-8";
b, strong, .bold {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
}

img {
  margin: 0 auto;
}

.linkWrap dl {
  margin-bottom: 25px;
  font-size: 14px;
}
.linkWrap dt {
  background-color: #23007a;
  width: 100%;
  margin-bottom: 10px;
}
.linkWrap dt a {
  display: flex;
  width: 100%;
  height: 100%;
  color: #fff;
  @pextend b;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.linkWrap dd {
  width: 100%;
}

/*---------- sp ----------*/
/*---------- モバイル縦長 ----------*/
/*---------- モバイル横長 ----------*/
/*---------- タブレット ----------*/
/*---------- pc ----------*/
@media screen and (min-width: 813px) {
  .linkWrap dt {
    width: 38%;
  }
  .linkWrap dd {
    width: 58%;
  }
}

/*# sourceMappingURL=link.css.map */
