.list-box {
  margin: 40px 0;
}
.list-head {
  color: #34BAB3;
}
.list-row {
  display: grid;
  grid-template-columns: 1fr 1fr 40px 1fr;
  border-bottom: 1px solid #e3e3e3;
  padding: 6px 0 2px 0;
}

.play-button {
  width: 30px;
  height: 30px;
  background-color: #a2cfcc;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}
.play-button img {
  width: 100%;
  margin: 0 auto;
}

.column-box {
  padding: 10px 20px;
  background-color: #deebea;
  border-radius: 20px;
}
.column-body {
  line-height: 2;
}/*# sourceMappingURL=style_vocabulary.css.map */