@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;
}
.heading-lvl-02 {
	margin-top: 1.4em;
	margin-bottom: 0.35em;
}

.text:not(:first-child) {
	margin-top: 0.35em;
}
.text-closing {
	margin-top: 1.5em;
}

.list-order-01, .list-order-02, .list-order-03, .list-disc-01 {
	list-style-type: none;
}
.list-order-01:not(:first-child), .list-order-02:not(:first-child), .list-order-03:not(:first-child), .list-disc-01:not(:first-child) {
	margin-top: 0.35em;
}
.list-order-01, .list-order-02 {
  counter-reset: list-order-item 0;
}
.list-order-01 > li, .list-order-02 > li, .list-order-03 > li, .list-disc-01 > li {
  position: relative;
  padding-left: 1.5em;
}
.list-order-01 > li:before, .list-order-02 > li:before, .list-order-03 > li > span, .list-disc-01 > li:before {
  position: absolute;
  top: 0;
  left: 0;
}
.list-order-01 > li:before, .list-order-02 > li:before {
  counter-increment: list-order-item 1;
}
.list-order-01 > li:before {
  content: counter(list-order-item)'.';
}
.list-order-02 > li:before {
  content: '('counter(list-order-item)')';
}
.list-disc-01 > li:before {
  display: block;
  content: '';
  top: 0.5em;
  left: 0.5em;
  border-radius: 50%;
  background-color: #333;
  width: 0.3em;
  height: 0.3em;
}