#case {
  margin: 0 auto 20px;
}
#case h3 {
  text-align: center;
  font-size: 20px;
  margin: 16px auto;
}
#case h3:before {
  display: inline-block;
  content: "";
  height: 1px;
  width: 26px;
  background-color: #000;
  transform: translateY(-0.4em);
  margin-right: 1em;
}
#case h3:after {
  display: inline-block;
  content: "";
  height: 1px;
  width: 26px;
  background-color: #000;
  transform: translateY(-0.4em);
  margin-left: 1em;
}
#case .body {
  margin-top: 30px;
}
#case .body ul li {
  position: relative;
  width: 100%;
  margin-bottom: 36px;
}
#case .body ul li div.box {
  width: 100%;
  background-color: #fff;
  border-radius: 16px;
  padding: 15px 15px 10px 15px;
}
#case .body ul li div.box img {
  margin: 8px auto;
}
#case .body ul li div.box h4 {
  font-size: 18px;
  color: #027da1;
}
#case .body ul li div.box .case_text {
  background-color: transparent;
  padding: 1em 0.8em 0.5em 1em;
}
#case .body ul li div.box .case_text > div {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 0.7em;
  margin-bottom: 0.2em;
}
#case .body ul li div.box .case_text > div h5 {
  display: block;
  min-width: 50px;
  text-align: center;
  padding: 0.4em 0.5em;
  font-size: 9px;
  font-weight: 600;
  color: #000;
  background-color: #c0c0c0;
  line-height: 1.1;
  border-radius: 999px;
}
#case .body ul li div.box .case_text > div p {
  font-size: 11px;
}
#case .body ul li > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}
@media screen and (min-width: 769px) {
  #case {
    margin: 100px auto 150px;
  }
  #case h3 {
    font-size: 26px;
  }
  #case .body {
    margin-top: 50px;
  }
  #case .body ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 3.125%;
    margin-bottom: 50px;
  }
  #case .body ul li {
    width: 31.25%;
    transition: all 0.3s;
  }
  #case .body ul li div.box {
    padding: 15px 5% 10px 5%;
  }
  #case .body ul li div.box h4 {
    font-size: 22px;
  }
  #case .body ul li div.box .case_text {
    padding: 10px 10px 5px 12px;
  }
  #case .body ul li div.box .case_text > div {
    gap: 8px;
  }
  #case .body ul li:hover {
    opacity: 0.5;
  }
}/*# sourceMappingURL=top-case.css.map */