.button-nisa {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 10px;
}

.nisa-growth {
  background-color: #e9fdf0;
  color: #0f6b4a;
  padding: 1px 1px 1px 1px;
}

.nisa-tsumitate {
  background-color: #fdeedc;
  color: #8b3f14;
  padding: 1px 1px 1px 1px;
}

.toushin-tsumitate-can {
  background-color: #e0f2fe;
  color: #0369a1;
  padding: 1px 1px 1px 1px;
}

.toushin-tsumitate {
  background-color: #f0e5ff;
  color: #7b3bbd;
  padding: 1px 1px 1px 1px;
}

.nisaSVG{
	width:12px;
	height: 12px;
}

.nisa-growth2 {
  background-color: #e9fdf0;
  color: #0f6b4a;
  padding: 1px 4px 1px 4px;
  box-shadow: inset 0px -10px 4px rgba(0, 0, 0, 0.1);
}

.nisa-tsumitate2 {
  background-color: #fdeedc;
  color: #8b3f14;
  padding: 1px 4px 1px 4px;
  box-shadow: inset 0px -10px 4px rgba(0, 0, 0, 0.1);
}

.toushin-tsumitate-can2 {
  background-color: #e0f2fe;
  color: #0369a1; 
  padding: 1px 4px 1px 4px;
  box-shadow: inset 0px -10px 4px rgba(0, 0, 0, 0.1);
}

.toushin-tsumitate2 {
  background-color: #f0e5ff;
  color: #7b3bbd; 
  padding: 1px 4px 1px 4px;
  box-shadow: inset 0px -10px 4px rgba(0, 0, 0, 0.1);
}

.nisaSVG2{
	width:12px;
	height: 12px;
}

.msNisa {
	padding:5px 10px 5px 10px;
	font-size:20px;
	font-weight: 700;
	text-align:left;
	vertical-align:middle;
	color: #000000;
	background:none repeat scroll 0 0 #9CD331;
}

.nisaMain{
	margin: 2px 0;
	display:flex;
	gap:4px;
	justify-content: flex-end;
}