.text-box {
  margin-bottom: 1em;
}
.text-box p {
  margin: 0;
}
.text-box .note {
  color: #666;
}

.image-sbs {
  margin-top: 3em;
  margin-bottom: 3em;
  display: table;
}
.image-sbs > .text, .image-sbs > .image {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
.image-sbs > .text > div:first-child {
  margin-top: 0;
}
.image-sbs > .image img,
.image-sbs > .image object {
  margin: auto;
  display: block;
}
.image-sbs > .image img + img, .image-sbs > .image img + object,
.image-sbs > .image object + img,
.image-sbs > .image object + object {
  margin-top: 10px;
}
.image-sbs._text-first > .text {
  padding-right: 30px;
}
.image-sbs._image-first {
  direction: rtl;
}
.image-sbs._image-first > .text, .image-sbs._image-first > .image {
  direction: ltr;
  text-align: start;
}
.image-sbs._image-first > .image {
  padding-right: 30px;
}


