.story-sub-title {
  font-family: 'somi', sans-serif;
  text-indent: 0px;
  margin: 15px 0px;
}

.story-bub-outside {
  font-family: 'twayair', sans-serif;
  font-weight: bold;
  text-indent: 0px;
}

.story-bub-box1 {
    display: inline-block;
    position: relative;
    text-indent: 0;
    background: #a5c0d5;
    border-radius: .4em;
    color: black;
    padding: 20px 15px;
    margin-top: 10px;
}
.story-bub-box1 p,
.story-bub-box1 span {
    text-indent: 15px;
}

.story-bub-box1:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 25px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top-color: #a5c0d5;
	border-bottom: 0;
	border-left: 0;
	margin-left: -3px;
	margin-bottom: -6px;
}

.story-bub-box1.main-chara {
   background: #a9a9a9;
   color: black;
}
.story-bub-box1.main-chara:after {
   border-top-color: #a9a9a9;
}

.story-bub-box1.another {
    display: block;
    position: relative;
    text-indent: 0px;
    text-align: center;
    background: #e9e9e9;
    color: black;

  white-space: normal;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.story-bub-box1.another:after {
    display: none;
}