@charset "UTF-8";

.contents .contents_main {
    margin: 0 auto;
}
#bcList {
    border-top: 1px solid #eee;
    border-bottom: none;
}
.u-badge--low {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.6em;
    width: 120px;
    height: 25px;
    background: #eeeeee;
    border-radius: 15px;
    padding: 3px 10px;
    margin-right: 1em;
}
.util-badge--low {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.6em;
    width: 120px;
    height: 25px;
    background: #eeeeee;
    border-radius: 15px;
    padding: 3px 10px;
    margin-right: 1em;
}
.category{
    margin-bottom: .67em;
    margin-top: 100px;
}
.mod_ttl_02{
    margin-top: 0;
}

@media only screen and (max-width:767.98px) {
    #bcList {
        display: block;
        padding-right: 80px;
    }
    #footer {
        position: relative;
        padding-top: 0px;
    }
    .u-badge--low {
        font-size: 1.0rem;
        width: fit-content;
        height: auto;
        border-radius: 50px;
        padding: 3px 11px;
        margin-bottom: 10px;
    }
    .util-badge--low {
        font-size: 1.0rem;
        width: fit-content;
        height: auto;
        border-radius: 50px;
        padding: 3px 11px;
        margin-bottom: 10px;
    }
    .category{
        margin-top: 67px;
        margin-bottom: 5px;
    }
    
}