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

/* html5doctor.com Reset v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) - http://cssreset.com */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,button{margin:0;padding:0;border:0;outline:0;font-size:100%;/*vertical-align:baseline;*/background:transparent}

body{line-height:1}

article,aside,main,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

table,caption,tbody,tfoot,thead,tr,th,td { margin:0;padding:0;/*border:0;outline:0;*/ }
table { font-size:inherit; }
td, th { text-align:left; }
caption { text-align:left;}

hr { border:0; height:1px; background:#ccc; }

ul, ol { list-style:none; }

form { margin:0px; padding:0; }
fieldset { border:0; }
address, caption, cite, code, dfn, strong, th, var { font-style:normal; }
q:before, q:after {  content:''; }
abbr, acronym { border:0; }

img { max-width:100%; height:auto; vertical-align:bottom; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
body {
  -webkit-text-size-adjust : 100%;
  word-break: break-all;
  font-family: "-apple-system", "Arial", "Yu Gothic", YuGothic,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Verdana, "M+ 1p", sans-serif;
  line-height:1;
  font-size:16px;
}

.clearfix:after { content: "."; display: block;  clear: both; height: 0; visibility: hidden; }
.clearfix { min-height:1px; }
* html .clearfix { height:1px; }

* { box-sizing: border-box; margin:0; padding:0; }

@media screen and (max-width: 768px) {
  html{
    font-size: 95%;
  }
}

@media screen and (max-width: 540px) {
  html{
    font-size: 90%;
  }
}
</pre></body></html>