<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --mw: 720px;
    --mh: 1050px;
    --fh: 250px;
    --mc: #BB000B;
    --mp: 60px;
    --c2: calc(var(--mp) * 0.8);
    --c3: calc(var(--mp) * 0.7);
    --c4: calc(var(--mp) * 0.6);
    --c5: calc(var(--mp) * 0.5);
    --cp: calc(var(--mp) * 0.2);
}

p,
h1,
h2,
h3,
h4,
h5,
span {
    margin: 0;
    padding: 0;
}
.blank{
    clear: both;
    height: 10px;
    display: block;
}

h2 {
    margin: 5px 0 var(--c2) 0;
}

h3 {
    margin: var(--c3) 0;
}

h4 {
    margin: var(--c4) 0;
}

h5 {
    margin: var(--c5) 0;
}

.container p {
    margin: var(--cp) 0;
}

body {
    margin: 0;
    padding: 0;
    background: #eee;
}

.main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    position: relative;
    width: var(--mw);
    margin: 0 auto;
    margin-bottom: 90px;
}

.firstpage, .back {
    width: var(--mw);
    height: var(--mh);
    background: #fff;
    overflow: hidden;
    position: relative;
}

.container {
    width: calc(var(--mw) - calc(var(--mp) * 2));
    background: #fff;
    padding: var(--mp);
    /* overflow: hidden; */
}

header{
    position: relative;
    width: calc(var(--mw) - var(--mp) * 2);
    height: 140px;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
}

header&gt;svg {
    position: absolute;
    left: 25px;
    top: var(--mp);
    font-size: 14px;
    transform: scale(1.4);

}

header&gt;span:nth-child(2), .back&gt;span:nth-child(1) {
    position: absolute;
    right: 0;
    top: var(--mp);
    font-size: 17px;
    font-weight: 500;
}

header&gt;span:nth-child(3), .back&gt;span:nth-child(2) {
    position: absolute;
    right: 0;
    top: calc(var(--mp) + 30px);
    font-size: 10px;
    color: #ccc;
    text-align: right;
}

.back span{
    right:var(--mp) !important;
}        

.firstpage img.thumb {
    width: calc(var(--mw) / 1.8);
    float: right;
    z-index: 10;
}

.firstpage img.qrcode {
    position: absolute;
    right: var(--mp);
    bottom: calc(var(--fh) - var(--mp));
    width: calc(var(--mw) / 5.45);
    z-index: 5;
}

.firstpage a {
    position: absolute;
    right: var(--mp);
    bottom: calc(var(--fh) + calc(var(--mp)*1.6));
    z-index: 5;
}

h1 {
    font-size: 4rem;
    line-height: 130%;
    color: var(--mc);
    position: absolute;
    width: calc(var(--mw) * 0.5);
    left: var(--mp);
    bottom: calc(var(--fh) + calc(var(--mp) * 2.5));
}

svg.sign {
    position: absolute;
    bottom: calc(var(--fh) + calc(var(--mp) * 1.5));
    transform: scale(0.8);
    left: calc(0px - var(--mp) * 3);
    z-index: 0;
    width: 100%;
}

footer {
    height: var(--fh);
    width: calc(var(--mw) - calc(var(--mp) * 2));
    position: absolute;
    padding: var(--mp);
    background: var(--mc);
    color: #fff;
    top: calc(var(--mh) - calc(var(--mp) * 2) - var(--fh));
    text-transform: uppercase;
}

footer&gt;p:nth-child(1) {
    font-weight: 500;
    font-size: 40px;
}

footer&gt;p:nth-child(2) {
    font-weight: 300;
    font-size: 25px;
    padding-bottom: var(--mp);
    border-bottom: 1px solid #fff;
    margin-bottom: var(--mp);
}

footer&gt;p:nth-child(3) {
    letter-spacing: 2px;
}

footer&gt;p:nth-child(4)&gt;span:nth-child(2) {
    font-size: 10px;
}

footer&gt;p&gt;span:nth-child(2) {
    float: right;
}

.container img {
    max-width: 100%;
}

h2 {
    font-size: 1.9rem;
}

span.h2 {
    width: var(--mp);
    height: 5px;
    background: var(--mc);
    display: block;
}

h3 {
    font-size: 1.65rem;
    padding-bottom: .3rem;
    border-bottom: 1px solid #eaecef;
}

h4 {
    font-size: 1.35rem;
    padding-bottom: .3rem;
    border-bottom: 1px solid #eaecef;
}

h5 {
    font-size: 1.2rem;
}

h6 {
    font-size: 1rem;
}
table {
    background-color: #fff;
    color: #363636;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    font-size: 13px;
}

tbody,thead {
    text-align: center;
    line-height: 190%;
}

table,
th,
td {
    border: 1px solid #dbdbdb;
    padding: 1em 0;
    vertical-align: middle;
    border: 1px solid #dbdbdb !important;
}

tr:first-child td {
    background-color: #f4f4f4;
}

tbody tr:not(.is-selected):nth-child(even) {
    background-color: #fafafa;
}
tr{
word-break: break-all
}
.container p {
    font-size: 16px;
    line-height: 1.7;
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.container ol,
.container ul {
    padding-inline-start: 20px;
}

sup {
    font-size: 16px;
    margin-bottom: var(--c4);
    display: block;
}

sup::before {
    content: "鈻�";
}
sub{
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: 16px;
}

em {
    background-color: #eee;
    padding: 10px;
    display: block;
}

.cate {
position: fixed;
bottom: -240px;
padding: var(--mp);
width: calc(var(--mw) - var(--mp) * 2);
background: #484848;
height: 200px;
overflow: scroll;
overflow-x: hidden;
margin: 0 auto;
left: 0;
right: 0;
z-index: 900;
transition: transform 0.5s;
}
.cate p{
line-height: 2;
border-bottom: 1px solid #242424;
padding-left: 30px;
box-shadow: 0 1px 0px #525252;

}
.cate p.bigcate{
    font-weight: bold;
    font-size: 17px;
    padding-left: 5px;
}
.cate p a{
    color: #fff;
    text-decoration: none;
    display: block;
}

.footbar {
    position: fixed;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: calc(var(--mw));
    height: 80px;
    background: #272727;
    box-shadow: 0px -5px 10px rgb(0 0 0 / 19%);
    z-index: 1000;
}

.footL,
.footR {
    margin-top: 10px;
    width: 137px;
    height: 50px;
    float: left;
    margin: 15px 10px;
}

.footbar div .item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 137px;
    height: 50px;
    right: 0px;
    top: calc(50% - 50px/2);
    background: #555555;
    border-radius: 50px;
    color: #fff;
}

.item .icon {
    margin: 13px 7px 0 20px;
}
.item .icon svg{
    width:24px;
    height: 24px;
}
.item .text {
    margin: 13px 0;
}

.footR {
    float: right;
}
.blue{
    background:#0d3157 ;
}

@media screen and (max-width: 721px) {
    :root {
        --mw: 100%;
        --mh: 850px;
        --mp: 5%;
        --c2: calc(var(--mp) * 0.8);
        --c3: calc(var(--mp) * 0.7);
        --c4: calc(var(--mp) * 0.6);
        --c5: calc(var(--mp) * 0.5);
        --cp: calc(var(--mp) * 0.2);
    }
    .blank{
        display: none;
    }
    h1 {
        font-size: 2.4rem;
        width: 13rem;
    }

    .firstpage img.thumb {
        width: 70%;
        z-index: 10;
        margin-right: 15%;
    }

    svg.sign {
        display: none;
    }

    .firstpage img.qrcode {
        right: var(--mp);
        bottom: calc(var(--fh) - 20px);
        width: calc(var(--mw) / 5.45);
        z-index: 5;
    }

    footer p {
        font-size: 80%;
    }


    header svg {
        top: 50px;
    }

    header span {
        display: none;
    }

    .footbar {
        width: 100%;
    }
    .cate {
        height: 240px;
    }
    .infoitem p span{
        display: block;
    }

}
@media print {
    .cate,.footbar,.blank{
        display:none;
    }
}
@media screen and (min-width: 1149px) {
    .footbar{
        display: none;
    }
    .cate{
        top: 0;
        left: 990px;
        height: fit-content;
        max-height: 100%;
        padding: 10px 20px 20px 16px;
        width: 240px;
        border-radius: 0 10px 10px 0;
        overflow: hidden;
        overflow-y: scroll;
    }



}
.line,.line2{
    height: 1px;
    width: 85%;
    background: #ccc;
    margin: 0 auto;
}
.line2{
    width: 100%;
}
.info{
    position: absolute;
    bottom: 50px;
    width: calc( var(--mw) - var(--mp) * 2);
    padding: var(--mp);
}
.info p{
    line-height: 1.7;
}
.info p.name{
    font-weight: bold;
    margin: 20px 0 10px 0;
    font-size: 18px;
}
.infoitem{
    float: left;
    width: 50%;
}
.tc{
text-align: center;
margin: auto 0;
}</pre></body></html>