/* commonCure */
#commonCure .fboxList .tit {
    overflow: hidden;
}
#commonCure .fboxList .tit.aos-animate span {
    display: inline-block;
    position: relative;
}
#commonCure .fboxList .tit span::after {
    content: "";
    position: absolute;
    left: calc(100% + 20px);
    top: 50%;
    height: 1px;
    width: 0px;
    background-color: rgba(0,0,0,0.1);

    transition: all 3s;
    -o-transition: all 3s;
    -moz-transition: all 3s;
    -webkit-transition: all 3s;
    transition-timing-function: ease-out;
    transition-delay: 0.5s;
}
#commonCure .fboxList .tit.aos-animate span::after {
    width: 100vw;
}
@media (min-width:768px) {
    #commonCure .equips li h6 {
        height: 110px;
    }
}
@media (max-width:768px) {
    #commonCure .equips li {
        margin-top: 30px;
    }
}