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

/* ----全体設定---- */

body {
  margin: 0;
  font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  min-width: 320px;
  color: #444;
  background-color: #fff;
}

/* ----ヘッドライン---- */

h1,
.h1 {
  margin: 10px 0 20px 0;
  font-size: 130%;
  font-weight: bold;
  background: #f5f5f5;
  padding: 7px 12px;
}



h2 {
  margin: 20px 0;
  font-size: 121%;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #2B2B2B;
}

h3 {
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
}

/* ----リンク---- */

a {
  text-decoration: underline;
  color: #444;
}

a:hover,
a:focus {
  text-decoration: none;
}

a:focus {
  outline: none;
}

/* ----タグ---- */

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

hr {
  border: 0;
  border-bottom: 1px dotted #ccc;
}

address {
  font-style: normal;
}
</pre></body></html>