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

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

body {
  min-width: 320px;
  margin: 0;
  background-color: #fff;
  color: #202021;
  font-size: 3.47vw;
  font-family: 'Poppins', 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

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

h2 {
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  background-color: transparent;
}

h1,
.h1 {
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  background-color: transparent;
}

h3 {
  display: flex;
  align-items: center;
  min-height: 17vw;
  padding: 4vw 4.27vw;
  background-color: #F2F3F3;
  font-size: 4.8vw;
  font-weight: 700;
}

.block-category-list--header {
  padding: 0 4.27vw;
  font-size: 6.4vw;
  font-weight: 600;
}

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

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

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

a:focus {
  outline: none;
}

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

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

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

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