/*　common　============================================================*/

#cartBar{
 display:none !important;
}

.topicpath{
  left: 70px;
}

.topicpath a{
  color: #000000;
}

.mt50 {margin-top: 50px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb70 {margin-bottom: 70px !important;}
.txt_ctr {text-align: center;}
.txt_right {text-align: right;}
.hellowork_result * {color: #333; box-sizing: border-box;}
.hellowork_result a {transition: .2s;}
.hellowork_result a:hover {text-decoration: none; opacity: .8;}
.hellowork_result h2 {
  font-size: 24px;
  font-weight: bold;
}
.hellowork_result h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mainContent {width: 1200px;}
.hellowork_head {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 40px 0 20px;
}
.hellowork_head > :last-child {margin-left: auto;}
.hellowork_head .more_facility_btn {
  border: 1px solid #00a4d4;
  color: #00a4d4;
  transition: .2s;
  margin-left: 30px;
  padding: 2px 10px;
  font-size: 13px;
}
.hellowork_head .more_facility_btn:hover {
  opacity: .5;
  text-decoration: none;
}
.hellowork_head #button_box a + a {margin-left: 20px;}
ul.breadcrumb {display: flex;}
ul.breadcrumb li {position: relative; margin-right: 25px;}
ul.breadcrumb li::after {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(-45deg);
  position: absolute;
  right: -12px;
  top: 5px;
}
ul.breadcrumb li img {vertical-align: baseline;}
ul.breadcrumb li a:hover {text-decoration: none;}

/*　search result　============================================================*/

.result_wrap {
  display: flex;
  justify-content: space-between;
  background: #F5F7FA;
  padding: 30px;
  align-items: flex-start;
}
/* 左絞り込み */
.search_sec {
  border: 1px solid #E5E5E5;
  box-shadow: 2px 2px 4px #E5E5E5;
  width: 250px;
  padding: 10px 15px 20px;
  font-size: 12px;
  background: white;
  border-radius: 10px;
}
.search_sec section {border-bottom: 1px solid #C7C7C7; padding: 20px 0;}
.search_sec section:last-child {border-bottom: none;}
.search_sec .title {font-weight: bold; font-size: 18px; margin-bottom: 20px;}
.select_link {display: block; position: relative;}
.select_link::after {
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(-45deg);
  position: absolute;
  right: 0;
  top: 7px;
}
.search_sec select {width: 100%; padding: 3px 5px; cursor: pointer;}
.search_sec select:invalid {color: #999;}
.search_sec select:focus {outline: none;}
.search_sec select option { color: #333;}
.search_sec select option:first-child { color: #bbb;}
.non_flex label {display: block; margin-bottom: 8px;}
input[type="radio"] {margin-right: 5px;}
.search_sec .btn_p {text-align: center; font-size: 14px; margin-bottom: 10px;}
.search_sec .submit_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00a4d4;
  color: white;
  font-size: 16px;
  font-weight: bold;
  height: 50px;
  border-radius: 30px;
}
/* 検索結果 */
.result_area {flex: 1; margin-left: 30px;}
.result_area section {padding: 30px; background: white; margin-bottom: 20px; border-radius: 10px;}
.result_area section:first-child {padding: 0 0 15px;}
.result_area .result_ttl {font-weight: bold; font-size: 18px; margin-bottom: 20px; position: relative;}
.result_area .result_ttl .view_more {
  position: absolute;
  right: 0;
  top: -5px;
  display: block;
  background: #00a4d4;
  color: white;
  font-size: 13px;
  padding: 5px;
  width: 230px;
  text-align: center;
}
.result_area .hit_num span {font-size: 20px; font-weight: bold;}
.result_area .total_num {text-align: right;}
.job_box {
  position: relative;
  padding-left: 5em;
  margin-bottom: 8px;
}
.job_box::before {
  content: "職種";
  position: absolute;
  top: 0;
  left: 0;
  color: #00a4d4;
  font-size: 18px;
  font-weight: bold;
}
.job_desc {
  font-size: 18px;
  font-weight: bold;
  width: 75%;
  word-break: break-all;
}
.company_name {
  font-size: 14px;
  margin-top: 5px;
}
.proper_mark, .fav_mark {position: absolute; top: 0;}
.proper_mark {
  right: 40px;
  color: #00a4d4;
  border: 2px solid #00a4d4;
  padding-top: 2px;
  width: 90px;
  text-align: center;
}
.fav_mark {
  right: 0;
  width: 25px;
  height: 25px;
}
ul.features, ul.outline {display: flex; flex-wrap: wrap;list-style: none;}
ul.features {gap: 3px;}
ul.features li {border: 1px solid #666; border-radius: 5px; padding: 1px 3px;}
ul.outline li {
  width: 50%;
  padding: 2px 2px 2px 40px;
  font-size: 15px;
  margin-bottom: 8px;
}
ul.outline li.zyusyo {background: url(/hellowork/job_icon1.png) no-repeat left 0px / 30px auto;;}
ul.outline li.salary {background: url(/hellowork/job_icon2.png) no-repeat left 0px / 30px auto;; font-weight: bold;}
ul.outline li.time {background: url(/hellowork/job_icon3.png) no-repeat left 0px / 30px auto;;}
ul.outline li.holiday {background: url(/hellowork/job_icon4.png) no-repeat left 0px / 30px auto;;}
ul.outline li.position_desc {background: url(/hellowork/job_icon5.png) no-repeat left 0px / 30px auto;; width: 100% !important;}
ul.outline li.age {background: url(/hellowork/job_icon6.png) no-repeat left 0px / 30px auto;}
ul.outline li.koukai {background: url(/hellowork/job_icon7.png) no-repeat left 0px / 30px auto;}

ul.outline li.position_desc .position_title {
  display: block;
  margin-bottom: 0.45em; /* ID_kjKbn と cigotony 間のスペースを保持 */
}

ul.outline li.position_desc .cigotony {
  line-height: 1.15; /* cigotony 内の行間を詰める */
  margin-top: 0;
  white-space: pre-line;
}

.end_note {
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.end_note_left,
.end_note_right {
  display: inline-block;
  white-space: nowrap;
}

.fav_mark {
  width: 33px;
  height: 33px;
  display: inline-block;
  background: url('/hellowork/favorite_off.png') no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.fav_mark.fav-on {
  background-image: url('/hellowork/favorite_on.png');
}

  .pulldownArea .areaInner .listwrap {
    position: absolute;
    border: 1px solid #C7C7C7;
    border-top: none;
    top: 0;
    background: white;
    display: flex;
    box-shadow: 2px 2px 2px #C7C7C7;
  }

  /* オーバーレイスタイル */
  .location-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
  }
  
  .overlay-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
  }
  
  .overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    width: 90%;
    max-width: 752px;
    height: 70vh;
    max-height: 70vh;
    display: flex;
    flex-direction: column;
  }
  
  .close-overlay {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #666;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 1;
  }
  
  .close-overlay:hover {
    color: #000;
  }
  
  .overlay-body {
    display: flex;
    flex: 1;
    overflow: hidden;
  }
  .overlay-body .area-column {
    flex: 0 0 16%;
    max-width: 16%;
  }
  .overlay-body .pref-column {
    flex: 0 0 16%;
    max-width: 16%;
  }
  .overlay-body .city-column {
    flex: 1 1 auto;
    min-width: 0;
  }
  .city-big-category {
    font-size: 16px;
    font-weight: bold;
  }
  /* 市区町村の長いリストをスクロール表示 */
  .city-column .city-lists {
    flex: 1;
    overflow: hidden; /* 子要素にスクロールを委譲 */
    display: block;
  }
  .city-column .city-list {
    height: 100%;
    overflow-y: auto;
    margin-top: 20px;
  }
  .city-column .city-checkbox-list {
    list-style: none;
    margin: 0 0 0 25px;
    padding: 10px 12px 16px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px 12px;
    overflow: visible; /* 親でスクロールするため、ここは非スクロール */
  }
  .city-column .city-checkbox-list + .city-big-category {margin-top: 10px;}
  .city-column .city-checkbox-list li {
    padding: 0;
    border: none;
    cursor: default;
    transition: none;
    background: transparent;
  }
  .city-column .city-checkbox-list li:last-child {
    border-bottom: none;
  }
  .city-column .city-checkbox-list li:hover {
    background: transparent;
  }
  .city-column .city-checkbox-list label, .city-big-category label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    height: 100%;
  }
  .overlay-body input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #9C9C9C;
    position: relative;
    border-radius: 3px;
  }
  .overlay-body input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 1px;
    top: 0;
    content: "";
    width: 17px;
    height: 9px;
    transform: rotate(-48deg);
    border-left: 3px solid #00A4D4;
    border-bottom: 3px solid #00A4D4;
  }
  .overlay-footer {
    border-top: 1px solid #ddd;
    padding: 12px 16px;
    display: flex;
    justify-content: center;
  }
  
  .decide-btn {
    appearance: none;
    border: none;
    background: #00a4d4;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 36px;
    border-radius: 10px;
    cursor: pointer;
  }
  .decide-btn:hover { background: #145ea8; }
  
  .column {
    flex: 1;
    border-right: 1px solid #ddd;
    display: flex;
    flex-direction: column;
  }
  
  .column:last-child {
    border-right: none;
  }
  
  .column ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    flex: 1;
    margin-top: 10px;
  }
  
  .column li {
    padding: 10px 15px;
    cursor: pointer;
    transition: background-color 0.2s;
    font-size: 16px;
  }
  
  .column li:hover {
    background-color: #f8f8f8;
  }
  
  .column li.selected {
    background: #BDE7F4;
  }
  
  .city-list-placeholder {
    padding: 30px 15px;
    text-align: center;
    color: #999;
  }
  
  .city-list-placeholder p {
    margin: 0;
    font-size: 14px;
  }
  
  /* city をクリック可能に */
  .city {
    cursor: pointer;
    position: relative;
    padding-right: 18px;
  }

  .city::after {
    content: "";
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(-45deg);
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
  
  .city:hover, .syosyusy:hover {
    background-color: #f8f8f8;
  }

  .city_value, .job_value {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  /* 職種選択用スタイル */
  .overlay-body .jobgroup-column {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .overlay-body .job-column {
    flex: 1 1 auto;
    min-width: 0;
  }
  .job-column .job-lists {
    flex: 1;
    overflow: hidden;
    display: block;
  }
  .job-column .job-list {
    height: 100%;
    overflow-y: auto;
  }
  .job-column .job-checkbox-list {
    list-style: none;
    margin: 0;
    padding: 10px 12px 16px;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 6px 12px;
    overflow: visible;
  }
  .job-column .job-checkbox-list li {
    padding: 0;
    border: none;
    cursor: default;
    transition: none;
    background: transparent;
  }
  .job-column .job-checkbox-list li:hover {
    background: transparent;
  }
  .job-column .job-checkbox-list label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 15px;
    width: 100%;
    height: 100%;
  }
  .job-list-placeholder {
    padding: 30px 15px;
    text-align: center;
    color: #999;
  }
  .job-list-placeholder p {
    margin: 0;
    font-size: 14px;
  }
  
  /* syosyusy をクリック可能に */
  .syosyusy {
    cursor: pointer;
    position: relative;
    padding-right: 18px;
  }
  .syosyusy::after {
    content: "";
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(-45deg);
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
  .job_info_header {
    text-align: center;
    font-size: 40px;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: bold;
  }

  /* view=0時のプルダウンスタイル */
  .search-input-wrapper {
    position: relative;
  }

  .search-input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #C7C7C7;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    background-color: #fff;
  }

  .search-input:focus {
    outline: none;
    border-color: #00a4d4;
  }

  .pulldown-container {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    background: white;
    border: 1px solid #C7C7C7;
    border-top: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin-top: 2px;
  }

  .pulldown-content {
    display: flex;
    flex-direction: column;
    max-height: 500px;
    overflow: hidden;
  }

  .pulldown-body {
    display: flex;
    flex: 1;
    overflow: hidden;
    min-height: 400px;
  }

  .pulldown-body .area-column {
    flex: 0 0 16%;
    max-width: 16%;
    border-right: 1px solid #ddd;
  }

  .pulldown-body .pref-column {
    flex: 0 0 16%;
    max-width: 16%;
    border-right: 1px solid #ddd;
  }

  .pulldown-body .city-column {
    flex: 1 1 auto;
    min-width: 0;
  }

  .pulldown-body .jobgroup-column {
    flex: 0 0 30%;
    max-width: 30%;
    border-right: 1px solid #ddd;
  }

  .pulldown-body .job-column {
    flex: 1 1 auto;
    min-width: 0;
  }

  .pulldown-body .column ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    flex: 1;
    margin-top: 10px;
  }

  .pulldown-body .column li {
    padding: 10px 15px;
    cursor: pointer;
    transition: background-color 0.2s;
    font-size: 16px;
  }

  .pulldown-body .column li:hover {
    background-color: #f8f8f8;
  }

  .pulldown-body .column li.selected {
    background: #BDE7F4;
  }

  .pulldown-body .city-lists {
    flex: 1;
    overflow: hidden;
    display: block;
  }

  .pulldown-body .city-list {
    height: 100%;
    overflow-y: auto;
    margin-top: 20px;
  }

  .pulldown-body .city-checkbox-list {
    list-style: none;
    margin: 0 0 0 25px;
    padding: 10px 12px 16px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px 12px;
    overflow: visible;
  }

  .pulldown-body .city-checkbox-list li {
    padding: 0;
    border: none;
    cursor: default;
    transition: none;
    background: transparent;
  }

  .pulldown-body .city-checkbox-list li:hover {
    background: transparent;
  }

  .pulldown-body .city-checkbox-list label,
  .pulldown-body .city-big-category label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    height: 100%;
  }
  
  .pulldown-body .city-big-category label {
    padding: 0 12px 10px;
  }
  
  .pulldown-body .city-checkbox-list label{
    padding: 0px 15px;
  }

  .pulldown-body input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #9C9C9C;
    position: relative;
    border-radius: 3px;
    flex-shrink: 0;
  }

  .pulldown-body input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 1px;
    top: 0;
    content: "";
    width: 17px;
    height: 9px;
    transform: rotate(-48deg);
    border-left: 3px solid #00A4D4;
    border-bottom: 3px solid #00A4D4;
  }

  .pulldown-body .job-lists {
    flex: 1;
    overflow: hidden;
    display: block;
  }

  .pulldown-body .job-list {
    height: 100%;
    overflow-y: auto;
  }

  .pulldown-body .job-checkbox-list {
    list-style: none;
    margin: 0;
    padding: 10px 12px 16px;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 6px 12px;
    overflow: visible;
  }

  .pulldown-body .job-checkbox-list li {
    padding: 0;
    border: none;
    cursor: default;
    transition: none;
    background: transparent;
  }

  .pulldown-body .job-checkbox-list li:hover {
    background: transparent;
  }

  .pulldown-body .job-checkbox-list label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }

  .pulldown-footer {
    border-top: 1px solid #ddd;
    padding: 12px 16px;
    display: flex;
    justify-content: center;
    background: white;
  }

  .pulldown-decide-btn {
    appearance: none;
    border: none;
    background: #00a4d4;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 36px;
    border-radius: 10px;
    cursor: pointer;
  }

  .pulldown-decide-btn:hover {
    background: #145ea8;
  }

  .city-list-placeholder,
  .job-list-placeholder {
    padding: 30px 15px;
    text-align: center;
    color: #999;
  }

  .city-list-placeholder p,
  .job-list-placeholder p {
    margin: 0;
    font-size: 14px;
  }

  .city-big-category {
    padding: 0 12px 10px;
    font-size: 16px;
    font-weight: bold;
  }

  /* view=0時のレイアウト変更 */
  .result_wrap_view0 {
    display: block !important;
  }

  .search_sec_view0 {
    width: 100% !important;
    margin-bottom: 20px;
    padding: 17px 0 17px 0;
    padding-top: 17px;
    border: none;
    box-shadow: none;
    width: 250px;
    background: none;
  }

  .banner_space_view0 {
    width: 270px;
    min-height: 1px;
    float: left;
    margin-right: 30px;
  }

  .result_area_view0 {
    flex: none !important;
    margin-left: 0 !important;
    overflow: hidden;
  }

  .result_num_area_view0 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }

  .result_num_area_view0 .result_ttl {
    margin: 0;
  }

  .result_num_area_view0 .total_num {
    margin: 0;
  }

  /* view=0時のsearchTbl_hikaku構造用スタイル */
  .search_sec_view0 .searchArea {
    position: relative;
  }

  .search_sec_view0 .searchArea .inner {
    position: relative;
  }

  .search_sec_view0 .searchTbl_hikaku {
    width: 100%;
    border-collapse: separate;
    table-layout: fixed;
    border: 1px solid #C7C7C7;
    border-radius: 8px;
    background: white;
  }

  .search_sec_view0 .searchTbl_hikaku td {
    border-right: none;
    padding: 10px 0;
  }

  .search_sec_view0 .searchTbl_hikaku td:first-child {
    border-radius: 8px 0 0 8px;
    width: 170px;
  }

  .search_sec_view0 .searchTbl_hikaku td:nth-child(2) {
    width: 310px;
  }

  .search_sec_view0 .searchTbl_hikaku td:last-child {
    border-radius: 0 8px 8px 0;
    width: 89px !important;
    background: #00a4d4 url(https://school.js88.com/img/common/icon-search.png) no-repeat right 10px center;
  }

  .search_sec_view0 .searchTbl_hikaku td:last-child a {
    display: block;
    color: white;
    font-size: 16px;
    padding: 5px 10px 5px 24px;
    text-decoration: none;
    font-weight: bold;
  }

  .search_sec_view0 .searchTbl_hikaku td > div {
    display: flex;
    position: relative;
  }
  .search_sec_view0 .searchTbl_hikaku td:not(:first-child) > div {
    border-left: 1px solid #00a4d4;
  }

  .search_sec_view0 .searchTbl_hikaku td .area_hikakuBox {
    background: url(/hellowork/job_icon9.png) no-repeat left 7px center;
    background-size: 40px;
    margin-left: 5px;
  }

  .search_sec_view0 .searchTbl_hikaku td .job_hikakuBox {
    background: url(/hellowork/job_icon5.png) no-repeat left 7px center;
    background-size: 40px;
    margin-left: 40px;
  }

  .search_sec_view0 .searchTbl_hikaku td p {
    position: absolute;
    top: -33px;
    left: 3px;
  }

  .search_sec_view0 .searchTbl_hikaku td .area_hikakuBox p {
    left: 5px;
  }

  .search_sec_view0 .searchTbl_hikaku td p span {
    color: white;
    display: block;
    text-align: center;
    width: 49px;
    line-height: 15px;
    padding-top: 7px;
    background: #00a4d4;
    font-size: 11px;
    position: relative;
  }

  .search_sec_view0 .searchTbl_hikaku td p span::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #00a4d4;
    position: absolute;
    bottom: -8px;
    left: calc(50% - 4px);
  }

  .search_sec_view0 .searchTbl_hikaku td div div {
    font-size: 14px;
    color: #100F0F;
    margin-left: 10px;
    cursor: pointer;
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
  }

  .search_sec_view0 .searchTbl_hikaku td div .location_hikakuvalue,
  .search_sec_view0 .searchTbl_hikaku td div .job_hikakuvalue {
    position: relative;
    margin-left: 60px;
    display: block;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .search_sec_view0 .searchTbl_hikaku td div .location_hikakuvalue {
    width: 180px;
  }
  .search_sec_view0 .searchTbl_hikaku td div .job_hikakuvalue {
    width: 280px;
  }

  .search_sec_view0 .pulldownArea {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    width: 100%;
  }

  .search_sec_view0 .pulldownArea .areaInner {
    position: relative;
  }

  .search_sec_view0 .pulldownArea .areaInner .listwrap_hikaku {
    position: absolute;
    border: 1px solid #C7C7C7;
    border-top: none;
    top: 0;
    background: white;
    display: flex;
    box-shadow: 2px 2px 2px #C7C7C7;
    width: 100%;
    left: 0 !important;
  }

  .search_sec_view0 .pulldownArea .areaInner .listwrap_hikaku .pulldown-content {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .search_sec_view0 .pulldownArea .areaInner .listwrap_hikaku .pulldown-body {
    display: flex;
    flex: 1;
    overflow: hidden;
    min-height: 400px;
    max-height: 500px;
  }

  .search_sec_view0 .pulldownArea .areaInner .listwrap_hikaku .pulldown-body .area-column {
    flex: 0 0 17%;
    max-width: 17%;
    border-right: 1px solid #ddd;
  }

  .search_sec_view0 .pulldownArea .areaInner .listwrap_hikaku .pulldown-body .pref-column {
    flex: 0 0 16%;
    max-width: 16%;
    border-right: 1px solid #ddd;
  }

  .search_sec_view0 .pulldownArea .areaInner .listwrap_hikaku .pulldown-body .city-column {
    flex: 1 1 auto;
    min-width: 0;
  }

  .search_sec_view0 .pulldownArea .areaInner .listwrap_hikaku .pulldown-body .jobgroup-column {
    flex: 0 0 30%;
    max-width: 30%;
    border-right: 1px solid #ddd;
  }

  .search_sec_view0 .pulldownArea .areaInner .listwrap_hikaku .pulldown-body .job-column {
    flex: 1 1 auto;
    min-width: 0;
  }

  .search_sec_view0 .pulldownArea .areaInner .listwrap_hikaku .pulldown-body .column ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    flex: 1;
    margin-top: 10px;
  }

  .search_sec_view0 .pulldownArea .areaInner .listwrap_hikaku .pulldown-body .column li {
    cursor: pointer;
    transition: background-color 0.2s;
    font-size: 16px;
  }

  .search_sec_view0 .pulldownArea .areaInner .listwrap_hikaku .pulldown-body .column li:hover {
    background-color: #f8f8f8;
  }

  .search_sec_view0 .pulldownArea .areaInner .listwrap_hikaku .pulldown-body .column li.selected {
    background: #BDE7F4;
  }
  .search_sec_view0 .pulldownArea .areaInner .listwrap_hikaku .pulldown-body .column .city-checkbox-list {
    margin-bottom: 30px;
    margin-left:25px;
  }

  .search_sec_view0 .pulldownArea .areaInner .listwrap_hikaku .pulldown-body .column .city-checkbox-list li {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  ul.pagenation {
    display: flex;
    justify-content: center;
  }
  ul.pagenation li.digit-1,
  ul.pagenation li.digit-2 {
    width: 28px;
  }
  ul.pagenation li.digit-3 {
    width: 34px;
  }
  ul.pagenation li.digit-4 {
    width: 40px;
  }
  ul.pagenation li.digit-5 {
    width: 46px;
  }
  ul.pagenation li:not(.mid) {
    border-top: 1px solid #C7C7C7;
    border-bottom: 1px solid #C7C7C7;
  }
  ul.pagenation li {
    text-align: center;
    line-height: 15px;
    font-size: 13px;
    background-color: #ffffffff;
  }
  ul.pagenation li.on {
    border-bottom: 3px solid #00A4D4;
    box-sizing: border-box;
    height: 30px;
    padding: 7px 0 6px;
  }
  ul.pagenation li a {
    display: block;
    color: #333;
    font-size: 13px;
    padding: 7px 0 6px;
    line-height: 15px;
  }
  ul.pagenation li.page {
    border-left: 1px solid #C7C7C7;
    border-right: 1px solid #C7C7C7;
  }
  ul.pagenation li.page + li.page {
    border-left: 0;
    border-right: 1px solid #C7C7C7;
  }
  ul.pagenation li.prev {
    margin-right: 8px;
  }
  ul.pagenation li.next {
    margin-left: 8px;
  }
  ul.pagenation li.prev a {
    padding: 7px 7px 6px 2px;
  }
  ul.pagenation li.next a {
    padding: 7px 2px 6px 7px;
  }
  ul.pagenation li.mid {
    padding: 8px 0;
    width: 15px !important;
    letter-spacing: -1px;
    margin: 0 10px;
    background: #F5F7FA;
  }
  ul.pagenation li.prev,
  ul.pagenation li.lastpage,
  ul.pagenation li.next {
    border: 1px solid #C7C7C7;
  }
  #search_result_list .data_area .scl_name h3 a:not(:hover) {
    color: #1981E8;
  }

 .banner_view0 img,
 .banner_view1 img{
   width:270px;
   margin-bottom:20px;
 }

.top-job-list {
  display: flex;
    flex-wrap: wrap;
    column-gap: 18px;
    row-gap: 24px;}

.top-job-list li {
  text-align: center;
  width: 150px;
}

.top-job-list img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}

.top-job-list p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.4;
}

#info_count{
 font-size:26px;
 font-weight:bold;
 color:#FF3B3B;
}
