.block-caption-wrapper {
  vertical-align: top;
}

.choice {
  display: inline-block;
  vertical-align: top;
}

.choice-block-wrapper {
  box-sizing: border-box;
  padding: .5em;
  vertical-align: top;
}

.choice-container-wrapper {
  box-sizing: border-box;
  vertical-align: top;
}

.choice-detail {
  box-sizing: border-box;
  padding-right: 3.5em;
  width: 100%;
}

.choice-img {
  margin: 0.5em;
}

.choice-text {
  vertical-align: top;
}

.choices-container {
  width: auto;
}

.custom-data {
  display: none;
}

/* 設問のセルをデザインテンプレート用に調整 */
.empty-cell {
  border-right: 0.5em solid rgb(255, 255, 255);
}

.fixed-cell {
  box-sizing: content-box;
  float: left;
  margin-right: 1em;
}

.flex-text {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -ms-word-break: break-word;
  word-break: break-word;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}