@charset 'utf-8';
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html {
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
}
body {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #333;
  background-color: #fff;
}
@media screen and (min-width: 901px) {
  body {
    font-family: Helvetica, Arial, Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", system-ui, sans-serif;
  }
}
@media screen and (max-width: 900px) {
  body {
    font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'モリサワ 新ゴ R', 'Droid Sans', メイリオ, 'sans-serif';
  }
}
a {
  color: #0b5bce;
  text-decoration: none;
}
sup {
  font-size: .8em;
  vertical-align: super;
}
@media screen and (min-width: 901px) {
  .sp_none {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .pc_none {
    display: none;
  }
}
.heading-lvl-01 {
	margin-bottom: 1.4em;
}
.link-note-list {
  margin-top: 2em;
}
.link-note-list li:not(:last-child) {
  margin-bottom: 0.5em;
}
.link-note-list li span {
  margin-right: 0.2em;
}
.link-note-list li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  .link-note-list li a:hover {
    text-decoration: none;
  }
}