.dhkv2-separate-line_horizontal {
  width: 100%;
}
.dhkv2-separate-line_horizontal .content {
  height: 0;
  border-bottom: 1px solid #000;
}
.dhkv2-separate-line_vertical {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.dhkv2-separate-line_vertical .content {
  width: 0;
  height: 100%;
  border-right: 1px solid #000;
}
.dhkv2-separate-line_with-text--left {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.dhkv2-separate-line_with-text--left .content {
  position: relative;
  flex-grow: 1;
}
.dhkv2-separate-line_with-text--left .content.content_with-icon {
  position: relative;
}
.dhkv2-separate-line_with-text--left .content.content_with-icon .text {
  margin-left: 8px;
}
.dhkv2-separate-line_with-text--left .content .text {
  vertical-align: middle;
}
.dhkv2-separate-line_with-text--left .content .text-icon {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .dhkv2-separate-line_with-text--left .content .text-icon {
    width: 14px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-separate-line_with-text--left .content .text-icon {
    width: 12px;
  }
}
.dhkv2-separate-line_with-text--left .line {
  display: inline-block;
  content: "";
  border-bottom: 1px solid #000;
  width: 100%;
  position: absolute;
  margin-left: 20px;
  transform: translateY(calc(-49.5%));
}
.dhkv2-separate-line_with-text--center {
  position: relative;
}
.dhkv2-separate-line_with-text--center .content {
  position: relative;
}
.dhkv2-separate-line_with-text--center .content .text {
  position: relative;
  left: 50%;
  padding: 0 20px;
  transform: translateX(-50%);
  background-color: #ffffff;
  z-index: 1;
  text-align: center;
  display: inline-block;
}
.dhkv2-separate-line_with-text--center .content .text-icon {
  margin-right: 8px;
  display: inline-block;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 768px) {
  .dhkv2-separate-line_with-text--center .content .text-icon {
    width: 14px;
  }
}
@media screen and (max-width: 768px) {
  .dhkv2-separate-line_with-text--center .content .text-icon {
    width: 12px;
  }
}
.dhkv2-separate-line_with-text--center .line {
  left: 0;
  bottom: 0;
  display: inline-block;
  content: "";
  border-bottom: 1px solid #000;
  width: 100%;
  position: absolute;
}
