.favorite_list-top {
    display: flex;
    margin: 0 16px 20px;
    position: relative;
    align-items: center;
}
.favorite_list-top .total_number {
    font-size: 11px;
}
.favorite_list-top .total_number span {
    font-weight: 500;
    font-size: 18px;
    padding-right: 2px;
    letter-spacing: 0.5px;
}
.main_contents .favorite_list-top .checkbox02 {
    font-size: 12px;
    line-height: 125%;
    top: auto;
    bottom: -24px;
    left: 0;
    z-index: 10;
}
.switchArea {
    width: 62px;
    margin-left: auto;
}
.switchArea .switch_label {
    width: calc(100% + 20px);
    display: block;
    margin-left: -10px;
}
.switchArea .switch_toggle {
    bottom: -3px;
}
.switchArea input[type="checkbox"]:checked ~ .switch_toggle {
    transform: translateX(38px);
}
.favorite_table-block,
.favorite_panel-block {
    display: none;
}
.favorite_table-block {
    overflow: scroll;
    margin: 0 -16px;
    table-layout: fixed;
}
.favorite_panel-block {
    margin-top: 45px;
}
.favorite_table-block.is-show,
.favorite_panel-block.is-show {
    display: block;
}
.favorite_table {
    width: 1567px;
}
.favorite_table tr {
    border-bottom: 2px solid #F2F1F8;
}
.favorite_table th {
    position: sticky;
    position: -webkit-sticky;
    left: 0;
    width: 167px;
    background-color: #FCFCFC;
    z-index: 5;
}
.favorite_table .keisaisyuryo_tr {
    background-color: #E4E4E4;
}
.favorite_table .keisaisyuryo_th {
    background-color: #E4E4E4;
}
.favorite_table .keisaisyuryo_tr .job_number {
    color: #2E2D2E;
}
@media all and (-ms-high-contrast: none) {
    .favorite_table th {
        position: relative;
    }
}
.favorite_table tbody th {
    padding: 16px;
    font-size: 12px;
}
.favorite_table .sort_block a {
    position: relative;
    font-size: 11px;
}
.favorite_table .sort_block a::after {
    content: "\e5c5";
    font-family: 'Material Icons';
    color: #575558;
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.favorite_table th::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
}
.favorite_table thead th::after {
    border-left: 2px solid #fcfcfc;
    right: -2px;
}
.favorite_table tbody th::after {
    width: 7px;
    background: linear-gradient(90deg, rgba(66, 66, 66, 0.1) 0%, rgba(196, 196, 196, 0) 100%);
    border-left: 2px solid #F2F1F8;
    right: -7px;
}
.favorite_table td {
    border-right: 1px solid #F2F1F8;
    width: 240px;
    padding: 16px 10px;
}
.favorite_table .route_name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    max-width: 220px;
}
.favorite_table td:nth-child(2) {
    padding-left: 16px;
}
.favorite_table td:last-child {
    width: 200px;
    border-right: 0;
}
.favorite_table .job_number {
    color: #97999B;
    position: absolute;
    top: 17px;
    right: 16px;
    line-height: 100%;
}
.keisaisyuryo_top_message {
    position: sticky;
    position: -webkit-sticky;
    left: 0;
    background-color: #FCFCFC;
    margin-top: 12px;
}
.main_contents .checkbox02 {
    position: absolute;
    top: 16px;
}
.main_contents .checkbox02::after {
    height: 10px;
    left: 5px;
    margin-top: 0;
    top: 2px;
    width: 6px;
}
.main_contents .checkbox02::before {
    top: 0;
    margin-top: 0;
}
.favorite_table .job_name {
    display: block;
    margin-top: 24px;
    line-height: 175%;
}
.table_btn-block .btn_pink01 {
    padding: 0;
    width: 90px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}
.table_btn-block {
    display: flex;
    margin-top: 12px;
}
.table_btn-block .favorite_btn {
    width: 36px;
    height: 36px;
    background-size: 15px;
}
.favorite_panel-list>li {
    border: 1px solid #D0D0D0;
    border-radius: 4px;
    padding: 16px 16px 20px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.favorite_panel-list>li:not(:last-child) {
    margin-bottom: 12px;
}
.favorite_panel-list .panel_img-block {
    width: 70%;
    margin: 10px auto 16px;
}
.favorite_panel-list .panel_img-block img {
    width: 100%;
}
.favorite_panel-list .company_name {
    color: #97999B;
    font-size: 12px;
    line-height: 175%;
    margin-bottom: 8px;
}
.favorite_panel-list .job_number {
    font-size: 12px;
    line-height: 175%;
    color: #97999B;
    text-align: right;
    margin-bottom: 10px;
    margin-top: -2px;
}
.favorite_panel-list .h2_black {
    font-weight: 400;
    padding-left: 0;
    line-height: 150%;
}
.favorite_panel-list .job_information-list {
    margin-bottom: 18px;
}
.favorite_panel-list .job_information-list li {
    padding-left: 32px;
    position: relative;
}
.favorite_panel-list .job_information-list li:not(:last-child) {
    margin-bottom: 10px;
}
.favorite_panel-list .job_information-list li::before {
    content: "";
    height: 18px;
    width: 16px;
    top: 3px;
    left: 4px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
}
.favorite_panel-list .job_information-list .job_information-place {
    display: inline-block;
    white-space: nowrap;
}
.favorite_panel-list .job_information-list .job_information-place .route_name {
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
}
.favorite_panel-list .job_information-list .job_information-occupation::before {
    background-image: url("/jbch/img/icon_bag-94995dfe1bbdbda2a209a7ff7e4f4f22.svg");
    background-position: center;
}
.favorite_panel-list .job_information-list .job_information-salary::before {
    background-image: url("/jbch/img/icon_money-59626613a50e07dd67b44e0dd0e3bf0a.svg");
}
.favorite_panel-list .job_information-list .job_information-time::before {
    background-image: url("/jbch/img/icon_time-5fc614c127e4541adb8e6d29ab6299a0.svg");
}
.favorite_panel-list .job_information-list .job_information-place::before {
    background-image: url("/jbch/img/icon_place-0e262dc69ed7ca7f752428d5fe9226d3.svg");
}
.favorite_panel-list .job_information-list .job_information-period::before {
    background-image: url("/jbch/img/icon_calendar-ac4eba2a683538b63a8f675f43e8e98d.svg");
}
.favorite_panel-list .panel_btn-block {
    display: flex;
    margin-top: 24px;
    position: relative;
}
.favorite_panel-list .panel_btn-block a:not(:first-child) {
    margin-right: 5px;
}
.favorite_panel-list .panel_btn-block a:last-child {
    margin-left: 5px;
    margin-right: 0;
}
.favorite_panel-list .panel_btn-block [class^="btn_"]:not(.favorite_btn) {
    width: calc(50% - 30px);
    padding: 12px 0;
}
.favorite_panel-list .panel_btn-block .favorite_btn {
    margin-right: 10px;
}
.favorite_panel-list .keisaisyuryo {
    background-color: #E4E4E4;
}
.favorite_panel-list .keisaisyuryo .job_number {
    color: #2E2D2E;
}
.modal_bg:after {
    content: "\e5cd";
    font-family: 'Material Icons';
    color: #fff;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background-color: #636363;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    top: 15px;
    right: 15px;
    pointer-events: none;
}
#modal_intro .modal_inner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 1px solid #F2F1F8;
    box-sizing: border-box;
    box-shadow: 0px 2px 3px rgba(87, 85, 88, 0.15);
    border-radius: 8px;
    height: 500px;
    background-color: #fff;
    padding: 24px 32px 30px;
    width: 313px;
}
#modal_intro .modal_inner::before {
    display: none;
}
#modal_intro .modal {
    height: 1px;
    width: 100%;
}
#modal_intro .modal::before {
    content: "\e5cd";
    font-family: 'Material Icons';
    color: #fff;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background-color: #636363;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    top: 15px;
    right: 15px;
    pointer-events: none;
}
#modal_job_detail {
    left: 0;
    width: 100%;
    background-color: transparent;
    opacity: 0;
    cursor: pointer;
    transition: 0.8s;
    visibility: hidden;
    top: 0px;
    position: fixed;
    height: 100%;
}
#modal_job_detail.is-show {
    visibility: visible;
    background-color: rgba(151,153,155,0.8);
    opacity: 1;
}
#modal_job_detail .modal_inner {
    top: 60px;
    height: 100%;
    width: 100vw;
}
#job_detail_conteiner {
}
#modal_job_detail iframe {
    width: 100vw;
    height: 100%;
}
#modal_job_detail .modal_newtab {
    position: absolute;
    top: -42px;
    left: 20px;
    color: #fff;
    font-size: 13px;
}
#modal_job_detail .modal_newtab::after {
    content: "";
    background-image: url("/jbch/img/icon_window_white-60487ab6c4bdde03510bedc6441256ca.svg");
    height: 12px;
    width: 12px;
    display: inline-block;
    margin-left: 5px;
}
#modal_job_detail .modal_inner::before {
    top: -51px;
    right: 10px;
    background-color: transparent;
}
.intro_slider {
    border: 0;
}
.intro_slider p {
    font-size: 12px;
    line-height: 175%;
}
.intro_slider .intro_img {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px 10px 0;
}
.intro_slider .intro_img img {
    max-height: 100%;
    width: 100%;
}
.floating_area.noscroll {
    text-align: center;
}
.floating_area.noscroll p {
    font-size: 11px;
    line-height: 150%;
    margin-bottom: 8px;
}
.floating_area.noscroll .floating_area-inner .btn_pink01 {
    padding: 12px 0;
    width: 100%;
    max-width: 311px;
}
.floating_area.noscroll .floating_area-inner  {
    padding: 8px 32px;
}
.page_top {
    top: -141px;
}

/* アプリン用余白設定 */
.applin_blank {
    height: 111px;
}

@media screen and (max-width: 374px) {
    #modal_intro .modal_inner {
        width: calc(100% - 32px);
        height: 400px;
    }
    .intro_slider .intro_img {
        height: 200px;
    }
    .floating_area.noscroll .floating_area-inner {
        padding: 8px 16px;
    }
}
/* 仕事詳細modalスクロール用 */
.scroll_jobdetail {
    position:fixed;
    overflow:auto;
    height: calc(100% - 60px);
    width: 100%;
    -webkit-overflow-scrolling:touch;
}
/* 結果がすぐ出る吹き出し用(リスト) */
.at-floating-comment-list {
  margin-top: 5px;
  position: relative;
  display: inline-block;
  padding: 1px 13px;
  font-size: 9px;
  font-weight:500;
  background-color: #FFFFFF;
  color:#7f7f7f;
  border: 1px solid #7f7f7f;
  border-radius: 15px;
  text-align: center;
  right: calc(-100% + 90px);
}
.at-floating-comment-list::before,
.at-floating-comment-list::after {
    position: absolute;
    top: 100%;
    left: 50px;
    content: "";
}
.at-floating-comment-list::before {
    margin-left: -10px;
    border-top: solid 0.8em #7f7f7f;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.at-floating-comment-list::after {
	margin-top: -1.25px;
    margin-left: -10px;
    border-top: solid 0.8em #ffffff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
/* 結果がすぐ出る吹き出し用(パネル) */
.at-floating-comment-panel {
  position: relative;
  display: inline-block;
  padding: 2px 25px;
  font-size: 12px;
  font-weight:500;
  background-color: #FFFFFF;
  color:#7f7f7f;
  border: 1px solid #7f7f7f;
  border-radius: 15px;
  text-align: center;
  right: calc(-100% + 136px);
  transform: translateY(10px)
}
.at-floating-comment-panel::before,
.at-floating-comment-panel::after {
    position: absolute;
    top: 100%;
    left: 70px;
    content: "";
}
.at-floating-comment-panel::before {
    margin-left: -10px;
    border-top: solid 0.8em #7f7f7f;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.at-floating-comment-panel::after {
	margin-top: -1.25px;
    margin-left: -10px;
    border-top: solid 0.8em #ffffff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

/* レクタングル広告中央表示 */
#div-gpt-ad-1727662067631-0 {
    padding-top: 30px;
    width: 100%;
    text-align: center;
}

.icon_period_negotiable {
    margin-left: 6px;
    display: inline-flex;
    background: #F2F1F8;
    border-radius: 20px;
    font-size: 12px;
    color: #7F7F7F;
    font-weight: 500;
    padding: 0 12px;
}
