@charset "UTF-8";
#content {
  width: 800px;
  margin: 50px auto 100px;
  line-height: 1.6;
}
#content dt {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}
#content dt:not(:first-child) {
  border-top: 1px solid #e6e6e6;
  padding-top: 20px;
}
#content dd {
  margin-bottom: 25px;
}
#content dd p + p {
  margin-top: 1em;
}
@media screen and (max-width:767px) {
  #content {
    width: calc(100% - 8%);
    margin: 30px auto 50px;
    line-height: 1.6;
  }
  #content dd a {
    text-decoration: underline;
  }
}