html {
	width: 100%;
	height: 100%;
	background: #999;
}
body {
	margin: 0px auto;
	font-size: 18px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}
body::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
}
::-webkit-scrollbar {
	overflow:hidden;
	width:5px;
	background:#fafafa;
}
::-webkit-scrollbar:horizontal {
	height:5px;
}
::-webkit-scrollbar-button {
	display:none;
}
::-webkit-scrollbar-piece {
	background:#eee;
}
::-webkit-scrollbar-piece:start {
	background:#eee;
}
::-webkit-scrollbar-thumb {
	background:#767676;
	border-radius: 2px;
}
::-webkit-scrollbar-corner {
	background:#767676;
	border-radius: 2px;
}
a { 
	font-size: 16px;
	color: #007FC7;
	text-decoration: underline;
}
a:hover {
	color: #007FC7;
	text-decoration: none;
}
a:active {
	color: #F39919;
}
#wrap {
    max-width: 1200px;
    margin: 0 auto;
	min-height: 100%;
	position: relative;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.6);
	background: url('../images/bg_body.gif');
	background-position: center top;
}
#wrap.mobile {
    max-width: 420px;
}
#wrap.pc {
	min-width: 768px;
}
img {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-khtml-user-select: none;
	user-drag: none;
	-webkit-user-drag: none;
}
p {
	margin: 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
contents {
	display: block;
	width: 100%;
	min-height: calc(100vh - 167px);
}
contents.mobile {
	min-height: calc(100vh - 117px);
}
contents.pc { padding: 10px 0; }
main {
	padding: 10px;
	box-sizing: border-box;
    max-width: 570px;
    margin: 0 auto;
}
contents.mobile main {
	display: block;
	padding-bottom: 100px;
}
.link {
	cursor: pointer!important;
}



.list_num {
	margin: 0 0 0 20px;
	padding: 0;
}
.list_num li {
	list-style-type: decimal;
}
.list_num_k {
  padding: 0 0 0 0;
  margin: 0;
}
.list_num_k li {
	list-style-type: none;
	list-style-position: inside;
	counter-increment: cnt;
	padding-left:1.5em;
	text-indent:-1.5em;
}
.list_num_k li:before {
/*	display: marker;*/
	content: "(" counter(cnt) ") ";
}
.head {
    margin: 40px 0 20px;
    padding: 0 0 10px;
    font-weight: bold;
    border-bottom: 1px solid #d2d2d2;
	background:#fff;
}
.head:first-child {
    margin: 10px 0 20px;
}
.button {
	width: fit-content;
	min-width: 150px;
	height: 30px;
	text-align: center;
	margin: 20px auto;
	position: relative;
	cursor: pointer;
}
.button span {
	color: #FFF;
	line-height: 30px;
	font-weight: 500;
	filter: drop-shadow(1px 1px 0px #333);
}
.button.pink {
	background: url('../images/button/bt_pink_bg.png') repeat-x;
}
.button.pink::before {
	content: '';
	background: url('../images/button/bt_pink_l.svg') no-repeat;
	position: absolute;
	top: 0;
	left: -12px;
	width: 12px;
	height: 30px;
}
.button.pink::after {
	content: '';
	background: url('../images/button/bt_pink_r.svg') no-repeat;
	position: absolute;
	top: 0;
	right: -12px;
	width: 12px;
	height: 30px;
}
.button.blue {
	background: url('../images/button/bt_blue_bg.png') repeat-x;
}
.button.blue::before {
	content: '';
	background: url('../images/button/bt_blue_l.svg') no-repeat;
	position: absolute;
	top: 0;
	left: -12px;
	width: 12px;
	height: 30px;
}
.button.blue::after {
	content: '';
	background: url('../images/button/bt_blue_r.svg') no-repeat;
	position: absolute;
	top: 0;
	right: -12px;
	width: 12px;
	height: 30px;
}
.button.green {
	background: url('../images/button/bt_green_bg.png') repeat-x;
}
.button.green::before {
	content: '';
	background: url('../images/button/bt_green_l.svg') no-repeat;
	position: absolute;
	top: 0;
	left: -12px;
	width: 12px;
	height: 30px;
}
.button.green::after {
	content: '';
	background: url('../images/button/bt_green_r.svg') no-repeat;
	position: absolute;
	top: 0;
	right: -12px;
	width: 12px;
	height: 30px;
}
.button.gray {
	background: url('../images/button/bt_gray_bg.png') repeat-x;
}
.button.gray::before {
	content: '';
	background: url('../images/button/bt_gray_l.svg') no-repeat;
	position: absolute;
	top: 0;
	left: -12px;
	width: 12px;
	height: 30px;
}
.button.gray::after {
	content: '';
	background: url('../images/button/bt_gray_r.svg') no-repeat;
	position: absolute;
	top: 0;
	right: -12px;
	width: 12px;
	height: 30px;
}
#err {
	display: none;
	width: calc(100% - 10px);
	margin: 10px auto;
	background: #EEE;
	border-radius: 4px;
	box-sizing: border-box;
	max-width: 550px;
	box-shadow: 1px 1px 0 0 #333;
	padding: 5px 0;
	border: 1px solid #999;
}
#err li {
	color: #e95587;
	font-size: 13px;
	margin: 10px 0;
	font-weight: 400;
	box-sizing: border-box;
	padding-left: 30px;
	position: relative;
}
#err li::after {
	content: '!';
	display: block;
	font-size: 13px;
	font-weight: 400;
	width: 16px;
	height: 16px;
	line-height: 16px;
	color: #FFF;
	text-align: center;
	background: #e95587;
	border-radius: 8px;
	position: absolute;
	top: 2px;
	left: 8px;
}
#msg {
	display: none;
	width: calc(100% - 10px);
	margin: 10px auto;
	background: #EEE;
	border-radius: 4px;
	box-sizing: border-box;
	max-width: 550px;
	box-shadow: 1px 1px 0 0 #333;
	padding: 5px 0;
	border: 1px solid #999;
}
#msg li {
	color: #0071bc;
	font-size: 13px;
	margin: 10px 0;
	font-weight: 400;
	box-sizing: border-box;
	padding-left: 30px;
	position: relative;
}
#msg li::after {
	content: '!';
	display: block;
	font-size: 13px;
	font-weight: 400;
	width: 16px;
	height: 16px;
	line-height: 16px;
	color: #FFF;
	text-align: center;
	background: #0071bc;
	border-radius: 8px;
	position: absolute;
	top: 2px;
	left: 8px;
}