<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

*,
:before,
:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  /*font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, 'ＭＳ Ｐゴシック', sans-serif;*/
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
main , menu, nav, output, section, summary,
time, mark, audio, video {
  border: 0;
  line-height: 1.0;
  letter-spacing: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, menu, main, nav, section {
  display: block;
}

body {
  line-height: 1.0;
}

ul,
ol {
  list-style: none;
}

br {
  letter-spacing: normal;
}

a,
select,
button,
input[type="submit"],
input[type="image"] {
  cursor: pointer;
}

img,
iframe {
  vertical-align: bottom;
}

th {
  text-align: left;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix {
  min-height: 1%;
  /* display: inline-block; */
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}

body &gt; img[height="1"] {
  position: absolute;
}

.mincho {
  font-family: 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', '游明朝', YuMincho, serif;
}

img {
  height: auto;
}</pre></body></html>