.akb-text-card .akb-feature-shell,
.akb-bg-card .akb-feature-shell{
  min-height:220px;
  padding:14px 16px;
}
.akb-feature-note{
  padding:10px 12px;
  border-radius:10px;
  background:#3a3a3a;
  color:#fff;
  font-family:"Hiragino Kaku Gothic ProN","Yu Gothic","Meiryo",sans-serif;
  font-size:13px;
  line-height:1.6;
  margin-bottom:12px;
}
.akb-feature-placeholder{
  min-height:120px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.08);
  border-radius:12px;
  background:#4a4a4a;
  color:#fff;
  font-family:"Hiragino Kaku Gothic ProN","Yu Gothic","Meiryo",sans-serif;
  font-size:14px;
  text-align:center;
  padding:16px;
}
