.tx_L, .tx_R {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .tx_L, .tx_R {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 1025px) {
  .tx_L, .tx_R {
    margin-bottom: 40px;
  }
}

.tx_R {
  flex-direction: row-reverse;
}

.balloon2-left, .balloon2-right {
  position: relative;
  display: inline-block;
  margin: 0em 0 1.5em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #000000;
  font-size: 14px;
  background: #FFEE00;
  border: solid 3px #000000;
  box-sizing: border-box;
  border-radius: 15px;
  float: left;
  flex: 1 1 auto;
}
@media print, screen and (min-width: 768px) {
  .balloon2-left, .balloon2-right {
    padding: 15px 18px;
    font-size: 16px;
    margin: 1.5em 0 1.5em 15px;
  }
}
.balloon2-left p, .balloon2-right p {
  margin: 0;
  padding: 0;
  margin-bottom: 0em !important;
}
.balloon2-left p.mb1, .balloon2-right p.mb1 {
  margin-bottom: 1em !important;
}

.balloon2-left::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFEE00;
  z-index: 2;
}
.balloon2-left::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #000000;
  z-index: 1;
}

.balloon2-right {
  margin: 0em 15px 1.5em 0px;
  background: #6CDCFF;
}
.balloon2-right::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #6CDCFF;
  z-index: 2;
}
.balloon2-right::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #000000;
  z-index: 1;
}

.chara {
  width: 120px;
  text-align: center;
  flex: 0 0 40px;
}
@media print, screen and (min-width: 768px) {
  .chara {
    flex: 0 0 80px;
  }
}
@media print, screen and (min-width: 1025px) {
  .chara {
    flex: 0 0 120px;
  }
}
.chara img {
  width: 100%;
  height: auto;
}
.chara p {
  font-size: 0.6em;
}
.chara p span {
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .chara p {
    font-size: 0.8em;
  }
}

.point {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #E8529C;
  border-radius: 8px;
}
.point .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #FFF;
  color: #E8529C;
  font-weight: bold;
}/*# sourceMappingURL=post2.css.map */