@charset "UTF-8";
.groupLinkWidget .groupLinkFooter a {
  color: #bf0000;
}
.groupLinkWidget .groupLinkFooter a:hover, .groupLinkWidget .groupLinkFooter a:active {
  text-decoration: underline;
}

.groupLinkWidget .linkWrapper ul li:hover a, .groupLinkWidget .linkWrapper ul li a {
  color: #000;
  text-decoration: underline;
}
.groupLinkWidget .linkWrapper ul li a:hover, .groupLinkWidget .linkWrapper ul li a:active {
  color: #bf0000;
}

.groupLinkWidget h2 {
  margin-left: 40px;
  margin-bottom: 24px;
  font-style: normal;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
}
@media all and (max-width: 880px) {
  .groupLinkWidget h2 {
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 15px;
    line-height: 1.5rem;
    font-family: "Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
  }
  .groupLinkWidget h2:lang(ja) {
    font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Helvetica, Verdana, sans-serif;
  }
}
.groupLinkWidget .linkWrapper {
  height: 68%;
  overflow: hidden;
}
@media all and (max-width: 880px) {
  .groupLinkWidget .linkWrapper {
    height: auto;
  }
}
.groupLinkWidget .linkWrapper ul {
  margin-left: 40px;
}
@media all and (max-width: 880px) {
  .groupLinkWidget .linkWrapper ul {
    margin-left: 0;
  }
}
.groupLinkWidget .linkWrapper ul li {
  clear: both;
  height: auto;
  width: auto;
  color: #000;
  margin-right: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 0;
  border: 0;
  text-overflow: ellipsis;
  white-space: normal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
}
@media all and (max-width: 880px) {
  .groupLinkWidget .linkWrapper ul li {
    margin-bottom: 2rem;
  }
}
.groupLinkWidget .linkWrapper ul li:nth-child(n+7) {
  display: none;
  visibility: hidden;
}
.groupLinkWidget .linkWrapper ul li:hover {
  padding: 0;
}
.groupLinkWidget .linkWrapper ul li a {
  text-decoration: none;
  height: auto;
  background-image: none;
  background-size: 0;
  padding: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.groupLinkWidget .linkWrapper ul li a:hover {
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.groupLinkWidget .groupLinkFooter {
  margin-left: 40px;
  margin-top: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
}
.groupLinkWidget .groupLinkFooter a {
  font-family: "Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
}
.groupLinkWidget .groupLinkFooter a:lang(ja) {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Helvetica, Verdana, sans-serif;
}
@media all and (max-width: 880px) {
  .groupLinkWidget .groupLinkFooter {
    margin-left: 0;
    margin-bottom: 20px;
    margin-top: 5px;
    padding-top: 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
}
