@layer component {

    .p-ir-table__list01--item>*:first-child,
    .p-txt01 {
        margin-top: 0;
    }

    .p-list01 {
        margin-top: 0;
    }

    .p-ir-table__list02--item .p-link01,
     .p-notes01 {
        margin-top: calc(1.5* var(--base-unit)) ;
    }

    @media screen and (max-width: 767px) {
        .p-list01__dot {
            margin: unset;
        }
        .p-tbl01__col2-w1-3>col {
            width: calc(100% / 2);
          }
        .p-tbl01__tbl {
        width: calc(60* var(--base-unit));
        }
    }
    .p-link01--icon-hide a::after {
        content: none;
    }
    
}