@charset "utf-8";

.nmlText.label {
  text-align: center;
  background-color: #0AA365;
  border-radius: 34px;
  width: 240px;
  margin: 10px auto 0;
  padding: 4px;
  color: #fff;
  font-weight: 500;
}
.nmlText.label.type2 {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
