:is(.wp-block-quote.is-style-plain,.story-bubble-box) > p {
  text-indent: 0!important;
}

:is(.wp-block-quote.is-style-plain,.story-bubble-box) hr {
  background: none !important;
  border: none !important;
  height: auto;
  line-height: 1;
  text-align: center;
}
:is(.wp-block-quote.is-style-plain,.story-bubble-box) hr::before {
  color: currentColor;
  content: "···";
  font-family: serif;
  font-size: 1.5em;
  letter-spacing: 2em;
  padding-left: 2em;
}

.story-sub-title {

}

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

.story-bub-box1 {
  display: inline-block;
  position: relative;
  text-indent: 0;
  text-align: justify;
  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;
}
*/
.story-bub-box1.another em {
  font-style: normal;
}

.story-bub-box1.another:has(img) {
  background: transparent;
}
/*mini-thread용*/
p.story-bub-box1.another img {
    border-radius: 15px;
    aspect-ratio: 3 / 4.5;
    object-fit: cover;
    object-position: 100% 30%;
}