@charset "utf-8";

.tab_rent tr.chin > td[data-rel=""] {
    position: relative;
    border-bottom: none;
    min-width: 5.5em;
}
.tab_rent tr.chin > td[data-rel=""]:before {
    content: "申込済";
    color: #8c1700 !important;
    font-weight: bold;
    position: absolute;
    top: 1.5em;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    word-break: keep-all;
}



@media print, screen and (min-width: 768px) {


#rentlist .container.w-md-auto {
    padding-left: 0;
    padding-right: 0;
    max-width: 95vw !important;
    width: auto;
}
#rentlist .w-md-auto .scroll-hint-icon-wrap.is-active .scroll-hint-icon {
    opacity: 1;
}
#rentlist .container .js-scrollable {
    overflow-y: hidden!important;
    padding-right: 1px;
    padding-bottom: 1px;
}
#rentlist .container:not(.w-md-auto) .js-scrollable {
    overflow-x:initial !important;
}
#rentlist .container.w-md-auto .tab_rent tr > td {
    white-space: nowrap;
}
#rentlist .container.w-md-auto .tab_rent thead tr > th {
    position: sticky;
    left: 0;
    min-width: 5rem;
    z-index: 1;
}
#rentlist .container.w-md-auto .tab_rent tbody tr > th,
#rentlist .container.w-md-auto .tab_rent tbody tr > th + td,
#rentlist .container.w-md-auto .tab_rent tbody tr > td:first-child {
    position: sticky;
    left: 5rem;
    min-width: 5rem;
    z-index: 1;
}
#rentlist .container.w-md-auto .tab_rent tbody tr {
    position: relative;
}
#rentlist .container.w-md-auto .tab_rent tbody tr > th {
    left: 0;
}
#rentlist .container.w-md-auto .tab_rent tbody tr > td:first-child {
    background-color: #fff;
}
#rentlist .container.w-md-auto .tab_rent thead tr > th:after,
#rentlist .container.w-md-auto .tab_rent tbody tr > th:after,
#rentlist .container.w-md-auto .tab_rent tbody tr > th + td:after,
#rentlist .container.w-md-auto .tab_rent tbody tr > td:first-child:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 1px solid #000;
}

}
@media print, screen and (min-width: 992px) {


}
@media print, screen and (min-width: 1200px) {
}




/*------------------------------------
　
------------------------------------*/ 

.bgc_rent {
    position: relative;
}
.bgc_rent:after {
    content: "";
    position: absolute;
    background-color: #ede7dd;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    z-index: -1;
}
.tab_rent {
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    min-width: 100%;
}
.tab_rent tr > * {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
    padding: .35rem 1rem;
}
.tab_rent tr > *.opposite_right,
.tab_rent > thead tr > th,
.tab_rent > tbody tr > th + td.txts_14,
.tab_rent > tbody tr > td.txts_14.font-weight-bold {
    border-right-width: 3px;
    border-right-style: double;
}
.tab_rent tr > *.opposite_bottom,
.tab_rent > thead tr:last-child > * {
    border-bottom-width: 3px;
    border-bottom-style: double;
}
.tab_rent tr > th {
    font-weight: bold;
    background-color: #dbdbdb;
}




@media only screen and (max-width: 767px) {


.tab_rent tr > td {
    white-space: nowrap;
}
.tab_rent thead tr > th {
    position: sticky;
    left: 0;
    min-width: 5rem;
    z-index: 1;
}
.tab_rent tbody tr > th,
.tab_rent tbody tr > th + td,
.tab_rent tbody tr > td:first-child {
    position: sticky;
    left: 5rem;
    min-width: 5rem;
    z-index: 1;
}
.tab_rent tbody tr {
    position: relative;
}
.tab_rent tbody tr > th {
    left: 0;
}
.tab_rent tbody tr > td:first-child {
    background-color: #fff;
}
.tab_rent thead tr > th:after,
.tab_rent tbody tr > th:after,
.tab_rent tbody tr > th + td:after,
.tab_rent tbody tr > td:first-child:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 1px solid #000;
}
}
@media only screen and (max-width: 576px) {

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


}
@media print, screen and (min-width: 768px) {


.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
    opacity: 0;
}

}
@media print, screen and (min-width: 992px) {
}
@media print, screen and (min-width: 1200px) {
}




/*------------------------------------
　
------------------------------------*/ 

#vacancylist {
    margin-top: calc(16.7rem - 9.5rem) ;
    margin-top: -webkit-calc(16.7rem - 9.5rem) ;
    background: #fff;
    box-shadow: 0px 0px 20px -1px #7f7f7f42;
}



@media only screen and (max-width: 767px) {
#vacancylist {
    padding-top: 6rem;
    margin-top: -6rem;
}



}
@media only screen and (max-width: 576px) {
#vacancylist {
    margin-top: 4rem;
    padding-top: 0;
}

}
@media print, screen and (min-width: 768px) {

#vacancylist {
    /* padding-top: calc(11.7rem + 9.5rem) ;
    padding-top: -webkit-calc(11.7rem + 9.5rem) ; */
    margin-top: calc(16.7rem - 9.5rem) ;
    margin-top: -webkit-calc(16.7rem - 9.5rem) ;
}



}
@media print, screen and (min-width: 992px) {


}
@media print, screen and (min-width: 1200px) {
}




