@charset "utf-8";

/*************検索************/
.search-block {
    max-width: 850px;
    margin: 1em auto;
}

.search-block .open-btn {
    position: relative;
    display: block;
    margin: 0;
    padding: 0.5em 1.5em;
    width: 100%;
    color: #000;
    background: #f1f1f1;
    text-align: left;
    font-size: 120%;
    border-radius: 0;
}

.search-block .open-btn::after {
    content: "　";
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 2em;
    font-weight: 700;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    background-image: url(/img/arrow-down.png);
    background-repeat: no-repeat;
    background-position:center;
    background-size: 55%;
}

.search-block .open-btn[aria-expanded^=true]::after {
    content: "　";
    background-image: url(/img/arrow-up.png);
    background-repeat: no-repeat;
    background-position:center;
    background-size: 55%;
}

.search-table {
    margin-bottom: 0;
}

.search-table th {
    padding: 0.75rem 2rem .5rem;
    width: 100%;
    border-top: none;
    font-weight: normal;
}

.search-table td {
    width: 100%;
    border-top: none;
    border-bottom: 1px solid #dee2e6;
    padding: 0 2rem .75rem;
}

.btn-table td{
    border-bottom: none;
    padding: 0 2rem;
}

.form-check{
    padding-left: 0;
}

.form-check-label{
    margin-right: 1rem;
}

/*********この条件で探すボタン*******/
.search-btn {
    color: #fff;
    background-color: #444444;
    text-decoration: none;
    width: 170px;
    margin: 1rem;
}

/*********条件をリセットするボタン*******/
.btn-default{
    background: #dcdcdc;
    color: #808080;
}

.search-btn:hover,
.btn-default:hover {
    opacity: 0.65;
    color: #FFFFFF;
}

/*********一覧結果求人*******/
.contents-joblist {
    max-width: 850px;
    margin: 0 auto;
}

.pager-result{
    font-size: 16px;
}

.pager-result em {
    font-style: normal;
}

.joblist-box {
    margin: 0 auto 3em;
    padding: 0;
    max-width: 820px;
    border: 1px solid #999999;
}

.joblist-box a:hover {
    text-decoration: none;
    opacity: .65;
}

.joblist-title {
    color:#FFF;
    margin: 0;
    padding: 15px 27px;
    font-size: 18px;
    font-weight: normal;
    background: #666;
}

.joblist-info {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
}

.joblist-img-box {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
    width: 390px;
}

.joblist-img-box img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    max-width: 300px;
    max-height: 210px;
}

.joblist-txt-box{
    min-height: 298px;
}

.joblist-table {
    margin: 15px 0 0 15px;
    width: calc(100% - 400px);
}

.joblist-table-box{
    border-bottom: 1px dashed #dee2e6;
    padding: 7px 12px;
}

.joblist-table-box .ttl{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin: 0;
}

.joblist-table-box .text{
    font-size: 14px;
    line-height: 22px;
    height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.joblist-table-box:last-child{
    border-bottom: none;
}

.joblist-table-box:last-child .text {
    height:auto;
    -webkit-line-clamp: 2;
}

.joblist-btn-box {
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 290px;
}

.joblist-btn-box .joblist-btn {
    position: relative;
    display: inline-block;
    margin: 0 15px;
    padding: 0.35em 0;
    width: 9em;
    background: #666;
    color: #fff;
    overflow: hidden;
    font-size: 18px;
    border-radius: 0;
}

.joblist-btn-box .joblist-btn:hover {
    opacity: .65
}

.no-data{
    padding: 0 1em;
}

@media screen and (max-width:767px) {
    .joblist-info {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        text-align: center;
    }
    .joblist-img-box {
        position: relative;
        margin: 0 auto;
        width: 100%;
        height: auto;
    }
    .joblist-img-box img{
        width: 240px;
        height: 180px;
        margin: 15px auto;
    }
    .search-table{
        border-left: 1px solid #dee2e6;
        border-right: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
    }
    .btn-table{
        border-left: none;
        border-right: none;
        border-bottom: none;
    }
    .joblist-table {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .btn-table td div{
        max-width: 360px;
        margin: 0 auto;
    }
    .search-table .search-btn{
        font-size: 11px;
        float: left;
        width: 38vw;
        margin: 1rem 0;
        max-width: 170px;
    }
    .search-table .btn-default{
        font-size: 11px;
        float: right;
        width: 38vw;
        margin: 1rem 0;
        max-width: 170px;
    }
    .joblist-btn-box {
        padding: 15px 0;
        text-align: center;
        width: 100%;
        position: static;
    }
    .form-check-label{
        width:100%;
    }
    .search-block .open-btn {
        box-shadow: none;
    }
    .search-table th{
        padding: 0.75rem 1rem .5rem;
        font-size: 15px;
    }
    .search-table td{
        padding: 0 1rem .75rem;
        font-size:14px;
    }
    .joblist-info {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        text-align: center;
    }
    .joblist-img-box {
        position: relative;
        margin: 0 auto;
        width: 100%;
        height: auto;
    }
    .joblist-img-box img{
        width: 260px;
        height: 195px;
        margin: 15px auto;
    }
    .search-table{
        border-left: 1px solid #dee2e6;
        border-right: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
    }
    .btn-table{
        border-left: none;
        border-right: none;
        border-bottom: none;
    }
    .joblist-table {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .joblist-txt-box{
        text-align: left;
        padding: 0 14px;
        min-height: auto;
    }
    .joblist-table-box {
        border-bottom: none;
    }
    .joblist-table-box:last-child{
        margin-bottom:inherit;
    }
    .joblist-table-box:last-child .text{
        height: inherit;
    }
    .btn-table td div{
        max-width: 360px;
        margin: 0 auto;
    }
    .search-table .search-btn{
        font-size: 13px;
        float: left;
        width: 38vw;
        margin: 1rem 0;
        max-width: 170px;
    }
    .search-table .btn-default{
        font-size: 13px;
        float: right;
        width: 38vw;
        margin: 1rem 0;
        max-width: 170px;
        padding: .375rem 0;
    }
    .joblist-btn-box {
        padding: 5px 0 20px;
        text-align: center;
        width: 100%;
        position: static;
    }
    .joblist-btn-box .joblist-btn {
        position: relative;
        display: inline-block;
        margin: 0 15px;
        padding: 0.5em 0;
        width: 9em;
        color: #fff;
        overflow: hidden;
    }
    .joblist-btn-box .joblist-btn:hover {
        opacity: .65
    }
    .form-check-label{
        width:100%;
    }
    .search-block .open-btn {
        box-shadow: none;
    }
    .search-table th{
        padding: 0.75rem 1rem .5rem;
        font-size: 15px;
    }
    .search-table td{
        padding: 0 1rem .75rem;
        font-size:14px;
    }
}

@media screen and (max-width:414px) {
    .joblist-title {
        padding: 10px 5px;
        font-size: 5vw;
    }
}
