@charset "utf-8";

/* 他ページの設定を上書き */
main {
    width: 100%;
}

main .cont_base_wrap {
  margin: auto;
}

@media only screen and (max-width: 768px) {
  main {
    margin-top: 90px;
  }
}

/* ------------------------------------
  sub_title
------------------------------------ */
.sub_title {
    background: #b8e5fd;
}
.sub_title > .cont_base_wrap {
    position: relative;
    padding: 40px 0;
    overflow: hidden;
}
.sub_title > .cont_base_wrap::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 150px;
    height: 77px;
    z-index: 1;
    background: url(/img/cloud_s.png) no-repeat;
}
.sub_title > .cont_base_wrap::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -36px;
    width: 194px;
    height: 102px;
    z-index: 1;
    background: url(/img/cloud_l.png) no-repeat;
}
@media only screen and (max-width: 768px) {
    .sub_title > .cont_base_wrap::before {
        display: none;
    }
    .sub_title > .cont_base_wrap::after {
        right: -5px;
    }
}
/* ------------------------------------
    breadcrumbs
------------------------------------ */
.breadcrumbs {
    width: 100%;
    background: #efefef;
    position: relative;
}
.breadcrumbs .inner {
    width: 1000px;
    margin: 0 auto;
}
.breadcrumbs .inner li {
    display: inline-block;
    font-size: 0.875rem;
    letter-spacing: 0;
    padding: 5px 0;
}
.breadcrumbs a {
    margin: 0 4px 0 0;
    text-decoration: underline;
}
@media only screen and (max-width: 768px) {
    .breadcrumbs {
        display: none;
    }
}

/* ------------------------------------
  sub content
------------------------------------ */
/* sub content table */
.sub_content table {
    width: 100%;
    margin: 60px 0;
}
.sub_content th,
.sub_content td {
    padding: 25px 40px;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}
.sub_content th:nth-child(2) {
    padding: 25px 20px;
}
.sub_content th:nth-child(3) {
    padding: 25px 20px;
}
.sub_content th {
    background: #E56A76;
    color: #fff;
    font-size: 1.3125rem;
    line-height: 1.3rem;
}
.sub_content th:first-child {
    border-radius: 5px 0 0 0;
    width: 40%;
    text-align: left;
}
.sub_content th:last-child {
    border-radius: 0 5px 0 0;
    width: 25%;
}
.sub_content td:first-child {
    text-align: left;
}
.sub_content td:first-child a,
.sub_content td:nth-child(2) a {
    display: block;
    pointer-events: none;
}
.sub_content td:last-child {
    padding: 25px 25px;
}

.sub_content tr:nth-child(odd) {
    background: #efefef;
}
/* 掲載無し */
.sub_content tr.not_posted td {
    color: #7a7a7a;
}

/* 乗務員募集事業者一覧 */
.recruit_table td span {
    background: #46936b;
    border-radius: 30px;
    padding: 8px 20px 8px 30px;
    color: #fff;
}
.recruit_table td span::after {
    display: inline-block;
    margin: 0 0 3px 15px;
    content: "\e900";
    vertical-align: middle;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: .8rem;
    font-family: "ibaraki";
    line-height: 1;
}

.recruit_table .recruit_sp_only {
    display: none !important;
}

tr.recruit_table_header {
    background: white !important;
}

/* 乗合・貸切 */
.recruit_table td.recruite_table_company_type {
    padding: 10px 10px;
}

.recruit_table td.recruite_table_company_type span {
    padding: 8px 20px;
    border-radius: 10px;
    margin-left: 5px;
    margin-right: 5px;
}
.recruit_table td.recruite_table_company_type span::after {
    display: none;
}

.recruit_table td span.recruite_table_noriai {
    background: #0070C0;
}

.recruit_table td span.recruite_table_kashikiri {
    background: #00B050;
}

/* 働きやすい職場認定画像 */
td.hataraki {
    padding: 0px 10px;
}

img.hataraki {
    height: 60px;
}

@media only screen and (max-width:768px) {
    .recruit_table .recruit_sp_only {
        display: block !important;
    }
    .recruit_table .recruit_pc_only {
        display: none !important;
    }

    .sub_content table {
        width: 90%;
        margin: 0 auto;
        border-collapse: separate;
        border-spacing: 0 20px;
    }
    .sub_content tr {
        box-shadow: 0 1px 3px rgba(0,0,0,.16);
    }
    .sub_content th,
    .sub_content td {
        display: block;
    }
    .sub_content th {
        display: none;
    }
    .sub_content td {
        width: 100%;
        position: relative;
        padding: 0;
        background: #fff;
        text-align: left;
    }
    .sub_content tr.not_posted td:first-child,
    .sub_content tr.posted td:first-child{
        padding: 20px 20px 3px;
    }
    .sub_content tr.not_posted td:nth-child(2),
    .sub_content tr.posted td:nth-child(2){
        padding: 3px 20px 20px;
    }
    .sub_content tr.not_posted td:first-child a,
    .sub_content tr.not_posted td:nth-child(2) a
    {
        pointer-events: none;
    }
    .sub_content td:first-child {
        border: 2px solid #E56A76;
        border-width: 1px 1px 0 1px;
        border-radius: 4px 4px 0 0;
        font-size: 1.0625rem;
    }
    .sub_content td:first-child a,
    .sub_content td:nth-child(2) a {
        display: block;
        pointer-events: auto;
    }
    .sub_content td:nth-child(2) {
        border: 2px solid #E56A76;
        border-width: 0 1px 1px 1px;
        border-radius: 0 0 4px 4px;
        font-weight: normal;
        position: relative;
    }
    .sub_content td:last-child {
        display: none;
    }
    /* 乗務員募集事業者一覧 */
    .recruit_table tr:not(.not_posted) td:nth-child(2)::after {
        content: '';
        position: absolute;
        right: 3px;
        bottom: 3px;
        width: 0;
        height: 0;
        cursor: pointer;
        border-left: 15px solid transparent;
        border-bottom: 15px solid #E56A76;
    }
    .recruit_table td:nth-child(2) a {
        padding: 3px 20px 20px;
    }

    /* 働きやすい職場認定画像 */
    td.hataraki {
        position: relative;
        text-align: right;
        right: 20px;
        top: -82px;
        height: 0px;
    }
    img.hataraki {
        height: 70px;
    }
}
