@charset "UTF-8";
/* =========================================================
   遊び方・仕様ガイド（マニュアル）共通スタイル
   対象: quiz_egg_guide.php, battle_guide.php など
   ========================================================= */

.page-manual #content { max-width: 800px; margin: 0 auto; }
.manual-container { background: #fff; padding: 25px; border-radius: 8px; border: 1px solid #bbbbbb; line-height: 1.6; color: #334155; margin: 0 auto; max-width: 800px; }

.manual-section { margin-bottom: 30px; }
.manual-section h3 { font-size: 1.15rem; color: #b45309; border-bottom: 2px solid #fde68a; padding-bottom: 8px; margin-bottom: 15px; display: flex; align-items: center; gap: 8px; }
.manual-section p { margin-bottom: 12px; padding-left: 5px; }

.manual-list { background: #f8fafc; padding: 15px 20px; border-radius: 6px; border: 1px solid #e2e8f0; margin-bottom: 15px; }
.manual-list ul { list-style-type: none; padding-left: 0; }
.manual-list li { margin-bottom: 8px; position: relative; padding-left: 1.2em; }
.manual-list li::before { content: "・"; position: absolute; left: 0; color: #94a3b8; }

.highlight-text { font-weight: bold; color: #ea580c; }

.secret-info { background: linear-gradient(to right, #1e293b, #334155); color: #f8fafc; padding: 20px; border-radius: 8px; margin-top: 40px; position: relative; overflow: hidden; }
.secret-info::before { content: "💡"; position: absolute; top: -10px; right: 10px; font-size: 4rem; opacity: 0.1; }
.secret-info-title { font-weight: bold; color: #fde047; margin-bottom: 10px; font-size: 1.1rem; border-bottom: 1px dashed #64748b; padding-bottom: 5px; }
.secret-info p { font-size: 0.95rem; line-height: 1.7; }

.btn-back-wrap { margin-top: 30px; text-align: center; }