.item-raitenyoyaku {
  background-color: #2e89f2;
  border: 1px solid #cfcfcf;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 14px 4px;
  font-size: 80%;
  border-radius: 4px;
  position: relative;
}

.a-raitenyoyaku {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.item-question {
  background-color: #cc0000;
  border: 1px solid #cfcfcf;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 14px 4px;
  margin-right: 16px;
  font-size: 80%;
  border-radius: 4px;
  position: relative;
}

.a-question {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}