.statement-content {
  max-width: 800px;
  margin: 2em auto;
  padding: 0 1em;
}

.statement-date {
    display: block;
    text-align: right;
    color: #666;
    margin-bottom: 2em;
}

.statement-image {
  display: flex;
  justify-content: center; /* 水平方向の中央揃え */
  max-width: 50%;
  height: auto;
  margin: 0 auto;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.statement-body {
  margin-top: 2.5em;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 2.5em 0;
}