table tr:hover td,
table tr:hover td pre,
table tr:hover td a {
    cursor: pointer;
    color: #86c5d1 !important;
}
table.table-job {
    position: relative;
    border: 1px solid #ddd;
    border-collapse: separate;
    border-radius: 10px;
    background-color: #fff;
}

table.table-job th {
    background-color: #f8c5c8;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #ddd;
    color: #000000;
    text-align: center;
    font-family: "HiraginoKakuGothicPro-W6", Helvetica;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0.03em;
    position: relative;
    flex: 1;
}

table.table-job tr th:first-child {
    border-top-left-radius: 10px;
}

table.table-job tr th:last-child {
    border-top-right-radius: 10px;
    border-right: 0;
}

table.table-job td {
    padding: 15px 20px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #ddd;
    align-content: center;
    -webkit-align-content: center;
    vertical-align: middle;
    color: #000000;
    font-size: 14px;
    font-family: "HiraginoKakuGothicPro-W3", Helvetica;
}

table tr:nth-child(odd) {
    background-color: #faf7f5;
}

table.table-job tr:last-child td {
    border-bottom: 0;
}

table.table-job tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

table.table-job tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

table.table-job tr td:last-child {
    border-right: 0;
}

.icon-find {
    border-radius: 0px 0px 10px 0px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 100px;
    height: auto;
    min-height: 74px;
    position: relative;
    overflow: visible;
}

.member-pink {
    background: #f25a85;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}

.member-text {
    color: #ffffff;
    text-align: center;
    font-family: "HiraginoKakuGothicPro-W6", Helvetica;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 0.03em;
    font-weight: 600;
    position: relative;
    width: 60px;
}

.member-blue {
    background: #0097d8;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}

.table-container {
    margin: 10px;
    /* width: 95vw; */
    overflow-x: auto;
}

.table-job {
    width: 100%;
    min-width: 600px;
}

@media only screen and (min-width: 320px) {
    table.table-job td {
        padding: 0.5rem;
    }

    h3.ttlCenter {
        padding: 5px 50px;
        font-size: 28px;
        font-family: "HiraginoKakuGothicPro-W6", Helvetica;
    }
}

@media only screen and (min-width: 1400px) {
    h3.ttlCenter {
        padding: 5px 60px;
        font-size: 32px;
        font-family: "HiraginoKakuGothicPro-W6", Helvetica;
    }
  
}
@media only screen and (min-width: 1200px) {

    .field-1050 {
        max-width: 1200px !important;
    }
     .table-container{
        overflow: unset;
    }
  
}

@media only screen and (min-width: 1023px) {
    h3.ttlCenter {
        padding: 5px 60px;
        font-size: 32px;
        font-family: "HiraginoKakuGothicPro-W6", Helvetica;
    }
    
}

@media screen and (max-width: 980px) {
    .tb-arrow img {
        width: 100% !important;
    }

    .tb-arrow {
        position: relative;
        top: 2px;
        right: 8%;
        display: none;
        max-width: 25px;
        z-index: 1;
        animation: arrow 1s linear infinite;
        -webkit-animation: arrow 1s linear infinite;
    }

    .tb-arrow {
        display: block;
    }

    .tb_wrap {
        overflow-x: scroll;
    }

    .tb_wrap table {
        width: 1040px;
    }
}

@media screen and (max-width: 1300px){
       .table-job{
        white-space: normal;
    }
}

@keyframes arrow {
    0% {
        right: -85%;
    }

    50% {
        right: -75%;
    }

    100% {
        right: -85%;
    }
}
