/* other 3 sptreat */
#other-sptreats {
    display: flex;
    width: 1200px;
    margin: 0 auto 99.94px;
}

#other-sptreats li {
    display: none;
    position: relative;
    border-radius: 6px;
    margin-right: 21px;
}

#other-sptreats li.active {
    display: block;
}

#other-sptreats li.active:last-of-type {
    margin-right: 0;
}

#other-sptreats li:hover {
    opacity: 0.7;
}

#other-sptreats li:after {
    content: "";
    display: inline-block;
    transform: rotate(45deg) translateY(-50%);
    width: 8px;
    height: 8px;
    position: absolute;
    right: 15px;
    top: 46%;
}

#other-sptreats li a {
    display: flex;
    align-items: center;
    height: 46px;
}

#other-sptreats li .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 100%;
    text-align: center;
}

#other-sptreats li .title {
    width: 319px;
    font-size: 14px;
    padding-left: 10px;
}

#other-sptreats li.dekasegi {
    border: 2px solid #69CEFB;
}

#other-sptreats li.dekasegi:after {
    border-top: 2px solid #69CEFB;
    border-right: 2px solid #69CEFB;
}

#other-sptreats li.dekasegi .icon {
    background: #69CEFB;
}

#other-sptreats li.dekasegi .icon img {
    width: 20px;
}

#other-sptreats li.tainyu {
    border: 2px solid #FF6C38;
}

#other-sptreats li.tainyu:after {
    border-top: 2px solid #FF6C38;
    border-right: 2px solid #FF6C38;
}

#other-sptreats li.tainyu .icon {
    background: #FF6C38;
}

#other-sptreats li.tainyu .icon img {
    width: 16px;
}

#other-sptreats li.mikeiken {
    border: 2px solid #9DD326;
}

#other-sptreats li.mikeiken:after {
    border-top: 2px solid #9DD326;
    border-right: 2px solid #9DD326;
}

#other-sptreats li.mikeiken .icon {
    background: #9DD326;
}

#other-sptreats li.mikeiken .icon img {
    width: 16px;
}

#other-sptreats li.otonajoshi {
    border: 2px solid #EB65A9;
}

#other-sptreats li.otonajoshi:after {
    border-top: 2px solid #EB65A9;
    border-right: 2px solid #EB65A9;
}

#other-sptreats li.otonajoshi .icon {
    background: #EB65A9;
}

#other-sptreats li.otonajoshi .icon img {
    width: 20px;
}