<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: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
body.page-menu { /* ITOYOKADO-872 */
  background: #EFEFEF;
}

.josefin {
  font-family: "Josefin Sans", sans-serif;
}

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

h1,
.h1 {
  margin: 30px 0;
  font-size: 26px;
  font-weight: bold;
}

h2 {
  margin: 20px 0;
  font-size: 26px;
  font-weight: normal;
}

h3 {
  margin: 10px 0;
  font-size: 21px;
  font-weight: normal;
}

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

a {
  text-decoration: none;
  color: #000;
  transition: .3s ease;
}

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

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

img {
  max-width: 100%;
}

hr {
  border: 0;
  border-bottom: 1px dotted #ccc;
}
</pre></body></html>