@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

body {
  line-height: 1.7;
  font-size: 0.95rem;
  color: #323232;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.001em;
}

.wrapper {
  width: auto;
  max-width: 1150px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: content-box;
}

header {
  margin: 10px 0;
}

#pagetitle {
  background-color: #000;
}

a:not([class]) {
  color: #E60012;
  text-decoration: underline;
  transition: 0.2s ease;
}

a:not([class]):hover {
  color: #f5a900;
}

h1 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 2em 0;
  color: #fff;
  margin: 0;
  line-height: 1.5;
}

h2 {
  font-size: 1rem;
  font-weight: bold;
  margin: 1.8em 0 0.5em;
}

p, ul, ol {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

ul {
  list-style-type: none;
  padding-left: 0;
}
ul li {
  text-indent: -1em;
  margin-left: 1em;
}
ul li::before {
  content: "・";
}
ul.notes {
  font-size: 0.92em;
}
ul.notes li::before {
  content: "※";
}

ol {
  list-style-type: none;
  padding-left: 0;
}
ol li {
  text-indent: -1em;
  margin-left: 1em;
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inline;
  }
}

.pc {
  display: inline;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */