@charset "UTF-8";
/* ------ link ------ */
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: inherit;
}
/* ------ base ------ */
address, body, dd, div, dl, dt, figure, form, h1, h2, h3, h4, h5, input, li, ol, p, select, table, td, th, ul {
	margin: 0;
	padding: 0;
}
html {
	font-size: 62.5%;
	/*10px*/
	background-color: #555;
}
body {
	color: #000;
	background-color: #fff;
	margin: 0;
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', sans-serif;
	font-size: 1.6rem;
	line-height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
a img, img {
	border: 0;
	vertical-align: bottom;
}
li, ul {
	list-style: none;
}
.ipad body, .iphone body, .ipod body, .mac body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
.contents span.reader {
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', sans-serif;
	display: inline;
	margin: 0;
	padding: 0;
}
.ipad .contents span.reader, .iphone .contents span.reader, .ipod .contents span.reader, .mac .contents span.reader {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
* {
	box-sizing: border-box;
}
table {
	width: 100%;
}
input[type="text"], textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	font-size: 1.6rem;
}
input[type="submit"], input[type="button"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 1;
	font-size: 1.6rem;
}
small, .small {
	font-size: 1rem;
}
img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.pcOnly {
	display: block;
}
@media only screen and (max-width: 977px) {
	.pcOnly {
		display: none;
	}
}
.tabOnly {
	display: none;
}
@media only screen and (max-width: 977px) {
	.tabOnly {
		display: block;
	}
}
.spOnly {
	display: none;
}
@media only screen and (max-width: 767px) {
	.spOnly {
		display: block;
	}
}
.pcOnly-ib {
	display: inline-block;
}
@media only screen and (max-width: 767px) {
	.pcOnly-ib {
		display: none;
	}
}
.spOnly-ib {
	display: none;
}
@media only screen and (max-width: 767px) {
	.spOnly-ib {
		display: inline-block;
	}
}
/* ------ clearfix ------ */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
@media screen and (max-width: 989px) {
	.external:after {
		position: absolute;
		right: 15px;
	}
}

/* ------ font ------ */
.font-small {
	font-size: .8em;
}
/* ------ note ------ */
.note {
	position: relative;
}
.note span {
	position: absolute;
  left: 0;
}
.pl-2em {
	padding-left: 2em;
  
}
/* ------ padding ------ */
.w-100 {
  width: 100% !important;
}
/* ------ padding ------ */
.pb-25 {
padding-bottom: 25px !important;
}
/* ------ margin ------ */
.mt-0 {
	margin-top: 0 !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-15 {
	margin-top: 15px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-25 {
	margin-top: 25px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mt-35 {
	margin-top: 35px !important;
}
.mt-40 {
	margin-top: 40px !important;
}