@charset "utf-8";


/* ▼▼▼▼▼▼ RESET ▼▼▼▼▼▼ */
html, body {
	overflow-y: inherit;
	width: 100%;
	font: 14px/1.4 "メイリオ","ＭＳ Ｐゴシック",Helvetica,Arial,Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3","モリサワ 新ゴ R",Droid Sans,sans-serif;
	color: #333;
}
body {
	-webkit-text-size-adjust: 100%;
}
html, body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, div {
	margin: 0;	padding: 0;
}
ul, li {
	list-style: none;
}
img {
	border: none;
	vertical-align: bottom;
}


/* ▼▼▼▼▼▼ SETTING ▼▼▼▼▼▼ */
a, a:link, a:visited {
	color: #0082d4;
}
a:hover, a:active {
	color: #6cf;
	text-decoration: none;
}

#wrapper {
	margin: 0 5% 3%;
}
#wrapper > h1 {
	margin: 20px auto;
	/*width: 602px;
	height: 48px;*/
  font-size: 28px;
  line-height: 1.5;
	text-align: center;
	/* background: url(/shared/images/jump/title_pc.png) 0 0 no-repeat;
	text-indent: -9999px; */
}

#inner {
	border: 20px solid #eee;
	padding: 38px 10px 10px;
	margin: 0 auto;
	background: #fff;
}
#inner > h2 {
	text-align: center;
}
#inner > h2 > img {
	width: 200px;
}
#inner > p.noteTxt {
	padding: 38px 0 0 0;
	text-align: center;
	font-size: 24px;
}
#inner > p.text {
	padding: 38px 0 36px 0;
	text-align: center;
	font-size: 24px;
}
#inner > p.noteTxt + p.text {
	padding-top: 20px;
}
#inner > p.noteTxt br.pc,
#inner > p.text br.pc {
	display: block;
}
#inner > p.noteTxt br.sp,
#inner > p.text br.sp {
	display: none;
}
#inner > p > strong,
#inner > p > span {
	color: #f00;
	font-weight: bold;
}
#inner > p.noteTxt > span {
	color: #003366;
}
#inner > #loading {
	margin: 0 auto 32px;
	width: 48px;
	height: 48px;
	text-align: center;
}
#inner > #loading img {
	width: 100%;
}
#inner > p.link {
	margin-bottom: 20px;
	text-align: center;
	font-size: 24px;
}
#inner > p.link a {
	font-weight: bold;
}

#inner > #note {
	padding: 20px 6%;
	background: #eee;
}
#inner > #note > ul {
	margin-bottom: -5px;
	font-weight: bold;
}
#inner > #note > ul li {
	margin-bottom: 5px;
}
#inner > #note > p {
	text-align: center;
}








/* ******************************************************************************** *

		media screen  -  max-width: 765px (SP)

* ******************************************************************************** */
@media only screen and (max-width: 767px) {
	#wrapper {
		margin: 0;
	}
	#wrapper > h1 {
		/*width: 284px;
		height: 23px;*/
    width: auto;
    height: auto;
    font-size: 20px;
    line-height: 1.5;
		/* background: url(/shared/images/jump/title_sp.png) 0 0 no-repeat;
		background-size: 284px 23px; */
		text-align: center;
	}
	#inner {
		border: 10px solid #eee;
		padding: 20px 5px 5px;
	}
	#inner > h2 > img {
		width: 128px;
	}
	#inner > p.noteTxt {
		padding: 20px 0 0 0;
		font-size: 18px;
	}
	#inner > p.text {
		padding: 20px 0 18px 0;
		font-size: 18px;
	}
	#inner > p.noteTxt br.pc,
	#inner > p.text br.pc {
		display: none;
	}
	#inner > p.noteTxt br.sp,
	#inner > p.text br.sp {
		display: block;
	}
	#inner > #loading {
		margin: 0 auto 20px;
		width: 40px;
		height: 40px;
	}
	#inner > p.link {
		font-size: 18px;
	}
	#inner > p.link a {
		display: block;
		font-size: 22px;
	}
	#inner > #note {
		padding: 10px 3%;
		font-size: 13px;
	}
}

/* .note-txt */
.note-txt {
  max-width: 992px;
  margin: 20px auto;
  color: #f00;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .note-txt {
    max-width: 92%;
  }
}
@media only screen and (max-width: 767px) {
  .note-txt {
    text-align: left;
  }
}
