.supplemental-image {
  max-width: 100%;
  margin: 1em auto;
  text-align: center;
}

.supplemental-image img {
  width: 100%;
  height: auto;
  max-width: 240px;
  display: block;
  margin: 0 auto;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  border: 1px solid #ccc;
}

.supplemental-image figcaption {
  font-size: 0.85em;
  color: #666;
  margin-top: 0.5em;
  text-align: center;
}

/* 著作情報（著作者・ライセンス） */
.supplemental-license {
  font-size: 0.75em;
  color: #777;
  text-align: center;
  margin-top: 0.3em;
}

.supplemental-license .author::after {
  content: "";
  display: inline-block;
  width: 0.4em;
}

.supplemental-license .license {
  font-style: italic;
}

/* 補足テキスト */
.supplemental-note {
  font-size: 0.85em;
  color: #444;
  margin-top: 0.5em;
  line-height: 1.6;
  text-align: center;
}

/* サイドバーに縦並びで右寄せ */
@media screen and (min-width: 768px) {
  .supplemental-image {
    float: right;
    clear: right;
    margin: 0 0 1.5em 2em;  /* 本文との余白 */
    max-width: 240px;
    text-align: center;
  }
}
