body{font-family:  Arial, "Helvetica Neue", "BIZ UDPGothic", Meiryo, "Hiragino Kaku Gothic Pro", sans-serif;}

.bg-ogswr{background-color:#0092c8;}

.bg-ogswr2{background-color:#95c4db;}

.bg-ogs-red{background-color:#fdecf3;}

.bd-ogs-red{border:1px solid #ec008c}

.fukidashi {
  position: relative;
  width: fit-content;
  padding: 12px 20px;
  color: #ffffff;
  border-radius: 10px;
  background-color: #0d6efd;
}
.fukidashi::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: -1;
  width: 20px;
  height: 12px;
  transform: translateX(-50%);
  box-sizing: border-box;
  background-color: #0d6efd;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.fukidashi2 {
  position: relative;
  width: fit-content;
  padding: 12px 20px;
  color: #ffffff;
  border-radius: 10px;
  background-color: #0d6efd;
}
.fukidashi2::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  z-index: -1;
  width: 20px;
  height: 12px;
  transform: translateX(-50%);
  box-sizing: border-box;
  background-color: #0d6efd;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}


.balloon2{
  position: relative;
  padding: 20px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 10px;
}

.balloon2::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #000;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.balloon2::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -12px;
  top: 20px;
  border-right: 15px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.balloon3{
  position: relative;
  padding: 20px;
  color: #fff;
  background-color: #0d6efd;
  border: 2px solid #0d6efd;
  border-radius: 10px;
}

.balloon3::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #0d6efd;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.balloon3::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -12px;
  top: 20px;
  border-right: 15px solid #0d6efd;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}


