@charset "utf-8";
/* ===========================
stats.css
トップ・コースページ共通コンポーネント
============================*/

/* p-price */
.p-price {
  background-color: #fff;
}

/* p-stats */
.p-stats {
  padding: 16px 0 0;
}
.p-stats .l-inner {
  width: 100%;
  max-width: 720px;
  padding: 0 16px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.p-stats__crown {
  display: block;
  width: 50%;
  min-width: 180px;
  height: auto;
}
.p-stats__list {
  display: flex;
  gap: 8px;
  width: 100%;
}
.p-stats__card {
  flex: 1 1 0;
  min-width: 0;
  height: auto;
  display: block;
}
.p-stats > .kenni_caution {
  display: block;
  text-align: center;
  max-width: 390px;
  padding: 0 16px;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 9px;
  color: #888;
  font-weight: normal;
  line-height: 1.4;
}
