@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: rgb(237, 232, 220);
    text-align: left;
    font-size: 120%;
    border-radius: 0;
}
.search-block .open-btn .arrow_mark {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    background: url(../img/arrow-up.png) no-repeat;
    background-size: cover;
    right: 30px;
    bottom: 10px;
}
.search-block .open-btn[aria-expanded^=true] .arrow_mark {
    background: url(../img/arrow-down.png) no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    background-size: cover;
    right: 30px;
    bottom: 10px;
}
.contents-joblist {
    max-width: 1356px;
    margin: 0 auto;
}
.no-data{
    padding: 0 1em;
}

.container {
    max-width: 1300px;
}

.joblist-box {
    margin: 0 auto 3em;
    padding: 0;
    max-width: 1300px;
    border: 1px solid #4e7280;
    background: #1E1F3C;
}

.joblist-info {
    position: relative;
    margin: 0;
    padding: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.joblist-title {
    margin: 0;
    padding: 15px 27px;
    font-size: 18px;
    font-weight: normal;
    background: #4e7280;
}

a .joblist-title{
    color:#FFF;
}
.joblist-box a:hover{
    text-decoration: none;
    opacity: .65;
}

.joblist-txt-box {
    width: 45%;
    min-height: auto;
    padding: 40px 65px 40px 15px;
}

.joblist-table {
    width: 100%;
    height: auto;
	min-height: 340px;
    position: relative;
    margin: 0;
    background: #fff;
}

.joblist-table-box{
    border-bottom: 1px dashed #dee2e6;
    padding: 7px 12px;
}
.joblist-table-box .title{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin: 0;
}
.joblist-table-box .text{
    font-size: 14px;
    line-height: 22px;
}
.joblist-table-box:last-child{
    border-bottom: none;
}
.joblist-table-box:last-child .text {
    height:auto;
    -webkit-line-clamp: 2;
}
.joblist-table th,
.joblist-table td {
    text-align: left;
    border-top: none;
    width: 100%;
}
.joblist-table th {
    padding: 12px 12px 0 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
}
.joblist-table td {
    border-bottom: 1px dashed #dee2e6;
    padding: 0 12px 12px 0;
    font-size: 14px;
    line-height: 20px;
}
.joblist-table .ellipsis-td {
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.joblist-img-box {
    position: relative;
    margin: 0;
    padding: 40px 15px 40px 40px;
    width: 55%;
    height: auto;
}

.joblist-img-box .joblist-no-img {
    margin: 0 auto;
    width: 300px;
    height: 225px;
    background: #ccc;
}

/*.joblist-img-box img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
	max-height: 100%;    
    font-family: 'object-fit: contain; object-position: center;' 
}*/
.joblist-img-box img {
    display: block;
    max-width: 100%;
	max-height: 100%;  
	font-family: 'object-fit: contain; object-position: center;' /* IE・Edge対応; */
}


/*.joblist-btn-box {
    position: absolute;
    right: 0;
    width: fit-content;
    bottom: 12%;
    border-bottom: 2px solid;
    display: flex;
    align-items: center;
    gap: 100px;
    margin-left: auto;
    margin-right: 5%;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}*/
.joblist-btn-box {
    position: absolute;
    width: fit-content;
    bottom: 12%;
    display: flex;
    align-items: center;
    gap: 100px;
    margin-left: auto;
    margin-right: 7%;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

.joblist-btn-box span {
    color: #fff;
	font-size: 0.94vw;
	font-weight: 600;
}

.joblist-btn{
    background: #fff;
}


.joblist-btn-box .joblist-btn {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0.35em 0;
    width: 4.5em;
    overflow: hidden;
    font-size: 18px;
    border-radius: .25rem;
}
.joblist-btn-box .joblist-btn:hover {
    opacity: .65
}
@media screen and (min-width:769px) {
.joblist-table-box .text{
    height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
}
@media screen and (max-width:767px) {
    .joblist-info {
        flex-direction: column;
        padding: 0;
    }

    .joblist-img-box {
        width: 100%;
        padding: 20px 25px;
    }

    .joblist-img-box img {
        width: 100%;
        height: auto;       
    }


    .joblist-img-box .joblist-no-img {
        margin: 15px auto;
        width: 240px;
        height: 180px;
        background: #ccc;
    }
    .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 {
        width: 100%;
    }

    .joblist-txt-box {        
        width: 100%;
        padding: 0 25px;
		text-align: left;
    }

    .joblist-table-box {
        border-bottom: none;
    }
    .joblist-table-box:last-child{
        margin-bottom:inherit;
    }
    .joblist-table-box:last-child .text{
        height: inherit;
    }
    .joblist-table th{
        padding: 12px 15px 0;
    }

    .joblist-table td{
        padding: 0 15px 12px;
        border-bottom: none;
    }
    .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 {
        position: static;
        width: 100%;
        justify-content: flex-end;
        margin-right: 0;
        padding: 5px 14px 20px;
    }
    .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 {
        position: static;
        width: fit-content;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 50px;
        margin: 0 25px 20px auto;
        padding: 20px 0 5px;
        border-bottom: 1px solid #fff;
    }

    .joblist-btn-box span {
        color: #fff;
        font-size: 14px;
        font-weight: 600;
    }

    .joblist-btn-box .joblist-btn {
        background: #fff;
        color: #1E1F3C;
        width: 3.5em;
        padding: 0;
        text-align: center;
        border-radius: .25rem;
        font-size: 18px;
		border: 0px;
    }
	
	


    .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;
    }
}
