/* Result title */
.result-title {
    color: #3264be;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 42px;
    padding-bottom: 10px;
    border-bottom: 6px solid #3264be;
}

/* Total records */
.total-records {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.total-records span {
    margin: 0;
}
.total-records span:first-of-type{
    font-size: 24px;
    font-weight: bold;
    color: #ff7844;
}
.total-records span:nth-of-type(2){
    font-size: 13.5pt;
    padding-bottom: 2px;
    padding-left: 3px;
}


.total-future-total-records {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-weight: 500;
}

.total-future-total-records p{
    margin-bottom: 0;
    font-weight: 500;
}
.total-future-total-records span {
    margin: 0;
}

.total-future-total-records{
    font-size: 13.5pt;
    padding-bottom: 2px;
    padding-left: 3px;
    margin: 0;
    font-weight: 500;
}

.total-future-total-records span{
    font-size: 24px;
    font-weight: bold;
    color: #ff7844;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
}

/* pagination */
.pagination-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.pagination {
    font-size: 9pt;
    padding-left: 10px;
}
.pagination a {
    padding: 6px 9px;
    border-radius: 20px;
    border: solid 2px#bebebe;
    margin-left: 4px;
    color: black;
}
.pagination span {
    padding-top: 15px;
    padding-left: 6px;
    padding-right: 5px;
    font-weight: bolder;
}
.pagination a.active {
    background-color: #bebebe;
    color: white;
}
.pagination a:hover:not(.active) {
    background-color: #bebebe;
    color: white;
}
.nav-next {
    padding-left: 12px !important;
}
.nav-pre {
    padding-right: 12px !important;
}
.nav-next::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    border: 5px solid transparent;
    border-left: 5px solid #bebebe;
    border-right-width: 0;
}
.pagination a:hover:not(.active):after{
    border-left-color: white;
}
.nav-pre::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 4px;
    border: 5px solid transparent;
    border-right: 5px solid #bebebe;
    border-left-width: 0;
}
.pagination a:hover:not(.active):before{
    border-right-color: white;
}

.page-size-area {
    display: flex;
    font-size: 9pt;
}
.page-size-area > div:nth-of-type(1) {
    padding-top: 5px;
    padding-right: 10px;
}
.page-size-container {
    position: relative;
    width: 70px;
    margin-right: 10px;
}
.page-size-area a {
    color: #539bf5;
    cursor: pointer;
}
.page-size-area a.ordering {
    color: black;
    cursor: auto;
}
.page-size-area label {
    padding-left: 5px;
}
select.page-size {
    border: solid 1px #a7afb4;
    border-radius: 3px;
    height: 28px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 8px;
    padding-top: 2px;
    background: white;
}
.page-size-container::after {
    border: 5px solid transparent;
    border-top: 8px solid #a7afb4;
    top: 10px;
    right: 9px;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
}
.page-size-container select:focus {
    box-shadow: none;
    outline: 0;
}

/* Job card */
.job-card {
    margin-bottom: 42px;
    box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 20%);
    border-radius: 3px;
    border-top: solid 8px #ffdc3c;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    position: relative;
    font-size: 14px;
}

/* Job card header */
.job-card-header{
    display: flex;
    padding: 10px 20px 16px 10px
}
.job-card-header-avatar {
    width: 25%;
    margin-top: 10px;
    margin-left: 20px;
}
.job-card-header-info {
    padding-left: 20px;
    width:75%;
}

.job-card-header-avatar img{
    width:100%;
    max-height: 135px;
    object-fit: cover;
}

.job-card-header-info .row1{
    display: flex;
}
.job-card-header-info .row1 .product-status-area{
    width: 70%;
    padding-top: 8px;
    display: flex;
    flex-wrap: wrap;
}
.job-card-header-info .row1 .product-status-area-empty{
    width: 70%;
    padding-top: 8px;
    display: flex;
    flex-wrap: wrap;
}
.job-card-header-info .row1 .product-meta-area{
    flex-shrink: 0;
    padding-top: 13px;
    padding-right: 4.5rem;
    text-align: right;
}
.job-card-header-info .row1 .product-status-area span {
    color: #539bf5;
    border: 3.5px solid #539bf5;
    border-radius: 15px;
    padding: 3px 22px;
    margin-right: 10px;
    margin-bottom: 6px;
    height: 26px;
}
.product-meta-area img {
    width: 20px;
}

.job-card-header-info .row2{
    display: flex;
    flex-wrap: wrap;
    margin-top: -5px;
}
.job-card-header-info .row2 span {
    padding: 7px 26px 6px 22px;
    margin-right: 16px;
    background: #cccccc;
}
.job-card-header-info .row2 span.cate {
    padding: 7px 26px 6px 22px;
    margin-right: 16px;
    border: solid 1px #999999;
    background-color: unset;
}

.job-card-header-info h3, .job-card-header-info h2, .job-card-header-info h1{
    font-size: 16px;
    line-height: 1.5;
    color: #ff7844;
    padding-top: 10px
}

/* Like icon */
.like-area {
    width: 46px;
    height: 64px;
    position: absolute;
    right: 26px;
    background: #ffdc3c;
    border-end-end-radius: 25px;
    border-end-start-radius: 25px;
    text-align: center;
    padding-top: 30px;
}
.like-area img {
    width: 60%;
    cursor: pointer;
}

/* Job card condition */
.job-card-cond {
    display: flex;
    margin-bottom: 18px;
}
@media (max-width: 460.01px) {

    .total-future-total-records {
        display: block;
        text-align: center;
        width: 100%;
    }
    .total-future-total-records p{
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 0;
    }
    .total-future-total-records span {
        margin: 0;
    }

    .total-future-total-records{
        font-size: 12px;
        padding-bottom: 0;
        padding-left: 3px;
        margin: 0;
        font-weight: 500;
    }

    .total-future-total-records span {
        font-size: 16px;
        font-weight: bold;
        color: #ff7844;
        padding-bottom: 0;
        padding-left: 3px;
        padding-right: 3px;
    }
}
@media (max-width: 765.01px) {
    .job-card-cond {
        margin-bottom: 8px;
    }
}

.job-card-cond span{
    border: #3c9444 solid 1px;
    color: #3c9444;
    padding: 6px 10px;
    margin-right: 10px;
    border-radius: 4px;
}
.job-card-cond-right{
    display: flex;
    flex-wrap: wrap;
}
.job-card-cond-left .item1 {
    background: #50c55a;
    color: white;
    padding-right: 10px;
    padding-top: 3px;
    padding-left: 38px;
}
.job-card-cond-left .item2 {
    border: 13px solid transparent;
    border-left-color: #50c55a;
}
.job-card-cond-left > div {
    display: flex;
    width: 158px;
}

.job-card-detail > div {
    display: flex;
}
.job-card-detail .left {
    width: 49%;
    border-right: solid 1px #cccccc;
    padding-left: 30px;
    padding-right: 10px;
}
table.job-card-detail {
    margin-bottom: 0;
}
table.job-card-detail td.main-comment-detail{
    padding-left: 30px;
    padding-right: 10px;
    margin-top: 40px;
    /* margin-left: 30px; */
    /* margin-right: 30px; */
    padding-top: 35px;
    /* padding-left: 10px; */
    padding-bottom: 60px;
    border-top: 2px dotted #cccccc;
}
table.job-card-detail tr td, table.job-card-detail tr th {
    border-top: none;
    padding: 0;
    vertical-align: top;
}
.job-card-detail .right {
    width: 51%;
    padding-left: 13px;
    padding-right: 10px;
}
.job-card-detail table.item {
    margin-bottom: 0;
}
.job-card-detail .item-name {
    padding-right: 15px;
    padding-bottom: 28px;
}
.job-card-detail .item-detail{
    width: 75%;
    padding-left: 15px;
    padding-top: 5px;
    vertical-align: top;
}
.job-card-detail .item .item-name{
    background: #fff0a8;
    padding: 5px;
    display: flex;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    margin-bottom: 28px;
    min-width: 115px;
}
.job-card-detail .item .item-name.last-item-name{
    margin-bottom: 68px;
}
.job-card-detail .item .item-name img{
    width: 16px;
}
.job-card-detail .item-name-text{
    padding-top: 3px;
    padding-left: 7px;
    font-weight: 500;
    font-size: 14px;
    line-height: var(--bs-body-line-height);
}

.detail-button-area{
    padding: 20px;
    padding-bottom: 29px;
    display: flex;
    justify-content: center;
}
.detail-button-area img {
    margin-top: -5px;
    width: 20px;
}
.detail-button-area a {
    background: #50c55a;
    font-size: 12pt;
    font-weight: 300;
    text-align: center;
    padding: 17px 100px;
    color: white;
    border-radius: 5px;
    box-shadow: 1px 1px 12px 2px rgb(0 0 0 / 20%);
    margin-bottom: 0;
}

/* For SP */
#result-title-sp select:focus {
    box-shadow: none;
    outline: 0;
}
#result-title-sp {
    display: none;
    border-bottom: 3.5px solid #3264be;
    padding-bottom: 3px;
    margin-bottom: 22px;
}
#result-title-sp h2 {
    padding-left: 18px;
    font-size: 14pt;
    color: #3264be;
    margin-bottom: 0;
    margin-top: 13px;
}

.job-card-sp {
    display: none;
    padding-left: 12px;
    padding-top: 6px;
}

.job-card-sp .product-status-area {
    display: flex;
    flex-wrap: wrap;
}
.job-card-sp .product-status-area span {
    color: #539bf5;
    border: 2px solid #539bf5;
    border-radius: 15px;
    padding: 3px 18px 2px 18px;
    margin-right: 5px;
    margin-bottom: 6px;
    font-weight: 500;
}
.job-card-sp .employment-status-area {
    display: flex;
    flex-wrap: wrap;
}
.job-card-sp .employment-status-area span {
    padding: 7px 15px;
    margin-right: 8px;
    background: #cccccc;
    margin-bottom: 6px;
    line-height: 12px;
    padding-bottom: 4px;
}
.job-card-sp .employment-status-area span.cate {
    padding: 6px 15px;
    margin-right: 8px;
    margin-bottom: 6px;
    border: solid 1px #999999;
    background-color: unset;
    padding-bottom: 4px;
    line-height: 12px;
}
.job-card-sp h3, .job-card-sp h1 {
    font-size: 15px;
    line-height: 1.4;
    color: #ff7844;
    margin-top: 10px;
}

.job-card-sp .item-name-text {
    font-size: 11px;
    font-weight: 300;
    line-height: var(--bs-body-line-height);
    color: #333;
}

.job-card-sp .item {
    display: flex;
}
.job-card-sp .item .item-name > div {
    background: #fff0a8;
    padding: 5px;
    padding-left: 14px;
    display: flex;
    border-radius: 5px;
    width: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
}
table.job-card-detail-sp {
    margin-bottom: 0;
}
table.job-card-detail-sp.job-card-detail-sp2 {
    margin-bottom: 20px;
}
table.job-card-detail-sp td {
    border-top: none;
}
table.job-card-detail-sp td.main-comment-detail {
    padding-bottom: 30px;
    padding-top: 30px;
}
table.job-card-detail-sp td.last-col-1-item {
    padding-bottom: 30px!important;
}
.job-card-sp .item .item-detail {
    padding-top: 3px;
    padding-bottom: 5px;
    font-weight: 300;
    font-size: 13px;
}
.job-card-sp .item .item-name > div {
    padding: 3px;
    border-radius: 3px;
    width: 80px;
    margin-bottom: 20px
}
.job-card-sp .item .item-name img {
    width: 12px;
    margin-top: -3px;
    margin-right: 5px;
}

.job-card-sp .detail-button-area {
    padding: 5px 10px 16px 0;
}
.job-card-sp .detail-button-area a {
    width: 100%;
    padding: 13px 0;
}

.job-card-sp .product-meta-area {
    text-align: right;
    padding-right: 12px;
    padding-bottom: 12px;
    font-size: 10px;
}
.job-card-sp .product-meta-area img {
    width: 17px;
    margin-bottom: 3px;
}

.result-title-div {
    display: block !important;
}

.result-title-div h1 {
    color: #3264be;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 42px;
    padding-bottom: 10px;
    border-bottom: 6px solid #3264be;
    line-height: 40px;
}

@media (min-width: 765.01px) {
    .result-title-div {
        border-bottom: none !important;
        margin-bottom: 0 !important;
    }
}

/* On SP (765) */
@media (max-width: 765px) {
    .result-title-div h1 {
        padding-left: 18px;
        font-size: 14pt;
        color: #3264be;
        margin-bottom: 0;
        margin-top: 13px;
        line-height: 16pt;
    }
    .result-title-div h1 {
        border-bottom: none !important;
        padding-bottom: 0 !important;
    }
    .job-card {
        font-size: 12px;
    }
    .result-title {
        display: none;
    }
    #result-title-sp {
        display: flex;
        justify-content: space-between;
    }
    .result-title-div {
        display: flex !important;
    }
    .job-card-pc {
        display: none;
    }
    .job-card-sp {
        display: block;
    }
    .pagination-container {
        justify-content: center;
    }
    .page-size-area {
        display: none;
    }
    #result-title-sp .page-size-area {
        display: flex;
        font-size: 8pt;
        margin-top: 8px;
        min-width: 157px;
    }
    .result-title-div .page-size-area {
        display: flex !important;
    }
    .page-size-area > div:nth-of-type(1) {
        padding-top: 3px;
        padding-right: 5px;
    }
    select.page-size {
        height: 23px;
    }
    .page-size-container {
        margin-right: 8px;
        width: 61px;
    }
    .page-size-container::after {
        top: 8px;
    }
    .job-card {
        margin-bottom: 20px;
        margin-left: 6px;
        margin-right: 6px
    }

    .total-records span:first-of-type {
        font-size: 12pt;
    }
    .total-records span:nth-of-type(2) {
        font-size: 9pt;
    }

    .pagination {
        justify-content: center;
        margin-bottom: 15px;
        margin-top: 20px
    }
    .pagination a {
        padding: 2px 7px;
        margin-left: 6px;
        border-width: 1px
    }
    .pagination span {
        padding-top: 5px;
    }

    .like-area {
        top: -1px;
        right: 20px;
        padding-top: 15px;
        height: 50px;
    }

    .job-card-cond-left .item1 {
        background: #50c55a;
        color: white;
        width: 100%;
        line-height: 26px;
        padding: 0;
        text-align: left;
        padding-left: 20px;
    }
.job-card-cond-left .item2 {
    border: 13px solid transparent;
    border-left-color: #50c55a;
}
.job-card-cond-left > div {
    display: flex;
    width: 135px;
}

}
