body {
  min-width: 1000px;
}
.cUs-main {
  position: relative;
  padding-top: 80px;
}
.cUs-main::before {
  content: "";
  position: fixed;
  width: 140px;
  height: 300px;
  left: 0;
  bottom: 14%;
  background: url("../img/pc/contactUs/i-dec1.png") center no-repeat;
  background-size: 100% 100%;
}
.cUs-main::after {
  content: "";
  position: fixed;
  width: 120px;
  height: 380px;
  right: 0;
  top: 15%;
  background: url("../img/pc/contactUs/i-dec2.png") center no-repeat;
  background-size: 100% 100%;
}
.cUs-sec {
  margin-top: 50px;
}
.cUs-tit-img {
  margin: 0 auto;
  height: 60px;
}
.cUs-list {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.cUs-item {
  padding: 20px;
  width: 350px;
  border-radius: 8px;
  background-color: #fff;
}
.cUs-item:not(:first-child) {
  margin-left: 50px;
}
.cUs-item-tit {
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 4px solid #8765ff;
  color: #171717;
  font-size: 20px;
  font-weight: 600;
}
.cUs-item-info {
  display: flex;
  padding: 10px 0 0 12px;
  color: #515151;
}
.cUs-item-info_label {
  width: 110px;
}
