@charset "utf-8";

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: inherit;
	line-height: 100%;
  vertical-align: baseline;
	box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

sup {
	font-size: 70%;
	vertical-align: 45%;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
	display: block;
	max-width: 100%;
  height: auto;
  min-height: 1px;
}

ol, ul {
  list-style: none;
  -moz-padding-inline-start: 0;
  -webkit-padding-inline-start: 0;
  -o-padding-inline-start: 0;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  line-height: 1.5;
}

ul.disc {
	list-style-type: none;
	margin: 0;
}
ul.disc li {
	position: relative;
	margin: 0 0 0.5em 1.5em;
	line-height: 140%;
}
ul.disc li:last-child {
	margin-bottom: 0;
}
ul.disc li::before {
	position: absolute;
	top: -1px;
	content: "•";
	margin: 0 0 0 -1em;
}

ul.asterisk {
	margin: 0;
}
ul.asterisk li {
	position: relative;
	margin: 0 0 0.5em 1em;
	line-height: 140%;
}
ul.asterisk li:last-child {
	margin-bottom: 0;
}
ul.asterisk li::before {
	position: absolute;
	content: "※";
	margin: 0 0 0 -1em;
}

ul.circle {
	margin: 0;
}
ul.circle li {
	position: relative;
	margin: 0 0 0.5em 1em;
	line-height: 140%;
	background: transparent;
}
ul.circle li:last-child {
	margin-bottom: 0;
}
ul.circle li::before {
	position: absolute;
	content: "●";
	font-size: 10px;
	margin: 0 0 0 -1.3em;
}

ol li {
	counter-increment: cnt;
	margin-bottom: 1em;
}
ol li::before {
  content: ""counter(cnt)". ";
}
ol li:last-child() {
	margin-bottom: 0;
}

br.sp, img.sp, span.sp,br.ssp {
  display: none;
}
br.pc, img.pc, span.pc {
  display: block;
}

.small {
	font-size: 14px;
}
.x-small {
	font-size: 12px;
}

.mt0 {
	margin-top: 0!important;
}
.mt05em {
	margin-top: .5em!important;
}
.mt1em {
	margin-top: 1em!important;
}
.mt2em {
	margin-top: 2em!important;
}
.mt3em {
	margin-top: 3em!important;
}
.mb1em {
	margin-bottom: 1em!important;
}
.mb2em {
	margin-bottom: 2em!important;
}
.ml1em {
	margin-left: 1em!important;
}
.my1em {
	margin: 1em 0!important;
}
.my2em {
	margin: 2em 0!important;
}
.pt1em {
	padding-top: 1em!important;
}
.py1em {
	padding: 1em 0!important;
}
.py2em {
	padding: 2em 0!important;
}


/* SP
------------------------------------------------------------------------------------------------ */

@media (max-width: 780px) {

  br.sp, img.sp, span.sp {
    display: block;
  }
  br.pc, img.pc, span.pc {
    display: none;
  }
	
	ul.disc {
		font-size: 14px;
	}
	ul.asterisk {
		font-size: 14px;
	}
}
