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


.ab_sub {
    font-size: 1.24em;
    line-height: 1.4;
    color: #fff;
    background-color: #111;
    padding: 5px 0;
    width: 570px;
    text-align: center;
}
.ab_sub2 {
    display: inline-block;
    font-size: 1.16em;
    line-height: 1.4;
    border-bottom: 2px solid #c00;
    padding-bottom: 3px;
    margin-bottom: 5px;
}

@media screen and (min-width: 500px) {

}

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

.ab_sub {
    font-size: 1.16em;
    padding: 5px 0;
    width: 100%;
}
}