#comment {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
@media screen and (max-width: 480px) {
  #comment {
    display: block;
    margin: auto;
  }
}
#comment .flex-1 {
  flex-basis: 30%;
}
#comment .flex-1 .g-talign-c {
  text-align: center !important;
}
#comment .flex-1 img {
  width: 80%;
}
@media screen and (max-width: 480px) {
  #comment .flex-1 {
    flex-basis: 100%;
    width: 100%;
  }
}
#comment .flex-2 {
  flex-basis: 79%;
  position: relative;
  display: inline-block;
  margin: 0 15px;
  padding: 30px;
  border-radius: 30px;
  font-size: 16px;
  background: #EAFAFD;
}
#comment .flex-2::before {
  content: "";
  position: absolute;
  top: 10%;
  left: -37px;
  border: 20px solid transparent;
  border-right: 20px solid #EAFAFD;
}
@media screen and (max-width: 480px) {
  #comment .flex-2 {
    margin: 0;
  }
  #comment .flex-2::before {
    content: "";
    position: absolute;
    top: -37px;
    left: calc(50% - 10px);
    border: 20px solid transparent;
    border-bottom: 20px solid #EAFAFD;
  }
}
#comment .flex-2 p {
  font-size: 16px;
}
/*# sourceMappingURL=kitakyushu.css.map */