<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 {
  box-sizing: border-box;
}

html * {
  box-sizing: inherit;
}

body {
  background-color: #fff;
  font-family: "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 1.6;
  -webkit-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

body, p, form,
h1, h2, h3, h4, h5, h6,
dl, dt, dd,
ul, ol, li {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

img {
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: normal;
}

body,
button,
input[type="text"],
input[type="password"],
textarea,
select {
  font-family: "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
}

input[type="text"],
input[type="password"],
textarea {
  padding: 15px;
  border: 1px solid #ccc;
}

a {
  color: #000;
  text-decoration: none;
}

.no-touchevents a:hover {
  text-decoration: underline;
}

a:visited {
  color: #4c3c94;
}

sub {
  vertical-align: baseline;
  font-size: 70%;
}
</pre></body></html>