<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ---------------------------------------------------------------------- HTML NORMALIZE
----------------------------------------------------------------------*/
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, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
html {
  -webkit-text-size-adjust: none;
  height: 100%;
}
body {
  color: #000;
  font-size: 100%;
  line-height: 1.5;
  font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "ＭＳ Ｐゴシック", "Helvetica", sans-serif;
  height: 100%;
}
:lang(ja) {
  font-family: Hiragino Kaku Gothic Pro, 'ヒラギノ角ゴ Pro W3', Osaka, Meiryo, 'メイリオ', MS PGothic, 'MS Pゴシック', Hiragino Sans GB, Helvetica Neue, HelveticaNeue, Helvetica, Arial, Arial Unicode MS, sans-serif;
}
:lang(zh) {
  font-family: STXihei, STHeiti, '华文细黑', 'Microsoft YaHei New', 'Microsoft Yahei', '微软雅黑', 'Lantinghei SC', Lantinghei, 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif;
}
:lang(zh-tw) {
    font-family: 'Segoe UI',SegoeUI,'Microsoft JhengHei',微軟正黑體,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
:lang(th) {
  font-family: Thonburi, DokChampa, 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif;
}
:lang(ar) {
  font-family: 'Geeza Pro', GeezaPro, 'Microsoft Sans Serif', MicrosoftSansSerif, 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Arial Unicode MS', sans-serif;
}
h1, h2, h3, h4, h5, h6, strong {
  font-weight: bold;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  vertical-align: super;
}
i {
  font-style: italic;
}
b {
  font-weight: bold !important;
}
u {
  text-decoration: underline;
}
button, input, select, textarea {
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button, input {
  line-height: normal;
}
caption, th, td {
  text-align: left;
  vertical-align: middle;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* ---------------------------------------------------------------------- CONTAINER
----------------------------------------------------------------------*/
a {
  color: #1B1BE0;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
  border: none;
  vertical-align: middle;
  height: auto;
  width: auto;
}
.img img {
  width: 100%;
}
img.img-inline {
  vertical-align: top;
  text-align: center;
  height: 1.3em;
  margin: 0px 3px;
}
ul li {
  list-style: none;
}
.clear {
  clear: both;
}
p.clear {
  clear: both;
  margin-top: 30px;
  padding: 30px 0;
  display: block;
  overflow: hidden;
}
a {
  font-size: 100%;
  position: relative;
  z-index: 2;
}
p {
  font-size: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.caption_text p{
	overflow: inherit;
}
table p {
  font-size: 90%;
}
h2 {
  font-size: 130%;
  position: relative;
  z-index: 2;
}
h3 {
  font-size: 110%;
  position: relative;
  z-index: 2;
}
h4 {
  font-size: 100%;
  position: relative;
  z-index: 2;
}
h5 {
  font-size: 100%;
  position: relative;
  z-index: 2;
}

/* ---------------------------------------------------------------------- FONT
----------------------------------------------------------------------*/
@font-face {
    font-family: 'Noto Serif JP';
    font-style: normal;
    font-weight: normal;
    src: url('../font/NotoSerifJP-Regular.woff') format('woff'),
	url('../font/NotoSerifJP-Regular.woff2') format('woff2'),
    url('../font/NotoSerifJP-Regular.ttf')  format('truetype');
}

@font-face {
    font-family: 'Noto Serif JP';
    font-style: normal;
    font-weight: bold;
    src: url('../font/NotoSerifJP-Bold.woff') format('woff'),
	url('../font/NotoSerifJP-Bold.woff2') format('woff2'),
    url('../font/NotoSerifJP-Bold.ttf')  format('truetype');
}</pre></body></html>