@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
body{
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	line-height: 1;
	background-color: #FDFAF0;
}
img{
	vertical-align:bottom;
	width: 100%;
	height: auto;
}
h1,h2,h3,h4,h5{
	font-size:100%;
}
h2{
	font-weight: normal; 
}
ul{
	list-style-type: none;
}
a{
	text-decoration: none;
}
address{
	font-style: normal;
}
#wrap{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
header{
}
header #header{
	padding: 20px 0;
	margin-bottom: 50px;
}
header #header h1{
	margin: 0 5%;
	margin-bottom: 10px;
	text-align: center;
}
header #header h1 img{
	width: 30%;
}
header #header h1{
	display: none;
}
/*main*/
h2{
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 5px;
	text-align: center;
	margin-bottom: 50px;
}
/*STEP1*/
#step1{
	text-align: center;
	margin-bottom: 100px;
}
h3{
	display: inline-block;
	text-align: left;
	letter-spacing: 4px;
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 50px;
}
h3 span{
	background-color: #F36900;
	color: #fff;
	padding: 5px;
	margin: 0 10px;
	border-radius: 10px;
}
#step1 #lessca_logo{
	width: 50%;
	margin: 0 auto;
	margin-bottom: 30px;
}
#step1 ul{
}
#step1 ul #search{
	margin-bottom: 50px;
}
#step1 ul li h4{
	text-align: center;
	font-size: 22px;
	letter-spacing: 2px;
	margin-bottom: 30px;
	background-color: #00b8ee;
	padding: 10px 0;
	color: #fff;
}
#step1 ul #search div{
	text-align: center;
	padding: 5px 0;
}
#step1 ul #search div p{
	font-size: 24px;
	letter-spacing: 2px;
}
#step1 ul #search div p span{
	display: inline-block;
	color: #4d4d4d;
	background-color: #fff;
	font-size: 30px;
	padding: 5px 10px;
	margin: 0 5px;
}
#step1 ul #search div p span img{
	height: 30px;
	width: auto;
	vertical-align: top;
	padding-left: 50px;
}
#step1 ul #app{
	padding-bottom: 50px;
}
#step1 ul #app div{
	width: 50%;
	float: left;
	text-align: center;
}
#step1 ul #app div figure{
	display: block;
	text-align:center;
	margin-bottom: 30px;
}
#step1 ul #app div figure img{
	width: 50%;
	height: auto;
}
#step1 ul #app div a{
	display: inline-block;
}
#step1 ul #app div a img{
	width: 250px;
	height: 74px;
}
#step2{
	text-align: center;
	margin-bottom: 100px;
}
#step2 figure{
	width: 80%;
	margin: 0 auto;
}
#step3{
	text-align: center;
	margin-bottom: 100px;
}
#step3 #card_qr{
	width: 30%;
	margin: 0 auto;
	margin-bottom: 50px;
}
#step3 #card_id{
	font-size: 24px;
	letter-spacing: 5px;
	margin-bottom: 20px;
	background-color: #19244c;
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	border-radius:10px;
}
#step3 #step3_txt{
	text-align: center;
	line-height: 2;
	font-size: 24px;
}
footer{
	text-align: center;
}
footer #return_bt{
	margin-bottom: 20px;
}
footer #return_bt a{
	display: inline-block;
	background-color: #666666;
	padding: 10px 20px;
	color: #fff;
	border-radius: 10px;
}
.clearfix::after{
	clear:both;
	content:".";
	visibility:hidden;
	display:block;
	height:0;
}
.pc_hide{
	display: none;
}
.sp_show{
	display: none;
}
#copyright{
	padding-bottom: 3px;	
}
/*ここからタブレット用（768px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 780px){
.pc_hide{
	display: block;
}

header #header p{
	font-size: 18px;
}
/*main*/
header #header h1{
	font-size: 20px;
}
h2{
	font-size: 28px;
}
/*STEP1*/
#step1{
	text-align: center;
	margin-bottom: 100px;
}
h3{
	text-align: center;
	font-size: 18px;
}
h3 span{
	margin: 10px 20px;
}
	#step1{
		margin-bottom: 30px;
	}
#step1 ul li h4{
	font-size: 18px;
}
#step1 ul #search div p{
	font-size: 18px;
	letter-spacing: 2px;
}
#step1 ul #search div p span{
	font-size: 20px;
}
#step1 ul #search div p span img{
	height: 20px;
}
#step1 ul #app{
	padding-bottom: 0px;
}
#step1 ul #app div{
	width: 80%;
	float: none;
	margin: 0 auto;
	margin-bottom: 50px;
	text-align: center;
}
#step2{
	text-align: center;
	margin-bottom: 100px;
}
#step2 figure{
	width: 80%;
	margin: 0 auto;
}
#step3{
	text-align: center;
	margin-bottom: 50px;
}

#step3 #step3_txt{
	font-size: 18px;
}
}
/*ここからスマートフォン用(480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 480px){
	.sp_show{
		display: block;
	}
header #header h1 img{
	width: 50%;
}}