@charset "UTF-8";

@media all and (min-width: 641px) and (-ms-high-contrast: none), all and (min-width: 641px) and (-ms-high-contrast: active) {
  .story__comment-parson--text p.word_break {
    letter-spacing: 0 !important;
    margin-right: -2rem;
  }
}
.dot-text {
  text-emphasis: filled;
  -webkit-text-emphasis: filled;
}

@media screen and (max-width: 640px) {
  .story__comment-title--ja {
      font-size: 1.6rem;
  }
  .story__comment-title--en, .story__comment-title--ja {
    display: inline-block;
    padding: 0 14px;
  }
}
