@charset "UTF-8";

.collaboration .head {
    background-image: url(../img/sub/bg_collaboration.jpg);
}
.collaboration__contents {
    display: block;
    margin-top: 56px;
}
.collaboration__contents >h2 {
    font-size: 3.2rem;
    font-weight: 700;
}
.collaboration__contents ul {
    font-size: 1.6rem;
    margin: 18px 0 0 32px;
} 
.collaboration__contents li {
    border-bottom: solid 0.5px #969696;
    width: 604px;
    padding: 10px 0;
}
.collaboration__menu li a.current {
  position: relative;
}

.collaboration__menu li a.current::before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: #CE120C;
}

.cat-tabs__list{
        width: max-content;
}

@media (width < 768px) {
    .collaboration__contents >h2 {
        font-size: 2.4rem;
    }
}

@media (width < 641px) {
.collaboration__contents li {
    width: 300px;
}

}