/* flow000 */
/*--------------------------------------------------*/
.flow000-text02 span {
  display: block;
}

.flow000-figure img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  width: 100%;
}

.flow000-comment {
  display: inline-block;
}

.flow000-comment-image {
  float: left;
  min-width: 120px;
  position: relative;
}
@media (max-width: 575px) {
  .flow000-comment-image {
    min-width: 70px;
  }
}
.flow000-comment-image img {
  width: 100px;
}
@media (max-width: 575px) {
  .flow000-comment-image img {
    width: 60px;
  }
}
.flow000-comment-image img.flow000-comment-image-image {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto 0;
}
.flow000-comment-image img.flow000-comment-image-place {
  visibility: hidden;
}

.flow000-comment-text {
  float: left;
  text-align: left;
}

.flow000-comment-baloon {
  position: relative;
  background: white;
  border: 1px solid #bbb;
  padding: 20px 25px;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .flow000-comment-baloon {
    max-width: 430px;
  }
}
@media (max-width: 575px) {
  .flow000-comment-baloon {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 10px;
    max-width: 230px;
  }
}

.flow000-comment-baloon-left:after, .flow000-comment-baloon-left:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.flow000-comment-baloon-left:after {
  border-color: transparent;
  border-right-color: white;
  border-width: 10px;
  margin-top: -10px;
}

.flow000-comment-baloon-left:before {
  border-color: transparent;
  border-right-color: #bbb;
  border-width: 11px;
  margin-top: -11px;
}

.flow000-comment-baloon-right:after, .flow000-comment-baloon-right:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.flow000-comment-baloon-right:after {
  border-color: transparent;
  border-left-color: white;
  border-width: 10px;
  margin-top: -10px;
}

.flow000-comment-baloon-right:before {
  border-color: transparent;
  border-left-color: #bbb;
  border-width: 11px;
  margin-top: -11px;
}
