.block-hidden {
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}

tbody>tr.active {
    background-color: rgba(255, 101, 50, 0.15);
}

/* tbody > tr input[type='checkbox']{
    width: 20px;
    height: 20px;
} */

.filter {
    width: 360px;
    z-index: 9999;
}

/* banner */
@media only screen and (min-width: 320px) {
    /* .mainimage {
        width: 100%;
        min-height: 120px;
    } */

    .mainimage p {
        color: #614a3f;
        text-align: center;
        font-family: "HiraginoKakuGothicPro-W6", Helvetica;
        font-weight: 600;
        font-size: 28px;
        line-height: 54px;
        width: 100%;
        height: 62.4px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sidebar-img-left,
    .sidebar-img-right {
        display: none;
    }

    .title-trigger {
        align-items: center;
        background-color: #fff;
        border: 1px solid #614a3f;
        border-radius: 50px;
        display: inline-flex;
        flex: 0 0 auto;
        gap: 10px;
        justify-content: center;
        padding: 5px 35px;
        position: relative;
        font-size: 25px !important;
        text-align: center;
    }
}

@media only screen and (min-width: 480px) {

    .mainimage {
        width: 100%;
        min-height: 160px;
    }

    .mainimage p {
        color: #614a3f;
        text-align: center;
        font-family: "HiraginoKakuGothicPro-W6";
        font-weight: 600;
        font-size: 36px;
        line-height: 54px;
        width: 100%;
        height: 62.4px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /*	guide
    --------------------------------------*/
    .guide {
        background: url(../front/images/mainimage-new.png) bottom center no-repeat;
        background-size: cover;
        background-color: #f8f8f1;
        align-content: center;
        -webkit-align-content: center;
        vertical-align: middle;

    }

    .title-trigger {
        align-items: center;
        background-color: #fff;
        border: 1px solid #614a3f;
        border-radius: 50px;
        display: inline-flex;
        flex: 0 0 auto;
        gap: 10px;
        justify-content: center;
        padding: 5px 60px;
        position: relative;
        font-size: 16px;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) {
    .sidebar-img-right {
        display: block;
        position: absolute;
        right: 0;
        width: 255px;
        opacity: 0.5;
        pointer-events: none;
    }

    .sidebar-img-left {
        display: block;
        position: absolute;
        left: 0;
        width: 255px;
        opacity: 0.5;
        pointer-events: none;
    }

    #sidebar-bg-left {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100vh;
        background: url('../../../../asset/front/images/bg-parts01-1.png') repeat-y left top / contain;
    }

    #sidebar-bg-right {
        position: absolute;
        right: 0;
        width: 100%;
        height: 100vh;
        background: url('../../../../asset/front/images/bg-parts02-1.png') repeat-y right top / contain;
    }

    .mainimage {
        /* margin-top: 8px; */
        width: 100%;
        min-height: 265px;
        align-content: center;
        -webkit-align-content: center;
        vertical-align: middle;
    }

    .mainimage p {
        color: #614a3f;
        font-size: 36px;
        font-weight: 600;
        font-family: "HiraginoKakuGothicPro-W6", Helvetica !important;
    }

    .title-trigger {
        align-items: center;
        background-color: #fff;
        border: 1px solid #614a3f;
        border-radius: 50px;
        display: inline-flex;
        flex: 0 0 auto;
        gap: 10px;
        justify-content: center;
        padding: 5px 60px;
        position: relative;
        font-size: 16px;
        text-align: center;
    }
}

@media only screen and (min-width: 1400px) {
    .field {
        max-width: 1112px;
        margin: 0px auto 40px;
        padding: 0;
    }

    .mainimage p {

        color: #614a3f;
        text-align: center;
        font-family: "HiraginoKakuGothicPro-W6", Helvetica;
        font-weight: 600;
        font-size: 36px;
        line-height: 54px;
        width: 100%;
        height: 62.4px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    h3.ttlCenter {
        align-items: center;
        background-color: #fff;
        border: 1px solid #614a3f;
        border-radius: 50px;
        display: inline-flex;
        flex: 0 0 auto;
        gap: 10px;
        justify-content: center;
        padding: 5px 60px;
        position: relative;
        text-align: center;
        color: #614a3f;
        font-size: 32px;
        font-weight: 600;
        font-family: "HiraginoKakuGothicPro-W6", Helvetica;
    }

    p.bold-custom,
    .bold-custom {
        color: #614a3f;
        text-align: center;
        font-size: 32px;
        font-weight: 600;
        font-family: "HiraginoKakuGothicPro-W6", Helvetica;
    }

    .title-trigger {
        align-items: center;
        background-color: #fff;
        border: 1px solid #614a3f;
        border-radius: 50px;
        display: inline-flex;
        flex: 0 0 auto;
        gap: 10px;
        justify-content: center;
        padding: 5px 60px;
        position: relative;
        font-size: 16px;
        text-align: center;
    }

}

@media only screen and (min-width: 1024px) {
    .line-custom {
        margin-top: 10px;
        height: 12px;
        background: radial-gradient(1px 3px, #f3cdd8 80%, transparent 80%) 0 0 / 6px 100%;
    }

    h3.ttlCenter {
        align-items: center;
        background-color: #fff;
        border: 1px solid #614a3f;
        border-radius: 50px;
        display: inline-flex;
        flex: 0 0 auto;
        gap: 10px;
        justify-content: center;
        padding: 5px 60px;
        position: relative;
        text-align: center;
        color: #614a3f;
        font-size: 32px;
        font-weight: 600;
        font-family: "HiraginoKakuGothicPro-W6", Helvetica;
    }

    p.bold-custom,
    .bold-custom {
        color: #614a3f;
        text-align: center;
        font-size: 32px;
        font-weight: 600;
        font-family: "HiraginoKakuGothicPro-W6", Helvetica;
    }

    .title-trigger {
        align-items: center;
        background-color: #fff;
        border: 1px solid #614a3f;
        border-radius: 50px;
        display: inline-flex;
        flex: 0 0 auto;
        gap: 10px;
        justify-content: center;
        padding: 5px 60px;
        position: relative;
        font-size: 16px;
        text-align: center;
    }
}

@media only screen and (min-width: 1023px) {
    .line-custom {
        margin-top: 10px;
        height: 12px;
        background: radial-gradient(1px 3px, #f3cdd8 80%, transparent 80%) 0 0 / 6px 100%;
    }

    h3.ttlCenter {
        align-items: center;
        background-color: #fff;
        border: 1px solid #614a3f;
        border-radius: 50px;
        display: inline-flex;
        flex: 0 0 auto;
        gap: 10px;
        justify-content: center;
        padding: 5px 60px;
        position: relative;
        text-align: center;
        color: #614a3f;
        font-size: 32px;
        font-weight: 600;
        font-family: "HiraginoKakuGothicPro-W6", Helvetica;
    }

    p.bold-custom,
    .bold-custom {
        color: #614a3f;
        text-align: center;
        font-size: 32px;
        font-weight: 600;
        font-family: "HiraginoKakuGothicPro-W6", Helvetica;
    }

    .title-trigger {
        align-items: center;
        background-color: #fff;
        border: 1px solid #614a3f;
        border-radius: 50px;
        display: inline-flex;
        flex: 0 0 auto;
        gap: 10px;
        justify-content: center;
        padding: 5px 60px;
        position: relative;
        font-size: 16px;
        text-align: center;
    }
}


p.bold-custom,
.bold-custom {
    color: #614a3f;
    text-align: center;
    font-size: 32px;
    font-family: "HiraginoKakuGothicPro-W6", Helvetica;
    ;
}

/* table custom use all */
table.table-job {
    position: relative;
    border: 1px solid #ddd;
    border-collapse: separate;
    border-radius: 10px;
    background-color: #fff !important;
}

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;
    padding: 8px !important;
}

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 15px !important;
    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;
}

.btn-black {
    width: max-content;
    white-space: nowrap;
    border: 1px solid #333333;
    border-radius: 10px;
    padding: 10px 75px;
    font-size: 16px;
    font-family: "HiraginoKakuGothicPro-W6", Helvetica;
    color: #333333;
    background-color: #fff;
}

.manual-text {
    font-size: 12px;
    font-family: "HiraginoKakuGothicPro-W3", Helvetica;
    color: #333333;
}

.title-table-h3 {
    letter-spacing: 2px;
    font-size: 20px;
    font-family: "HiraginoKakuGothicPro-W6", Helvetica;
    color: #614A3F;
    border-bottom: 2px solid #614A3F;
    padding-bottom: 5px;
    margin-bottom: 40px;
}

.text-underline-blue {
    text-decoration: underline;
    color: #0097d8
}

.text-center {
    text-align: center;
}

.text-start {
    text-align: start;
}

table.table-job td p {
    margin-bottom: 0 !important;
}

/*
.ellipsis {
    overflow: hidden;
    position: relative;
    -webkit-box-orient: vertical;
    word-break: break-word;
} */

.w6-14 {
    font-size: 14px !important;
    font-family: "HiraginoKakuGothicPro-W6", Helvetica !important;
}

.w6-16 {
    font-size: 16px !important;
    font-family: "HiraginoKakuGothicPro-W6", Helvetica !important;
}

.w3-14 {
    font-size: 14px !important;
    font-family: "HiraginoKakuGothicPro-W3", Helvetica !important;
}

.w3-16 {
    font-size: 16px !important;
    font-family: "HiraginoKakuGothicPro-W3", Helvetica !important;
}

.py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.p-0 {
    padding: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.pb-300 {
    padding-bottom: 300px !important;
}


/* table-horizontal */

table.table-horizontal {
    width: 100%;
    border-collapse: separate;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 16px;
}

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

table.table-horizontal tr:first-child td {
    border-top-right-radius: 10px;
}

table.table-horizontal tr:last-child th {
    border-bottom-left-radius: 10px;
    border-bottom: 0;
}

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

.table-horizontal th,
.table-horizontal td {
    padding: 12px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #ddd;
    text-align: left;
}

.table-horizontal th {
    background-color: #F8C5C8;
    white-space: nowrap;
    font-size: 14px !important;
    font-family: "HiraginoKakuGothicPro-W6", Helvetica !important;
}

.table-horizontal td {
    background-color: #fff;
    font-size: 14px !important;
    font-family: "HiraginoKakuGothicPro-W3", Helvetica !important;
}


/* css new responsive */

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

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

    .tb-arrow {
        position: relative;
        top: 0;
        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;
    }
}

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

    50% {
        right: -75%;
    }

    100% {
        right: -85%;
    }
}
