#arc-wrap .arc-cont .note {
  width: 100%;
  padding: 20px;
  background: rgba(233, 233, 255, 0.5);
  border: 1px dashed #3c3cff;
  border-radius: 4px;
  margin: 16px 0 32px;
}
@media (min-width: 1280px) {
  #arc-wrap .arc-cont .note {
    border-radius: 12px;
    margin: 16px 0 32px;
    padding: 24px;
  }
}
#arc-wrap .arc-cont .note .title {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0 0 12px;
}
@media (min-width: 1280px) {
  #arc-wrap .arc-cont .note .title {
    margin: 0 0 8px;
  }
}
#arc-wrap .arc-cont .note .title .icon {
  width: 28px;
  height: 28px;
}
#arc-wrap .arc-cont .note .title img {
  display: block;
}
#arc-wrap .arc-cont .note .title .text {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #212121;
}
#arc-wrap .arc-cont .note p {
  margin: 0;
}
#arc-wrap .arc-cont .note.important {
  background: #fffae6;
  border: 1px solid #ffcf1b;
}
#arc-wrap .arc-cont .note.warning {
  background: #ffece3;
  border: 1px solid #f50;
}
#arc-wrap .arc-cont .note.technique {
  background: #f7ffea;
  border: 1px solid #b9ff46;
}
#arc-wrap .arc-cont .note.tips {
  background: #eff7fa;
  border: 1px solid #bdc3c6;
}/*# sourceMappingURL=addStyle.css.map */