/*
Theme Name: Lightning Child Sample
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/
/* 左ふきだし */
.balloon-left {
  display: flex;
  align-items: flex-start;
  margin: 20px 0;
}

.balloon-left p {
  background: #ffffff;
  border: 2px solid #aee4ff;
  border-radius: 15px;
  padding: 10px 15px;
  position: relative;
  max-width: 70%;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}

.balloon-left p::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -10px;
  border: 8px solid transparent;
  border-right: 10px solid #aee4ff;
}

/* 右ふきだし */
.balloon-right {
  display: flex;
  justify-content: flex-end;
  margin: 20px 0;
}

.balloon-right p {
  background: #d6f5ff;
  border: 2px solid #8cd8ff;
  border-radius: 15px;
  padding: 10px 15px;
  position: relative/* 左ふきだし */
.balloon-left {
  display: flex;
  align-items: flex-start;
  margin: 20px 0;
}

.balloon-left p {
  background: #ffffff;
  border: 2px solid #aee4ff;
  border-radius: 15px;
  padding: 10px 15px;
  position: relative;
  max-width: 70%;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}

.balloon-left p::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -10px;
  border: 8px solid transparent;
  border-right: 10px solid #aee4ff;
}

/* 右ふきだし */
.balloon-right {
  display: flex;
  justify-content: flex-end;
  margin: 20px 0;
}

.balloon-right p {
  background: #d6f5ff;
  border: 2px solid #8cd8ff;
  border-radius: 15px;
  padding: 10px 15px;
  position: relative;
  max-width: 70%;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}

.balloon-right p::before {
  content: "";
  position: absolute;
  top: 10px;
  right: -10px;
  border: 8px