/*------------------------------------
/assets/css/style.cssで使用できます。
-------------------------------------*/
@charset "utf-8";
/* ===== インストール案内ページ ===== */
.install-page{
  max-width: 560px;
  margin: 0 auto;
  background: #fff;
}

.install-title{
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  padding: 18px 12px 12px;
  letter-spacing: .02em;
}

.install-hr{
  border-top: 2px solid #111;
}

.install-body{
  padding: 18px 18px 26px;
  color: #111;
  font-size: 14px;
  line-height: 1.9;
}

.install-lead{
  margin: 0 0 14px;
}

.install-section-title{
  text-align: center;
  font-weight: 700;
  margin: 18px 0 10px;
}

.install-steps{
  max-width: 360px;
  margin: 0 auto 16px;
}

.install-steps > div{
  margin: 6px 0;
}

.install-center{
  text-align: center;
}

.install-btn{
  display: inline-block;
  background: #0b5ed7;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 14px;
}

.install-btn:active{
  transform: translateY(1px);
}

.install-qr{
  width: 240px;
  height: 240px;
  margin: 26px auto 10px;
  display: block;
}

.install-note{
  text-align: center;
  font-size: 12px;
  color: #333;
  line-height: 1.8;
  margin: 10px 0 0;
}

.install-image-wrap{
  max-width: 720px;
  margin: 0 auto;
}

.install-image{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

/* ===== 雰囲気変更：ダーク×グラデ×カード ===== */
.install-page{
  max-width: 720px;
  margin: 18px auto;
  background: radial-gradient(1200px 600px at 10% 0%, #0a2a33 0%, #07131a 45%, #05070b 100%);
  border-radius: 18px;
  box-shadow: 0 14px 40px rgba(0,0,0,.35);
  overflow: hidden;
}

.install-title{
  text-align: left;
  font-weight: 800;
  font-size: 20px;
  padding: 18px 18px 12px;
  letter-spacing: .06em;
  color: rgba(255,255,255,.92);
}

.install-hr{
  border-top: 1px solid rgba(255,255,255,.10);
}

.install-body{
  padding: 18px;
  color: rgba(255,255,255,.88);
  font-size: 14px;
  line-height: 1.9;
}

.install-lead{
  margin: 0 0 14px;
  padding: 14px 14px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  background: rgba(255,255,255,.04);
}

.install-card{
  margin-top: 14px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.20);
  backdrop-filter: blur(8px);
  padding: 14px;
}

.install-card-head{
  margin-bottom: 12px;
}

.install-card-title{
  font-weight: 800;
  font-size: 16px;
  letter-spacing: .04em;
}

.install-card-sub{
  margin-top: 3px;
  font-size: 12px;
  color: rgba(255,255,255,.60);
}

.install-divider{
  height: 1px;
  background: rgba(255,255,255,.10);
  margin: 14px 0;
}

.install-center{ text-align:center; }

/* ボタン：青系をやめてティール系に */
.install-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #18c3a6 0%, #0aa0c0 55%, #0b67ff 120%);
  color: #fff;
  border: none;
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 800;
  font-size: 14px;
  box-shadow: 0 10px 22px rgba(10,160,192,.22);
}

.install-btn:active{ transform: translateY(1px); }

.install-action{
  text-align: center;
}

.install-action-label{
  font-weight: 800;
  margin-bottom: 10px;
  color: rgba(255,255,255,.92);
}

.install-action-note{
  margin-top: 10px;
  font-size: 12px;
  color: rgba(255,255,255,.70);
}

/* STEPデザイン（かっこいい見出し） */
.install-steps2{
  margin-top: 10px;
  display: grid;
  gap: 10px;
}

.install-step{
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 12px;
  padding: 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
}

.install-step-badge{
  display: flex;
  align-items: center;
  gap: 10px;
}

.install-step-no{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: .08em;
  font-size: 12px;
  color: rgba(255,255,255,.95);
  background: rgba(24,195,166,.18);
  border: 1px solid rgba(24,195,166,.35);
}

.install-step-line{
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, rgba(24,195,166,.65), rgba(10,160,192,.10));
}

.install-step-text{
  font-weight: 700;
  color: rgba(255,255,255,.88);
}

/* PC注意：大きく＋点滅 */
.pc-alert{
  margin-bottom: 14px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255, 40, 80, .10);
  padding: 14px;
}

.pc-alert-title{
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .04em;
  color: rgba(255,255,255,.95);
  animation: installBlink 1.1s ease-in-out infinite;
}

@keyframes installBlink{
  0%, 100% { opacity: 1; }
  50% { opacity: .35; }
}

/* QR */
.install-qr{
  width: 240px;
  height: 240px;
  margin: 16px auto 10px;
  display: block;
  border-radius: 14px;
  background: #fff;
  padding: 10px;
}

.pc-desc{
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
  color: rgba(255,255,255,.72);
}

/* ===== PC画面 中央揃え調整 ===== */

/* ページ全体を中央寄せ */
.install-page{
  margin: 40px auto;
  text-align: center;
}

/* タイトル中央 */
.install-title{
  text-align: center;
}

/* アラート中央 */
.pc-alert{
  margin: 0 auto 18px;
  max-width: 520px;
  text-align: center;
}

/* カード中央 */
.install-card{
  margin: 0 auto;
  max-width: 520px;
  text-align: center;
}

/* QR中央強制 */
.install-qr{
  margin: 20px auto;
}

/* 説明文中央 */
.pc-desc{
  text-align: center;
}
/* ===== STEPエリア 左揃え固定 ===== */

.install-steps2{
  margin-top: 10px;
  display: grid;
  gap: 14px;
}

/* カード内レイアウトを縦並びに変更 */
.install-step{
  display: flex;
  flex-direction: column;
  align-items: flex-start; 
  text-align: left;     
  gap: 8px;
  padding: 14px;
  border-radius: 14px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
}

/* STEPバッジも左固定 */
.install-step-badge{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

/* 横ラインは短くして左寄せ */
.install-step-line{
  width: 40px;
  height: 1px;
  margin-left: 10px;
  background: linear-gradient(90deg, rgba(24,195,166,.7), rgba(10,160,192,.15));
}

/* 説明文左揃え強制 */
.install-step-text{
  width: 100%;
  text-align: left;
  font-weight: 700;
  line-height: 1.8;
}

/* ================================
   白背景バージョン（上書き）
================================ */

/* 背景を白に */
.install-page{
  background: #f4f6f8;
  box-shadow: none;
}

/* タイトル */
.install-title{
  color: #111;
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: .06em;
}

/* 上部ラインを薄く */
.install-hr{
  border-top: 1px solid #e5e7eb;
}

/* 本文 */
.install-body{
  color: #222;
}

/* メインカード */
.install-card{
  background: #1f2937; /* 深めグレー */
  color: #fff;
  border: none;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0,0,0,.12);
  padding: 20px;
}

/* カード内サブ */
.install-card-sub{
  color: rgba(255,255,255,.65);
}

/* STEPカード */
.install-step{
  background: #111827;
  border: none;
  box-shadow: 0 8px 18px rgba(0,0,0,.25);
}

/* STEP番号 */
.install-step-no{
  background: linear-gradient(135deg,#14b8a6,#0ea5e9);
  color: #fff;
  border: none;
}

/* STEP説明 */
.install-step-text{
  color: #f3f4f6;
}

/* ボタン */
.install-btn{
  background: linear-gradient(135deg,#14b8a6,#0ea5e9);
  box-shadow: 0 10px 20px rgba(14,165,233,.25);
  border-radius: 14px;
}

/* PCアラート */
.pc-alert{
  background: #fff1f2;
  border: 1px solid #fecdd3;
}

.pc-alert-title{
  color: #b91c1c;
  font-size: 20px;
}

/* QRカード説明 */
.pc-desc{
  color: rgba(255,255,255,.7);
}


/* 全体背景 */
.install-page{
  background: #f8fafc;
}

/* メインカード */
.install-card{
  background: #ffffff;
  color: #1f2937;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  padding: 22px;
}

/* カード見出し */
.install-card-title{
  color: #0f172a;
  font-weight: 800;
}

.install-card-sub{
  color: #64748b;
}

/* STEPカード（明るめブルーグレー） */
.install-step{
  background: #f1f5f9;
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(0,0,0,.05);
  padding: 16px;
}

/* STEP番号（爽やかカラー） */
.install-step-no{
  background: linear-gradient(135deg,#22d3ee,#3b82f6);
  color: #fff;
  font-weight: 800;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 12px;
}

/* 横ライン */
.install-step-line{
  background: linear-gradient(90deg,#22d3ee,#cbd5e1);
}

/* STEP説明 */
.install-step-text{
  color: #1e293b;
  font-weight: 600;
}

/* ボタン（明るく爽やかに） */
.install-btn{
  background: linear-gradient(135deg,#06b6d4,#3b82f6);
  color: #fff;
  border-radius: 16px;
  padding: 12px 22px;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(59,130,246,.25);
}

.install-btn:hover{
  transform: translateY(-2px);
}

/* 説明リード */
.install-lead{
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 16px;
}


/* カード内の基本文字色を濃く固定 */
.install-card,
.install-card *{
  color: #1f2937;
}

/* サブ説明は薄グレーに */
.install-card-sub{
  color: #64748b !important;
}

/* PC説明文（以前 白文字だった箇所） */
.pc-desc{
  color: #334155 !important;   
}

/* もしinstall-noteを使っている箇所があれば */
.install-note{
  color: #334155 !important;
}

/* タイトルや見出しも念のため */
.install-card-title{
  color: #0f172a !important;
}

/* QR周り（白背景でも見えるように） */
.install-qr{
  background: #ffffff;
  border: 1px solid #e2e8f0;
}



/* インストールボタン文字を白に */
.install-btn{
  color: #ffffff !important;
}

/* STEP見出し（STEP 01など）を白に */
.install-step-no{
  color: #ffffff !important;
}

/* STEPカードの見出し行も白にしたい場合 */
.install-step-badge{
  color: #ffffff !important;
}