.l-road {
  margin-top: 45px;
  padding-block: 60px 45px;
}
@media screen and (min-width: 992px) {
  .l-road {
    padding-block: 108px 103px;
  }
}

.l-access {
  padding-bottom: initial;
}

.p-card3 {
  counter-increment: number;
}

.p-card3__img {
  border-radius: 10px;
  overflow: hidden;
}

.p-card3__img-item {
  width: 100%;
  height: 100%;
  aspect-ratio: 490/303;
  object-fit: cover;
}

.p-card3__txt {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.875;
  margin-top: 0.5em;
}
@media screen and (min-width: 992px) {
  .p-card3__txt {
    font-size: 16px;
  }
}

.p-card3__txt::before {
  content: counter(number) ". ";
}

.p-cards3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(322px, 100%), 1fr));
  gap: 25px 20px;
}

.p-road {
  background-color: #fff;
}

@media screen and (min-width: 992px) {
  .p-road__inner.l-container {
    max-width: 1000px;
  }
}

.p-road__ttl {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.25;
  background-color: #ddecf2;
  padding-inline: calc(0.75em + 2px);
  padding-block: calc(0.25em + 1px);
  border-radius: 5px;
}
@media screen and (min-width: 992px) {
  .p-road__ttl {
    font-size: 24px;
  }
}

.p-road__txt {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.875;
  margin-top: 1.5em;
}
@media screen and (min-width: 992px) {
  .p-road__txt {
    font-size: 16px;
  }
}

.p-road__cards {
  list-style-type: "";
  margin-top: 22px;
}
@media screen and (min-width: 992px) {
  .p-road__cards {
    margin-top: 25px;
  }
}/*# sourceMappingURL=access.css.map */