@charset "UTF-8";

.irProcedure__stockTbl {
    border: none;
}
.irProcedure__stockTbl tr {
    border-bottom: 1px solid var(--gray);
}
.irProcedure__stockTbl th,
.irProcedure__stockTbl td {
    padding: 23px 10px 23px 20px;
    line-height: 1.8;
    border-width: 1px 0 0;
    vertical-align: middle;
}
.irProcedure__stockTbl th {
    text-align: left;
    background-color: var(--primary-10);
    font-weight: 600;
}
@media screen and (min-width: 960px) {
    .irProcedure__stockTbl tr:first-child * {
        border-top: 1px solid var(--gray);
    }
    .irProcedure__stockTbl th {
        width: 25%;
    }
    .irProcedure__stockTbl td {
        padding-left: 55px;
        width: 75%;
    }
}
@media screen and (max-width: 959px) {
    .irProcedure__stockTbl,
    .irProcedure__stockTbl tr,
    .irProcedure__stockTbl th,
    .irProcedure__stockTbl td {
        display: block;
    }
    .irProcedure__stockTbl th,
    .irProcedure__stockTbl td {
        padding: 6.1333333333vw 5.3333333333vw;
        line-height: 1.5;
    }
    .irProcedure__stockTbl tr:first-child *:first-child {
        border-top: 1px solid var(--gray);
    }
    .irProcedure__stockTbl th {
        border-bottom: 1px solid var(--gray);
        width: 24vw;
    }
    .irProcedure__stockTbl td {
        width: 58.6666666667vw;
    }
}