/* part work list
   ========================================================================== */
.list-page .c-ttl-txt--page-b {
  margin-bottom: 15px;
  border-bottom: 1px solid #D9D9D9;
}

.list-section-01 {
  background: #12B247;
  padding-bottom: 25px;
}
@media screen and (min-width: 961px) {
  .list-section-01 {
    background: none;
  }
}

.list-ttl--wrap {
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}
.list-ttl--wrap .c-ttl-sec {
  color: #fff;
  font-size: 16px;
}
@media screen and (min-width: 961px) {
  .list-ttl--wrap {
    display: flex;
    padding: 20px 0;
  }
  .list-ttl--wrap .c-ttl-sec {
    font-size: 20px;
  }
}

.target-all__top, .target-all__bottom {
  background: #F7DE19;
  display: inline-block;
  font-weight: bold;
  border-radius: 4px;
  line-height: 26px;
  height: 30px;
}
.target-all__top a, .target-all__bottom a {
  padding: 10px 13px;
  color: #262626;
  font-size: 11px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
  text-decoration: none;
}
.target-all__bottom {
  line-height: 50px;
  height: 50px;
}
.target-all__bottom a {
  padding: 18px 68px;
  font-size: 17px;
  line-height: 50px;
  height: 50px;
}
.target-all__wrap {
  text-align: center;
  padding: 20px 15px 40px;
}
@media screen and (min-width: 961px) {
  .target-all__top, .target-all__bottom {
    line-height: 35px;
    height: 35px;
  }
  .target-all__top a, .target-all__bottom a {
    font-size: 15px;
  }
  .target-all__top:hover, .target-all__bottom:hover {
    opacity: 0.7;
  }
  .target-all__bottom {
    line-height: 50px;
    height: 50px;
  }
  .target-all__bottom a {
    font-size: 19px;
    line-height: 50px;
    height: 50px;
    padding: 18px 75px;
  }
  .target-all__wrap {
    padding: 20px 0 40px;
  }
}

.search-result {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  align-items: center;
}
.search-result__inner {
  text-align: right;
  color: #262626;
  font-size: 12px;
}
.search-result__num {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #12B247;
}
@media screen and (min-width: 961px) {
  .search-result__inner {
    font-size: 14px;
  }
  .search-result__num {
    font-size: 20px;
  }
}

.search-mail {
  border: 1px solid #626463;
  border-radius: 4px;
  line-height: 14px;
  align-items: center;
}
.search-mail__inner {
  display: block;
  color: #626463;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  background: url(../../../img/icon/icon_mail_gray2.svg) no-repeat 5px center;
  background-size: 20px auto;
  padding: 5px 5px 5px 30px;
}
.search-mail:hover {
  opacity: 0.7;
}

.list-contents-wrap {
  margin: 30px auto;
}
@media screen and (min-width: 961px) {
  .list-contents-wrap {
    margin: 60px auto;
  }
}
.list-contents-wrap__subttl {
  font-size: 12px;
  margin-bottom: 10px;
}

.search-promote {
  background: #F7F7F7;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  margin: 30px auto;
}
.search-promote__inner {
  padding: 25px 10px;
  text-align: center;
}
.search-promote__ttl {
  color: #262626;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
.search-promote__block {
  display: flex;
  justify-content: center;
}
.search-promote__btn {
  margin-right: 10px;
  background: #fff;
  border-radius: 4px;
}
.search-promote__btn a, .search-promote__btn button {
  color: #12B247;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 16px;
  text-decoration: none;
  background: #fff;
  border: 1px solid #BFBFBF;
  border-radius: 4px;
}
@media screen and (min-width: 961px) {
  .search-promote__ttl {
    font-size: 18px;
  }
  .search-promote__btn {
    margin-right: 40px;
  }
  .search-promote__btn a, .search-promote__btn button {
    font-size: 16px;
  }
  .search-promote__btn a:hover, .search-promote__btn button:hover {
    background-color: #F7F7F7;
  }
}

.pager-wrap {
  text-align: center;
  margin: 30px 0 10px;
}
@media screen and (min-width: 961px) {
  .pager-wrap {
    text-align: right;
  }
}

.pager {
  line-height: 1;
  display: inline-block;
}
.pager__pages {
  display: flex;
}
.pager__pages li {
  display: block;
  line-height: 30px;
  border-radius: 4px;
  text-align: center;
  margin: 0 4px;
  font-size: 11px;
}
.pager__pages li a {
  padding: 0 8px;
  text-decoration: none;
  color: #12B247;
}
.pager__pages--active {
  background: #12B247;
  color: #fff;
  font-weight: bold;
  padding: 0 8px;
}
.pager__pages--item {
  height: 30px;
  border: 1px solid #12B247;
  background: #fff;
}
.pager__pages--omission {
  border: none;
  padding: 0 !important;
  margin: 0 !important;
}
@media screen and (min-width: 961px) {
  .pager li {
    font-size: 14px;
  }
  .pager li a {
    padding: 0 10px;
  }
  .pager li:hover {
    background: #12B247;
  }
  .pager li:hover a {
    color: #fff;
  }
  .pager__pages--active {
    padding: 0 10px;
  }
}

.pager-num {
  margin: 15px 0 0 0;
  font-size: 14px;
}

.list-paylist {
  word-break: break-all;
}
.list-paylist__wrap {
  padding: 0;
}
.list-paylist__ttl {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 15px 10px;
  text-align: left;
  color: #fff;
  background: #12B247;
}
.list-paylist__sub-ttl {
  clear: left;
  padding: 20px 10px;
  font-size: 12px;
}
.list-paylist__txt {
  word-break: break-all;
  font-size: 11px;
  padding: 0 10px;
  color: #757578;
}
.list-paylist__pay-value--wrap {
  background: #F7F7F7;
  padding: 20px 10px;
}
.list-paylist__pay-value--wrap .main-txt {
  font-size: 13px;
  margin: 0 0 20px 0;
}
.list-paylist__pay-value--wrap .main-txt a {
  color: #4190ED;
}
.list-paylist__pay-value__box {
  background: #fff;
  border: 2px solid #12B247;
  padding: 30px 0;
  width: 100%;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}
.list-paylist__pay-value__box .pay-value-all {
  display: inline-block;
  background: linear-gradient(transparent 90%, #FF6040 70%);
  font-size: 18px;
  text-align: center;
}
.list-paylist__pay-value__box .pay-value-all .pay-value {
  font-size: 30px;
}
.list-paylist__pay-value__box .pay-value-prefectures {
  display: inline-block;
  font-size: 12px;
  padding: 20px 0 0;
}
.list-paylist__job-link__list {
  display: block;
  border-width: 1px 0 0 1px;
  clear: left;
}
.list-paylist__job-link__link {
  width: 100%;
  background-color: #F0F0F0;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #EBEBEB;
  border-width: 1px 1px 0 1px;
  font-size: 13px;
  font-weight: bold;
}
.list-paylist__job-link__link .job-link {
  font-weight: bold;
  margin-right: 10px;
}
.list-paylist__job-link__link .job-link a {
  color: #262626;
}
.list-paylist__job-link__link .job-pay {
  background-color: #fff;
  padding: 2px 10px;
  border-radius: 15px;
}
.list-paylist__job-link__block {
  font-size: 11px;
  background-color: #F8F8F8;
  width: 33.3%;
  float: left;
  box-sizing: border-box;
  border: 1px solid #EBEBEB;
  border-width: 0 1px 1px 0;
}
.list-paylist__job-link__block .job-link-name {
  font-weight: bold;
  color: #757578;
  text-align: center;
  width: 1%;
  padding: 0 2px;
  height: 45px;
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
}
.list-paylist__job-link__block .job-link-name .job-link-href {
  color: #4190ED;
  font-weight: bold;
  text-decoration: underline;
}
.list-paylist__job-link__block .job-link-valu {
  color: #757578;
  display: block;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  padding: 12px 5px;
}
.list-paylist__link-list {
  display: flex;
  padding: 0 10px;
  flex-wrap: wrap;
}
@media screen and (min-width: 961px) {
  .list-paylist__link-list {
    padding: 0;
  }
}
.list-paylist__link-item {
  margin-bottom: 15px;
  margin-right: 20px;
  font-size: 12px;
}
@media screen and (min-width: 961px) {
  .list-paylist__ttl {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
    color: #262626;
    background: none;
    padding: 15px 0;
  }
  .list-paylist__sub-ttl {
    font-size: 15px;
    padding: 20px 0;
  }
  .list-paylist__txt {
    padding: 0;
    font-size: 12px;
  }
  .list-paylist__pay-value--wrap {
    background: none;
    padding: 0;
  }
  .list-paylist__pay-value__box {
    padding: 40px 0;
  }
  .list-paylist__pay-value__box .pay-value-all {
    font-size: 25px;
  }
  .list-paylist__pay-value__box .pay-value-all .pay-value {
    font-size: 32px;
  }
  .list-paylist__pay-value__box .pay-value-prefectures {
    padding: 0 0 0 20px;
    font-size: 14px;
  }
  .list-paylist__job-link__block {
    width: 20%;
  }
}

.l-section-inner {
  padding: 0;
}

@media screen and (min-width: 961px) {
  .featured-job-information .p-work-cassette__link {
    min-height: auto;
  }
}

.related-job .ac-menu:first-of-type {
  border-top: none;
}
.related-job .ac-menu:last-of-type {
  border-bottom: 1px solid #EBEBEB;
}

@media screen and (min-width: 960px) {
  .banner-list {
    display: flex;
    justify-content: center;
  }
  .banner-list li {
    width: 33%;
  }
}

.shift-box {
  counter-reset: my-counter;
}
.shift-box .shift-time {
  padding: 3px 0 0 16px;
  display: inline-block;
}
.shift-box .shift-time:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  color: #262626;
  display: block;
  float: left;
  line-height: 10px;
  margin-left: -15px;
  margin-right: 3px;
  margin-top: 1px;
  text-align: center;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  border: 1px solid #262626;
  font-size: 11px;
}
@media screen and (min-width: 961px) {
  .shift-box .shift-time:before {
    margin-top: 2px;
  }
}

.similar-conditions .c-acd__hd--arrow-r2 {
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
}
.similar-conditions .ac-menu:first-of-type {
  border-top: none;
}

.btn-disabled {
  color: #fff;
  background-color: #949795;
}

.btn-disabled:hover {
  color: #fff;
  background-color: #949795;
}

.p-searchRelation {
  font-size: 12px;
}
@media screen and (max-width: 960px) {
  .p-searchRelation {
    margin-bottom: 10px;
  }
}
.p-searchRelation ul {
  display: flex;
  gap: 8px;
  overflow-x: auto;
}
@media screen and (min-width: 961px) {
  .p-searchRelation ul {
    display: block;
  }
}
.p-searchRelation ul li {
  position: relative;
  display: block;
  padding: 12px 26px 12px 12px;
  border-radius: 8px;
  width: 248px;
  white-space: nowrap;
  flex-shrink: 0;
  background-color: #0A982D;
}
@media screen and (min-width: 961px) {
  .p-searchRelation ul li {
    width: auto;
    border: 1px solid #BFBFBF;
    padding: 10px 28px 10px 8px;
    background-color: unset;
  }
}
.p-searchRelation ul li::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-image: url(../../../img/icon/arrow_searchHistoryList.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 961px) {
  .p-searchRelation ul li::after {
    background-image: url(../../../img/icon/arrow-black-right.svg);
  }
}
@media screen and (min-width: 961px) {
  .p-searchRelation ul li + li {
    margin-top: 5px;
  }
}
.p-searchRelation ul li a {
  white-space: initial;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 961px) {
  .p-searchRelation ul li a {
    color: #262626;
  }
}
.p-searchRelation ul li a:hover {
  opacity: 0.8;
}
.p-searchRelation .c-searchSection .c-icnHead {
  font-weight: 700;
  margin-bottom: 8px;
  color: #fff;
}
@media screen and (min-width: 961px) {
  .p-searchRelation .c-searchSection .c-icnHead {
    color: #262626;
  }
}

.text-search-list {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
}

.w-90 {
  width: 90% !important;
}

.wage-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  margin: auto;
}
.wage-container .wage-left {
  flex: 6;
  padding-left: 0;
}
@media screen and (min-width: 961px) {
  .wage-container .wage-left {
    padding-left: 40px;
  }
}
.wage-container .wage-left h2 {
  font-size: 1.2em;
  font-weight: bold;
}
.wage-container .wage-left p {
  font-size: 0.9em;
  color: #888;
}
.wage-container .wage-right {
  flex: 6;
  display: flex;
  padding-left: 0;
  margin-top: 10px;
}
@media screen and (min-width: 961px) {
  .wage-container .wage-right {
    padding-left: 40px;
    margin-top: 0;
  }
}
.wage-container .wage-right .average-wage {
  font-weight: bold;
  color: #333;
  display: flex;
}
.wage-container .wage-right .average-wage .wage-amount {
  font-size: 1.5em;
  font-weight: bold;
  background: linear-gradient(to top, #ffffff 10%, #12B247 10% 30%, #ffffff 30%);
  padding: 2px;
}
.wage-container .wage-right .min-max-wage {
  font-size: 0.9em;
  color: #666;
  text-align: left;
  align-self: center;
}
.wage-container .wage-right .min-max-wage .min-wage, .wage-container .wage-right .min-max-wage .max-wage {
  font-weight: bold;
  color: black;
}

.type-employment-system {
  color: #666;
  display: inline-flex;
  font-size: 10px;
  line-height: 1;
  padding: 3px 0px;
}

.job-content {
  text-decoration: none;
  color: #262626;
}
.job-content:hover {
  color: #262626;
}

.show-more-detail {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #333;
  text-decoration: none;
}
.show-more-detail::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url(../../../img/icon/arrow-down.svg);
}

.mark_specific {
  padding: 3.5px 8px 4.5px 8px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  color: #626463;
  margin-bottom: 5px;
  margin-left: 8px;
}

.c-shiftList-table tr {
  display: flex;
}

.truncate-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 960px) {
  .border-bottom-1 {
    border-bottom: 1px solid #EBEBEB;
  }
}

.text-detail {
  font-size: 14px;
  color: #626463;
}

.header-detail {
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  color: #626463;
}

.c-detail-jobTags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.c-detail-jobTags .c-detail-jobTag {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  line-height: 1;
  padding: 3px 8px;
  border-radius: 4px;
  border: 1px solid #EBEBEB;
}

.station-float-right {
    display: flex;
    float: right;
}

.station-font-weight {
    font-weight: normal;
}

.station-display-none {
    display: none;
}

.station-nearest-button {
    background: none;
    border: none;
    padding: 3px;
    margin: 6px;
    font: inherit;
    cursor: pointer;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
}

.station-nearest-button::after {
    content: "";
    display: block;
    width: 10px;
    height: 7px;
    margin-left: 4px;
    background-size: 100% auto;
    font: inherit;
    background-repeat: no-repeat;
    background-image: url(../../../img/icon/arrow-down-collapse.svg);
}

.arrow-up::after {
    background-image: url(../../../img/icon/arrow-up-collapse.svg);
}

.arrow-down::after {
    background-image: url(../../../img/icon/arrow-down-collapse.svg);
}
.station{
    display: inline-block;
    vertical-align: top;
    margin-top: 1px;
}
.station-block{
    align-items: flex-start;
}
.station-inline{
    width: 87%;
    display: inline-block;
}
.box-weekly-job-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5px;
  padding: 20px 0;
  background-color: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(77, 77, 77, 0.1);
}
@media screen and (min-width: 960px) {
  .box-weekly-job-list::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background-color: #626463;
  }
}
.box-weekly-job-list .qa-item {
  width: 49%;
  display: flex;
  justify-content: space-between;
  padding: 0 35px;
  align-items: baseline;
}
@media screen and (max-width: 960px) {
  .box-weekly-job-list .qa-item {
    width: 100%;
    padding: 2px 10px;
  }
}
.box-weekly-job-list .qa-item .qa-title {
  max-width: 85%;
}
.box-weekly-job-list .qa-item .qa-title::before {
  content: "•";
  margin-right: 6px;
  font-size: 20px;
}

.shift-remarks-tag.shift-tag-box-bottom {
  border-bottom: 1px solid #EBEBEB !important;
  margin-bottom: 12px !important;
}
.shift-remarks-tag dt {
  flex-shrink: 0;
  padding: 10px 0 8px;
}
@media screen and (min-width: 961px) {
  .shift-remarks-tag dt {
    width: 120px;
  }
}
.shift-remarks-tag .c-detail-jobShift-remarks-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.shift-remarks-tag .c-detail-jobShift-remarks-tag .c-detail-shift-remark {
  background-color: #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  color: #626463;
  line-height: 160%;
  padding: 3px 8px 4px 8px;
  border-radius: 4px;
}

.badge {
  margin-right: auto;
  font-size: 12px;
  background: #FFFFFF;
  padding: 4px 8px;
  border-radius: 0px;
  color: #333;
}
.badge span {
  color: #12B247;
  font-weight: bold;
}

.count-work-new-badge {
  margin-right: auto;
  font-size: 12px;
  background: #ffffff;
  padding: 5px 9px;
  border-radius: 4px;
  color: #333;
  margin-top: 3px;
  margin-left: 5px;
}

.count-work-new {
  color: #fff;
  font-size: 12px;
  text-align: right;
}
.count-work-new span {
  font-size: 12px;
  font-weight: 700;
  color: #F7DE19;
  margin: 0 2px;
}

/*# sourceMappingURL=list.css.map */
