.l-sections-items > li > a.js__section-show {
  font-size: 2.4rem;
  font-weight: 600;
  padding-right: 3.2rem;
  display: block;
  position: relative;
  line-height: 3.2rem;
  color: #3b352e;
}
.l-sections-items > li > a.js__section-show:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1.8rem;
  height: 100%;
  background: url(../img/icons/arrow-down-orange.svg) 50% 50% no-repeat;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.l-sections-items .l-sec-inner.is-active > a.js__section-show:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.is-contrast .l-sections-items > li > a.js__section-show:after {
  filter: brightness(0);
}
.l-sections-items .l-sec-group {
  display: none;
}
.l-sec-group .t-head:first-child {
  margin-top: 4rem;
}
.l-sec-group .t-head {
  margin-top: 6rem;
  margin-bottom: 2.4rem;
}
.l-sec-group .l-tabs--items {
  margin: -1rem 0;
  padding: 0;
}
@media (max-width: 959.98px) {
  .l-sections-items > li > a.js__section-show {
    font-size: 2rem;
    padding-right: 2.6rem;
    line-height: 2.6rem;
  }
}
