@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
  vertical-align: bottom;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
ol, ul {
  letter-spacing: -.4em;
}
li {
  letter-spacing: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
figure:not(.wp-block-image) {
  margin: 0;
}
iframe {
  vertical-align: bottom;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  background: #fafafa;
  color: #222;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  line-height: 1.8;
}
#container {
  max-width: 720px;
  margin: 0 auto;
}
img {
  max-width: 100%;
  height: auto;
}
#bnr {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#bnr a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 640px) {
  body {
    background: none;
    -webkit-text-size-adjust: 100%;
  }
  #bnr {
    width: 80px;
    bottom: 10px;
    right: 10px;
  }
}