/* Scss Document */
.kkList h3 {
  text-indent: -1.2em;
  padding-left: 1.2em;
  line-height: 1.5;
}
.kkList h3 em {
  color: #cc0000;
  font-weight: bold;
}
.kkList .numList {
  margin-top: 20px;
}
.kkList .numList > li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  font-weight: bold;
  color: #666666;
  font-size: 18px;
}
.kkList .numList > li em {
  color: #cc0000;
  font-weight: bold;
}

.dtlList > li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .dtlList > li {
    margin-bottom: 10px;
  }
}
.dtlList > li .txt {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .dtlList > li .txt {
    font-size: 14px;
  }
}
.dtlList > li .txt em {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .dtlList > li .txt em {
    font-size: 15px;
  }
}
