@charset "utf-8";

/* add css this page only */

#contentsContainer .c-service_ttlContainer::before {
  display: block;
  width: fit-content;
  counter-increment: number 1;
  content: "課題解決" counter(number);
  color: #2E67CE;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.12em;
  font-weight: 900;
  margin-bottom: 8px;
}

#contentsContainer .local-dx .p-why_attention {
  background-image: url("../images/local-dx_attention001.png");
}
@media screen and (max-width: 768px) {
  #contentsContainer .local-dx .p-why_attention {
    background-image: url("../images/local-dx_attention001_sp.png");
  }
}

#contentsContainer .table_caption {
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  #contentsContainer .c-sec_pic img.w600 {
    width: 600px;
  }
  #contentsContainer .c-sec_pic img.w700 {
    width: 700px;
  }
}