@charset "UTF-8";

.dsp_flx_alc {
  display: flex;
  align-items: center;
}

.bg_keycolor{
	background-color: #009ddc;
}

.list_ico_num{
  list-style: none!important;
}
.list_ico_num li{
  position: relative;
}
.list_ico_num li:before{
  content: "";
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 1;
  /*display: block;*/
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.3em;
  height: 1.3em;
  background-color: #389ad6;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 4px;
}
.list_ico_num li:nth-of-type(1):before{
  content: "1";
}
.list_ico_num li:nth-of-type(2):before{
  content: "2";
}
.list_ico_num li:nth-of-type(3):before{
  content: "3";
}

.bg_n{
	background-image: none!important;
}