<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* reset
----------------------------------------------------------------------*/
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,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
}

html {
  height: 100%;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
td,
th,
address {
  font-weight: normal;
  font-size: 100%;
}

ol,
ul {
  list-style: none;
}

fieldset,
img {
  border: 0;
}

img {
  vertical-align: top;
}

table {
  width: 100%;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

th,
td {
  vertical-align: top;
  text-align: left;
}

caption,
th {
  text-align: left;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-weight: normal;
  font-style: normal;
}

sup {
  vertical-align: text-top;
  font-size: 62.5%;
}

input,
textarea {
  font-family: inherit;
}

/***********************************************************************
base style
**********************************************************************/
/* root
----------------------------------------------------------*/
:root {
  font-size: 62.5%;
}

/* html
----------------------------------------------------------*/
html {
  overflow: auto;
}

/* body
----------------------------------------------------------*/
body {
  position: relative;

  -webkit-text-size-adjust: 100%;
}

/* img
----------------------------------------------------------*/
.wrapper img {
  max-width: 100%;
  height: auto;
}

/* button
----------------------------------------------------------*/
.wrapper button {
  cursor: pointer;
}

/* a
----------------------------------------------------------*/
.wrapper a {
  color: #333333;
}
.wrapper a:link,
.wrapper a:visited {
  text-decoration: underline;
}
.wrapper a:hover,
.wrapper a:active {
  text-decoration: none;
}

/* clearfix
----------------------------------------------------------*/
.clearfix:after,
.clearFix:after {
  display: block;
  clear: both;
  content: '';
}


</pre></body></html>