 
.tbl-r03 {
width: 100%;

}
th {
  background: #e9727e;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
  vertical-align: middle;
}
td {
  border: solid 1px #ccc;
  padding: 10px;
  text-align: center;
}
.sp {
  display: none !important; 
}
@media screen and (max-width: 640px) {
  .sp {
    display: table !important;
  }
  .pc {
    display: none;
  }
  }

dd.kome ul {
  list-style: none;
  margin: 0 !important;
}
dd.kome ul li::before {
  content: "ви";
  font-size: 1.25em;
  padding-right: 0.1em;
}
dd.kome ul li {
display: flex;
align-items: center;
font-size: 11px;
margin-bottom: 0.1em;
}
dd.kome p {
  margin: 1em 0 0.25em 0;
  text-align: left;
}
.mb{
  margin-bottom: 2em;
}

