.LNIModal-faq1-step {
  background: #fff;
  padding: 0 5px 15px;
}

.LNIModal-faq1-step-header {
  align-items: center;
  display: flex;
  margin: 5px auto 20px;
  width: 86%;
}

.LNIModal-faq1-step-header img {
  width: 60px;
}

.LNIModal-faq1-step-header-txt {
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
}

.LNIModal-faq1-step-header-txt__highlight {
  color: #f39800;
  font-size: 120%;
}

.LNIModal-faq1-step-item {
  background-color: transparent;
  margin-bottom: 40px;
  padding: 0;
  position: relative;
}

.LNIModal-faq1-step-item__ttl {
  background: #eb7000;
  border: 1px solid #eb7000;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-size: 15px;
  padding: 8px 15px;
  text-align: center;
}

.LNIModal-faq1-step-item-content {
  background: #fff;
  border: 1px solid #eb7000;
  border-radius: 0 0 4px 4px;
  border-top: none;
  margin-top: 0;
  padding: 15px 15px 10px;
}

.LNIModal-faq1-step-item-content-info {
  align-items: center;
  display: flex;
  text-align: left;
}

.LNIModal-faq1-step-item-content-info__img {
  width: 40%;
  text-align: center;
}

.LNIModal-faq1-step-item-content-info-list {
  width: 100%;
}

.LNIModal-faq1-step-item-content-register {
  background: #fff5ef;
  border-radius: 10px;
  border: 1px solid #eb7000;
  margin: 0 auto;
  max-width: 400px;
  padding: 10px;
}

.LNIModal-faq1-step-item-content-register-mark {
  background: #eb7000;
  border-radius: 99px;
  font-weight: bold;
  margin: 0 auto 10px;
  text-align: center;
  width: 100%;
}

.LNIModal-faq1-step-item-content-register-mark__txt {
  font-size: 12px;
  color: #fff;
  line-height: 1;
  margin: 0 0 10px;
  padding: 10px;
}

.LNIModal-faq1-step-item-content-register-info {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
}

.LNIModal-faq1-step-item-content-register-info__img {
  margin-bottom: 0;
  padding: 5px;
  text-align: center;
  width: 35%;
}

.LNIModal-faq1-step-item-content-register-info__img img {
  max-width: 100%;
}

.LNIModal-faq1-step-item-content-register-info__txt {
  color: #3b5e10;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0;
  padding-left: 10px;
  width: 60%;
}

.LNIModal-faq1-step-item-content-register-info__txt--highlight {
  color: #d32a0e;
  padding: 0;
}

.LNIModal-faq1-step-item-note {
  background-color: #fff;
  border-color: #d50000;
  border-radius: 1px;
  margin-top: 15px;
  position: relative;
  font-size: 14px;
  padding: 10px;
  border: 1px solid #d50000;
  min-height: 20px;

}

.LNIModal-faq1-step-item-note::before,
.LNIModal-faq1-step-item-note::after {
  border: 8px solid transparent;
  border-bottom: 10px solid #d50000;
  content: '';
  display: block;
  height: 0;
  left: 36px;
  position: absolute;
  top: -18px;
  width: 0;
}

.LNIModal-faq1-step-item-note::after {
  border-bottom: 10px solid #fff;
  top: -17px;
}

.LNIModal-faq1-step-item-note__txt {
  color: #d50000;
  display: flex;
  font-size: 85%;
  text-align: left;
}

.LNIModal-faq1-step-item-note__txt i {
  margin-right: 5px;
}

.LNIModal-faq1-step-note {
  font-size: 13px;
  padding-left: 20px;
  position: relative;
  text-align: left;
}

.LNIModal-faq1-step-note img {
  left: 0;
  position: absolute;
  width: 15px;
}
