.list-dl 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 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 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 dl:nth-of-type(n+2) {
    margin-top: calc(50 / 750 * 100vw);
    padding-top: calc(50 / 750 * 100vw)
  }
}
.list-dl dl dt {
  font-size: 22px;
  font-weight: 500
}
@media screen and (max-width:1744px) and (min-width:1025px) {
  .list-dl dl dt {
    font-size: clamp(14px, calc(22 / 1744 * 100vw), 22px)
  }
}
@media screen and (max-width:1024px) {
  .list-dl dl dt {
    font-size: clamp(14px, calc(22 / 1024 * 100vw), 22px)
  }
}
@media screen and (max-width:750px) {
  .list-dl dl dt {
    font-size: clamp(14px, calc(34 / 750 * 100vw), 34px)
  }
}
.list-dl 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 dl dt > span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 2px;
  background: #1f1f1f
}
.list-dl dl dt > span::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 6px;
  height: 2px;
  background: #1f1f1f
}
.list-dl dl dt > span span {
  display: inline-block;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.list-dl dl dt > span span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 2px;
  background: #1f1f1f
}
.list-dl dl dt > span span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 6px;
  height: 2px;
  background: #1f1f1f
}
.list-dl dl dd {
  display: block;
  margin-top: 18px;
  font-size: 20px;
  line-height: 1.8
}
@media screen and (max-width:1744px) and (min-width:1025px) {
  .list-dl dl dd {
    margin-top: calc(18 / 1744 * 100vw);
    font-size: clamp(14px, calc(20 / 1744 * 100vw), 20px)
  }
}
@media screen and (max-width:1024px) {
  .list-dl dl dd {
    margin-top: calc(18 / 1024 * 100vw);
    font-size: clamp(14px, calc(20 / 1024 * 100vw), 20px)
  }
}
@media screen and (max-width:750px) {
  .list-dl dl dd {
    margin-top: calc(30 / 750 * 100vw);
    font-size: clamp(14px, calc(32 / 750 * 100vw), 32px)
  }
}