<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: "Arial MT Pro";
    font-size: 18px;
    background-color: #F8F8F8;
}
.newsTopNav{
    background: url("../images/inv.patent.header.jpg") no-repeat center;
}
.activeA {
    color: #0C72B9;
}
.activeAA {
    display: none;
}

.part-0 {
    height: 100%;
    box-shadow: 0 3px 4px 1px #eae8ea;
    background-image: linear-gradient(to bottom, #ffffff 95%, #f6fcff);

    .part-0-tags {
        display: flex;
        justify-content: space-between;

        .div-change-tag {
            height: 4em;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            font-weight:bold;
            color: #7f97b9;
            background-color: #dfe6ee;
            width: 24.8%;
        }

        .div-change-tag.selected {
            color: #ffffff;
            background-color: #3294ff;
        }
    }
}

.part-0-contents .part-0-title {
    display: flex;
    justify-content: center;
    font-weight:bold;
    font-size: 1.8em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.part-0-contents .part-0-content {
    margin: 0 3em 3em 3em;
    height: 100%;
}

.part-0-contents .part-0-content p {
    /*text-indent: 2em;*/
    text-align: justify;
    line-height: 2em;
}

.part-0-contents .div-change-content {
    display: none;
}

.part-0-contents .div-change-content.selected {
    display: flex;
    flex-direction: column;
}



 /* ====  ====  ====  ====  ====  ====  ====  ====  ====  ====  ==== */
 /* ====  ====  ====  ====  ====  ====  ====  ====  ====  ====  ==== */



.patent-area-1 {
    background: linear-gradient(to right, #e2effe, #ccf4fe);
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 60px;
}
.patent-area-1-inside {
    background-color: #F8F8F8;
    width: 92%;
    margin: 44px auto;
    padding-bottom: 40px;
}
.div-tags {
    width: 100%;
    display: flex;
}
.g-bd-wrap {
    display: flex;
    align-items: flex-end;
}

.part-3 {
    display: flex;
    margin: 2em 0 1em 0;
    background: linear-gradient(to right, #e2effe, #ccf4fe);

    .part-3-inside {
        margin: 44px;
        background: #ffffff;
    }

    .part-3-inside-title {
        display: flex;
        justify-content: center;
        margin: 2em;
        font-weight: bolder;
        font-size: 30px;
    }

    .part-3-inside-content {
        display: flex;
        flex-direction: column;
        margin: 1em;
    }
    .part-3-inside-content p {
        margin: 1em;
        text-align: justify;
        line-height: 1.5em;
    }
}


.rectangular-combination {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right, #a3cffc 0%, #68baf6 96%, transparent 96%, transparent 100%);
    .rectangular-combination-tag {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        padding: 10px;
        min-height: 3em;
        background: linear-gradient(to right, rgba(131, 180, 236, 0.5), rgba(4, 113, 255, 0.5));
        z-index: 2;
        color: #ffffff;
        text-align: center;
        font-size: 1.2em;
        font-weight: bolder;
        line-height: 1.1;
    }
    .rectangular-combination-content-bg {
        --content-bg-left: 2.2em;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: absolute;
        left: var(--content-bg-left);
        width: calc(100% - var(--content-bg-left));
        height: calc(100% - var(--content-bg-left) * 2);
        background-color: #ffffff;
        opacity: 0.8;
    }
    .rectangular-combination-content {
        margin: 2em;
        height: 100%;
        /*width: 84%;*/
    }
}
.rectangular-combination::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1.5em;
    height: 3.6vh;
    background-color: #c8ddee;
}

.part-4 {
    margin: 45px 0;
    height:16em;
    p {
        margin: 1em 1em 0;
        line-height: 1.5em;
    }
}

.part-5 {
    display: flex;
    justify-content: space-between;
    height: 18em;
    margin: 45px 0;
}

.part-5-left {
    width: 61%;
    height: 100%;
    .rectangular-combination {
        background-image: linear-gradient(to right, #a3cffc 0%, #68baf6 94%, transparent 94%, transparent 100%);
    }
    .rectangular-combination-content {
       /* transform: translateX(4em);*/
        ul {
            width: 90%;
            height: 84%;
            overflow: hidden;
            margin-top: 1.5em;
        }
    }
    .more {
        display: flex;
        flex-direction: row-reverse;
        margin-right: 3em;
        font-style: italic;
    }
}

.part-5-right {
    width: 36%;
    height: 100%;

    .rectangular-combination {
        background-image: linear-gradient(to right, #a3cffc 0%, #68baf6 89%, transparent 89%, transparent 100%);
    }

    .faqs {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transform: translateX(-2em);
        margin-top: 20px;
        font-size: 16px;
    }

    .faqs img {
        height: 4em;
    }
    .faqs div:nth-child(2) {
        font-weight: bolder;
        margin-top: 10px;
        line-height: 2em;
    }
}



@media (min-width: 1200px) {
    .container{
        margin-top: 2rem;
    }
    .display-mobile {
        display: none;
    }
    .g-bd-wrap {
        background: #fff url(../images/inv.patent.title-002.jpg) center no-repeat;
        background-size: 100%  100%;
        width: 100%;
        height: 450px;
    }
    .i-top-title {
        font-size: 50px;
    }
    .title {
        font-size: 30px;
        text-align: center;
        width: 100%;
        /*height: 100px;*/
        line-height: 110px;
        font-weight: bolder;
    }
    .page-head {
        height: 100px;
        color: white;
    }
    .div-tag {
        width: 24.33%;
        height: 400px;
        display: flex;
        justify-content: center;
    }
    .tag-inside{
        width: 325px;
        height: 360px;
        margin: auto;
    }
    .tag-inside-icon-img, .tag-inside-bg {
        cursor: pointer;
    }
    .tag-inside-icon {
        width: 54%;
        height: 42%;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin: auto;
        top: 20px;
        z-index: 10;
        background: #f0fbff;
        border: 2px solid #63b6f6;
    }
    .tag-inside-icon-selected {
        width: 54%;
        height: 42%;
        border: 0;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin: auto;
        top: 20px;
        z-index: 10;
        background: linear-gradient(to right, #aacdfa, #63b6f6);
        /*opacity: 0.7;*/
    }
    .tag-inside-content {
        width: 70%;
        height: 90px;
        font-size: 20px;
        font-weight: bolder;
        color: #3c81c3;
        text-align: center;
        position: relative;
        margin: auto;
        top: -175px;
        z-index: 10;
    }
    .tag-inside-content.tag-inside-icon-selected {
        width: 70%;
        height: 90px;
        font-size: 20px;
        font-weight: bolder;
        color: black;
        text-align: center;
        position: relative;
        margin: auto;
        top: -175px;
        z-index: 10;
    }
    .tag-inside-bgc {
        width: 85%;
        height: 65%;
        position: relative;
        margin: auto;
        top: -15%;
        z-index: 5;
        background: #fdfdfe;
        border: 2px solid #b2defe;
    }
    .tag-inside-bgc.tag-inside-bgc-selected {
        width: 85%;
        height: 65%;
        border: 2px solid #b2defe;
        position: relative;
        margin: auto;
        top: -15%;
        z-index: 5;
        background: #e8f5fe;
    }
    .content-title-div {
        width: 93%;
        height: 350px;
        margin: 30px auto;
    }
    .content-title-bg {
        width: 100%;
        height: 70%;
        position: relative;
        z-index: 5;
        background: linear-gradient(to right, #98cafd, #55b1f4);
    }
    .content-title-detail {
        display: flex;
        position: relative;
        z-index: 10;
        top: -58%;
    }
    .content-title-img {
        width: 40%;
        margin-left: 40px;
    }
    .content-title {
        margin-top: 20px;
        margin-left: 40px;
        font-size: 28px;
        color: white;
        font-weight: bolder;
        width: 400px;
        height: 120px;
        border-bottom: 5px solid #FFFFFF;
    }
    .content-detail {
        width: 90%;
        margin: auto;
        line-height: 32px;
        font-size: 16px;
    }
    /*.content-detail p {*/
    /*    text-indent: 2em;*/
    /*}*/


    .patent-area-2 {
        display: flex;
        width: 100%;
        height: 370px;
        margin-bottom: 50px;
    }
    .area-2-left-title {
        width: 100px;
        height: 70%;
        color: #FFFFFF;
        font-size: 25px;
        font-weight: bold;
        text-align: center;
    }
    .area-2-left {
        width: 63%;
        height: 100%;
        display: flex;
        align-items: center;
        background: url(../images/inv.patent.area-2-bg001.png) center no-repeat;
        background-size: 100%;
    }
    .area-2-right {
        width: 37%;
        height: 100%;
        margin-left: 35px;
        background: url(../images/inv.patent.area-2-bg002.png) center no-repeat;
        background-size: 100% 87%;
    }
    .area-2-right-title {
        width: 90%;
        height: 50px;
        color: #FFFFFF;
        font-size: 25px;
        font-weight: bold;
        text-align: left;
        margin-top: -70px;
    }
    .area-2-right-img {
        background: url(../images/inv.patent.icon04.png) center no-repeat;
        background-size: 100%;
        width: 90px;
        height: 90px;
    }
    .area-2-left-inside {
        width: 80%;
        /*padding-left: 80px;*/
    }
    .area-2-left-inside&gt;p {

        text-align: right;
        width: 90%;
        font-style: italic;
    }
    ul {
        list-style-type: none;
        width: 100%;
        line-height: 28px;
    }
    .area-2-right {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
    }
}
@media (max-width: 768px) {
    .display-pc {
        display: none;
    }
    .g-bd-wrap {
        background: #fff url(../images/inv.patent.title-001.jpg) center no-repeat;
        background-size: 100% 100%;
        width: 100%;
    }
    .i-top-title {
        font-size: 25px;
        font-weight: bolder;
    }
    .page-head {
        height: 115px;
        color: #ffffff;
        display: flex;
        align-items: center;
    }
    .container {
        padding: 0 5px;
    }
    .part-0 {
        .part-0-tags {
            flex-wrap: wrap;
            .div-change-tag {
                width: 48%;
                margin: 3px;
                text-align: center;
            }
        }
    }
    .part-0-contents .part-0-title {
        font-size: 1.6em;
        margin-top: 1em;
        margin-bottom: 1em;
        text-align: center;
    }
    .part-0-contents .part-0-content {
        margin: 0 1em 1em 1em;
        text-align: justify;
        font-size: 16px;
    }



    .patent-area-1 {
        background: linear-gradient(to right, #bce2f6, #dff6f6);
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 2em;
    }
    .patent-area-1-inside {
        background-color: #F8F8F8;
        width: 97%;
        margin: 10px auto;
        padding-bottom: 20px;
    }
    .title {
        font-size: 18px;
        text-align: center;
        width: 100%;
        height: 130px;
        line-height: 85px;
        font-weight: bolder;
    }
    .div-tag {
        width: 24.33%;
        height: 110px;
        display: flex;
        justify-content: center;
    }
    .tag-inside{
        width: 325px;
        height: 360px;
        margin: auto;
    }
    .tag-inside-icon {
        width: 55%;
        height: 16%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin: auto;
        top: -35px;
        z-index: 10;
        background: #f0fbff;
        border: 2px solid #c9e2ce;
    }
    .tag-inside-icon&gt;img, .tag-inside-icon-selected&gt;img {
        width: 80%;
    }
    .tag-inside-icon-selected {
        width: 55%;
        height: 16%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin: auto;
        top: -35px;
        z-index: 10;
        border: 0;
        background: linear-gradient(to right, #aacdfa, #63b6f6);
    }
    .tag-inside-content {
        width: 80%;
        height: 75px;
        font-size: 12px;
        color: #8bba96;
        text-align: center;
        position: relative;
        margin: auto;
        top: -120px;
        z-index: 10;
    }
    .tag-inside-content.tag-inside-content-selected {
        width: 70%;
        height: 75px;
        font-size: 12px;
        color: black;
        text-align: center;
        position: relative;
        margin: auto;
        top: -110px;
        z-index: 10;
    }
    .tag-inside-bgc {
        width: 85%;
        height: 25%;
        position: relative;
        margin: auto;
        top: -15%;
        z-index: 5;
        background: #fdfdfe;
        border: 2px solid #b2defe;
    }
    .tag-inside-bgc.tag-inside-bgc-selected {
        width: 85%;
        height: 25%;
        border: 2px solid #b2defe;
        position: relative;
        margin: auto;
        top: -15%;
        z-index: 5;
        background: #e8f5fe;
    }
    .content-title-div {
        width: 94%;
        height: 115px;
        margin: auto;
    }
    .content-title-bg {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 5;
        background: linear-gradient(to right, #98cafd, #55b1f4);
    }
    .content-title-detail {
        display: flex;
        position: relative;
        z-index: 10;
        top: -90%;
    }
    .content-title-img {
        width: 100%;
        margin-left: 10px;
    }
    .content-title {
        margin-left: 10px;
        font-size: 16px;
        color: white;
        font-weight: bolder;
        width: 250px;
        align-content: center;
        height: 80px;
    }
    .content-detail {
        width: 90%;
        margin: 50px auto 10px;
        line-height: 28px;
        font-size: 16px;
    }
    .patent-area-2 {
        width: 100%;
        margin-top: 20px;
    }
    .area-2-left {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        background: url(../images/inv.patent.area-2-bg001.png) center no-repeat;
        background-size: 100% 100%;
    }
    .area-2-left-inside {
        width: 95%;
        padding-top: 40px;
        padding-bottom: 20px;
        padding-left: 35px;
    }
    .area-2-left-inside&gt;p {
        font-size: 14px;
        text-align: right;
        padding-right: 30px;
        font-style: italic;
    }
    .area-2-right {
        margin-top: 20px;
        margin-bottom: 30px;
        width: 100%;
        height: 100%;
        background: url(../images/inv.patent.area-2-bg001.png) center no-repeat;
        background-size: 100% 100%;
    }
    .area-2-right-img {
        background: url(../images/inv.patent.icon04.png) center no-repeat;
        background-size: 100%;
        width: 90px;
        height: 90px;
    }
    ul {
        list-style-type: none;
        width: 100%;
        font-size: 16px;
        line-height: 24px;
    }
    .area-2-right {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
        padding: 30px 0;
    }
    .area-2-right-word {
        padding-bottom: 15px;
    }
    b {
        font-size: 16px;
    }
    .area-2-right-word&gt;p {
        font-size: 14px;
    }
    .area-2-left-title, .area-2-right-title {
        display: none;
    }

    .part-0-tags {
        font-size: 14px;
    }

    .part-3 {
        .part-3-inside-title {
            display: flex;
            justify-content: center;
            text-align: center;
            margin: 1em;
            line-height: 1.5em;
            font-weight: bolder;
            font-size: 26px;
        }
        .part-3-inside {
            margin: 10px;
            background: #ffffff;
        }
        .part-3-inside-content p {
            margin: 0;
        }
        .part-3-inside-content {
            margin: 1em;
            font-size: 16px;
            text-align: justify;
        }
    }

    .part-4 {
        height: 17em;
        margin: 20px 0;

        .rectangular-combination {
            background-image: linear-gradient(to right, #a3cffc 0%, #68baf6 91%, transparent 91%, transparent 100%);
        }
        .rectangular-combination-content {
            padding: 1em;
            font-size: 16px;
        }
    }
    .rectangular-combination {
        .rectangular-combination-tag {
            font-size: 20px;
        }
        .rectangular-combination-content-bg {
            --content-bg-left: 1.5em;
            /*height: auto;*/
        }
        .rectangular-combination-content {
            margin: 0 1.5em 0 1em;
        }
    }

    .part-5 {
        display: flex;
        flex-direction: column;
        height: 32em;
        margin: 30px 0;

        align-items: flex-start;

        .part-5-left {
            width: 100%;
            height: 52em;
            margin-bottom: 20px;
            .rectangular-combination {
                background-image: linear-gradient(to right, #a3cffc 0%, #68baf6 91%, transparent 91%, transparent 100%);
                padding-top: 10px;
            }
            .rectangular-combination-content {
                transform: translateX(0);
                margin-top: 30px;
                ul {
                    height: auto;
                    width: 98%;
                    overflow: auto;
                }
            }
            .more {
                margin-right: 2em;
                font-size: 16px;
            }
        }

        .part-5-right {
            width: 100%;
            margin-top: 20px;
            .rectangular-combination {
                background-image: linear-gradient(to right, #a3cffc 0%, #68baf6 91%, transparent 91%, transparent 100%);
            }
            .faqs {
                transform: translateX(-1em);
                margin-top: 10px;
            }
        }

    }

}
@media (max-width: 380px) {
    .display-mobile {
        display: none;
    }
    .patent-area-1 {
        width: 100%;
        height: 1300px;
    }
    .title {
        font-size: 16px;
        text-align: center;
        width: 100%;
        height: 120px;
        line-height: 85px;
        font-weight: bolder;
    }
    .content-title-div {
        height: 125px;
    }
    .area-2-right-word&gt;p {
        font-size: 14px;
    }
    .area-2-left-title, .area-2-right-title {
        display: none;
    }



}
</pre></body></html>