#convenient-safety ul li figure {
    top: 42px;
}

#system-intro article ul.hybridcloud_style li a {
    width: 590px;
}


@media only screen and (max-width: 768px) {

    #convenient-safety ul li figure {
        top: 12.5333333vw;
    }

    #system-intro article ul.hybridcloud_style li a {
        padding: 1vw 7.666667vw 0 3vw;
        width: 84vw;
        height: 13.3333333vw;
        line-height: 1.4em;
    }

    #system-intro article ul.hybridcloud_style li a em {
        display: block;
    }
}