<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


/*jiii/index.html*/
.meswp-jiii_title {
    font-weight: bold;
    font-size: 1.3em;
}

.meswp-jiii_dl_years,
.meswp-jiii_dl_patentcontent {
    margin-top: 1em;
}

.meswp-jiii_dl_years .c-descriptionList__term,
.meswp-jiii_dl_years .c-descriptionList__detail,
.meswp-jiii_dl_patentcontent .c-descriptionList__term,
.meswp-jiii_dl_patentcontent .c-descriptionList__detail {
    margin-top: 0.5em;
}

.meswp-jiii_dl_years .c-descriptionList__term {
    display: inline;
    font-weight: normal;
}

.meswp-jiii_dl_years .c-descriptionList__detail:first-of-type {
    display: inline;
}

.meswp-jiii_dl_years .c-descriptionList__detail:last-of-type {
    display: block;
}

.meswp-jiii_dl_patentcontent .c-descriptionList__term {
    display: inline-block;
    width: 8em;
}

.meswp-jiii_dl_patentcontent .c-descriptionList__term::before {
    content: '■';
    margin-right: 5px;
}

.meswp-jiii_dl_patentcontent .c-descriptionList__detail {
    display: inline-block;
    width: 85%;
}


@media only screen and (max-width: 980px) {
    .meswp-jiii_dl_patentcontent .c-descriptionList__term,
    .meswp-jiii_dl_patentcontent .c-descriptionList__detail {
        display: block;
        width: 100%;
    }
}</pre></body></html>