@charset "utf-8";

/*============================
#message
============================*/

#message .text {
  width: 100%;
  flex: 1;
}

#message .text .name {
  text-align: right;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #message .text {
    width: 100%;
    flex: 1;
  }

  #message .text .name {
    text-align: right;
    font-weight: bold;
  }
}