.oac-services-table th {
    border-bottom: 1px solid var(--color-border);
}

.oac-services-table th:last-child {
    border-bottom: none;
}

.oac-services-table td {
    border-bottom: 1px solid var(--color-1);
}

.oac-services-table td:last-child {
    border-bottom: none;
}

.oac-services-flow-list {
    display: grid;
    row-gap: var(--margin-small);
}

.oac-services-flow-list-item::after {
    content: "";
    display: block;
    border-top: 2.5rem solid var(--color-1);
    border-right: 2.5rem solid transparent;
    border-left: 2.5rem solid transparent;
    margin: var(--margin-small) auto 0;
    width: max-content;
}

.oac-services-flow-list-item:last-child::after {
    display: none;
}

.oac-services-used-facility-list {
    display: grid;
    row-gap: var(--margin-middle);
}

@media screen and (min-width:768px) {
    .oac-services-table th,
    .oac-services-table td {
        width: 50%;
        border-bottom: none;
        text-align: center;
    }

    .oac-services-table th {
        border-right: 1px solid var(--color-border);
    }

    .oac-services-table th:last-child {
        border-right: none;
    }

    .oac-services-table td {
        border-right: 1px solid var(--color-1);
    }

    .oac-services-table td:last-child {
        border-right: none;
    }

    .oac-services-flow-list-item::after {
        border-top-width: 4rem;
        border-right-width: 4rem;
        border-left-width: 4rem;
    }
}

@media screen and (min-width: 1024px) {
  .home_care .oac-point-list-item-flex-item:first-child,
  .park_care .oac-point-list-item-flex .oac-point-list-item-flex-item:first-child {
    width: 9rem;
  }
  .home_care .oac-point-list-item-flex-item:last-child,
  .park_care .oac-point-list-item-flex-item:last-child {
    width: calc(100% - 11rem);
  }
  .home_care_table .oac-card-horizontal .oac-card-inner {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width:769px) {
  .oac-point-list-item-num {
    position: relative;
  }
}
