@charset "utf-8";
.freeArea figure:not(:first-child) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.freeArea figure:not(:last-child) {
  margin-top: 2em;
  margin-bottom: 2em;
}
figure img {
  width: 100%;
  height: auto;
}
figure + figure {
  margin-top: 1em;
}
p + .imgArea {
  margin-top: 2em;
}
.large {
  font-size: 125%;
  font-weight: 500;
}
.align_right {
  text-align: right;
}