.statement .link-txt .ico-pdf {
  margin: 0 0 0 2px;
  width: 14px;
  height: 16px;
  fill: #E13020;
}

.statement .num-ttl-list {
  counter-reset: num-ttl;
}

.statement .num-ttl-list__item {
  margin-bottom: calc(8px * 3);
}

@media screen and (max-width: 960px) {
  .statement .num-ttl-list__item {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .statement .num-ttl-list__item {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.statement .num-ttl-list__item:last-of-type {
  margin: 0;
}

.statement .num-ttl-list__ttl {
  position: relative;
  counter-increment: num-ttl;
  padding: 0 0 0 20px;
  margin: 0 0 12px 0;
}

@media screen and (max-width: 960px) {
  .statement .num-ttl-list__ttl {
    margin: 0 0 8px 0;
  }
}

@media screen and (max-width: 768px) {
  .statement .num-ttl-list__ttl {
    margin: 0 0 6px 0;
    padding: 0 0 0 18px;
    line-height: 1.5;
  }
}

.statement .num-ttl-list__ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(num-ttl) ".";
  color: #E18C28;
}

.statement .num-ttl-list__frame {
  padding: calc(8px * 2);
  background: #F9F9F9;
}

@media screen and (max-width: 960px) {
  .statement .num-ttl-list__frame {
    padding: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .statement .num-ttl-list__frame {
    padding: calc((8px * 2) * 0.5);
  }
}

.statement .num-sublist {
  margin: 12px 0 0 0;
  counter-reset: num-sub;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  width: calc( 100% + 10px);
}

@media screen and (max-width: 768px) {
  .statement .num-sublist {
    width: calc( 100% + 15px);
  }
}

.statement .num-sublist__item {
  position: relative;
  counter-increment: num-sub;
  padding: 0 0 0 20px;
  margin: 0 0 12px 0;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .statement .num-sublist__item {
    font-weight: 500;
    font-size: 1.3rem;
  }
}

.statement .num-sublist__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(num-sub) ".";
  color: #2072C8;
}

/*# sourceMappingURL=../../../maps/general/pages/statement.css.map */
