@charset 'UTF-8';

.tooltip1-text {
  display: none;
  position: absolute;
  right: 180px;
  width: 130px;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 1.4rem;
  color: white;
  background: rgba(0,0,0,0.5);
  margin-top: -82px;
  font-weight: normal;
  z-index: 109;
}

.tooltip1:hover .tooltip1-text {
  display: block;
  z-index: 109;
}

.tooltip2-text {
  display: none;
  position: absolute;
  right: 75px;
  width: 145px;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 1.4rem;
  color: white;
  background: rgba(0,0,0,0.5);
  margin-top: -82px;
  font-weight: normal;
  z-index: 109;
}

.tooltip2:hover .tooltip2-text {
  display: block;
  z-index: 109;
}

.tooltip3-text {
  display: none;
  position: absolute;
  right: 15px;
  width: 130px;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 1.4rem;
  color: white;
  background: rgba(0,0,0,0.5);
  margin-top: -82px;
  font-weight: normal;
  z-index: 109;
}

.tooltip3:hover .tooltip3-text {
  display: block;
  z-index: 109;
}

.tooltip4-text {
  display: none;
  position: absolute;
  right: 0px;
  width: 130px;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 1.4rem;
  color: white;
  background: rgba(0,0,0,0.5);
  margin-top: -82px;
  font-weight: normal;
  z-index: 109;
}

.tooltip4:hover .tooltip4-text {
  display: block;
  z-index: 109;
}