/* voice */
.c-balloon__text {
  width: 100%;
  max-width: 100%;
  padding: 30px 30px;
}
.c-balloon__iconName {
  font-size: 12px;
  white-space: nowrap;
}
@media screen and (min-width: 600px), print {
  .c-balloon__icon {
    width: 130px;
  }
}
[data-col="gray"] .c-balloon__text {
  background: #f7f7f7;
  border-color: #f7f7f7;
}
@media screen and (max-width: 1180px), print {
  .c-balloon {
    flex-direction: column;
  }
}
@media screen and (max-width: 1180px), print {
  .c-balloon__text {
    padding: 20px 16px;
  }
}
@media screen and (max-width: 1180px), print {
  .c-balloon__body {
    padding: 4px 5px;
  }
}
@media screen and (max-width: 1180px), print {
  .-speaking .c-balloon__after,
  .-speaking .c-balloon__before {
    border-width: 8px 10px 8px 0;
    left: 20px;
    top: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #f2f6f9;
    border-top: 0;
    border-right-color: transparent !important;
  }
}
@media screen and (max-width: 1180px), print {
  .c-balloon__body {
    margin-top: 20px;
  }
}
