.c-caption {
    font-size: 11px;
    display: inline-block;
    margin-top: 4px;
    vertical-align: top;
    line-height: 1.5;
}

.c-notice {
    font-size: 11px;
    color: #666666;
}


/* c-top-catch */

.c-top-catch {
    text-align: center;
    margin-bottom: 32px;
}

@media(max-width: 991px) {
    .c-top-catch {
        margin: 70px 0 20px;
    }
}

.c-top-catch-text {
    font-size: 38px;
    margin: 0 0 20px;
    line-height: normal;
    color: #444;
}

@media(max-width: 991px) {
    .c-top-catch-text {
        font-size: 22px;
        margin: 0 0 12px;
    }
}

.c-top-catch > *:last-child {
    margin-bottom: 0;
}

@media(max-width: 991px) {
    .c-top-catch .c-top-catch-btn {
        text-align: center;
    }
}

.c-contents .c-sup {
    font-size: 60%;
    margin-right: 0.5em;
    vertical-align: super;
}

.c-contents .c-sup-2 {
    font-size: 60%;
    margin-right: 0.5em;
    vertical-align: super;
}

@media(max-width: 991px) {
    .c-contents .c-sup-2 {
        font-size: 100%;
        vertical-align: baseline;
        top: auto;
    }
}

.c-strong-1 {
    text-decoration: underline;
    font-weight: normal;
}
