.bubble-area {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #333;
  font-weight: 500;
  text-align: center;
  background: #d5edf1;
  padding-top: 23px;
  padding-right: 30px;
  padding-bottom: 23px;
  padding-left: 30px;
  border-radius: 0;
  position: relative;
}

.bubble-area::before {
  content: "";
  background: #d5edf1;
  height: calc(tan(60deg) * 15px / 2);
  width: 20px;
  margin-left: -10px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  top: -12px;
  left: 50%;
}

.bubble-area p:last-child {
  margin-bottom: 0;
}

.btn-area {
  padding-top: 0;
}

.flow-area {
  margin-bottom: 50px;
}

.alert-area {
  text-align: center;
}
