    .line2 {
        display: inline-block;
        line-height: 1.3;
    }

.icon-security-right:after {
    left: calc(100% + 10px) !important;
}

    @media screen and (max-width: 925px),
    only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
    only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

        #news_detail .pagenavi a.com-txt-arrw-back,
        #news_detail .pagenavi a.com-btn-v01 {
            position: static !important;
            transform: none !important;
        }

        #news_detail .pagenavi a.com-btn-v01 {
            display: block;
            width: 50%;
            margin: 10px auto;
        }
    }

