/** {
	padding: 0;
	margin: 0;
	font-size: 16px;
	outline: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}
*/a {
	text-decoration: none;
}
body {
	background: #fcfaf3;
}
.head {
	width: 100%;
}
.head>img {
	width: 100%;
}
.btnBox {
	width: 100%;
	margin-top: 13%;
	text-align: center;
}
.btn_same {
	width: 63%;
	margin-bottom: 10%;
	background: #ff8a00;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 0.9em;
	color: white;
	border-radius: 5px;
	padding: 3% 0;
	letter-spacing: 2px;
}
.btn_same>img{
	width:20px;
	margin-right: 4%;
}
.pointBox {
	width: 90%;
	margin: 0 auto;
	background: #fff4e4;
	border: 1px #FF8A00 dotted;
	border-radius: 10px;
	margin-top: 5%;
	margin-bottom:10%;
}
.pointBox>p {
	width: 100%;
	display: inline-flex;
	justify-content: center;
	font-size: .8em;
	color: #b3b3b3;
	letter-spacing: 1px;
	padding-top: 8%;
	
}
.btnBox1 {
	width: 80%;
	margin: 0 auto;
	margin-top: 10%;
	margin-bottom: 10%;
	background: #FF8A00;
	text-align: center;
	padding: 4% 0;
	border-radius: 25px;
	display: flex;
	justify-content: space-around;
	
}
.btnBox1>a {
	width: 40%;
	display: block;
	color: white;
	font-size: .8em;
	letter-spacing: 2px;
}
.btnBox1>span:before {
	content: '';
	position: absolute;
	background: white;
	width: 1px;
	height: 16px;
}
.open_bank {
	margin-left: 5%;
}
.reserve {
	margin-right: 5%;
}