<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* functions
-------------------------------------------------- */
@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 100;
  src: url(./font/NotoSansCJKsc-Light.woff2) format("woff2"), url(./font/NotoSansCJKsc-Light.woff) format("woff");
}

@font-face {
  font-family: "NotoSansR";
  font-style: normal;
  font-weight: 400;
  src: url(./font/NotoSansCJKsc-Regular.woff2) format("woff2"), url(./font/NotoSansCJKsc-Regular.woff) format("woff");
}

@font-face {
  font-family: "Muli";
  font-style: normal;
  font-weight: 100;
  src: url(./font/Muli-Light.woff2) format("woff2"), url(./font/Muli-Light.woff) format("woff");
}

@font-face {
  font-family: "Muli";
  font-style: normal;
  font-weight: 700;
  src: url(./font/Muli-Bold.woff2) format("woff2"), url(./font/Muli-Bold.woff) format("woff");
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1em;
  line-height: 1.5;
}

a {
  text-decoration: none;
}

a:hover,
a:active {
  text-decoration: underline;
}

hr {
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

ul,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}

em,
address {
  font-style: normal;
}

figure,
form {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0 none;
  vertical-align: top;
}

label {
  cursor: pointer;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button {
  -webkit-appearance: none;
  box-sizing: content-box;
  padding: 0;
  border: 0 none;
  background: transparent;
  cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
  vertical-align: middle;
}

input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  vertical-align: top;
  resize: vertical;
}

input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}

table {
  width: 100%;
  empty-cells: show;
}

td {
  vertical-align: middle;
}

select {
  vertical-align: middle;
}

::-moz-selection {
  background: #002d96;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #002d96;
  color: #fff;
  text-shadow: none;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-moz-placeholder {
  color: #ccc;
}

mark {
  background-color: #002d96;
}

html {
  min-height: 100%;
  background-color: #fff;
}

body {
  color: #454545;
  font-family: "NotoSans", "Microsoft Yahei", "Hiragino Sans GB", Helvetica, sans-serif;
  min-width: 320px;
  letter-spacing: -0.03em;
  -webkit-overflow-scrolling: touch;
}

[lang=en] {
  font-family: "Muli", "NotoSans", "Microsoft Yahei", "Hiragino Sans GB", Helvetica, sans-serif;
}

input,
textarea,
select,
button {
  color: #333;
  font-family: "NotoSans", "Microsoft Yahei", "Hiragino Sans GB", Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: #222;
  font-weight: normal;
}

a {
  color: #454545;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

em {
  color: #002d96;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.a11y {
  position: absolute !important;
  overflow: hidden;
  height: 1px;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

.error {
  width: 100%;
  height: 100%;
  border-top: 22px solid #062c5e;
  background-repeat: no-repeat;
  background-position: right bottom;
  box-sizing: border-box;
  text-align: center;
}

.error .logo {
  margin-top: 20px;
}

.error .cont {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.error .cont-inner {
  width: 100%;
  padding-bottom: 10%;
}

.error .mesg {
  position: relative;
  font-size: 3em;
  color: #062c5e;
  font-weight: normal;
}

.error .mesg:after {
  content: '';
  position: relative;
  display: block;
  width: 30px;
  height: 2px;
  margin: .7em auto;
  background: #062c5e;
}

.error .mesg img {
  vertical-align: middle;
  margin-right: 0.5rem;
  margin-top: -8px;
}

.error .txt {
  padding: 0 5%;
  font-size: 2.2em;
  line-height: 1.6;
}

.error .more {
  margin-top: 5%;
}

.error .more a {
  display: inline-block;
  width: 210px;
  margin: 0 2px;
  padding: 7px 0;
  box-sizing: border-box;
  border: 1px solid #00457e;
  font-size: 1.6em;
  color: #00457e;
  text-decoration: none;
}

.error .more a:focus,
.error .more a:hover {
  background: #00457e;
  color: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.error .more a:nth-child(even) {
  background: #00457e;
  color: #fff;
}

.error .more a:nth-child(even):focus,
.error .more a:nth-child(even):hover {
  background: #fff;
  color: #00457e;
}

@media (max-width: 44.99em) {
  .error {
    background-size: 80%;
  }

  .error .logo img {
    width: 210px;
  }

  .error .mesg {
    font-size: 2.4em;
  }

  .error .mesg img {
    width: 24px;
  }

  .error .txt {
    font-size: 2em;
  }

  .error .more {
    margin-top: 10%;
  }

  .error .more a {
    width: 45%;
  }
}

.l-footer {
  zoom: 1;
  bottom: 20px;
  left: 0;
  right: 0;
  position: absolute;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 7%;
  padding-right: 7%
}

.l-footer:before {
  content: '';
  display: block
}

.l-footer:after {
  content: '';
  display: table;
  clear: both
}

.footer-cert {
  padding: 8px 0 0
}

.footer-cert .footer-item {
  position: relative;
  display: inline-block;
  margin-left: .2em;
  padding: 3px 0 3px .6em;
  vertical-align: middle
}

.footer-cert .footer-item:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 12px;
  margin: auto;
  background: #e5e5e5
}

.footer-cert .footer-item:first-child {
  margin-left: 0;
  padding-left: 0
}

.footer-cert .footer-item:first-child:after {
  display: none
}

.footer-sgs,
.footer-sgs img {
  vertical-align: middle
}

.footer-sgs img {
  width: 20px
}

.footer-sgs img+span {
  padding-left: .4em
}
</pre></body></html>