.global{
	position:fixed !important;
	top:0 !important;
	left:0 !important;
	visibility:visible;
	width:100%;
	background:rgba(255,255,255,0.9);
}
.wrapper{
	padding-top:100px;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	REMOTE MAINTENANCE
::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.remote_box{
	margin-bottom:80px;
}
.remote_box h5{
	background:rgba(0,0,0,0.1);
	padding:10px 20px;
	font-size:18px;
}
.remote_box p,
.remote_box ol{
	margin:20px 0;
}
.remote_box ol,
.remote_box ul{
	padding-left:30px;
}
.remote_box ol li{
	list-style:decimal outside;
	line-height:1.4em;
	padding-bottom:1.5em;
}
.remote_box ul li{
	list-style:disc outside;
	line-height:1.4em;
	padding:0.7em;
	border-bottom:1px dotted #ccc;
}

/*同意事項*/
.check{
	font-size:18px;
	background:#000;
	color:#fff;
	text-align:center;
	padding:10px;
	margin-bottom:20px;
}
.check-content input[type=checkbox]{
	width: 18px;
	cursor:pointer;
}

.check-content .inq_send_btn,
#pagenotfound_main .to_home_btn{
	font-size:18px;
	background:#eee;
	color:#fff;
	text-align:center;
	padding:10px;
	margin-bottom:20px;
}
.check-content .inq_send_btn a,
.check-content .inq_send_btn a i,
#pagenotfound_main .to_home_btn a,
#pagenotfound_main .to_home_btn a i{
	color: #000000;
}
.check-content .inq_send_btn a:hover i,
#pagenotfound_main .to_home_btn a:hover i{
	background: #000000;
	color: #fff;
	text-decoration: none;
}

/*バナー*/
.remote-banner{
	margin: 20px auto 100px;
	text-align:center;
}
