/* ABOUT */
.d_about {
  padding: 18px 0 18px;
}
.d_sb_sv {
  height: 180px;
  margin-top: 60px;
}
.d_sb_sv_about {
  background: url("../img/privacy/top-bg-company.png") 50% 50% / cover no-repeat;
}
.d_sb_sv_terms {
  background: url("../img/privacy/top-bg-terms.png") 50% 50% / cover no-repeat;
}
.d_sb_sv_privacy {
  background: url("../img/privacy/top-bg-policy.png") 50% 50% / cover no-repeat;
}
.d_sb_sv .d_sb_sv_text {
  color: #fff;
  position: absolute;
  top: 50%;
  right: 50%;
  max-width: 1200px;
  width: 100%;
  transform: translate(50%, -50%);
  margin: 0 auto;
  text-align: right;
  font-size: 3.25rem;
}
.d_sb_sv_terms .d_sb_sv_text,
.d_sb_sv_privacy .d_sb_sv_text {
  top: inherit;
  bottom: 0;
  transform: translateX(50%);
}

/* TERMS */
.terms_ul li {display: flex; margin-bottom: 25px;}
.terms_ul li i b {
  color: #1478ea;
}

@media (max-width: 720px) {
  .terms_ul li i span {
    display: inline-block;
    margin-bottom: 10px;
  }
}