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

.osub {
    text-align: center;
    margin-bottom: 3em;
}
.osub span {
    font-weight: 500;
    line-height: 1.4;
    font-size: 2em;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
}


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

}


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

.osub span {
    font-size: 1.8em;
}

}


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

.osub span {
    font-size: 5vw;
}

}
