.list-item {
    display: flex;
    gap: 9px;
    margin-top: 13px;
    /* max-width: 605px; */
}
.list-number {
    width: 24.5px;
    height: 24.5px;
    border-radius: 50%;
    background-color: #40B1D6;
    color: #fff;
    font-size: 21px;
    line-height: 25px;
    text-align: center;
    flex-shrink: 0;
}

.list-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 7px !important;
}

.round-list dt {
    line-height: 37px;
    margin-bottom: 25px !important;
}

.q-label {
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background-color: #40B1D6;
    display: block;
    color: #fff;
    float: left;
    border-radius: 5px;
    margin-right: 5px;
    margin-top: -2px;
}

#faq .question {
    margin-bottom: 9px !important;
}

#faq .point {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 3px solid #40B1D6;
    display: block;
    float: left;
    margin: 4px 5px 22px 1px;
}

#faq .item {
    line-height: 1.4;
}

.bold {
    font-weight: 700;
}

#staff table {
    border: 1px solid #D9D9D9;
}

#staff th {
    padding: 6px 14px;
    text-align: left;
    font-weight: 400;
    min-width: 130px;
}

#staff th.head {
    padding: 14px 14px 8px;
}

#staff .gray {
    background-color: #E6E6E6;
    min-width: 88px;
    padding: 3px 0 6px;
    text-align: center;
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
}

#staff .gray.head {
    padding: 14px 0 8px;
}

#staff .border-bottom {
    border-bottom: 2px dotted #D9D9D9;
}

#staff .indent {
    padding-left: 28px;
}


#staff .indent2 {
    padding-left: 70px;
}

.float-right.align-center {
    margin-left: 0;
}

.table-sp {
    display: none;
}

@media (max-width: 751px) {
    #greeting h3 {
        font-size: 1.225em !important;
        grid-row: 1;
        margin-bottom: 1em !important;
    }

    #greeting .container {
        display: grid;
    }

    .table-pc {
        display: none;
    }

    .table-sp {
        display: block;
        border: 1px solid #D9D9D9;
    }

    .table-sp .row {
        display: flex;
        width: 100%;
    }

    .table-sp .col {
        width: 100%;
        margin-bottom: 0;
        padding: 0 0 0 6px !important;
        margin-bottom: 0 !important;
        height: 28.5px !important;
        line-height: 28.5px !important;
        font-size: 12px !important;
    }

    .table-sp .indent {
        padding-left: 17px !important;
    }

    .table-sp .indent2 {
        padding-left: 52px !important;
    }

    .table-sp .dotted {
        border-bottom: 2px dotted #D9D9D9 !important;
    }

    .table-sp .border {
        border-bottom: 1px solid #D9D9D9 !important;
    }

    .table-sp .gray {
        min-width: 39px !important;
        padding: 0 !important;
        margin: 0 !important;
        text-align: center !important;
        height: 28.5px !important;
        line-height: 28.5px !important;
    }
}
