@charset "UTF-8";
/* コンテンツ */

.fl_sub {
    position: relative;
    font-size: 1.24em;
    line-height: 1.4;
    color: #fff;
    background-color: #111;
    padding: 5px 0 5px 120px;
    text-align: left;
}
.fl_sub span {
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100px;
    height: 100%;
    text-align: center;
    background-color: #c00;
    color: #fff;
}

.more {
    width: 900px;
}
@media screen and (min-width: 500px) {


}

@media screen and (max-width: 499px) {

.fl_sub {
    font-size: 1.16em;
    padding: 5px 0 5px 60px;
}
.fl_sub span {
    width: 40px;
}
.more {
    width: 100%;
}
}