@import '../common/variable';
html.pc {
    .c-a024 {
        // margin-top: 90px;
        height: 70px;
        background: #f0f0f0;
    }
    .c-a024__title {
        font-size: 16px;
        color: #353535;
        line-height: 70px;
    }
    .c-a024__detail {
        font-size: 14px;
        color: #888888;
        line-height: 70px;
        a{
            color: #888888 !important;
        }
    }
}

html.mobile {
    .c-a024 {
        height: 1.1rem;
        background: #f0f0f0;
        // margin-top: 1.2rem;
    }
    .c-a024__title {
        font-size: 0.28rem;
        color: #353535;
        line-height: 1.1rem;
    }
    .c-a024__right {
        display: none;
    }
}