/* ===== スタートダッシュ：レーダーチャート ===== */

.sd-radar{
  width: 100%;
  max-width: 520px;
  margin: 16px auto 24px;
}

/* タイトル＋期待度 */
.sd-radar-caption{
  font-weight: 700;
  margin-bottom: 8px;
  text-align: center;
  font-size: 1.0rem;
}

/* レーダー本体 */
.sd-radar-canvas{
  width: 100% !important;
  height: 320px !important;
  display: block;
}

/* スマホ調整 */
@media (max-width: 599px){
  .sd-radar{
    max-width: 100%;
  }
  .sd-radar-canvas{
    height: 260px !important;
  }
}