.list-dl-flex dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.list-dl-flex dl:nth-of-type(n+2) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media screen and (max-width:1744px) and (min-width:1025px) {
  .list-dl-flex dl:nth-of-type(n+2) {
    margin-top: calc(30 / 1744 * 100vw);
    padding-top: calc(30 / 1744 * 100vw)
  }
}
@media screen and (max-width:1024px) {
  .list-dl-flex dl:nth-of-type(n+2) {
    margin-top: calc(30 / 1024 * 100vw);
    padding-top: calc(30 / 1024 * 100vw)
  }
}
@media screen and (max-width:750px) {
  .list-dl-flex dl:nth-of-type(n+2) {
    margin-top: calc(50 / 750 * 100vw);
    padding-top: calc(50 / 750 * 100vw)
  }
}
.list-dl-flex dl dt {
  width: 356px;
  padding-right: 30px;
  font-size: 22px;
  font-weight: 500;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media screen and (max-width:1744px) and (min-width:1025px) {
  .list-dl-flex dl dt {
    width: calc(356 / 1744 * 100vw);
    padding-right: calc(30 / 1744 * 100vw);
    font-size: clamp(14px, calc(22 / 1744 * 100vw), 22px)
  }
}
@media screen and (max-width:1024px) {
  .list-dl-flex dl dt {
    width: calc(356 / 1024 * 100vw);
    padding-right: calc(30 / 1024 * 100vw);
    font-size: clamp(14px, calc(22 / 1024 * 100vw), 22px)
  }
}
@media screen and (max-width:750px) {
  .list-dl-flex dl dt {
    width: calc(356 / 750 * 100vw);
    padding-right: calc(40 / 750 * 100vw);
    font-size: clamp(14px, calc(34 / 750 * 100vw), 34px)
  }
}
.list-dl-flex dl dt > span {
  position: relative;
  display: inline-block;
  border-right: 2px solid #1f1f1f;
  border-left: 2px solid #1f1f1f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.list-dl-flex dl dt > span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 2px;
  background: #1f1f1f
}
.list-dl-flex dl dt > span::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 6px;
  height: 2px;
  background: #1f1f1f
}
.list-dl-flex dl dt > span span {
  display: inline-block;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.list-dl-flex dl dt > span span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 2px;
  background: #1f1f1f
}
.list-dl-flex dl dt > span span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 6px;
  height: 2px;
  background: #1f1f1f
}
.list-dl-flex dl dd {
  width: calc(100% - 356px);
  margin-top: 1px;
  font-size: 20px;
  line-height: 1.8
}
@media screen and (max-width:1744px) and (min-width:1025px) {
  .list-dl-flex dl dd {
    width: calc(100% - calc(356 / 1744 * 100vw));
    margin-top: calc(1 / 1744 * 100vw);
    font-size: clamp(14px, calc(20 / 1744 * 100vw), 20px)
  }
}
@media screen and (max-width:1024px) {
  .list-dl-flex dl dd {
    width: calc(100% - calc(356 / 1024 * 100vw));
    margin-top: calc(1 / 1024 * 100vw);
    font-size: clamp(14px, calc(20 / 1024 * 100vw), 20px)
  }
}
@media screen and (max-width:750px) {
  .list-dl-flex dl dd {
    width: calc(100% - calc(356 / 750 * 100vw));
    margin-top: calc(1 / 750 * 100vw);
    font-size: clamp(14px, calc(32 / 1024 * 100vw), 32px)
  }
}