main {
	background-color: #ffffff;
}
/* LP個別スタイル */
.lp-wrapper {
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 1.6;
	max-width: 800px;
	margin: 0 auto;
	padding: 40px 20px;
}
.lp-wrapper.top-wrapper {
	padding-bottom: 20px;
}
.lp-wrapper.bottom-wrapper {
	padding-top: 20px;
}
.lp-wrapper img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.lp-header-logo {
	text-align: center;
	margin-bottom: 20px;
}

/* CSSで装飾線を実装 */
.lp-lead-title-wrap {
	text-align: center;
	margin-bottom: 15px;
}
.lp-lead-title {
	display: inline-block;
	position: relative;
	font-size: 24px;
	font-weight: bold;
	color: #004098;
	padding: 0 30px;
	margin: 0;
	line-height: 1.4;
}
.lp-lead-title::before,
.lp-lead-title::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 3px;
	height: 30px;
	background-color: #004098;
	border-radius: 2px;
}
/* 左右の線を入れ替え（左：／、右：＼） */
.lp-lead-title::before {
	left: 0;
	transform: translateY(-50%) rotate(-25deg);
}
.lp-lead-title::after {
	right: 0;
	transform: translateY(-50%) rotate(25deg);
}

.lp-lead-text {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 0;
}

/* PC/SPでの改行制御 */
.lp-br-sp-none { display: inline; }
.lp-br-pc-none { display: none; }

/* バナーを少し大きめに見せる */
.lp-banner-full {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.lp-banner-full img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* バナー直下申し込みボタン */
.lp-btn-large {
	display: block;
	background-color: #ff6a00;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	padding: 20px 20px;
	border-radius: 40px;
	box-shadow: 0 6px 12px rgba(255, 106, 0, 0.3);
	transition: transform 0.2s;
	width: 90%;
	max-width: 600px;
	margin: 30px auto 10px;
	text-align: center;
}
.lp-btn-large:hover {
	background-color: #e65c00;
	transform: translateY(-2px);
}

/* ポップアップアニメーション */
@keyframes lp-popup-floating {
	0% { transform: translateY(0); }
	50% { transform: translateY(-10px); }
	100% { transform: translateY(0); }
}

/* 右下固定のポップアップボタン */
.lp-popup-wrapper {
	position: fixed;
	bottom: 30px;
	right: 20px;
	z-index: 999;
	width: 120px;
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	text-align: center;
	animation: lp-popup-floating 2.5s ease-in-out infinite;
}
.lp-popup-close {
	position: absolute;
	top: -10px;
	right: -10px;
	background-color: #333333;
	color: #ffffff;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.lp-popup-link {
	display: block;
	background-color: #ff6a00;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 15px 10px;
	border-radius: 10px;
	line-height: 1.4;
	transition: background-color 0.2s;
}
.lp-popup-link:hover {
	background-color: #e65c00;
}

.lp-step-section {
	border: 2px solid #004098;
	padding: 20px;
	margin-bottom: 40px;
}
.lp-step-section-title {
	background-color: #004098;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
	margin: -20px -20px 20px -20px;
}
.lp-step-item {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #cccccc;
}
.lp-step-item:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.lp-step-item h3 {
	color: #004098;
	font-size: 16px;
	margin-bottom: 10px;
}
.lp-url-box {
	text-align: center;
	margin-top: 10px;
}
.lp-url-box a {
	color: #004098;
	text-decoration: underline;
	word-break: break-all;
}
.lp-btn-area {
	text-align: center;
	margin-bottom: 40px;
}
.lp-btn {
	display: inline-block;
	background-color: #ff6a00;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	padding: 15px 60px;
	border-radius: 30px;
	box-shadow: 0 4px 6px rgba(255, 106, 0, 0.3);
	transition: transform 0.2s;
}
.lp-btn:hover {
	background-color: #e65c00;
	transform: translateY(-2px);
}
.lp-notes-section {
	font-size: 12px;
	color: #666666;
}
.lp-notes-title {
	font-weight: bold;
	margin-bottom: 10px;
}
.lp-notes-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.lp-notes-list li {
	margin-bottom: 5px;
}
.lp-notes-list.indent li {
	padding-left: 1em;
	text-indent: -1em;
}
.lp-notes-text {
	margin-bottom: 15px;
}

/* ウォーターサーバー解説（画像代替）のスタイル */
.lp-explanation-box {
	background: linear-gradient(135deg, rgba(0, 64, 152, 0.05) 0%, rgba(0, 64, 152, 0.15) 100%);
	border-radius: 12px;
	padding: 30px 20px;
	margin-bottom: 40px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.lp-explanation-title {
	background: #004098;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	padding: 15px;
	border-radius: 8px;
	margin-top: -45px;
	margin-bottom: 25px;
	font-size: 18px;
	line-height: 1.4;
	box-shadow: 0 4px 10px rgba(0, 64, 152, 0.3);
}
.lp-explanation-title small {
	display: block;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 5px;
}
.lp-features-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 25px;
}
.lp-feature-item {
	flex: 1 1 calc(50% - 15px);
	background-color: #ffffff;
	border-radius: 8px;
	padding: 20px 15px;
	text-align: center;
	font-weight: bold;
	color: #555555;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	box-sizing: border-box;
	border-bottom: 4px solid #004098;
}
.lp-feature-item span {
	display: block;
	color: #004098;
	font-size: 18px;
	margin-top: 5px;
}
.lp-price-card {
	background-color: #ffffff;
	border-radius: 12px;
	padding: 25px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.lp-price-header {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	margin-bottom: 20px;
	line-height: 1.3;
}
.lp-price-header span {
	display: block;
	font-size: 15px;
	font-weight: normal;
	color: #666666;
	margin-top: 5px;
}
.lp-price-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 20px;
}
.lp-price-badge {
	flex: 1 1 calc(50% - 15px);
	background-color: #5b9aa0;
	color: #ffffff;
	border-radius: 8px;
	padding: 15px 10px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	box-sizing: border-box;
}
.lp-price-badge span {
	display: block;
	font-size: 22px;
	color: #fffbdf;
	margin-top: 5px;
}
.lp-price-calc-area {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-bottom: 15px;
	flex-wrap: wrap;
}
.lp-price-old {
	font-weight: bold;
	font-size: 18px;
	color: #333333;
}
.lp-price-arrow {
	background-color: #333333;
	color: #ffffff;
	font-weight: bold;
	padding: 8px 15px;
	position: relative;
	font-size: 14px;
	text-align: center;
	line-height: 1.2;
	border-radius: 3px;
}
.lp-price-arrow::after {
	content: "";
	position: absolute;
	right: -14px;
	top: 50%;
	transform: translateY(-50%);
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	border-left: 14px solid #333333;
}
.lp-price-new {
	color: #007bb5;
	font-weight: bold;
	font-size: 32px;
	line-height: 1;
}
.lp-price-new span {
	font-size: 16px;
}
.lp-price-caution {
	font-size: 11px;
	color: #666666;
	line-height: 1.4;
	border-top: 1px solid #eeeeee;
	padding-top: 15px;
	margin-top: 15px;
}
.lp-price-caution p {
	margin: 0 0 4px 0;
}

/* スマホ向け全体最適化（レスポンシブ対応） */
@media (max-width: 600px) {
	.lp-wrapper {
		padding: 30px 15px;
	}
	.lp-br-sp-none {
		display: none;
	}
	.lp-br-pc-none {
		display: inline;
	}
	.lp-lead-title {
		font-size: 18px;
		padding: 0 20px;
	}
	.lp-lead-title::before,
	.lp-lead-title::after {
		height: 22px;
		width: 2px;
	}
	.lp-lead-text {
		font-size: 14px;
	}
	.lp-btn-large {
		font-size: 18px;
		padding: 15px 10px;
	}
	.lp-popup-wrapper {
		bottom: 20px;
		right: 15px;
		width: 90px;
	}
	.lp-popup-link {
		font-size: 12px;
		padding: 10px 5px;
	}
	.lp-step-section {
		padding: 15px;
		margin-bottom: 30px;
	}
	.lp-step-section-title {
		margin: -15px -15px 15px -15px;
		font-size: 16px;
	}
	.lp-feature-item, .lp-price-badge {
		flex: 1 1 100%;
	}
	.lp-price-calc-area {
		gap: 10px;
		flex-direction: column;
	}
	.lp-price-arrow {
		margin: 10px 0;
	}
	.lp-price-arrow::after {
		right: 50%;
		bottom: -14px;
		top: auto;
		transform: translateX(50%);
		border-left: 16px solid transparent;
		border-right: 16px solid transparent;
		border-top: 14px solid #333333;
		border-bottom: none;
	}
}