@layer page {
  .page-kasuga__bus-list {
    margin: 50px 0 0 1em;
  }
  @media screen and (max-width: 767px) {
    .page-kasuga__bus-list {
      margin-top: 35px;
    }
  }
  .page-kasuga__bus-list .list-item {
    padding-left: 1.4em;
    display: flex;
    align-items: center;
    gap: 0 10px;
  }
  .page-kasuga__bus-list .list-item:nth-child(n+2) {
    margin-top: 2em;
  }
  .page-kasuga__bus-list .list-item::before {
    width: 16px;
    height: 16px;
    top: 50%;
    translate: 0 -50%;
  }
  @media screen and (max-width: 767px) {
    .page-kasuga__bus-list .list-item::before {
      width: 14px;
      height: 14px;
    }
  }
  .page-kasuga__bus-list .item-txt {
    width: 44.3722943723%;
    max-width: 205px;
    font-size: 1.375rem;
  }
  @media screen and (max-width: 767px) {
    .page-kasuga__bus-list .item-txt {
      width: 130px;
      font-size: 1.125rem;
    }
  }
  .page-kasuga__bus-list .item-pict {
    width: 51.9480519481%;
    max-width: 240px;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .page-kasuga__bus-list .item-pict {
      width: 42.6666666667vw;
    }
  }
  .page-kasuga__bus-list .pict-car01 {
    width: 55.4166666667%;
    max-width: 133px;
  }
  @media screen and (max-width: 767px) {
    .page-kasuga__bus-list .pict-car01 {
      width: 23.7333333333vw;
    }
  }
  .page-kasuga__bus-list .pict-car02 {
    width: 63.75%;
    max-width: 153px;
  }
  @media screen and (max-width: 767px) {
    .page-kasuga__bus-list .pict-car02 {
      width: 27.2vw;
    }
  }
  .page-kasuga__bus-list .pict-car03 {
    width: 90%;
    max-width: 216px;
  }
  @media screen and (max-width: 767px) {
    .page-kasuga__bus-list .pict-car03 {
      width: 38.4vw;
    }
  }
  .page-kasuga__service .service-pict {
    background: var(--blue02);
    border-radius: 2.0833333333vw;
    padding: 10px 15px;
    aspect-ratio: 249/180;
    display: grid;
    place-items: center;
  }
  @media (width >= 1440px) {
    .page-kasuga__service .service-pict {
      border-radius: 30px;
    }
  }
  @media screen and (max-width: 767px) {
    .page-kasuga__service .service-pict {
      border-radius: 3.7333333333vw;
    }
  }
}