@charset "UTF-8";

.mv-how-to-use-line {
	background: #00b900;
	color: #fff;
}

#how-to-use-line .main-ti {
	font-size: 2.6rem;
	border-width: 0 0 3px;
	padding-bottom: 10px;
	line-height: 1.6;
	background: url(../images/line-app-icon.svg) no-repeat 0 0;
	background-size: 37px auto;
	padding-left: 50px;
	margin-bottom: 20px;
}

#how-to-use-line .copy {
	font-size: 1.8rem;
	font-weight: bold;
}

#how-to-use-line .read {
	margin-bottom: 20px;
}

.step-lists > li {
	border-width: 1px 0 0;
	padding-top: 30px;
	margin-top: 30px;
}

.step-lists li h3 {
	font-size: 2.6rem;
	line-height: 1.0;
	margin-bottom: 15px;
}

.qr-lists li, .chat-lists li {
	width: 30%;
}

.qr-lists li {
	border-width: 5px;
	padding: 20px;
	margin: 0 2%;
}

.qr-lists li p {
	line-height: 1.0;
}

.qr-lists li p span {
	border: solid 1px #00b900;
	padding: 0 2px 2px;
	display: inline-block;
	margin-top: 10px;
	margin-right: 8px;
	border-radius: 3px;
}

.qr-lists li h4, .chat-lists li h4 {
	font-size: 1.8rem;
	line-height: 1.4;
}

.qr-lists li h4 span {
	font-size: 1.4rem;
}

.qr-lists li img {
	margin-top: 20px;
	max-width: 150px;
}

.chat-lists li h4 {
	margin-bottom: 15px;
}

.chat-image {
	max-width: 634px;
	margin-bottom: 30px;
	margin-top: 25px;
}



/* iPad 10.5インチ以下 */
@media screen and (max-width: 834px) {
	
	#how-to-use-line .main-ti {
		font-size: 2.2rem;
		background-size: 28px auto;
		background-position: 0 3px;
		padding-left: 40px;
	}
	
	#how-to-use-line .copy {
		font-size: 1.6rem;
	}
	
	.qr-lists li, .chat-lists li {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	
	.step-lists li h3 {
		text-align: center;
	}
	
	.step-lists li .btn-line {
		color: #fff !important;
		margin-top: 10px;
		padding: 10px 5px 13px;
		line-height: 1.0;
	}
	
	.qr-lists li:not(:first-child) {
		margin-top: 15px;
	}
	
	.chat-image {
		max-width: 400px;
		width: 85%;
	}
	
	.chat-lists li img {
		width: 100%;
		max-width: 360px;
	}
	
	.chat-lists li:not(:first-child) {
		margin-top: 25px;
	}
}