@charset "UTF-8";
/* モーダルの検索パネル */
.check-box, .list-box {
  margin: 0 0;
}
.check-box dt, .list-box dt {
  font-size: 14px;
  position: relative;
  line-height: 1;
  padding: 16px 10px 16px 40px;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  cursor: pointer;
}
.check-box dt:before, .check-box dt:after, .list-box dt:before, .list-box dt:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  display: block;
  width: 20px;
  height: 2px;
  margin: auto;
  content: "";
  transition: 0.2s;
  border-radius: 3px;
  background-color: #262626;
}
#pref-line-panel .check-box dt:before, #pref-line-panel .check-box dt:after, #pref-line-panel .list-box dt:before, #pref-line-panel .list-box dt:after {
  background-color: #12B247;
  height: 3px;
}
.check-box dt:before, .list-box dt:before {
  transform: rotate(90deg);
}
.check-box dt:after, .list-box dt:after {
  transform: rotate(0deg);
}
.check-box dt span, .list-box dt span {
  font-size: 10px;
  display: block;
  margin-top: 4px;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #626463;
  font-weight: normal;
}
.check-box .open:before, .list-box .open:before {
  transform: rotate(0deg);
}
.check-box dd.dimmed-item, .list-box dd.dimmed-item {
  padding: 14px 10px;
  color: #999;
  background-color: #f9f9f9;
}
.check-box dd.dimmed-item span, .list-box dd.dimmed-item span {
  background-color: #999;
}
.check-box dd.dimmed-item:after, .list-box dd.dimmed-item:after {
  background-image: none;
}
.check-box dd.dimmed-job, .list-box dd.dimmed-job {
  padding: 0;
}
.check-box li.dimmed-item, .list-box li.dimmed-item {
  color: #999;
  background-color: #f9f9f9;
}
.check-box li.dimmed-item span, .list-box li.dimmed-item span {
  background-color: #999;
}
.check-box li.dimmed-item:after, .list-box li.dimmed-item:after {
  background-image: none;
}
.check-all-city,
.check-box dd,
.check-box li,
.list-box dd {
  font-size: 13px;
}
.check-all-city label,
.check-box dd label,
.check-box li label,
.list-box dd label {
  display: block;
  padding: 14px 10px 14px 36px;
}
.check-all-city span,
.check-box dd span,
.check-box li span,
.list-box dd span {
  font-size: 12px;
  font-weight: normal;
  display: inline;
  margin: 0 0 0 10px;
  padding: 3px 5px;
  color: #ffffff;
  border-radius: 3px;
  background: #fc9f10;
}

.list-box dd {
  font-size: 14px;
  position: relative;
  border-bottom: 1px solid #EBEBEB;
}
.list-box dd a {
  line-height: 44px;
  display: block;
  height: 44px;
  padding: 0 10px;
  color: #525252;
}
.list-box dd:after {
  position: absolute;
  top: 15px;
  right: 10px;
  display: inline-block;
  height: 13px;
  content: "";
}

.ac-menu {
  overflow: hidden;
}
.ac-menu:first-of-type {
  border-top: 1px solid #EBEBEB;
}
.ac-menu dt, .ac-menu p {
  cursor: pointer;
}

.check-all-city {
  margin: 0;
  border-bottom: 1px solid #EBEBEB;
}

.line-name {
  line-height: 44px;
  height: 44px;
  padding: 0 10px 0 36px !important;
}

input[type=checkbox] + label,
.list-label {
  font-size: 14px;
  position: relative;
  display: block;
  cursor: pointer;
  transition: background-color 0.2s linear;
}

input[type=checkbox] + label.itmzero {
  color: #BFBFBF;
  cursor: default;
}

input[type=checkbox] + label > a {
  color: #0066D2;
}
input[type=checkbox] + label > a:hover {
  color: #0030B2;
}
@media screen and (min-width: 961px) {
  input[type=checkbox] + label > a:hover {
    opacity: 0.8;
  }
}

.list-label {
  height: 22px;
  margin-top: -50px;
}

.list-link {
  line-height: 50px;
  height: 50px;
  padding-left: 36px;
}
.list-link a {
  display: block;
  float: left;
  overflow: hidden;
  max-width: 82%;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #525252;
}

.main-job + label {
  font-weight: 700;
}

@media (min-width: 1px) {
  .check-box input[type=checkbox], .check-box input[type=radio], .check-all-city input[type=checkbox], .check-all-city input[type=radio] {
    display: none;
    margin: 0;
  }
  .check-box input[type=checkbox] + label::before,
.check-box .list-label::before, .check-all-city input[type=checkbox] + label::before,
.check-all-city .list-label::before {
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    content: "";
    border: 3px solid #D3D3D3;
    border-radius: 4px;
    background: #fff;
  }
  .check-box input[type=radio] + label::before, .check-all-city input[type=radio] + label::before {
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    width: 14px;
    height: 14px;
    margin-top: -9px;
    content: "";
    border: 2px solid #EBEBEB;
    border-radius: 50%;
    background: #ffffff;
  }
  .check-box input[type=checkbox] + label::after,
.check-box .list-label::after, .check-all-city input[type=checkbox] + label::after,
.check-all-city .list-label::after {
    position: absolute;
    z-index: 2;
    top: 48%;
    left: 13px;
    display: block;
    box-sizing: border-box;
    width: 15px;
    height: 8px;
    margin-top: -5px;
    content: "";
    transition: all 0.2s linear;
    transform: rotate(-45deg);
    border-bottom: 2.5px solid transparent;
    border-left: 2.5px solid transparent;
  }
  .check-box input[type=radio] + label::after, .check-all-city input[type=radio] + label::after {
    position: absolute;
    z-index: 2;
    top: 24px;
    left: 15px;
    display: block;
    margin-top: -5px;
    content: "";
    transition: all 0.2s linear;
    border: 4px solid #fff;
    border-radius: 50%;
    background-color: #fff;
  }
  .check-box input[type=checkbox]:checked + label::before,
.check-box input[type=radio]:checked + label::before,
.check-box .list-link-checked::before, .check-all-city input[type=checkbox]:checked + label::before,
.check-all-city input[type=radio]:checked + label::before,
.check-all-city .list-link-checked::before {
    border-color: #12B247;
    background-color: #12B247;
  }
  .check-box input[type=checkbox]:checked + label::after,
.check-box .list-label-checked::after, .check-all-city input[type=checkbox]:checked + label::after,
.check-all-city .list-label-checked::after {
    position: absolute;
    z-index: 2;
    top: 48%;
    left: 13px;
    display: block;
    box-sizing: border-box;
    width: 13px;
    height: 8px;
    margin-top: -5px;
    content: "";
    transform: rotate(-45deg);
    border-bottom: 2.5px solid #fff;
    border-left: 2.5px solid #fff;
  }
}
@media screen and (min-width: 1px) and (min-width: 961px) {
  .check-box input[type=checkbox]:checked + label::after,
.check-box .list-label-checked::after, .check-all-city input[type=checkbox]:checked + label::after,
.check-all-city .list-label-checked::after {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
  }
}
@media (min-width: 1px) {
  .check-box input[type=radio]:checked + label::after, .check-all-city input[type=radio]:checked + label::after {
    position: absolute;
    z-index: 2;
    top: 24px;
    left: 15px;
    display: block;
    margin-top: -5px;
    content: "";
    border: 4px solid #12B247;
    border-radius: 50%;
    background-color: #12B247;
  }
}
@media (min-width: 1px) {
  .check-all dd:not(:first-of-type) label,
.check-all li:not(:first-of-type) label {
    padding: 14px 10px 14px 63px;
  }
  .check-all dd:not(:first-of-type) .list-link,
.check-all li:not(:first-of-type) .list-link {
    padding-left: 63px;
  }
  .check-all dd:not(:first-of-type) input[type=checkbox] + label::before,
.check-all dd:not(:first-of-type) .list-label::before,
.check-all li:not(:first-of-type) input[type=checkbox] + label::before,
.check-all li:not(:first-of-type) .list-label::before {
    left: 36px;
  }
  .check-all dd:not(:first-of-type) input[type=checkbox] + label::after,
.check-all dd:not(:first-of-type) .list-label::after,
.check-all li:not(:first-of-type) input[type=checkbox] + label::after,
.check-all li:not(:first-of-type) .list-label::after {
    left: 39px;
  }
  .check-all .list-middle {
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
  }
  .check-all .list-middle label {
    padding: 14px 10px 14px 40px !important;
  }
  .check-all .list-middle .list-link {
    padding-left: 36px !important;
  }
  .check-all .list-middle input[type=checkbox] + label::before,
.check-all .list-middle .list-label::before {
    left: 14px !important;
  }
  .check-all .list-middle input[type=checkbox] + label::after,
.check-all .list-middle .list-label::after {
    left: 17px !important;
  }
  .check-all .list-middle.dimmed-item .label {
    padding-left: 36px !important;
  }
  .check-all .all-pref-check {
    background: #E5F6EB;
  }
}
@media (min-width: 1px) {
  #pref-city-panel .check-box {
    position: relative;
  }
  #pref-city-panel .check-box label {
    padding: 14px 10px 14px 63px;
  }
  #pref-city-panel .check-box li {
    border-bottom: 1px solid #EBEBEB;
  }
  #pref-city-panel .check-box .list-link {
    padding-left: 63px;
  }
  #pref-city-panel .check-box input[type=checkbox] + label::before {
    left: 36px;
  }
  #pref-city-panel .check-box input[type=checkbox] + label::after {
    left: 39px;
  }
  #pref-city-panel .check-box::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
}
@media (min-width: 1px) {
  #pref-city-panel .seirei-item .check-all-city-seirei {
    padding-left: 26px;
  }
  #pref-city-panel .seirei-item ul > li {
    padding-left: 26px;
  }
  #pref-city-panel .seirei-item .check-box::after {
    background-color: #EBEBEB;
  }
}
#search-btn-for-station-panel .btn-normal-mini {
  display: block;
}

.back_selectBtn a {
  display: inline-block;
  margin: 20px 0 0 0;
  padding: 0 20px;
}

.read-txt {
  font-size: 12px;
  margin: 80px 0 40px 0;
  padding: 10px;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
}
.read-txt.txt-short-box .txt-short {
  line-height: 20px;
  position: relative;
  overflow: hidden;
  height: 80px;
}
.read-txt.txt-short-box .txt-short:before, .read-txt.txt-short-box .txt-short:after {
  position: absolute;
  background: #fff;
}
.read-txt.txt-short-box .txt-short:before {
  right: 0;
  bottom: 0;
  content: "･･･";
}
.read-txt.txt-short-box .txt-short:after {
  width: 100%;
  height: 100%;
  content: "";
}
.read-txt.txt-short-box .more-show {
  display: block;
  width: 100%;
  text-align: right;
  text-decoration: underline;
}
.read-txt.txt-short-box .more-show:hover {
  color: #666;
}

.easy-sta-search {
  font-size: 14px;
  display: table;
  width: 100%;
}
.easy-sta-search li {
  display: table-cell;
  vertical-align: middle;
}
.easy-sta-search li:first-of-type {
  line-height: 42px;
  width: 76%;
  padding-right: 10px;
}
.easy-sta-search li:first-of-type input {
  width: 90%;
  height: 42px;
  margin-right: 6px;
}
.easy-sta-search li .btn-normal {
  width: 100%;
}

.tabs {
  margin: 15px 0 0 0;
}
.tabs ul {
  display: flex;
  gap: 4px;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .tabs ul {
    gap: 13px;
  }
}
.tabs ul li {
  flex: 1;
  font-size: 14px;
  vertical-align: bottom;
}
.tabs ul li:first-child a {
  margin: 0;
}
.tabs ul li:last-child a {
  margin: 0;
}
.tabs ul li a {
  display: block;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  border-radius: 2px 2px 0 0;
  box-shadow: 0 -5px 10px -4px #EBEBEB;
}
.tabs ul li.current a {
  line-height: 36px;
  height: 40px;
  color: #262626;
  border-top: 3px solid #12B247;
  background-color: #fff;
}
.tabs ul li:not(.current) a {
  line-height: 40px;
  height: 40px;
  color: #262626;
  border-top: none;
  background-color: #D9D9D9;
}

.check-ttl {
  font-size: 12px;
  line-height: 35px;
  display: block;
  height: 35px;
  margin: 0;
  padding-left: 15px;
  color: #262626;
  background-color: #F7F7F7;
}

.check-tag {
  padding: 0 16px;
}
@media screen and (min-width: 961px) {
  .check-tag {
    padding: 0;
  }
}
.check-tag .check-box li {
  position: relative;
  display: table;
  float: left;
  box-sizing: border-box;
  width: 50%;
  height: 45px;
}
.check-tag .check-box li:nth-child(odd) {
  border-right: 1px solid #EBEBEB;
}
.check-tag .check-box li label {
  font-size: 11px;
  display: table-cell;
  width: initial;
  height: 35px;
  padding: 5px 10px 5px 36px;
  vertical-align: middle;
  font-size: 14px;
}
.check-tag .check-box li .list-label {
  display: block;
  margin-top: -45px;
}
.check-tag .check-box li .list-link {
  font-size: 11px;
  line-height: 45px;
  height: 45px;
}
.check-tag .check-box li .list-link a {
  overflow: inherit;
  text-overflow: inherit;
}
.check-tag select {
  font-size: 12px;
}
.check-tag select#payment-set-tmp {
  font-size: 16px;
  padding: 10px 16px;
}
.check-tag .check-time-box {
  display: flex;
  align-items: center;
}
.check-tag .check-time-box .c-btn--clear {
  width: 125px;
  margin-left: 10px;
}
.check-tag .check-time-box .c-select {
  width: 100%;
  height: 40px;
  padding: 0 20px 0 10px;
}
.check-tag .shift-slide {
  overflow-x: auto;
}
.check-tag .shift-slide-box {
  display: inline-block;
  width: 100%;
  padding: 10px 0 20px 0;
}
.check-tag .shift-slide-box li {
  display: inline-block;
  margin: 0 5px 10px 0;
  padding: 0;
}
.check-tag .shift-slide-box li:last-child {
  margin-right: 0;
}
.check-tag .shift-slide-box li label {
  font-size: 13px;
  display: inline-block;
  min-height: 20px;
  margin: 0;
  padding: 7px 10px 6px;
  transition: background-color 0.1s linear;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #c1c1c1;
  border-radius: 4px;
  background: #fff;
}
.check-tag .shift-slide-box li input {
  display: none;
}
.check-tag .shift-slide-box li input[type=checkbox]:checked + label {
  padding: 7px 10px 6px;
  color: #35afba;
  border-color: #35afba;
}
.check-tag .shift-slide-box li input[type=radio]:checked + label {
  padding: 7px 10px 6px;
  color: #35afba;
  border-color: #35afba;
}
.check-tag .shift-slide-box.shift-slide-box-day label {
  min-width: 20px;
}
.check-tag .shift-slide-box.shift-slide-box-hour li {
  margin-right: 2px;
}

.select__con-ttl, .select__con-ttl--shift, .select__con-ttl--time, .select__con-ttl--tag, .select__con-ttl--free-word, .select__con-ttl--salary {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 30px;
  background: no-repeat;
}
.select__con-ttl--salary {
  background-image: url(../../../img/icon/icon_salary_black5.svg);
  background-position: 0 10px;
  background-size: 24px auto;
}
.select__con-ttl--free-word {
  background-image: url(../../../img/icon/icon_free_black.svg);
  background-position: 0 10px;
  background-size: 24px auto;
}
.select__con-ttl--tag {
  background-image: url(../../../img/icon/icon_tag_black2.svg);
  background-position: 0 10px;
  background-size: 24px auto;
}
.select__con-ttl--time {
  background-image: url(../../../img/icon/icon_time_black2.svg);
  background-position: 0 10px;
  background-size: 24px auto;
}
.select__con-ttl--shift {
  background-image: url(../../../img/icon/icon_shift_black3.svg);
  background-position: 0 10px;
  background-size: 24px auto;
}

.select__con {
  margin: 0 0 30px 0;
}

.check-other-tags {
  border-top: none !important;
}
.check-other-tags p {
  font-size: 12px;
  margin: 10px 0;
  padding: 8px 0;
  text-align: center;
  border: 1px solid #EBEBEB;
  border-radius: 3px;
  background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
}
.check-other-tags .check-box {
  margin: 0 0 10px 0;
  border-top: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  border-left: 1px solid #EBEBEB;
}

.area-fix .w70, .area-static .w70 {
  width: 70%;
}

.area-static .search-number-result {
  color: #525252;
}
.area-static .search-number-result dd span {
  font-weight: bold;
  color: #FF6040;
}

.search-number-result {
  width: 30%;
  color: #626463;
}
.search-number-result dt {
  font-weight: 700;
}
.search-number-result dd span {
  font-weight: bold;
  color: #FF6040;
}

#main-contents {
  overflow: hidden;
}

#main-form {
  margin: 0;
}

#area-slide {
  overflow: hidden;
  min-height: 300px;
}
#area-slide dl {
  position: relative;
}
#area-slide dl dt {
  font-size: 14px;
  line-height: 43px;
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 50%;
  height: 43px;
}
#area-slide dl dt:hover {
  background: #f8fffa;
}
#area-slide dl dt:hover label {
  color: #0066D2;
}
#area-slide dl dt label {
  display: block;
  padding: 0 24px 0 10px;
  text-decoration: none;
  color: #262626;
  font-weight: normal;
}
#area-slide dl dt label:after {
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  transform: rotate(-45deg);
  border-right: 2px solid #12B247;
  border-bottom: 2px solid #12B247;
}
#area-slide dl dt:nth-child(odd) {
  border-right: 1px solid #EBEBEB;
}
#area-slide dl dd {
  position: absolute;
  z-index: 1;
  top: 0;
  right: -100%;
  width: 100%;
  transition: transform 0.4s;
}
#area-slide input[type=radio] {
  display: none;
}

#area-01:checked ~ dl.pref-list-01 dd,
#area-02:checked ~ dl.pref-list-02 dd,
#area-03:checked ~ dl.pref-list-03 dd,
#area-04:checked ~ dl.pref-list-04 dd,
#area-05:checked ~ dl.pref-list-05 dd,
#area-06:checked ~ dl.pref-list-06 dd,
#area-07:checked ~ dl.pref-list-07 dd,
#area-08:checked ~ dl.pref-list-08 dd,
#area-10:checked ~ dl.pref-list-10 dd {
  transform: translateX(-100%);
}

#reset-radio:checked ~ dl dd {
  transform: translateX(100%);
}

.pref-list {
  z-index: 3;
  min-height: 300px;
  background-color: #ffffff;
}
.pref-list p {
  display: flex;
  align-items: center;
  background-color: #F7F7F7;
  box-shadow: 0 1px #ffffff inset;
  text-shadow: 1px 1px #ffffff;
}
.pref-list .list-box {
  margin: 0;
  border-top: 1px solid #EBEBEB;
}
.pref-list .list-box li {
  font-size: 14px;
  float: left;
  box-sizing: border-box;
  width: 50%;
  margin: 0;
}
.pref-list .list-box li:nth-child(odd) {
  border-right: 1px solid #EBEBEB;
}
.pref-list .list-box li span {
  padding: 0 24px 0 10px;
}

.pref-list .list-box .select-pref {
  font-size: 14px;
  line-height: 43px;
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 50%;
  height: 43px;
  color: #262626;
  border-bottom: 1px solid #EBEBEB;
  background: #fff;
  box-shadow: 0 -1px white inset;
}
.pref-list .list-box .select-pref:hover {
  color: #0066D2;
  background: #f8fffa;
}
.pref-list .list-box .select-pref:after {
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  transform: rotate(-45deg);
  border-right: 2px solid #12B247;
  border-bottom: 2px solid #12B247;
}

.pref-list .btn-normal, #city-line-wrapper .btn-normal {
  position: relative;
  display: flex;
  align-items: center;
  margin: 10px 0;
  padding: 3px 12px 3px 4px;
  text-decoration: none;
  color: #262626;
  border: 1px solid #666;
  border-radius: 40px;
  line-height: 1;
  font-size: 11px;
  width: fit-content;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .pref-list .btn-normal, #city-line-wrapper .btn-normal {
    margin: 10px 16px;
  }
}
.pref-list .btn-normal:before, #city-line-wrapper .btn-normal:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-size: 100% auto;
  background-image: url(../../../img/icon/arrow-prev.svg);
  background-repeat: no-repeat;
}
.pref-list .btn-normal:hover, #city-line-wrapper .btn-normal:hover {
  color: #0066D2;
  border: 1px solid #BFBFBF;
}
.pref-list .back-area-select, #city-line-wrapper .back-area-select {
  margin-left: 16px;
  margin-right: 8px;
}

/*  ボタンの調整  */
.p-search-set--line {
  padding: 10px 20px;
}

.p-search-set--station {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}
@media screen and (min-width: 961px) {
  .p-search-set--station {
    padding-left: 200px;
  }
}
.p-search-set--station .search-btn {
  width: 90%;
}
.p-search-set--station .c-btn--cancel {
  width: 50%;
  margin-top: 5px;
  font-weight: normal;
  border: 1px solid #666;
}

.search-btn--disable {
  background-color: #FFF6B5;
  pointer-events: none;
}

/*  過去のタイトルデザイン  */
.hx-blue-dot {
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  height: 30px;
  margin: 0;
  padding: 0 10px;
  color: #0A982D;
  border-bottom: 1px dotted #12B247;
  background: #fff;
}

/*  PC版の時の対応  */
@media screen and (min-width: 961px) {
  .search-modal {
    padding-top: 20px;
    background: #f6f6f6;
    /* ボタンの固定 */
  }
  .search-modal .search-wrapper {
    width: 848px;
    margin: 0 auto;
  }
  .search-modal .search-wrapper .search-ttl {
    width: 100%;
  }
  .search-modal .search-wrapper .c-ttl-back-arrow {
    left: 800px !important;
  }
  .search-modal .city-line-tab-body {
    border-radius: 0 0 8px 8px;
    box-shadow: 0 -5px 10px -4px #EBEBEB;
  }
  .search-modal #pref-city-panel .check-box {
    display: flex;
    flex-wrap: wrap;
  }
  .search-modal #pref-city-panel .check-box li {
    width: 33%;
  }
  .search-modal #pref-city-panel .check-box li .itmzero {
    color: #BFBFBF;
  }
  .search-modal #pref-zone-panel .check-box {
    display: flex;
    flex-wrap: wrap;
  }
  .search-modal #pref-zone-panel .check-box li {
    width: 33%;
    border-bottom: 1px solid #EBEBEB;
  }
  .search-modal #pref-zone-panel .check-box li.all-pref-check, .search-modal #pref-zone-panel .check-box li.list-middle {
    position: relative;
    font-weight: bold;
    width: 100%;
  }
  .search-modal #pref-line-panel .check-box {
    display: flex;
    flex-wrap: wrap;
    border-top: none;
  }
  .search-modal #pref-line-panel .check-box:first-of-type dt {
    border-top: none;
  }
  .search-modal #pref-line-panel .check-box.ac-menu:first-of-type {
    border-top: none;
  }
  .search-modal #pref-line-panel .check-box:last-of-type dt {
    border-bottom: none;
  }
  .search-modal #pref-line-panel .check-box + .check-box {
    border-top: 1px solid #EBEBEB;
  }
  .search-modal #pref-line-panel .check-box dd {
    width: 33%;
    border-bottom: 1px solid #EBEBEB;
  }
  .search-modal #pref-line-panel .check-box dt {
    width: 100%;
    border-top: none;
  }
  .search-modal #pref-station-panel .list-middle {
    width: 100%;
  }
  .search-modal #pref-station-panel .list-middle label {
    font-weight: bold;
    font-size: 14px;
  }
  .search-modal .station-list-groupby-line {
    display: flex;
    flex-wrap: wrap;
  }
  .search-modal .station-list-groupby-line li {
    width: 33%;
  }
  .search-modal .search-btn-modal {
    z-index: 1;
    width: 100%;
    width: 848px;
  }
  .search-modal .search-btn-modal .area-fix {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 848px;
    margin: 0 auto;
    padding: 0;
  }
  .search-modal .p-search-set.p-search-set--line {
    display: flex;
    flex-flow: row-reverse;
  }
  .search-modal .c-ttl-back-arrow {
    left: 880px !important;
    display: block !important;
    cursor: pointer;
  }
  .search-modal .c-ttl-back-arrow-link {
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .search-modal .c-ttl-back-arrow-link:before, .search-modal .c-ttl-back-arrow-link:after {
    position: absolute;
    top: 12px;
    left: 0px;
    display: block;
    width: 25px;
    /*バツ線の長さ*/
    height: 5px;
    /*バツ線の太さ*/
    margin: 0 10px;
    content: "";
    cursor: pointer;
    transform: rotate(45deg);
    transform-origin: 0% 50%;
    border-bottom: none;
    border-left: none;
    background: #fff;
  }
  .search-modal .c-ttl-back-arrow-link::after {
    right: 3px;
    left: auto;
    transform: rotate(-45deg);
    transform-origin: 100% 50%;
  }
}
#pref-zone-panel .check-box li {
  border-bottom: 1px solid #EBEBEB;
}
#pref-zone-panel .check-box li.list-middle {
  position: relative;
}
#pref-zone-panel .check-box li.list-middle::before {
  position: absolute;
  top: -2px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

#pref-line-panel .check-box {
  border-top: none;
}
#pref-line-panel .check-box:first-of-type dt {
  border-top: none;
}
#pref-line-panel .check-box dd {
  border-bottom: 1px solid #EBEBEB;
}
@media screen and (min-width: 961px) {
  #pref-line-panel .check-box dd {
    border-bottom: none !important;
  }
}

#pref-station-panel .check-box {
  position: relative;
}
#pref-station-panel .check-box::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
#pref-station-panel .check-box li {
  border-bottom: 1px solid #EBEBEB;
}

.city-line-tab-body {
  border-radius: 0 0 8px 8px;
}

.search-modal {
  background: #f6f6f6;
}
.search-modal .c-ttl-wrap {
  padding: 16px 30px;
  background-color: #12B247;
}
.search-modal .c-ttl-primary {
  padding: 0;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}
@media screen and (min-width: 961px) {
  .search-modal .c-ttl-primary {
    text-align: left;
  }
}
.search-modal .c-ttl-back-arrow {
  height: 100%;
  left: 16px;
}
.search-modal .back-to-area {
  cursor: pointer;
}
.search-modal .back-to-list {
  top: 50%;
  display: block;
  width: 21px;
  height: 21px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin: 0;
  transform: translateY(-50%) rotate(0);
  background-color: unset;
  background-image: url(../../../img/icon/icn-modelClose-sp.svg);
}
@media screen and (min-width: 961px) {
  .search-modal .back-to-list {
    width: 40px;
    height: 40px;
    background-image: url(../../../img/icon/icn-modelClose.svg);
  }
}
.search-modal .back-to-list::before {
  display: none !important;
}
.search-modal .back-to-list::after {
  display: none !important;
}
.search-modal .c-select-l--2:before {
  border-bottom: none;
}
.search-modal .p-search-set {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media screen and (min-width: 961px) {
  .search-modal .p-search-set {
    padding-bottom: 17px;
  }
}
.search-modal .p-search-set .p-search-set__btn,
.search-modal .p-search-set .p-search-set__result {
  display: block;
}
.search-modal .p-search-set .p-search-set__result {
  flex-shrink: 0;
  width: auto;
}
.search-modal .p-search-set .p-search-set__btn {
  flex: 1;
  gap: 4px;
  display: flex;
  justify-content: center;
}

.p-modalBody {
  border-radius: 6px;
  background-color: #fff;
  padding: 0 8px;
  box-shadow: 0 -5px 10px -4px #EBEBEB;
  margin: 24px 16px 0;
}
@media screen and (min-width: 961px) {
  .p-modalBody {
    margin: 24px 0 0;
  }
}
.p-modalBody .main-job-list dt {
  border-top: none;
}

#search-specific .check-ttl {
  height: auto;
  line-height: unset;
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  font-weight: 700;
  font-size: 16px;
  padding: 12px;
  border-bottom: 1px solid #EBEBEB;
}
#search-specific .check-box {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}
@media screen and (min-width: 961px) {
  #search-specific .check-box {
    padding: 8px 0 0;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#search-specific .check-box-wrapper {
  padding: 0 8px 8px;
  background-color: #fff;
}
@media screen and (min-width: 961px) {
  #search-specific .check-box-wrapper {
    padding: 0;
  }
}
#search-specific .check-box-wrapper + .check-box-wrapper {
  margin-top: 16px;
}
#search-specific .check-box::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
#search-specific .check-box li {
  display: block;
  width: 100%;
  float: unset;
  border-right: none;
  border-bottom: 1px solid #EBEBEB;
}
@media screen and (min-width: 961px) {
  #search-specific .check-box li {
    border-bottom: none;
  }
}
#search-specific .check-box li:nth-child(odd) {
  border-right: 1px solid #EBEBEB;
}
@media screen and (min-width: 961px) {
  #search-specific .check-box li:nth-child(odd) {
    border-right: none;
  }
}
#search-specific .check-box li label {
  display: flex;
  align-items: center;
  height: auto;
  height: 48px;
  padding: 8px 10px 8px 36px;
}

#search-job .main-job-list dd {
  display: none;
  border: none;
  border-bottom: 1px solid #EBEBEB;
}
#search-job .main-job-list dd ul {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 961px) {
  #search-job .main-job-list dd ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#search-job .main-job-list dd ul::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
#search-job .main-job-list dd ul li {
  border-bottom: 1px solid #EBEBEB;
}
#search-job .main-job-list dd ul li label {
  padding: 14px 10px 14px 48px;
}
#search-job .main-job-list dd ul li label::before {
  left: 16px;
}
#search-job .main-job-list dd ul li label::after {
  left: 20px;
}

.job-ac span {
  display: none !important;
}

#area-wrapper {
  background-color: #fff;
}
#area-wrapper dl dt {
  border-bottom: 1px solid #EBEBEB;
}
#area-wrapper dl dt label {
  cursor: pointer;
}

#keyword-panel {
  padding: 40px 8px 200px;
}
@media screen and (min-width: 961px) {
  #keyword-panel {
    padding: 40px 20px 200px;
  }
}
#keyword-panel .c-head {
  margin-bottom: 15px;
}
#keyword-panel .c-head-item {
  font-size: 16px;
  color: #333;
}
#keyword-panel .caution {
  margin-top: 15px;
  color: #626463;
  font-size: 12px;
}
#keyword-panel .c-locationArea button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 961px) {
  #keyword-panel .c-locationArea button {
    flex-direction: column;
  }
}

#city-line-wrapper {
  padding: 0 16px;
}
@media screen and (min-width: 961px) {
  #city-line-wrapper {
    padding: 0;
  }
}

.city-line-tab-body {
  background-color: #fff;
  padding: 0 8px 8px;
}
#search-shift .p-search-set {
  margin-top: 23px;
}

/*# sourceMappingURL=search-modal.css.map */
