@charset "UTF-8";

#lv p span::before {
  position: absolute;
  content: "特許取得済み最先端技術";
  font-size: 17px;
  color: #ff0000;
  bottom: -26px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}

@media screen and (max-width: 400px){
  #lv p span::before {
    font-size: 3.6vw;
    bottom: -20px;
  }
}