



/********ヘッダー********/
header#header{
	position:fixed; left:0; top:0;
	width:100%;
	height:0;
	padding-top:14%;
	background:#ffef05;
	box-shadow:0 0 8px 0 rgba(0,0,0,0.24);
	color:#000000;
	z-index:9999;
}

header#header #header_inner{
	position:absolute; left:0; top:0;
	width:100%;
	height:100%;
}

header#header #header_inner #logo{
	position:absolute; right:0; top:0;
	display:block;
	width:100%;
	height:100%;
	background:url(/images/logo.png?1723776247) left 6% center / auto 72% no-repeat;
	text-indent:-9999px;
}
header#header #header_inner #logo a{display:block; width:100%; height:100%;}




/********LINE友達登録画面********/
.registBox{
	padding:32px;
	background:#ffffff;
	border:double 6px #06c755;
}

.registBox .link_lineRegist{
	display:block;
	width:100%;
	padding:16px 0;
	background:#06c755;
	border-radius:9999px;
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}

.registBox .registCheck{
	margin-top:16px;
	text-align:center;
}

.registBox .registCheck .checkbox{
	margin-right:6px;
	transform:scale(1.2);
}

.registCaution{
	padding:16px;
	background:#ffffff;
	border:solid 2px;
	border-radius:10px;
	opacity:0.64;
}

.dialog_box_success{
	border: solid 2px #006fff;
	background: #ffffff;
	padding: 1.5em 1em;
	color: #006fff;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
}

.dialog_box_error{
	border: solid 2px #ff0000;
	background: #ffffff;
	padding: 1.5em 1em;
	color:#ff0000;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.6;
	text-align: center;
}

.dialog_box_success span,
.dialog_box_error span{
	margin-right: 5px;
	display: inline-block;
	position: relative;
	top: 6px;
}

.line_btn{
	display: block;
	width: 90%;
	margin: 0 auto;
	padding: 12px 0;
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	font-weight: 600;
	background: linear-gradient(to bottom,  #fffc1c 0%,#29be0f 100%);
	border: 2px solid #3eb50c;
	border-radius: 100px;
	box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.8) inset;
	text-shadow: 1px 1px 1px rgba(0,0,0,20%);

}

.line_btn::before{
	content: "\e5e1";
	font-family: "Material Icons";
	display: inline-block;
	margin: 0px 3px 0px 0px;
	font-size: 18px;
	position: relative;
	top: 2px;
}


