@charset "shift_jis";

#LINE-body {
	font-size: 16px;
	line-height: 1.6;
	color: #222;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", Osaka, Verdana, "ＭＳ Ｐゴシック", sans-serif;
	width: 830px;
	margin: 0 auto 20px;
}

#LINE-body h1,
#LINE-body h2,
#LINE-body h3 {
	margin: 0px;
}
#LINE-body h1 img, #LINE-body h2 img {
	display: block;
	width: 100%;
}
.intro_text {
	padding: 20px 0px 10px;
	line-height: 2.0;
	text-align: center;
}
.line_add_area {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	margin: 25px 0px;
}
.line_add_area img {
	display: block;
}
.coupon_desc {
	padding: 30px 10px 10px;
	text-align: center;
}
.benefits {
	padding: 20px 100px;
	display: flex;
	align-items: start;
	gap: 60px;
	background: #fff;
}
.benefits_num {
	width: 120px;
	height: 24px;
	font-size: 16px;
	font-weight: bold;
	background: #fffda9;
	padding: 10px 15px;
	margin-top: 10px;
	border-radius: 5px;
	text-align: center;
}
.benefits_content {
	flex: 1;
	max-width: 420px;
}
.benefits_cpn {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.benefits_img {
	width: 120px;
}
.benefits_img img {
	width: 100%;
	height: auto;
}
.benefits_txt {
	font-size: 15px;
	margin-top: 8px;
	vertical-align: top;
	flex: 1;
	text-align: center;
}
.benefits_txt span {
	font-size: 18px;
	font-weight: bold;
}
.benefits_note {
	font-size: 14px;
	color: #666;
	margin-left: 80px;
}
.section_title {
	font-size: 18px;
	font-weight: bold;
	background: #f5f5f5;
	padding: 10px 20px 8px;
	margin: 30px 0 0;
}
.steps_container {
	padding: 20px 20px;
}
.step_label {
	font-weight: bold;
	padding: 15px 0 8px;
}
.step_note {
	font-size: 14px;
	color: #444;
	padding: 5px 0 10px;
}
.step_img {
	margin: 0 0 10px;
	text-align: center;
}
.step_img img {
	display: inline-block;
	width: 600px;
	height: auto;
}
.btn_area {
	margin: 12px 0px;
	text-align: center;
}
#LINE-body .line_btn {
	width: 350px;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	background: #06C755;
	color: #fff;
	text-align: center;
	padding: 15px 40px;
	border-radius: 5px;
	text-decoration: none;
	letter-spacing: 1px;
	transition: background 0.2s;
}
#LINE-body .line_btn:hover {
	opacity: 0.7;
}
.notes_title {
	font-size: 16px;
	font-weight: bold;
	background: #f5f5f5;
	padding: 10px 20px 8px;
	margin: 30px 0 0;
}
.notes_body {
	font-size: 15px;
	color: #444;
	padding: 15px 20px;
	line-height: 1.6;
}
.step_flow {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 30px 0 0;
}
.info_link {
	font-size: 15px;
	color: #3079ed;
	text-decoration: none;
}
.info_link:hover {
	text-decoration: underline;
}
.popclosebtn {
	margin:30px auto 40px auto;
	text-align:center;
	display: none;
}
.popclosebtn input {
	padding:5px 30px;
	font-size: 16px;
	height: 40px;
	line-height: 1.5em;
	letter-spacing: 3px;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #555;
	cursor: pointer;
	background-color: #ffffff;
	background-image: linear-gradient(#ffffff, #f1f1f1);
}
.popclosebtn input:hover {
	background-image: linear-gradient(#f1f1f1, #ffffff);
}
