@charset "utf-8";
/*パンくずリストパーツの位置を調整*/
/* パンくず */
.fs-c-breadcrumb__list {
    max-width: 1000px;
    margin: auto;
    padding: 80px 10px 0;
    line-height: 1.4em;
}
@media only screen and (min-width: 769px){
.fs-c-breadcrumb__list {
    padding: 20px 0;
}
}
.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
    content: "〉";
	margin-left: 6px;
}
.fs-c-breadcrumb__listItem {
    display: inline;
}
/*ログインログアウトの表示切り替えを行うCSS*/
.logout.my-false { display: none; }
.login.my-true { display: none; }


/*
 * QZILLA 会員登録ページ フォーム調整
 * 貼り付け先: commerce creator > テーマ > オリジナルCSS
 */

/* ラベル列の背景をグレーに */
body.fs-body-register .fs-c-inputTable__headerCell {
  background: #f5f5f5 !important;
  padding: 16px 18px !important;
}
 
/* 入力列の余白を広げる */
body.fs-body-register .fs-c-inputInformation td {
  padding: 16px 18px !important;
}


/* 特典リスト見出し */
.fs-p-register__benefit-title,
.fs-p-register h2,
.fs-p-contents__title {
  text-align: center !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #333 !important;
  letter-spacing: 0.03em !important;
  margin-bottom: 1.2rem !important;
}

/* 番号付きリスト */
.fs-p-register ol,
.fs-p-register__benefit-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 2rem !important;
  counter-reset: benefit !important;
}

.fs-p-register ol li,
.fs-p-register__benefit-list li {
  counter-increment: benefit !important;
  font-size: 13px !important;
  color: #444 !important;
  line-height: 1.7 !important;
  padding: 0.55rem 0 0.55rem 2.2rem !important;
  border-bottom: 1px solid #f0f0f0 !important;
  position: relative !important;
  list-style: none !important;
}

.fs-p-register ol li:first-child,
.fs-p-register__benefit-list li:first-child {
  border-top: 1px solid #f0f0f0 !important;
}

.fs-p-register ol li::before,
.fs-p-register__benefit-list li::before {
  content: counter(benefit) "." !important;
  position: absolute !important;
  left: 0 !important;
  color: #aaa !important;
  font-size: 12px !important;
  top: 0.6rem !important;
  width: 1.8rem !important;
  text-align: right !important;
}

/* ── 会員ステージテーブル ── */

/* テーブル全体 */
.fs-p-register table,
.fs-p-memberStage__table {
  width: 100% !important;
  border-collapse: collapse !important;
  font-size: 12px !important;
  color: #444 !important;
  margin-bottom: 2rem !important;
}

/* ヘッダー行 */
.fs-p-register table th,
.fs-p-memberStage__table th {
  border: 1px solid #ddd !important;
  padding: 9px 10px !important;
  font-weight: 400 !important;
  color: #666 !important;
  text-align: center !important;
  background: #fff !important;
  letter-spacing: 0.03em !important;
}

/* データセル */
.fs-p-register table td,
.fs-p-memberStage__table td {
  border: 1px solid #ddd !important;
  padding: 10px !important;
  text-align: center !important;
  vertical-align: middle !important;
  line-height: 1.6 !important;
}

/* ステージ設定条件列は左揃え */
.fs-p-register table td:nth-child(2),
.fs-p-memberStage__table td:nth-child(2) {
  text-align: left !important;
  color: #555 !important;
}

/* ホバー */
.fs-p-register table tbody tr:hover td,
.fs-p-memberStage__table tbody tr:hover td {
  background: #fafafa !important;
}

/* ── ステージ別カラー（会員ステージ列 = 1列目） ── */

/* プラチナ */
.fs-p-register table tbody tr:nth-child(1) td:first-child,
.fs-p-memberStage__table tbody tr:nth-child(1) td:first-child {
  background: #2a2a2a !important;
  color: #e5cb88 !important;
  font-weight: 600 !important;
}

/* ゴールド */
.fs-p-register table tbody tr:nth-child(2) td:first-child,
.fs-p-memberStage__table tbody tr:nth-child(2) td:first-child {
  background: #fef4d5 !important;
  color: #7a4f0a !important;
  font-weight: 600 !important;
}

/* シルバー */
.fs-p-register table tbody tr:nth-child(3) td:first-child,
.fs-p-memberStage__table tbody tr:nth-child(3) td:first-child {
  background: #efefef !important;
  color: #555 !important;
  font-weight: 600 !important;
}

/* レギュラー */
.fs-p-register table tbody tr:nth-child(4) td:first-child,
.fs-p-memberStage__table tbody tr:nth-child(4) td:first-child {
  background: #fafafa !important;
  color: #888 !important;
}



