.wifi-main {
	height: 100%;
	position: relative;
}

.wifi-main-title {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap;	
	-webkit-align-items: center;
	align-items: center;

	padding: 20px 0;	
}
.wifi-main-title .title--image {
	width: 30%;
}
.wifi-main-title .title--clue {
	margin-top: 10px;
}
.wifi-main-title .title--module {
	margin-top: 10px;
}

.wifi-main-next {
	width: 90%;	
	-webkit-border-radius: 99px;*
	border-radius: 99px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40%;
	margin: auto;
}

.wifi-main-attention {
	position: fixed;
	width: 100%;
	text-align: center;
	bottom: 0;
	padding: 10px 0 22px 0;
	font-size: 12px;
}
