@charset "UTF-8";

/*===============================================================

	history list

===============================================================*/

.history-list dt {
  margin-top: var(--margin);
  font-weight: 500;
}
.history-list img {
  display: block;
  max-width: 340px;
  border: 1px solid #dedede;
  margin-top: 10px;
}

.section-block {
  margin-top: var(--margin-l);
}
