.main-sub::after {
  background: url("/assets/img/uservoice/main_bg01.jpg") no-repeat left center/cover;
}

.note .wrap {
  max-width: 960px;
}
.note .border-tit {
  margin-top: 80px;
}
.note .border-tit__left {
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  border-left: #826F50 3px solid;
  letter-spacing: 1px;
}
.note .border-tit__btm {
  margin-top: 30px;
}
.note .border-tit__btm.mt {
  margin-top: 60px;
}
.note .num-list,
.note .num-list02 {
  margin-top: 20px;
}
.note dl {
  margin-top: 50px;
}
.note dl dt {
  margin-top: 14px;
  margin-bottom: 6px;
}
.note dl dd .lank {
  margin-top: 10px;
}
.note dl dd .lank li {
  display: flex;
}
.note dl dd .num-list02 {
  margin-top: 0;
}
.note dl dd .last {
  margin-top: 20px;
}
.note .scroll {
  overflow-x: auto;
  font-size: 12px;
}
.note .scroll.mt {
  margin-top: 50px;
}
.note .scroll table {
  min-width: 960px;
}
.note .scroll table thead {
  background: #18171C;
}
.note .scroll table thead th {
  font-weight: 600;
  text-align: center;
}
.note .scroll table thead th.b-none {
  border-left: none !important;
}
.note .scroll table tbody {
  background: #000;
}
.note .scroll table tbody th {
  background: #18171C;
  font-weight: 600;
  text-align: center;
}
.note .scroll table th,
.note .scroll table td {
  height: 58px;
  padding: 10px 8px;
  border-left: #645948 1px solid;
  border-bottom: #645948 1px solid !important;
}
.note .scroll table th.b-none,
.note .scroll table td.b-none {
  border-left: none !important;
}
.note .scroll table th.center,
.note .scroll table td.center {
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .note .border-tit {
    margin-top: 60px;
  }
  .note .border-tit__left {
    margin-bottom: 20px;
    padding-left: 14px;
    font-size: 18px;
  }
  .note .border-tit__btm.mt {
    margin-top: 40px;
  }
  .note .num-list,
  .note .num-list02 {
    margin-top: 14px;
  }
  .note dl {
    margin-top: 40px;
  }
  .note .scroll.mt {
    margin-top: 50px;
  }
}/*# sourceMappingURL=style.css.map */