/* =========================================================
   Prediction Page（参考予想ページ専用）
========================================================= */

/* 全体ラップ */
.br-prediction-wrap{
  margin: 10px 0 0;
}


/* ============================
   見出し（共通Pickup流用）
============================ */

/* 上マージン調整（最初だけ詰める） */
.br-prediction-wrap .br-pickup-head{
  margin-top: 16px !important;
}

.br-prediction-wrap .br-pickup-head:first-child{
  margin-top: 0 !important;
}


/* ============================
   本文テキスト
============================ */

.br-prediction-line{
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.8;
  color: #222;
}


/* ============================
   空行（区切り）
============================ */

.br-prediction-space{
  height: 12px;
}


/* ============================
   強調（今後用：買い目など）
============================ */

.br-prediction-line strong{
  font-weight: 800;
  color: #111;
}


/* ============================
   SP対応
============================ */

@media (max-width: 520px){

  .br-prediction-wrap{
    margin: 8px 0 0;
  }

  .br-prediction-line{
    font-size: 16px;
    line-height: 1.7;
  }

  .br-prediction-space{
    height: 10px;
  }
}

.br-prediction-line.buy{
  font-weight: 800;
  color: #d6001c;
}
.br-prediction-wrap .br-pickup-head {
  margin-top: 16px !important;
}

.br-prediction-wrap .br-pickup-head:first-child {
  margin-top: 0 !important;
}

.br-prediction-buy {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 12px;
}

.br-prediction-subhead {
  margin: 14px 0 6px;
  font-weight: bold;
  font-size: 15px;
}

.br-prediction-gap {
  height: 24px;
}