.l-sec--link-list{
  position: relative;
}
.l-sec--link-list .l-wrapper {
  max-width: 78rem;
  margin: 0 auto;
}
.l-sec--link-list .t-head {
  margin-bottom: 1.6rem;
}
.l-sec--link-list .t-content--lead{
  text-align: center;
}
.l-links-list {
  max-width: 52.5rem;
  list-style-type: none;
  margin: 4.8rem auto 0;
  padding: 0;
}
.l-links-list li {
  border-bottom: 1px solid #ededed;
}
.l-links-list li:first-child {
  border-top: 1px solid #ededed;
}
.l-links-list li a {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 600;
  padding: 2rem 4rem 2rem 0;
  display: block;
  position: relative;
  color: #3b352e;
}
.is-contrast .l-links-list li a {
  padding-left: 10px;
  color: #ff0;
}
.l-links-list li a:hover {
  font-weight: 700;
}
.l-links-list li a:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 2rem;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../img/icons/arrow-right-orange-small.svg) no-repeat;
}
html.font-small .l-links-list li a:after{
  background-size: contain;
}
.is-contrast .l-links-list li a:after{
  filter: brightness(0) invert(100);
}