
.bookmark-list h2 p label{text-align:center; font-size:16px; font-weight:500; justify-content: center; margin-top:10px;}
.bookmark-list{padding-bottom:30px;}
.bookmark-list + .bookmark-list{border-top:solid 1px #000; padding-top:50px; margin-top:50px;}

/* fav-btn / number を画像内に正しく配置する
   .model-card__img を位置基準にして bottom:40px ではなく bottom:8px でオーバーレイ */
.bookmark-list .model-card__img {
  position: relative;
  display: block;
}
.bookmark-list .fav-btn {
  bottom: 8px;
}
.bookmark-list article .number {
  bottom: 8px;
}
