@charset "utf-8";



/*　　contents
-------------------------------------------------------*/
.cnt-strategy .img-tit {
	margin-right: 30px;
}
.cnt-qrcode .bg01 {
	height: 380px;
	background: transparent;
}
.cnt-qrcode .qrcode01 {
	position: relative;
}
.cnt-qrcode .wrapper-col2 {
	overflow: visible;
}
.cnt-qrcode .qrcode01 {
	min-height: 660px;
}
.cnt-qrcode .qrcode01 .img01 {
	position: absolute;
	top: -154px;
	text-align: center;
	z-index: 500; 	
}
.cnt-lp {
	margin-top: 180px;
}
.cnt-lp .img-tit {
	display: block;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.cnt-lp .box-step {
	position: relative;
}
.cnt-lp .box-step .txt1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 47.916666666667%;
	z-index: 20;
}
.cnt-lp .step2 {
	padding-top: 190px;
}
.cnt-lp .box-step .qr1 {
	position: absolute;
	top: 230px;
	left: 36.875%;
	width: 31.041666666667%;
	z-index: 10;
}



@media screen and (min-width: 768px) and (max-width: 1023px){
.cnt-strategy .img-tit {
	width: auto;
	height: 30px;
}
.cnt-lp {
	margin-top: 120px;
}
.cnt-lp .img-tit {
	width: auto;
	height: 40px;
}
.cnt-lp .box-step .qr1 {
	position: absolute;
	top: 25%;
}
}

@media screen and (max-width: 767px){
.cnt-strategy .img-tit {
	display: block;
	width: auto;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.cnt-qrcode .bg01 {
	height: 300px;
}
.cnt-qrcode .qrcode01 {
	min-height: 300px;
}
.cnt-qrcode .qrcode01 .img01 {
	position: absolute;
	top: -154px;
	width: 100%;
	text-align: center;
	z-index: 500;
}
.cnt-qrcode .qrcode01 .img01 img {
	width: auto;
	height: 400px;
}
.cnt-lp {
	margin-top: 60px;
}
.cnt-lp .img-tit {
	display: block;
	width: auto;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.cnt-lp .box-step .txt1 {
	position: relative;
	width: auto;
	margin-bottom: 20px;
}
.cnt-lp .step2 {
	padding-top: 30px;
}
}


@media screen and (max-width: 767px) and (orientation : landscape) {
}