<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pg-download_rule{
    margin:0 auto 3rem;
}

.pg-download_rule_intro{
    font-size: 1.1rem;
    line-height: 1.5rem;
    margin:  0 0 2rem;
}
.pg-download_button{
    margin:0 auto 4rem;
    width: 80%;
}

.pg-download_rule_container{
    width: 100%;
    aspect-ratio: 3 / 1;
    overflow: scroll;
    background: #f2f4f7;
    padding:2rem;
    box-sizing: border-box;
}

.pg-download_rule_container p{
    margin: 0 0 1rem;
}

.pg-download_rule_container h4{
    margin: 2rem 0 .5rem;
    font-size: 1.15rem;
    font-weight: 650;
    line-height: 1em;
}

.pg-download_rule_container ul li{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: .5rem;
}

.pg-download_rule_container ul li::before{
    content: attr(data-text);
    width: 25px;
    text-align: center;
    letter-spacing: .05rem;
    white-space: nowrap;

}

.pg-download_rule_container ul li p{
    width: calc(100% - 25px - .5rem);
    margin: 0 0 .5em;
}


.pg-download_button{
    margin:0 auto 4rem;
    width: 80%;
}

.pg-download_button a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;

    font-size: 1.5rem;
    font-weight: 650;

    padding: 1rem;
    background: #eee;
    border-radius: 10px;

    background: #23719f;
    color: #fff;
}

.pg-download_button a:hover{
    background: #3198d4;
}

.pg-download_button a img{
    width: 60px;
}

.pg-download_button a:hover img{
    opacity: 1;
}

.pg-download_outline{
    margin:0 0 2rem;

}

.pg-download_outline &gt; p{
    text-align: end;
    margin: 0 0 .5rem;
    line-height: 1em;
    font-size: .8rem;
}

.pg-download_outline dl{
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-top:1px solid #898989;
}

.pg-download_outline dl dt{
    background: #898989;
    box-sizing: border-box;
    color: #fff;
    width: 240px;
    font-weight: 650;
    border-left:1px solid #767271;
    border-right:1px solid #767271;
    border-bottom:1px solid #767271;
}

.pg-download_outline dl dd{
    box-sizing: border-box;
    width: calc(100% - 240px);
    border-right:1px solid #898989;
    border-bottom:1px solid #898989;
}

.pg-download_outline dl dd ul li{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem;
    line-height: 1em;
    margin-bottom: .5rem;

}

.pg-download_outline dl dd ul li::before{
    content: "";
    display: block;
    aspect-ratio: 1 / 1;
    width: 5px;
    border-radius: 100vh;
    background: #399fd9;
}

.pg-download_outline dl dd:nth-of-type(even){
    background: #efefef;
}

.pg-download_outline dl dt,
.pg-download_outline dl dd{
    padding: 1rem;
}

.pg-download_desc h3{
    background: url(../img/titlebg.gif) no-repeat 0px bottom;
}

.pg-download_desc div{
    margin: 0 0 3rem;
}

.pg-download_desc div p{
    padding: 0 0 0 10px;
}

.pg-download_desc div p a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem;
}

.pg-download_desc div ul li{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    padding:0 0 24px 12px;
    margin: 0 0 12px;
    line-height: 1em;
    border-bottom:1px solid #eee;
}

.pg-download_desc div ul li::before{
    content: "";
    display: block;
    aspect-ratio: 1 / 1;
    width: 5px;
    border-radius: 100vh;
    background: #399fd9;
}</pre></body></html>