/**
    必須ラベル
**/

.label-required {
    background-color: rgb(83, 126, 255);
    display: inline;
    padding: .2em .7em;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .7em;
    margin-left: 4px;
}

.label-s75 {
    font-size: 75%;
}
.label-s80 {
    font-size: 80%;
}
