@charset "UTF-8";

.privacy-eles h2 {
  padding-left: 2rem;
  position: relative;
}
.privacy-eles h2::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  background: #0B1E46;
  height: 10px;
  width: 10px;
}
.privacy-eles .eles {
  margin-bottom: 0;
  padding: 2rem 0;
}
.privacy-eles .eles:last-child {
  padding: 2rem 0 0;
}
.dl-tel {
  display: flex;
  flex-wrap: wrap;
}
.dl-tel dt {
  width: 35px;
}
.dl-tel dd {
  width: calc(100% - 35px);
}
@media screen and (max-width: 767px) {
  .privacy-eles h2::before {
    top: 10px;
  }
}