@charset "UTF-8";
.news-date__box {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 80px;
}
.news-date__txt {
  font-size: 16px;
  font-weight: 400;
}

.u-text--underline {
  text-decoration: underline;
}

.news-tag__box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.news-tag__txt {
  font-size: 12px;
  font-weight: 700;
  color: #333;
  background-color: #FFC94E;
  padding: 4px 16px;
  border-radius: 8px;
}

.service-overview__list .no-dot {
  list-style: none;
  counter-reset: my-counter;
  padding-left: 30px;
}
.service-overview__list .no-dot li {
  counter-increment: my-counter;
  position: relative;
}
.service-overview__list .no-dot li::before {
  content: counter(my-counter); /* 「.」をつけずに数字だけを表示 */
  position: absolute;
  top: -1px;
  left: -28px;
  color: #22ADE4;
  line-height: 1.2;
  font-size: 16px;
  z-index: 5;
}
.service-overview__list .no-dot li::after {
  content: "";
  position: absolute;
  width: 27px;
  height: 24px;
  border: solid 1px #22ADE4;
  z-index: 2;
  top: -2px;
  left: -37px;
}

.about-company {
  overflow-x: scroll;
}

.about-company__table {
  border-collapse: collapse;
  min-width: 600px;
}
.about-company__table th {
  width: 20%;
  min-width: 100px;
  font-weight: 700;
  text-align: left;
  background-color: #f0f0f0;
}
.about-company__table th, .about-company__table td {
  border: 1px solid #333;
  padding: 5px 5px 5px 10px;
}/*# sourceMappingURL=local.css.map */