.name.-mt {
  margin-top: 15px;
}

/*********************************************************
distortion.html
*********************************************************/
#content #main #lower #menu .distortion-ttl {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}

#content #main #lower #menu .distortion-ttl .distortion-ttl__check {
  border: 1px solid #F99400;
  box-sizing: border-box;
  display: inline-block;
  padding: 3px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}

@media (max-width: 480px) {
  #content #main #lower #menu .distortion-ttl .distortion-ttl__check {
    top: 3px;
  }
}
#content #main #lower #menu .distortion-ttl .distortion-ttl__check::after {
  border-bottom: 3px solid #F99400;
  border-left: 3px solid #F99400;
  content: "";
  position: absolute;
  top: 2px;
  left: 1px;
  transform: rotate(-45deg);
  width: 12px;
  height: 5px;
}

#content #main #lower #menu .distortion-check {
  border: 8px double #900;
  border-radius: 10px;
  padding: 15px;
}

#content #main #lower #menu .distortion-check li {
  font-size: 18px;
  line-height: 1.3;
  list-style: none;
  margin-bottom: 1em;
  padding-left: 25px;
  position: relative;
}

#content #main #lower #menu .distortion-check li:last-child {
  margin-bottom: 0;
}

#content #main #lower #menu .distortion-check li::before {
  background-image: url(image.php?id=112);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  top: 3px;
  left: 0;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

/*********************************************************
frozen-shoulder.html
*********************************************************/
.frozen-shoulder-list {
  border: 3px solid #89b74f;
  border-radius: 10px;
  margin-top: 30px;
  padding: 15px;
}
.frozen-shoulder-list dt {
  border-bottom: 1px dashed #333;
  color: #333;
  font-weight: bold;
  padding-bottom: 5px;
}
.frozen-shoulder-list dt:not(:first-child) {
  margin-top: 15px;
}
.frozen-shoulder-list dd {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 5px;
}