@charset "UTF-8";
/* part favorite キープリスト 最近見たバイト
   ========================================================================== */
.recordlist__item {
  margin-top: 16px;
}
.recordlist__item .p-work {
  margin-top: 0;
}
.recordlist__add-date {
  text-align: right;
}
.recordlist__add-date-con {
  font-size: 11px;
}
@media screen and (min-width: 961px) {
  .recordlist__add-date-con {
    font-size: 13px;
  }
}
.recordlist__header__multi-entry {
  padding: 7px 0 2px 10px;
  color: #fff;
  border-radius: 3px 3px 0 0;
  background: #12B247;
}
.recordlist__header__multi-entry input, .recordlist__header__multi-entry label {
  cursor: pointer;
}
.recordlist__inner {
  padding: 0 10px;
}
@media screen and (min-width: 961px) {
  .recordlist__inner {
    padding: 0;
  }
}
.recordlist__inner .recent-seen-del-msg::before {
  width: 30px;
}
.recordlist__inner .recent-seen-del-msg p {
  padding-left: 4px;
}
.recordlist__entry-box {
  margin: 30px 0;
  padding: 20px 10px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  background: #fff;
}
.recordlist__entry-box__txt {
  text-align: center;
}
.recordlist__entry-box__txt .multi-entry-ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.recordlist__entry-box__txt .multi-entry-subttl {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
}
.recordlist__entry-box__btn {
  display: flex;
  justify-content: center;
}
.recordlist__entry-box__btn .all-check-btn, .recordlist__entry-box__btn .uncheck-btn {
  font-weight: bold;
  line-height: 50px;
  display: inline-block;
  height: 50px;
  padding: 0 15px;
  text-decoration: none;
  color: #12B247;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
}
.recordlist__entry-box__btn .all-check-btn {
  margin-right: 10px;
}
@media screen and (max-width: 320px) {
  .recordlist__entry-box__btn .all-check-btn, .recordlist__entry-box__btn .uncheck-btn {
    font-size: 13px;
    padding: 0 10px;
  }
}
@media screen and (min-width: 961px) {
  .recordlist__entry-box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 30px 40px;
  }
  .recordlist__entry-box__txt {
    margin-right: 40px;
    text-align: left;
  }
  .recordlist__entry-box__txt .multi-entry-subttl {
    text-align: left;
  }
  .recordlist__entry-box__btn a:hover {
    opacity: 0.7;
  }
}
.recordlist__msg-num {
  font-size: 14px;
  margin: 20px 0;
  color: #12B247;
}
.recordlist__msg-hint {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 24px 16px;
  border-radius: 8px;
  border: 1px dashed #949795;
  font-size: 14px;
  color: #949795;
  line-height: 1.5;
  letter-spacing: 0.175px;
}
.recordlist__multi-entrybtn {
  margin: 40px 0 0 0;
}
.recordlist__multi-entrybtn__txt {
  margin-bottom: 10px;
}
.recordlist__multi-entrybtn__txt span {
  font-size: 20px;
  font-weight: bold;
  color: #FF6040;
}
@media screen and (min-width: 961px) {
  .recordlist__multi-entrybtn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .recordlist__multi-entrybtn__txt {
    margin: 0 20px 0;
  }
}
@media screen and (min-width: 961px) and (min-width: 961px) {
  .recordlist__multi-entrybtn__btn {
    width: 496px;
  }
}
@media screen and (min-width: 961px) {
  .recordlist__multi-entrybtn__btn #chk_work_cnt {
    font-size: 18px;
    margin-right: 4px;
  }
}
@media screen and (min-width: 961px) {
  .recordlist__multi-entrybtn__btn .chk_work_unit {
    font-weight: normal;
    font-size: 14px;
    margin-right: 8px;
  }
}
@media screen and (min-width: 961px) {
  .recordlist__multi-entrybtn__btn .icon-web {
    font-size: 18px;
  }
}
.recordlist__column {
  margin: 30px 0;
}
.recordlist__column__ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 2px solid #12B247;
}
.recordlist__column__subttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.recordlist__column__lead {
  font-size: 14px;
}
.recordlist__column__lead span {
  font-weight: bold;
}
@media screen and (min-width: 961px) {
  .recordlist__column__ttl {
    font-size: 18px;
  }
}
.recordlist__topnavi {
  padding: 40px 0 20px;
}
@media screen and (min-width: 961px) {
  .recordlist__topnavi {
    padding: 0;
  }
}
.recordlist__favorite {
  position: relative;
}
.recordlist__favorite .favorlist-delete a {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 25px;
  background: #BFBFBF;
}
.recordlist__favorite .favorlist-delete a:before, .recordlist__favorite .favorlist-delete a:after {
  position: absolute;
  top: 10px;
  right: 3px;
  display: block;
  width: 16px;
  height: 2px;
  content: "";
  background: #fff;
}
.recordlist__favorite .favorlist-delete a:before {
  transform: rotate(-45deg);
}
.recordlist__favorite .favorlist-delete a:after {
  transform: rotate(45deg);
}
.recordlist__favorite .favorlist-delete img {
  position: absolute;
  top: 5px;
  right: 2px;
}
@media screen and (min-width: 961px) {
  .recordlist__favorite {
    margin-top: 0;
  }
  .recordlist__favorite .favorlist-delete {
    display: none;
  }
}
.recordlist__favorite .p-work__head {
  border-radius: 0;
}
.recordlist__footer {
  display: block;
}
@media screen and (min-width: 961px) {
  .recordlist__footer {
    display: flex;
    flex-direction: row-reverse;
    justify-content: right;
    padding: 20px 20px 20px 130px;
  }
}
.recordlist__footer__btn-del-pc {
  display: none;
}
@media screen and (min-width: 961px) {
  .recordlist__footer__btn-del-pc {
    font-size: 14px;
    display: block;
    width: 200px;
    margin-right: 10px;
    color: #757578;
  }
  .recordlist__footer__btn-del-pc .del-favorite {
    padding: 1px 0 3px 20px;
    cursor: pointer;
    background: url(../../../img/icon/icon_delate.svg) no-repeat 0 0;
    color: #262626;
  }
  .recordlist__footer__btn-del-pc .del-favorite:hover {
    color: #0066D2;
  }
}
.recordlist__footer__fav {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .recordlist__footer__fav {
    width: 220px;
    margin-right: 10px;
  }
}
.recordlist__footer__entry {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (min-width: 961px) {
  .recordlist__footer__entry {
    margin-bottom: 0;
  }
}
.recordlist__footer__entry .c-btn--tel-entry {
  margin-right: 10px;
}
@media screen and (max-width: 424px) {
  .recordlist__footer__entry .c-btn--tel-entry {
    position: relative;
  }
}
@media screen and (min-width: 961px) {
  .recordlist__footer__entry .c-btn--tel-entry {
    flex-basis: 265px;
    width: 265px;
  }
}
@media screen and (max-width: 424px) {
  .recordlist__footer__entry .c-btn--tel-entry__stxt {
    font-size: 10px;
    line-height: normal;
    position: absolute;
    top: -12px;
    right: 0;
    left: 0;
    display: inline-block;
    margin-left: 3px;
  }
}
@media screen and (min-width: 961px) {
  .recordlist__footer__entry .c-btn--web-entry {
    flex-basis: 265px;
    width: 265px;
  }
}
.recordlist__footer__entry .tel-sp {
  display: block;
}
@media screen and (min-width: 961px) {
  .recordlist__footer__entry .tel-sp {
    display: none;
  }
}
.recordlist__footer__entry .tel-pc {
  display: none;
}
@media screen and (min-width: 961px) {
  .recordlist__footer__entry .tel-pc {
    display: block;
    width: 265px;
  }
}
.recordlist__footer__multi-entry {
  margin: 0 0 10px 0;
}
@media screen and (min-width: 961px) {
  .recordlist__footer__multi-entry {
    display: none;
  }
}
.recordlist__footer__multi-entry .multi-entry-inner {
  display: block;
  width: 100%;
  padding: 12px 0;
  text-align: center;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  background-color: #fff;
}

@media screen and (min-width: 961px) {
  .p-work-cassette-list .c-icon--salary:before {
    background-size: auto 13px;
    background-position: 5px center;
  }
}
@media screen and (min-width: 961px) {
  .p-work-cassette-list .c-icon--station:before {
    background-size: auto 15px;
    background-position: 5px center;
  }
}
@media screen and (min-width: 961px) {
  .p-work-cassette-list .c-icon--shift:before {
    background-size: auto 14px;
    background-position: 4px 2px;
  }
}

@media screen and (max-width: 961px) {
  .c-jobCassete-bottom .c-btnKeep.entry-method-phone {
    width: 100%;
  }
}
.favorite-btn-tel {
  font-size: 16px;
  font-weight: bold;
  display: block;
  line-height: 56px;
  height: 56px;
}
@media screen and (min-width: 961px) {
  .favorite-btn-tel {
    font-size: 22px;
    flex: 1;
    border: none;
    background-color: transparent;
  }
}
.favorite-btn-tel__inner {
  position: relative;
}
.favorite-btn-tel__inner:before {
  position: absolute;
  top: 0;
  left: -25px;
  display: block;
  width: 22px;
  height: 22px;
  content: "";
  background: transparent url(../../../img/detail/ico_tel2.svg) no-repeat left center;
}
@media screen and (max-width: 320px) {
  .favorite-btn-tel__inner:before {
    left: -21px;
  }
}
.favorite-btn-tel--sp {
  display: block;
}
@media screen and (min-width: 961px) {
  .favorite-btn-tel--sp {
    display: none;
  }
}
.favorite-btn-tel--pc {
  display: none;
}
@media screen and (min-width: 961px) {
  .favorite-btn-tel--pc {
    display: block;
    order: 1;
  }
}

.c-bannerSection {
  display: flex;
  justify-content: center;
}

.wh-pc {
  width: 408px;
  height: 98px;
}

.wh-sp {
  width: 359px;
  height: 87px;
}

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