.page .entry-content .terms dl dt {
  width: 35%;
}

.page .entry-content .terms dl dd {
  display: block;
  width: 65%;
}


.page .entry-content .terms dl dd a {
  color: #993300 !important;
  font-family: "Crimson Text", "A-OTF A1明朝 Std", "A1 Mincho", serif !important;
}

.page .entry-content .terms dl dd p {
  font-family: "Crimson Text", "A-OTF A1明朝 Std", "A1 Mincho", serif !important;
}

.page .entry-content .terms dl dd ul {
  list-style: none;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}

.page .entry-content .terms dl dd ul li {
  margin-left: 0;
  text-indent: -15px;
  padding-left: 15px;
  font-size: 100%;
}

.visible-sm {
  display: none;
}

@media only screen and (max-width: 768px) {
  .page .entry-content .terms dl {
    flex-direction: column;
  }

  .page .entry-content .terms dl dt {
    border-bottom: none;
    margin-bottom: 0;
    width: 100%;
  }

  .page .entry-content .terms dl dd {
    width: 100%;
    font-size: 85%;
  }

  .page .entry-content .terms dl dd p {
    margin-bottom: 0;
  }

  .visible-sm {
    display: block;
  }
}