@charset "utf-8";

.cNum{
    position: relative;
    display: flex;
    align-items: center;
}

.numTxt a{
    color: #0070cc;
    font-size: 25px;
    font-weight: bold;
}

.numTxt a:hover{
    text-decoration: underline;
}

.cNum a {
    padding-left: 60px;
}

.cNum:before {
    content: '';
    width: 55px;
    height: 35px;
    position: absolute;
    left: 0;
    background-image: url(/shared/img/icon_free.gif);
    background-repeat: no-repeat;
    background-size: 100%;
}

.cNum02 a{
    padding-left: 5px;
}


.frame_ttl{
    font-weight: bold;
    text-align: center;
    background-color: #ccc;
    border: 1px solid #ccc;
}

@media screen and (min-width: 641px) {
    .cNum a,
    .cNum02 a{
        font-size: 25px;
    }
    .frame_ttl{
        padding: 10px 0;
        font-size: 18px;
    }
}

@media screen and (max-width: 640px) {
    .cNum a,
    .cNum02 a{
        font-size: 20px;
    }
    .frame_ttl{
        padding: 5px 0;
        font-size: 16px;
    }
}
