@charset "UTF-8";

.lensDescription{
  position: relative !important;
}
.lensDescription_link{
  width: auto !important;
  display: flex !important;
}
.lensDescription_link_child{
  color: #2299e1 !important;
  margin-left: 10px;
  margin-right: 23px;
  border-bottom: 1px solid #229ae1 !important;
}
.lensDescription_link_child::after{
  content: "?";
  color: #fff;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #85c5ee;
  display: inline-block;
  position: absolute;
  right: -23px;
}
.lensDescription_link_child-02{
  display: none !important;
}