@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;
}

.tateuri {
    text-align: center;
    vertical-align: middle;
    background-color: #eee;
}

.update {
    margin-top: 2em;
}
.update ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap
}
.update ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 3em;
}
.update ul li span {
    display: inline-block;
    background-color: #666;
    color: #fff;
    padding:0 1em;
    line-height: 2em;
    margin-right: 1em;
}

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

}


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

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

.update ul li {
    margin-right: 0;
}
.update ul li:first-child {
    margin-bottom: 1em;
}

}


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

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

}
