/*五島　RFDI事例集下矢印*/
.balloon0222 {
  position: relative;
  padding-top: 28px;
  padding-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  background: #4682b4;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 26px;
}
@media screen and (max-width: 480px) {
  .balloon0222 {
    width: 88%;
  }
}
.balloon0222:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #4682b4 transparent transparent transparent;
  border-width: 30px 40px 0 40px;
}
.balloon0222-Text {
  text-align: center;
  order-width: 20px 20px 0 20px;
}
