/* LINE公式アカウントのご案内 */

.wrap_line_flex_box {
	display: flex;
	justify-content: center;
}

.line_flex_text {
	width: 60%;
	margin-right: 20px;
}

.icon_line {
	width: 30%;
}

/* 「友だち」への登録方法 */
/* 直接登録する場合 */

.ttl_h3 {
	font-family: "dnp-shuei-mgothic-std",sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;font-size: 1.6rem;
	color: #0B318F;
	margin-bottom: 10px;
}

.add_way1_flex_contents {
	background: #fff;
	margin-bottom: 10px;
	padding: 5%;
}

.add_way1_flex_contents:last-child {
	margin-bottom: 0;
}

.ttl_h4 {
	font-size: 16px;font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.add_line {
	margin-top: 10px;
}

/* LINEアプリから登録する */
.add_way2_flex_contents {
	margin-bottom: 20px;
}

.add_way2_flex_contents:last-child {
	margin-bottom: 0;
}

.wrap_step {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.step {
	width: 30%;
	max-width: 76px;
}

.wrap_step p:nth-child(2) {
	width: 68%;
}

.img_line_add_way {
	width: 70%;
	margin: 0 auto;
}

/* QRコード */
.wrap_qr_area_flex_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.qr_area_flex_contents {
	border-left: 4px solid #0B318F;
	padding-left: 10px;
	width: 48%;
	margin-bottom: 20px;
}

/*
.qr_area_flex_contents:last-child {
	margin-bottom: 0;
}
*/

.qr_area .font_dnp {
	color: #0B318F;
	margin-bottom: 20px;
}

.shop_name {
	color: #0B318F;
	font-weight: bold;
}

.btn_line a {
	display: block;
	background: #00b833;
	color: #fff;
	border-radius: 3px;
	text-align: center;
	margin: 10px 0;
	font-weight: bold;
}

.qr_area_right {
	display: none;
}

@media screen and (min-width: 769px) {
	/* LINE公式アカウントのご案内 */
	.wrap_line_flex_box {
		flex-direction: row-reverse;
		justify-content: center;
		align-items: center;
	}

	.line_flex_text {
		width: 60%;
		max-width: 420px;
		margin-right: 0;
		margin-left: 35px;
		line-height: 2;
	}

	.icon_line {
		width: 30%;
		max-width: 110px;
	}

	/* 「友だち」への登録方法 */
	.add_way {
		padding-bottom: 100px;
	}

	/* 直接登録する場合 */

	.ttl_h3 {
		font-size: 24px;font-size: 2.4rem;
		margin-bottom: 25px;
	}

	.add_way_flex_box {
		display: flex;
		justify-content: space-between;
	}

	.add_way1_flex_contents {
		margin-bottom: 0;
		padding: 3%;
		width: 48%;
		max-width: 437px;
		display: flex;
		justify-content: center;
		flex-direction: row-reverse;
	}

	.add_way1_flex_contents:last-child {
		margin-bottom: 0;
	}

	.ttl_h4 {
		font-size: 18px;font-size: 1.8rem;
		margin-bottom: 10px;
	}

	.add_line {
		margin-top: 40px;
		margin-right: 20px;
	}

	.add_line_text {
		width: 70%;
		max-width: 230px;
	}

	/* LINEアプリから登録する */
	.wrap_add_way2_flex_box {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.add_way2_flex_contents {
		width: 32%;
		max-width: 294px;
		margin-bottom: 0;
	}

	.wrap_step {
		margin-bottom: 30px;
	}

	.step {
		width: 30%;
		max-width: 90px;
	}

	.wrap_step p:nth-child(2) {
		width: 65%;
	}

	.img_line_add_way {
		width: 100%;
		max-width: 217px;
	}

	/* QRコード */
	.qr_area {
		padding-bottom: 150px;
	}

	.wrap_qr_area_flex_box {
		max-width: 756px;
		margin: 0 auto;
	}

	.qr_area_flex_contents {
		border-left: 5px solid #0B318F;
		padding-left: 20px;
		width: 48%;
		max-width: 327px;
		margin-bottom: 80px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.qr_area .font_dnp {
		margin-bottom: 55px;
		font-size: 18px;font-size: 1.8rem;
		text-align: center;
	}

	.shop_name {
		font-size: 20px;font-size: 2.0rem;
	}

	.btn_line a {
		display: none;
	}

	.qr_area_right {
		display: block;
		max-width: 120px;
		width: 40%;
	}
}