@charset "UTF-8";
.home .container .contents .topics .block--inner .box dl dd .num {
    font-size: 7.6vw;
}
@media screen and (max-width: 767px) {
    .home .container .contents .topics .block--inner .box dl dd .num {
        font-size: 16vw;
    }
}