<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: "a-otf-jun-pro",sans-serif;
    color: #4A4A4A;
    font-size:14px;
}

.bold{
    font-family: "heisei-maru-gothic-std";
    color: #000;
}

.bold-w{
    font-family: "heisei-maru-gothic-std";
    color: #FFF;
}


/*typekit*/
.wf-loading {
    font-family: "droid-sans";
    visibility: hidden;
}
.wf-active {
    visibility: visible;
}

ul{
    padding:0;
}

ul li{
    list-style-type: none;
}

#head{
text-align:center;
}

#head .title{
    font-size:52px;
    font-family: 'Crimson Text', serif;
    border-bottom:1px solid #979797;
}

#head .sub_title{
    font-size:18px;
    margin-top:10px;
}

.section_white{
    background-color: #FFFFFF;
    padding:40px 0;
}

.section_blue{
    background-color: #14B5C0;
    padding:40px 0;
    color:#fff;
}

#app{
    margin-top: 40px;
}

#app .icon_title{
    display:flex;
    align-items: center;
    justify-content: center;
}

#app .app_icon{
    width:50px;
    height:50px;
    border-radius: 10px;
    margin-right:20px
}

#app .app_name{
    font-size:30px;
}

.fusen{
    max-width:100%;
    position:relative;
    z-index:0;
    margin: 0 auto;
}
.fusen ul li {
    font-size: 11px;
    text-align:center;
    font-weight:bold;
    margin: 1.6em 0;
    padding: 1em;
    position: relative;
    background: linear-gradient(to right, #FFE300 0%, #FFE300 0.5%, #FFE300 8%, #FFF100 16%);
}
.fusen ul li::after{
content:"";
    display:block;
    position: absolute;
    z-index: -1;
    bottom: 5px;
    right: 0;
    height: 15px;
    width: 99%;
    background: rgba(0,0,0,0.5);
    box-shadow: 0 5px 5px rgba(0,0,0,0.3);
    transform: rotate(2deg);
}

#app .description{
    margin-top:40px;
}

#app .download_icon{
    text-align:center;
    margin:40px 0;
}

#inout .title{
    font-size:20px;
    font-weight:bold;
    margin-bottom:20px;
}

#inout .desc01{
    font-size:16px;
    line-height:28px;
    margin-bottom:20px;
}

#inout .desc01 li{
    padding-left:1em;
    text-indent: -1em;
}
#inout .desc01 li.circle:before{
    content:"笳�";
    color:#4990E2;
    margin-right:5px;
}
#inout .desc01 li.square:before{
    content:"笆�";
    color:#D0011B;
    margin-right:5px;
}
#inout .desc02 ul{
    padding-left:20px;
}
#inout .desc02 ul li{
    padding-left:1em;
    text-indent: -1em;
}
#inout .desc02 ul li:before{
    content: "\2192";
}
#inout .desc03{
    font-size:18px;
    margin-bottom:20px;
}

#how_to .title{
    font-size:20px;
    font-weight:bold;
    margin-bottom:20px;
}

#how_to .sub-title{
    padding:4px 5px 7px 5px;
    background-color: #4A4A4A;
    color: #fff;
    font-size:18px;
    font-weight:bold;
    margin-top:20px;
    display: flex;
    align-items: center;
}

#how_to .how_to_text{
    margin:20px 0;
}


#how_to .how_to_text .flex{
    display:flex;
    align-items: center;
}

#how_to .how_to_text .flex .icon{
    width:64px;
    margin-right:10px;
}

#how_to .zoom-icon{
position: absolute;
    bottom:5px;
    right:15px;
    width:20px;
    height:20px;
    display:flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color:#fff;
    opacity: 0.5;
}


#tips .title{
    font-size:20px;
    font-weight:bold;
    margin-bottom:20px;
}


#footer .desc02{
    font-size:12px;
    line-height:18px;
    margin:40px 0;
}

#footer .desc03,
#footer .desc04,
#footer .desc05{
    text-align:center;
    margin-bottom:40px;
}


#footer .desc05 .copyright-text{
    margin-top:10px;
    font-family: 'Crimson Text', serif;
}

@media (min-width: 375px) {
    .fusen{
        max-width:300px;
    }
    .fusen ul li {
        font-size: 12px;
    }

}

@media (min-width: 992px) {
    .container {
        max-width: 750px;
    }
    .fusen{
        max-width:300px;
    }
    .fusen ul li {
        font-size: 13px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 750px;
    }
}</pre></body></html>