body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	color: #0f172a;
}

.cp2602-hero-container {
	width: 100%;
	height: 690px;
	background-image: url('/assets/lp/cp/review_202602/images/cp2602_bg_01.png');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.cp2602-hero-inner {
	width: 100%;
	max-width: 1120px;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.cp2602-mv-box {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: -40px;
}

.cp2602-mv-img {
	width: 100%;
	max-width: 970px;
	height: auto;
	display: block;
}

.cp2602-action-box {
	width: 100%;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	gap: 20px;
	margin-top: 50px;
	z-index: 10;
}

/* キャンペーンコード */
.cp2602-code-row {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 15px;
}

.cp2602-code-ttl {
	font-size: 14px;
	font-weight: bold;
	/* 太字に設定 */
	color: #0f172a;
}

.cp2602-code-display {
	display: inline-flex !important;
	align-items: center;
	background: #fff !important;
	padding: 6px 12px 6px 30px;
	border: 1px solid #333;
	border-radius: 30px;
	gap: 10px;
	min-width: 190px;
	cursor: pointer;
	box-sizing: border-box;
}

#copy-target {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.12em;
}

.cp2602-copy-icon-wrap {
	display: flex;
	align-items: center;
	padding-left: 10px;
	border-left: 1px solid #eee;
}

/* 投稿ボタン：横幅を最適化（伸びすぎ防止） */
.cp2602-submit-btn {
	display: inline-flex !important;
	align-items: center;
	background-color: #ff4500 !important;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: bold;
	font-size: 24px;
	padding: 18px 20px 18px 50px;
	border-radius: 12px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	transition: all 0.2s ease;
	width: fit-content;
	min-width: 520px;
	max-width: 90%;
	box-sizing: border-box;
}

.cp2602-btn-text {
	flex-grow: 1;
	text-align: center;
}

.cp2602-btn-arrow {
	width: 40px;
	height: 40px;
	margin-left: 20px;
	flex-shrink: 0;
}

.cp2602-submit-btn:hover {
	background-color: #ff571a !important;
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

/* 注釈エリア */
.cp2602-note-area {
	position: absolute;
	bottom: 25px;
	left: 0;
	text-align: left;
	font-size: 11px;
	line-height: 1.6;
	color: #0f172a;
	font-weight: bold;
}

/* STEPカード全体のコンテナ */
.cp2602-step-card {
	display: flex !important;
	flex-direction: column !important;
	/* 縦に並べる */
	align-items: center !important;
	padding: 20px !important;
	background: #fff !important;
	border-radius: 8px !important;
	height: 100% !important;
	/* 親要素の高さに合わせる */
	box-sizing: border-box !important;
}

/* STEP内のテキスト（pタグ） */
.cp2602-step-card p {
	font-size: 14px !important;
	line-height: 1.5 !important;
	margin-bottom: 20px !important;
	flex-grow: 1;
	/* テキスト部分が伸びることでアイコンを下へ押す */
}

/* アイコン画像を入れる枠 */
.cp2602-step-icon {
	margin-top: auto !important;
	/* これで最下部に固定される */
	width: 80px;
	/* アイコンのサイズ（適宜調整） */
	height: 80px;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
}

.cp2602-step-icon img {
	max-width: 100% !important;
	height: auto !important;
}

.cp2602-step-text {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 15px;
	min-height: 3em;
	/* テキストの行数によるガタつきを防止 */
}


/* スマホ対応 */
@media (max-width: 600px) {
	.cp2602-hero-container {
		height: auto;
		min-height: 500px;
		padding: 50px 0 0;
	}

	.cp2602-submit-btn {
		width: 100%;
		min-width: auto;
		font-size: 18px;
		padding: 12px 15px 12px 25px;
	}

	.cp2602-btn-arrow {
		width: 28px;
		height: 28px;
	}

	.cp2602-note-area {
		position: static;
		margin-top: 35px;
		padding: 0 20px;
	}

	.cp2602-step-icon {
		width: 50px;
		height: 50px;
		margin-top: 10px;
	}
}

/* -------------------------------------*/

.shadow-card {
	box-shadow: 0 6px 24px rgba(2, 8, 23, .08);
}

.prose-list li::marker {
	color: #0b61ff;
}

.max-w-2xl {
	max-width: 44rem !important;
}

/* CLS対策として、アスペクト比を保持 */
.hero-aspect {
	aspect-ratio: 1600 / 700;
}

/* 767px以下の画面幅のときに適用されるスタイル（スマートフォンなど） */
@media (max-width: 767px) {

	.hero-aspect {
		aspect-ratio: 606 / 700;
	}

	.xs\:px-0 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.xs\:p-3 {
		padding: 0.75rem !important;
	}
}

.bg-dx-light-gray {
	--tw-bg-opacity: 1;
	background-color: rgb(233 240 247 / var(--tw-bg-opacity));
}
