:root {
  --Primary-01: #00349D;
  --Primary-03: #0054FF;
  --Base-04: #CCC;
  --Base-05: #DDD;
  --Base-07: #FFF;
  --Variety-10: #0048DB;
  --Pale-02: #E8EEF8;
  --Pale-03: #F1F4F9;
}

.zac-p-industry__item__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 600px) {
  .zac-p-industry__item__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
.zac-p-industry__item__example {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  margin: 20px 0 0;
  font-size: 12px;
  line-height: 1.2;
}
@media screen and (min-width: 600px) {
  .zac-p-industry__item__example {
    font-size: 14px;
    line-height: 1.5;
  }
}
.zac-p-industry__item__example li::after {
  content: "/";
  margin-left: 0.5em;
}
.zac-p-industry__item__example li:last-child::after {
  display: none;
}
.zac-p-industry__item__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 0;
}
.zac-p-industry__item__list li a {
  display: flex;
  height: 40px;
  padding: 0 38px 0 16px;
  align-items: center;
  gap: 10px;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
  border-radius: 4px;
  border: 1px solid var(--Primary-01, #00349D);
  background: var(--Base-02, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  color: var(--Primary-01, #00349D) !important;
}
.zac-p-industry__item__list li a:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: center center/contain url("/zac/assets/img/object/component/utility-nav/utility-nav-simple-arrow-icon.svg") no-repeat;
}
.zac-p-industry__item__list li a:hover {
  transform: scale(1.025);
  background: #0054FF;
  border-color: #0054FF;
  color: var(--Base-02, #fff) !important;
}
.zac-p-industry__item__list li a:hover::after {
  background-image: url("/zac/assets/img/object/project/top/introduce-arrow-right-white.svg");
}/*# sourceMappingURL=style.css.map */