/* ------------------------------------------------

reset css

------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

/* ------------------------------------------------

base

------------------------------------------------ */
html{
	font-size: 16px;
	}
body{
	position: relative;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 1.0rem;
	line-height: 1.8rem;
	}
#lp{
	margin: 0 auto;
	text-align: center;
	background: #fff;
	max-width: 640px;
	}
img{
	width: 100%;
	vertical-align: bottom;
	}

/* ------------------------------------------------

content

------------------------------------------------ */
/* --- main --- */
/*.top_block*/
.top_block{
	padding: 15% 8% 0 8%;
	}
.top_block h1{
	margin-bottom: 20%;
	}
.top_block h3{
	margin-bottom: 20%;
	}
.top_block_img_qbby{
	width: 45%;
	}
.introduction{
	background: #000;
	color: #fff;
	padding: 8% 5%;
	margin-bottom: 20%;
	}
.introduction img{
	max-width: 20%;
	margin-bottom: 3%;
	}
@media screen and (min-width:481px) { 
	.introduction,
	.step div{
		font-size: 1.5rem;
		line-height: 2.0rem;
		}
	}
@media screen and (max-width:480px) { 
	.step div{
		font-size: 1.0rem;
		line-height: 2.0rem;
		}
	}
	
/*step_block*/
.step{
	background: #000;
	}
.step div{
	color: #fff;
	padding: 8% 5% 8% 5%;
	}
.step04{
	background: #fff;
	}
.step02 div{
	background-image: url(../images/lp_img_step02_bg_en.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	}
.step04 div{
	background-image: url(../images/lp_img_step04_bg_en.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	}
	 
/*info_block*/
.info_block{
	padding: 20% 8%;
	}
.info_block h2{
	margin-bottom: 10%;
	}
.info_block p{
	margin-bottom: 10%;
	font-size: 1.25rem;
	line-height: 2.0rem;
	}
.info_block img.logo_title{
	/*margin-bottom: 10%;*/
	}
/*banner_block*/
.banner_block h2{
	padding: 8% 8%;
	background: #000;
	}
.banner_block_list{
	padding: 15% 8% 8%;
	}
.banner_block_list li{
	margin-bottom: 10%;
	}
.banner_block_list li h3{
	margin-bottom: 5%;
	}

/*footer*/
footer{
	padding: 5%;
	background: #000;
	color: #fff;
	font-size: 0.8rem;
	line-height: 1.5rem;
	}