@charset "utf-8";
@import "html5reset-1.6.1.css";

/************************************
Common
************************************/
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body{
	line-height: 1.5;
	color: #000;
	font-size: 20px;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","Osaka",sans-serif;
}
a{
	color: #fff;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.pc_view{
	display: block;
}
.sp_view{
	display: none;
}

#wrapper{
	width: 100%;
	min-width: 1000px;
	background: url(../images/bg_body.png) no-repeat center top #fefce9;
	background-size: 100% auto;
}

.sns_area{
	width: 800px;
	margin: 10px auto 0;
	padding: 10px 0 5px;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}
.sns_area li{
	margin: 0 5px;
	display: inline-block;
}
.fb-like {
    line-height: 0.7;
}
.fb_area{
	width: 500px;
	margin: 0 auto 15px;
}


/************************************
header
************************************/
header{
	padding: 20px 0;
	text-align: center;
	overflow: hidden;
}
header p{
	font-weight: bold;
    text-shadow: 1px 1px 0 #fff,
				 -1px 1px 0 #fff,
				 1px -1px 0 #fff,
				 -1px -1px 0 #fff;
}


/************************************
section
************************************/
section h2{
	margin: 0 0 -70px;
	text-align: center;
}


/************************************
article
************************************/
article{
	width: 100%;
}
article:nth-of-type(1),
article:nth-of-type(3){
	background: #d41e19;
}
article:nth-of-type(2){
	background: #f4e126;
}

article .outline{
	width: 800px;
	margin: 0 auto;
}
article .outline h3{
	margin: 0 0 10px;
}
.step2 h3 img,
.step3 h3 img{
	display: block;
}

.step1{
	text-align: center;
	overflow: hidden;
	padding: 80px 0 30px;
}
.step1 dl{
	margin: 0 20px;
	display: inline-block;
	border: 2px solid #f4e126;
	border-radius: 10px;
	overflow: hidden;
	background: #f4e126;
}
.step1 dl dt{
	width: 100%;
	padding: 5px 0;
	font-weight: bold;
	background: #f4e126;
    text-shadow: 1px 1px 0 #fff,
				 -1px 1px 0 #fff,
				 1px -1px 0 #fff,
				 -1px -1px 0 #fff;
}
.step1 dl dd {
	padding: 20px;
	background: #d41e19;
}
.step1 dl dd img{
	display: block;
}
.step1 dl dd > img{
	margin: 5px 0 20px;
	padding: 10px;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
}
.step1 dl dd a{
	width: 220px;
	display: block;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}
.step1 dl dd a img{
	width: 100%;
}
/* .step1 #qr-code{
	margin: 0 0 10px;
	overflow: hidden;
}
.step1 #qr-code img:nth-of-type(1){
	padding: 10px;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
}
.step1 #qr-code img:nth-of-type(2){
	vertical-align: top;
}
.step1 #app_sotre{
	width: 100%;
	overflow: hidden;
}
.step1 #app_sotre li{
	width: 40%;
	display: inline-block;
}
.step1 #app_sotre li img{
	width: 100%;
} */

.step2{
	padding: 40px 0 50px;
	overflow: hidden;
}
.step2 > div{
	width: 450px;
	overflow: hidden;
	float: right;
}
.step2 > div p{
	margin: 0 0 15px;
}
.step2 > img{
	width: 300px;
	float: left;
}

.step3{
	padding: 50px 0;
	position: relative;
}
.step3 p{
	width: 530px;
	color: #fff;
}
.step3 > img{
	width: 240px;
	position: absolute;
	right: 0;
	bottom: 0;
}


/************************************
aside
************************************/
aside{
	font-size: 12px;
}
aside .attention{
	width: 800px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
}
aside .attention li{
	text-indent: -15px;
	padding: 0 0 0 15px;
}
aside .attention li + li{
	margin: 5px 0 0;
}
aside .attention li:last-of-type{
	position: absolute;
	top: 10px;
	right: 0;
}
aside .sns_area{
	margin: 10px auto 20px;
}


/************************************
footer
************************************/
footer{
	width: 100%;
	padding: 20px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	background: #c60b1e;
}
#phase{
	display: table;
	margin: 0 auto 10px;
}
#phase a{
	display: table-row;
}
#phase a img{
	display: table-cell;
}
#phase a span{
	padding: 0 0 0 5px;
	display: table-cell;
	vertical-align: middle;
}
footer p{
	margin: 0 auto;
	line-height: 1.2;
}