@charset "utf-8";

.c5-width-auto li {
  width: auto;
}
.c5-iconBox ul {
  margin: 0 -2px;
  padding: 0;
  letter-spacing: -0.5em;
}
.c5-iconBox li {
  letter-spacing: normal;
  display: inline-block;
  margin: 2px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 8px;
  line-height: 1;
  background: #55b0b1;
}
.c5-new-icon {
  letter-spacing: normal;
  display: inline-block;
  margin: 0 0 3px 0;
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 8px;
  line-height: 1;
  background: #eb0100;
}

@media (max-width: 767px) {
  .c5-flex-row {
    display: block;
  }
  .c5-flex-row > div {
    margin: 0;
  }
  .c5-list-anchors {
    margin-bottom: 20px;
  }
  .c5-iconBox li {
    font-size: 0.85714rem;
  }
  .c5-new-icon {
    font-size: 0.85714rem;
  }
}

.c5-ttl_non .s5-header2 {
  display: none;
}
.c5-iconBox ul {
  margin: 0 -2px;
  padding: 0;
  letter-spacing: -0.5em;
}
.c5-iconBox li {
  letter-spacing: normal;
  display: inline-block;
  margin: 2px;
  /* color: white; */
  font-size: 14px;
  font-weight: bold;
  padding: 5px 8px;
  line-height: 1;
  /* background: #55b0b1; */
  color: #ffffff;
  background-color: #3c8182;
}
.c5-ttl_non .RelatedContents__Title {
  display: none;
}
.c5-ttl_non .-SpacingTopSmall-60 {
  padding-top: 0;
}

/*https://smc020.prev-ss.net/moduleLibrary/C2.html#C2
消すオプションがないので、cssで非表示*/
.RelatedContents__ButtonContainer {
  display: none;
}
