<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* LESS Document */
.caseBox a {
  padding: 10px;
  margin: 0 0 20px;
  text-decoration: none;
  border: #2B9284 2px solid;
  border-right-width: 30px;
  color: #000;
  position: relative;
}
.caseBox a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -21px;
  font-size: 2rem;
  color: #FFF;
}
.caseBox a:hover {
  color: #2B9284;
}
@media screen and (max-width: 767px) {
  .caseBox a {
    width: 100%;
  }
}
.caseBox img {
  float: left;
  margin: 0 10px 0 0;
}
.caseBox dl {
  line-height: 1.4;
}
.caseBox dl dt {
  font-weight: bold;
  font-size: 1.8rem;
}
.caseBox dl dd {
  font-size: 1.4rem;
}
</pre></body></html>