.txt-justify {
  width: 100%;
  padding: 10px;
}
.txt-justify dl {
  display: flex;
  margin: 10px 0;
  line-height: 1.5em;
}
.txt-justify dl dt {
  flex-shrink: 0;
  margin-right: 10px;
  padding-right: 5px;
  width: 90px;
}
.txt-justify dl dt {
  height: 1.5em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.txt-justify dl dt:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.txt-justify dl dd {
  padding-left: 1em;
  text-indent: -1em;
}
.l-contents {
  display: block;
}
.s-contents {
  display: none;
}
@media screen and (max-width: 768px) {
.l-contents {
  display: none;
}
.s-contents {
  display: block;
}
}