.inquiry-title {
  position: relative;
}

div.input-attention {
  position: absolute;
  top: 35px;
  right: 10px;
}

div.input-attention p {
  font-weight: 400;
  display: table;
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
  background-color: #FFF;
  border: 2px solid #072C5B;
  border-radius: 5px;
  margin-top: 10px;
  z-index: 1;
  filter: drop-shadow(3px 2px 3px rgba(0, 0, 0, .3))
}

div.input-attention p::before,
div.input-attention p::after {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-right: 10px solid transparent;
  border-bottom: solid 10px #072C5B;
  border-left: 10px solid transparent;
}

div.input-attention p:after {
  top: calc(4px - 11px);
  border-bottom: solid 11px #FFF;
}

div.input-attention p span {
  color: #e66d0a;
  font-weight: 800;
}
