.LNIModal-faq5-confirm {
  background: #eee;
  margin: 20px 0;
  padding: 20px 15px 15px;
}

.LNIModal-faq5-confirm__ttl {
  color: #db0000;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
  padding-left: 22px;
  position: relative;
  text-align: left;
}

.LNIModal-faq5-confirm__ttl::before,
.LNIModal-faq5-confirm__ttl::after {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
}

.LNIModal-faq5-confirm__ttl::after {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  height: 9px;
  margin: -6px 0 0 5px;
  transform: rotate(37deg);
  width: 7px;
}

.LNIModal-faq5-confirm__ttl::before {
  background: #db0000;
  border-radius: 50%;
  height: 16px;
  margin-top: -8px;
  width: 16px;
}

.LNIModal-faq5-confirm__txt {
  text-align: left;
}

.LNIModal-faq5-confirm__img {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 20px 0 10px;
}

.LNIModal-faq5-confirm__img img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}