<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#userInterface::before {
  content: "\f109";
  color: #e40056;
}

.userInterface_wrap {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px
}

.p_userInterface_ttl {
  font-size: 15px;
  font-weight: 700;
  color: #e40056;
  position: relative;
  padding-left: 18px
}

.p_userInterface_ttl::after {
  content: "";
  position: absolute;
  top: .3em;
  left: 0;
  width: 15px;
  height: 15px;
  background: #e40056;
  border-radius: 50%
}

.p_userInterface_text {
  color: #e40056;
  font-size: 14px;
  height: 2.5rem
}

.userInterface_wrap img {
  width: 100%;
  margin-top: 11px
}

.userInterface_wrap figure {
  line-height: 0;
}</pre></body></html>