@charset "UTF-8";
.uniq-box-topic__hdg {
  font-family: "Clarimo UD PE DemiBold", sans-serif;
  font-weight: bold;
}

.uniq-box-01__hdg {
  font-family: "Clarimo UD PE DemiBold", "UD Shin Go Conde90 DB", sans-serif;
  font-weight: bold;
}

.uniq-box-topic {
  background-color: #fff5d3;
  padding: 15px 20px;
}

.uniq-box-topic__hdg {
  font-size: 16px;
  position: relative;
  padding-left: 27px;
}
.uniq-box-topic__hdg::before {
  background-image: url("/feature/pc-special/popular-pcspecs/images/light_green.svg");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: -1px;
  left: 0;
  width: 22px;
  height: 25px;
  content: "";
}
.uniq-box-topic__hdg + p {
  margin-top: 10px;
}

.uniq-box-01 {
  border: 1px solid #dcdcdc;
}

.uniq-box-01__hdg {
  font-size: 18px;
  text-align: center;
  color: #fff;
  background-color: #707070;
  padding: 10px;
}

.uniq-box-01__inner {
  background-color: #f6f6f6;
  padding: 15px 19px 20px;
}

.uniq-color-gray {
  color: #707070;
}

.uniq-num-color--blue {
  background-color: #83b2fe !important;
}

.uniq-num-color--yellow {
  color: #333 !important;
  background-color: #ffe981 !important;
}

.uniq-num-color--purple {
  background-color: #9b6ef3 !important;
}

.uniq-num-color--green {
  background-color: #8bf18b !important;
}

.uniq-num-color--orange {
  background-color: #ff8650 !important;
}
