@charset "UTF-8";
/* CSS Document */
.about {
}
.about dl {
  display: table;
  width: 100%;
}
.about dl > * {
  display: table-cell;
  padding: 10px;
  font-size: 1.0rem;
}
.about dt {
  width: 30%;
  font-weight: bold;
}
.about dd {
  width: 70%;
}
.about ul {
}
.about li {
  padding: 10px;
  font-size: 1.0rem;
}
