@charset "utf-8";
/* CSS Document */
html {
	font-family: PingFang-SC-Regular,'Helvetica Neue',Helvetica,'microsoft yahei';
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	color: #333;
}

html * {
	outline: 0;
	-webkit-text-size-adjust: none;
	tap-highlight-color: rgba(0,0,0,.05);
	-webkit-tap-highlight-color: rgba(0,0,0,.05);
	-ms-tap-highlight-color: rgba(0,0,0,.05)
}

:root {
	overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
}

body {
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	line-height: 1.5;
	font-size: 0.52rem;
	max-width: 750px;
	margin: 0 auto;
	min-height: 100%;
	background: #f7f7f7;
	font-family: PingFang-SC-Regular, 'Helvetica Neue', Helvetica, 'microsoft yahei';
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

fieldset, img {
	border: 0;
}

img {
	vertical-align: middle;
}

:focus {
	outline: 0;
}

address, caption, cite, code, dfn, em, b, i, th, var, optgroup {
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

abbr, acronym {
	border: 0;
	font-variant: normal;
}

input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

textarea {
	overflow: auto;
}

code, kbd, samp, tt {
	font-size: 100%;
}

input, button, textarea, select {
	*font-size: 100%;
}

ol, ul, li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
	color: #333;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}

a:hover{text-decoration:none}

caption, th {
	text-align: left;
}

sup, sub {
	font-size: 100%;
	vertical-align: baseline;
}

:link, :visited, ins {
	text-decoration: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

* {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input, textarea {
	-webkit-appearance: none;
	border:none;
}

input::-webkit-input-placeholder { 
  color: #c0c0c0; 
} 
input:-moz-placeholder { 
  color: #c0c0c0; 
} 
input::-moz-placeholder { 
  color: #c0c0c0; 
} 
input:-ms-input-placeholder { 
  color: #c0c0c0; 
}

button {
	background: none;
}

em,i {
	font-style:normal;
	
}

a,a:focus {
	outline:none;
}

.noBg {
	background:none!important;
}

.noBd {
	border:0!important;
}

.noMg { 
    margin: 0!important;
}

.fl {
	float:left;
}

.fr {
	float:right;
}

.noPd { 
    padding: 0!important;
}

body {
	max-width: 640px; 
	margin: 0 auto; 
	color: #333333; 
}


.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow:hidden;
}

.clearfix {
	display: block
}


@media (min-width: 319px) {
	html {
		font-size: 21px;
	}
}

@media (min-width: 359px) {
	html {
		font-size: 24px;
	}
}

@media (min-width: 374px) {
	html {
		font-size: 25px;
	}
}

@media (min-width: 413px) {
	html {
		font-size: 27px;
	}
}

@media (min-width: 479px) {
	html {
		font-size: 32px;
	}
}

@media (min-width: 639px) {
	html {
		font-size: 36px;
	}
}

@media (min-width: 749px) {
	html {
		font-size: 38px;
	}
}

.mg_b4 {
	margin-bottom:0.4rem;
}


.guide_bg {
	position:fixed;
	z-index:5;
	width:100%;
	height:100%;
	background: -webkit-linear-gradient(top, #d5e6f9, #ffffff); 
    background: -o-linear-gradient(top, #d5e6f9, #ffffff); 
    background: -moz-linear-gradient(top, #d5e6f9, #ffffff); 
    background: linear-gradient(top, #d5e6f9, #ffffff);
}
.guide_bg img {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
	height:90%;
	z-index:2;
}
.guide_text {
	position:absolute;
	z-index:19;
	width:100%;
	left:0;
	bottom:0;
	height:7.5rem;
	background:url(../images/guide_text.png) no-repeat center top;
	background-size:100% 100%;
}
.guide_text .logo {
	width:2.6rem;
	height:2.6rem;
	background:#fff;
	border-radius:50%;
	margin:0 auto;
	position:relative;
	z-index:1;
}
.guide_text .logo img {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
	height:100%;
}
.guide_text .txt {
	text-align:center;
	font-size:0.8rem;
	color:#fff;
	font-weight:bold;
	line-height:1.0rem;
	padding:0.4rem 0;
}
.guide_text .down {
	display:block;
	background: -webkit-linear-gradient(top, #ffffff, #EDF5FE); 
    background: -o-linear-gradient(top, #ffffff, #EDF5FE); 
    background: -moz-linear-gradient(top, #ffffff, #EDF5FE); 
    background: linear-gradient(top, #ffffff, #EDF5FE);
	width:70%;
	margin:0 auto;
	height:1.6rem;
	line-height:1.6rem;
	border-radius:1.0rem;
	text-align:center;
	color:#5A9EF2;
	font-weight:bold;
	font-size:0.75rem;
}