button:disabled {
  cursor: not-allowed;
}




@media screen and (max-width: 1000px) {
  /* モバイルでインストールヘッダあり、トークヘッダあり */
  body.has-header-appbox.mylist main {
    padding-top: 126px !important;
  }
  body.has-header-appbox .job-detail__content--contact {
    top:92px;
  }
  /* モバイルでインストールヘッダなし、トークヘッダを出している時 */
  body.mylist main {
    padding-top: 94px;
  }
}



input[type=checkbox] {
  display: none;
}

.job-detail__tabs {
  height: 53px;
  background: #FF4453;
}

.job-detail__tabs .container {
  display: grid;
  grid-template-columns: repeat(3, auto);
  align-items: center;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .job-detail__tabs {
    height: 60px;
  }
}

.job-detail__tab {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.job-detail__tab span {
  line-height: 1;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
  border-radius: 17px;
  padding: 8px 20px;
}

.job-detail__tab--active span {
  background: #fff;
  color: #FF4453;
}

.job-detail__content {
  background: #fff;
  flex-grow: 1;
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .job-detail__content {
    padding-bottom: 0;
  }
}

.job-detail__content--label--list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-bottom: 20px;
}

.job-detail__content--label--item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF4453;
  padding: 4px 7px;
  font-weight: 700;
  border-radius: 3px;
  gap: 4px;
}

.job-detail__content--label--item.soku {
  background: #6EB6FF;
}

.job-detail__content--label--item--icon {
  height: 11px;
}

.job-detail__content--label--item--text {
  font-size: 11px;
  color: #fff;
  line-height: 1;
}

.job-detail__content--image {
  display: block;
  margin-inline: auto;
  max-width: 600px;
  position: relative;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .job-detail__content--image {
    margin-top: 0;
  }
}

.job-detail__content--image--label {
  position: absolute;
  bottom: 10px;
  left: 18px;
  background: #FF4453;
  color: #fff;
  padding: 3px 6px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 2px;
}

.job-detail__content--title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44;
  margin-bottom: 12px;
}

.job-detail__content--informations {
  margin-bottom: 20px;
}

.job-detail__content--information {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 15px;
}

.job-detail__content--information:not(:last-child) {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.job-detail__content--information--title {
  font-size: 14px;
  font-weight: 700;
}

.job-detail__content--information--text {
  font-size: 14px;
  font-weight: 400;
}
.job-detail__content--other-dates--item--wage .job-detail__content--information--text {
  font-weight: 700;
}

.job-detail__content--information--note {
  font-size: 14px;
  margin-top: 10px;
}

.job-detail__content--other-dates {
  padding-block: 60px;
  border-bottom: 1px solid #E5E5E5;
}

.job-detail__content--other-dates--title {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
}

.job-detail__content--other-dates--list {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  gap: 6px;
}

.job-detail__content--other-dates--list:not(:first-child) {
  margin-top: 6px;
}

.job-detail__content--other-dates--list--hidden {
  display: none;
}

.job-detail__content--other-dates--link {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-inline: 8px;
  position: relative;
  font-weight: 700;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.job-detail__content--other-dates--item {
  border: #FFCCD0 1px solid;
  border-radius: 6px;
  height: 48px;
  position: relative;
}

.job-detail__content--other-dates--item:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  background-image: url("/img/renewal/img/common/arrow-right-red.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 8px;
  height: 100%;
}

.job-detail__content--other-dates--item--date,
.job-detail__content--other-dates--item--wage {
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 700;
  line-height: 1.38;
}

.job-detail__content--other-dates--item--date:before,
.job-detail__content--other-dates--item--wage:before {
  content: "";
  width: 22px;
  height: 22px;
  padding-right: 6px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
}

.job-detail__content--other-dates--item--wage .job-detail__content--information--note {
  display: none;
}

.job-detail__content--other-dates--item--date {
  gap: 6px;
}

.job-detail__content--other-dates--item--date:before {
  background-image: url("/img/renewal/img/job-detail/date-red.png");
}

.job-detail__content--other-dates--item--wage:before {
  background-image: url("/img/renewal/img/job-detail/wages-red.png");
}

.job-detail__content--other-dates--button {
  max-width: 160px;
  margin-top: 5px;
  font-weight: 700;
}

.job-detail__content--other-dates--more {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  gap: 3px;
  padding-top: 12px;
}

.job-detail__content--other-dates--more--text {
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.job-detail__content--other-dates--more--icon {
  width: 20px;
  height: 20px;
}

.job-detail__content--other-dates--more--icon.right {
  transform: rotate(-90deg);
}

.job-detail__content--current {
  text-align: center;
  margin-bottom: 32px;
  background: #FF4453;
  padding-block: 30px 18px;
  color: #fff;
  width: 100vw;
  margin-inline: calc(-50vw + 50%);
}

.job-detail__content--current--title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 31px;
}

.job-detail__content--current--text {
  font-size: 13px;
  margin-bottom: 9px;
  font-weight: 400;
}


.job-detail__content--current--note {
  font-size: 12px;
}

.job-detail__content--current--image {
  max-width: 237px;
  margin-bottom: 35px;
}

.job-detail__content--current--button {
  margin-bottom: 20px;
  background: #fff;
  color: #FF4453;
  font-weight: 700;
}
.job-detail__content--evaluation--title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
  margin-top: 48px;
}

.job-detail__content--evaluation--content {
  display: flex;
  align-items: center;
  gap: 12px;
}

.job-detail__content--evaluation--content--container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: none;
  border-bottom: 1px solid #E5E5E5;
}

.job-detail__content--evaluation--content--stars {
  font-size: 18px;
  font-weight: 700;
  color: #F85858;
}

.job-detail__content--evaluation--content--value,
.job-detail__content--evaluation--content--count {
  font-size: 14px;
  font-weight: 700;
}

.job-detail__content--evaluation--content--see-more {
  cursor: pointer;
  width: 28px;
  height: 28px;
}

.job-detail__content--evaluation--see-more {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  gap: 3px;
  padding-top: 16px;
  opacity: 0;
}

.job-detail__content--evaluation--see-more--text {
  font-size: 13px;
  font-weight: 700;
}

.job-detail__content--evaluation--see-more--icon {
  width: 20px;
  height: 20px;
}

.job-detail__content--evaluation--see-more--container {
  position: absolute;
  bottom: 44px;
  left: 0px;
  width: 100%;
  height: 44px;
  padding-top: 200px;
  text-align: center;
  line-height: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  cursor: pointer;
  transition: bottom 0.2s;
}

.job-detail__content--evaluation--items--container {
  padding-bottom: 21px;
  position: relative;
  display: none;
}

.job-detail__content--evaluation--item {
  padding-block: 20px;
}

.job-detail__content--evaluation--item:not(:last-child) {
  border-bottom: 1px solid #E5E5E5;
}

.job-detail__content--evaluation--item--title {
  margin-bottom: 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
}

.job-detail__content--evaluation--item--title--person {
  font-size: 14px;
}

.job-detail__content--evaluation--item--title--info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 12px;
  color: #868686;
  margin-bottom: 12px;
}

.job-detail__content--evaluation--item--report,
.job-detail__content--evaluation--item--reported {
  display: flex;
  margin-inline: auto 0;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  border-bottom: 1px solid #333;
  position: relative;
  padding-right: 14px;
  line-height: 1;
}

.job-detail__content--evaluation--item--report:before, 
.job-detail__content--evaluation--item--reported:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 11.75px;
  height: 10.69px;
  background-image: url("/img/renewal/img/common/report.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.job-detail__content--evaluation--item:not(:last-child) .job-detail__content--evaluation--item--report,
.job-detail__content--evaluation--item:not(:last-child) .job-detail__content--evaluation--item--reported {
  position: relative;
  z-index: 2;
}






@media screen and (max-width: 767px) {

  .job-detail__content--evaluation--item--report:before,
  .job-detail__content--evaluation--item--reported:before {
    top: -1px;
  }
}

.job-detail__content--description {
  margin-block: 16px 40px;
}

.job-detail__content--description--provider {
  text-align: right;
  font-size: 11px;
  margin-bottom: 18px;
}

.job-detail__content--description--text {
  font-size: 14px;
  margin-bottom: 35px;
  line-height: 1.42;
}

.job-detail__content--description--detail {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 22px;
  margin-bottom: 62px;
}

.job-detail__content--description--detail--title {
  font-size: 14px;
  font-weight: 700;
}

.job-detail__content--description--detail--text {
  font-size: 14px;
  font-weight: 400;
}

.job-detail__content--description--detail-list {
  margin-bottom: 32px;
}

.job-detail__content--description--detail-list--item:not(:last-child) {
  padding-bottom: 16px;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 16px;
}

.job-detail__content--description--detail-list--item--title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
}

.job-detail__content--description--detail-list--item--content {
  font-size: 14px;
  font-weight: 400;
}

.job-detail__content--description--detail-list--item--content a {
  text-decoration: underline;
}

.job-detail__content--description--detail-list--item--content .truncated-text,
.job-detail__content--description--notice-list--item--text .truncated-text {
    position: relative;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.job-detail__content--description--detail-list--item--content .truncated-text:hover,
.job-detail__content--description--notice-list--item--text .truncated-text:hover {
    overflow: visible;
}

.job-detail__content--description--notice-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-bottom: 24px;
}

.job-detail__content--description--notice-list--item {
  padding: 12px 14px;
  background: #FFF2F2;
  border-radius: 6px;
  line-height: 1.4;
}

.job-detail__content--description--notice-list--item--title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}

.job-detail__content--description--notice-list--item--text {
  font-size: 14px;
}


.job-detail__content--description--notice-list--item--see-more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  margin-top: 15px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.job-detail__content--description--notice-list--item--content-wrapper {
    max-height: 190px;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.job-detail__content--description--notice-list--item--content-wrapper.expanded {
  max-height:2000px;
}


.job-detail__content--description--notice-list--item--see-more-container.hidden {
  display: none;
}

.job-detail__content--description--notice-list--item--see-more--text {
  font-size: 13px;
  font-weight: 700;
}

.job-detail__content--description--notice-list--item--see-more--icon {
  width: 20px;
  height: 20px;
}

.job-detail__content--description--notice-list--item--see-more.hidden {
  opacity: 0;
}

.job-detail__content--description--faq {
  display: flex;
  margin-inline: auto 0;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  border-bottom: 1px solid #333;
  position: relative;
  padding-right: 12px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .job-detail__content--description--faq {
    padding-right: 10px;
  }
}

.job-detail__content--description--faq:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url("/img/renewal/img/common/open-link.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .job-detail__content--description--faq:before {
    width: 8px;
    height: 8px;
  }
}



.job-detail__content--features--list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px 7px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.job-detail__content--features--item {
  display: grid;
  gap: 6px;
}

.job-detail__content--features--icon {
  margin-inline: auto;
  width: 42px;
  height: 42px;
}

.job-detail__content--features--text {
  font-size: 9px;
  text-align: center;
  white-space: nowrap;
}

.job-detail__buttons {
  width: 100%;
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .job-detail__buttons {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .job-detail__buttons {
    display: none;
  }
}

.job-detail__buttons>.container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
}

.job-detail__buttons--button {
  font-weight: 700;
}

.job-detail__entry-button {
  font-weight: 700;
}

.job-detail__bottom-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 19px;
  margin-block: 24px 0px;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .job-detail__bottom-buttons {
    width: 100%;
    max-width: 340px;
    margin-block: 24px 60px;
    
  }
}

.job-detail__bottom-button {
  width: 160px;
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.job-detail__bottom-button span {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .job-detail__bottom-button {
    width: 100%;
    max-width: 200px;
  }
}

.job-detail__content--entry-status {
  background: #FFF1EF;
  color: #EA2719;
  padding: 27px 34px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
}

.job-detail__content--entry-status--image {
  width: 60px;
  height: 60px;
  margin-bottom: 16px;
}

.job-detail__content--entry-status--text {
  font-size: 13px;
  line-height: 1.5384615385;
  text-align: center;
}

.job-detail__content--status {
  background: #FFF1EF;
  padding: 27px 23px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
}

.job-detail__content--status--title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 22px;
  text-align: center;
}

.job-detail__content--status--image {
  width: 256px;
}

.job-detail__content--status--text--main {
  font-size: 13px;
  line-height: 1.5384615385;
  margin-bottom: 9px;
  text-align: center;
}

.job-detail__content--status--text--note {
  font-size: 12px;
  line-height: 1.5384615385;
  margin-bottom: 15px;
  text-align: center;
}

.job-detail__content--status--button {
  margin-top: 35px;
  font-weight: 700;
}

.job-detail__content--description--detail-list--item--content-wrapper {
  position: relative;

  overflow-y: auto;
  transition: max-height 0.5s ease;
}

.job-detail__content--description--detail-list--item--content-wrapper.expanded {
  max-height: 2000px;
}

.job-detail__content--description--detail-list--item--content {
  padding-bottom: 16px;
}

.job-detail__content--description--detail-list--item--see-more-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 200px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 90%);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transition: opacity 0.3s ease;
}

.job-detail__content--description--detail-list--item--see-more-container.hidden {
  opacity: 0;
  pointer-events: none;
}

.job-detail__content--description--detail-list--item--see-more {
  display: flex;
  align-items: center;
  gap: 3px;
  padding-bottom: 11px;
  cursor: pointer;
}

.job-detail__content--description--detail-list--item--see-more--text {
  font-size: 13px;
  font-weight: 700;
}

.job-detail__content--description--detail-list--item--see-more--icon {
  width: 20px;
  height: 20px;
}








.rating {
  display: flex;
  align-items: center;
}

.rating__stars {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.rating__star {
  width: 15.57px;
  height: 14.81px;
}

.rating__star--partial {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.rating__star--partial::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: var(--percent);
  height: 100%;
  background: url('/img/renewal/img/common/star-fill.svg') no-repeat;
  background-size: cover;
  z-index: 1;
}

.rating__star--partial::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/img/renewal/img/common/star-empty.svg') no-repeat;
  background-size: cover;
}

/* Modal styles */

.bottom-up-modal {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  border: none;
  overflow-y:scroll;
  background-color: transparent;
}

dialog[open].bottom-up-modal {
  display: block;
}

dialog.bottom-up-modal::backdrop {
  background-color: transparent;
}


.bottom-up-modal__title {
  padding-block: 0;
  position:sticky;
  top:0;
  left:0;
  width:100%;
  z-index:1000;
}

.bottom-up-modal__title>.container {
  padding-block: 36px 16px;
  position: relative;
}

.bottom-up-modal__close {
  padding: 8px;
  position: absolute;
  bottom: 10px;
  right: -8px;
}

.bottom-up-modal__close--inner {
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.bottom-up-modal__close--inner:before,
.bottom-up-modal__close--inner:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 2px;
  background-color: #FF4453;
}

.bottom-up-modal__close--inner:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.bottom-up-modal__close--inner:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.bottom-up-modal .bottom-up-modal-content {
  border: none;
  position: absolute;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  transform: translateY(100%);
  transition: transform 0.5s ease-in-out, top 0.5s ease-in-out;
  overflow: hidden;
}


.bottom-up-modal .bottom-up-modal-content.show {
  overflow: visible;
  height: auto;
  min-height: 100%;
  opacity: 1;
  transform: translateY(0);
}

.bottom-up-modal .bottom-up-modal-content.no-height {
  height: 0;
  max-height: 0;
  top: 100%;
  overflow: hidden;
  visibility: hidden;
  transform: translateY(100%);
}

.bottom-up-modal .bottom-up-modal-content--select {
  position: absolute;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  transform: translateY(100%);
  transition: transform 0.5s ease-in-out, top 0.5s ease-in-out;
  overflow: hidden;
}

.bottom-up-modal .bottom-up-modal-content--select.show {
  overflow: visible;
  height: 100%;
  max-height: 100%;
  opacity: 1;
  transform: translateY(0%);
}

.bottom-up-modal .bottom-up-modal-content--select.no-height {
  height: 0;
  max-height: 0;
  top: 100%;
  overflow: hidden;
  visibility: hidden;
  transform: translateY(100%);
}

.bottom-up-modal .bottom-up-modal-content--select .job-list__modal--narrow-down--items {
  margin-bottom: 60px;
}

.footer.page-job-detail {
  margin-bottom: 80px;
  padding-bottom: 0;
}

.footerSp.footerSp__job-detail {
  display: block;
}

.footer-job-detail-2-8 {
  padding: 0;
}

.job-detail__content--image {
  position: relative;
  width: 100%;
}

.job-detail__content--image--main {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.job-detail__content--image--keep {
  position: absolute;
  right: 18px;
  bottom: 10px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.job-detail__content--image--keep--content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}


.job-detail__content--image--keep--content.hidden {
  display: none;
}

.job-detail__content--shiftjob {
  position: absolute;
  right: 18px;
  top: 35px;
  width: auto;
  height: auto;
  background: #FF4453;
  padding: 4px 6px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px; 
}

.job-detail__content--shiftjob .badge--text {
  font-size: 14px;
  color: #fff;
  line-height: 1;
}

.job-detail__content--contact {
  left: 0;
  background: rgba(255, 68, 83, 0.9);
  z-index: 10;
  width: 100%;
  padding-block: 17px;
}

@media screen and (max-width: 767px) {
  .job-detail__content--contact {
    position: fixed;
    top: 60px;
  }
}

.job-detail__content--contact>.container {
  display: grid;
  grid-template-columns: repeat(4, 80px);
  gap: 11px;
  align-items: center;
  place-content: center;
}

.job-detail__content--contact--link {
  line-height: 1;
  border-radius: 11px;
  background: #fff;
  color: #FF4453;
  font-size: 11px;
  font-weight: 700;
  padding-block: 4.5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}


.checkBox span.text {
  flex: 1 1 0%;
  padding-left: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #A0A0A0;
}

dialog.confirmation__modal {
  border: none;
  display: none;
  position: fixed !important;
  top: 0  !important;
  left: 0;
  width: 90%;
  max-width: 600px;
  height: -moz-fit-content;
  height: fit-content;
  height: 100dvh;
  margin: auto;
  background: transparent;
  padding-top: 45px;
  align-items: center;
  z-index: 1000;
}

dialog[open].confirmation__modal {
  display: block;
}

dialog.confirmation__modal::backdrop {
  background: rgba(0, 0, 0, 0.8);
}

.confirmation__modal--title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 19px;
  color: #FF4453;
  text-align: center;
}

.confirmation__modal--title.black {
  color: #333;
  margin-bottom: 40px;
}

.confirmation__modal--close {
  position: absolute;
  top: -30px;
  right: 5px;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.confirmation__modal--close:hover {
  cursor: pointer;
}

.confirmation__modal--close:before,
.confirmation__modal--close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 2px;
  background-color: #fff;
}

.confirmation__modal--close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.confirmation__modal--close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.confirmation__modal--content {
  background: #fff;
  border-radius: 10px;
  max-height: 100%;
  overflow: hidden;
  height: 100%;
}

.confirmation__modal--content--confirmation {
  padding-block: 102px 48px;
}

.confirmation__modal--content--outer {
  border-radius: 10px;
  overflow: visible;
  width: 100%;
  position: relative;
  border: none;
  text-align: center;
  max-height: 100%;
  height: 90vh;
}

.confirmation__modal--content--inner {
  padding-block: 20px 60px;
  padding-inline: 5.2%;
  margin-inline: auto;
  overflow-y: auto;
  height: 100%;
  width: 100%;
}



.confirmation__modal--text {
  text-align: left;
}

.confirmation__modal--text strong {
  font-weight: 700;
}


@media screen and (max-width: 767px) {
  .confirmation__modal--content--inner.entry-contents--inner {
    max-width:none;
    padding: 20px 12px 60px 12px;
    width:auto;
  }
  
}

.confirmation__modal--content .checkboxUnit {
  border-radius: 4px;
  padding: 0px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.confirmation__modal--content .checkboxUnit .checkBox {
    border: 1px solid #ccc;
    border-radius: 4px;
    display: flex;
    cursor: pointer;
    align-items: flex-start;
    padding: 10px;
    width: 100%;
    text-align: left;
}

.confirmation__modal--content .checkBox .check {
  height: 28px;
  width: 28px;
  background-color: #ccc;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  -moz-transition: background-color ease 0.2s;
  -o-transition: background-color ease 0.2s;
  -webkit-transition: background-color ease 0.2s;
  transition: background-color ease 0.2s;
  cursor: pointer;
}

.confirmation__modal--content .checkBox span.text {
  color:#333;
  font-size: 15px;
  align-items: center;
  display: flex;
  min-height: 30px;
}

.confirmation__modal--content input[type=checkbox]:checked + .checkBox span.text {
  color: #fff;
}

.confirmation__modal--content input[type=checkbox]:checked + .checkBox .check {
  background-color: #fff;
}

.confirmation__modal--content input[type=checkbox]:checked + .checkBox .checkBox .check {
  background-color: #fff;
}
.confirmation__modal--content input[type=checkbox]:checked + .checkBox .check::before,
.confirmation__modal--content input[type=checkbox]:checked + .checkBox .check::after {
  background-color:#FF4453;
}
.confirmation__modal--content input[type=checkbox]:checked + .checkBox {
  background-color:#FF4453;
  border: 1px solid #FF4453;
}

.confirmation__modal--content .checkBox .check::before {
  top: 22px;
  left: 12px;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  height: 15px;
}

.confirmation__modal--content .checkBox .check::before {
  box-sizing: border-box;
  position: absolute;
  width: 2.5px;
  background-color: #fff;
  display: inline-block;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 5px;
  content: "";
  -webkit-transition: opacity ease .5;
  -moz-transition: opacity ease .5;
  transition: opacity ease .5;
}

.confirmation__modal--content .checkBox .check::after {
  top: 15px;
  left: 5px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 8px;
}

.confirmation__modal--content .checkBox .check::before,
.confirmation__modal--content  .checkBox .check::after {
  box-sizing: border-box;
  position: absolute;
  width: 2.5px;
  background-color: #fff;
  display: inline-block;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 5px;
  content: "";
  -webkit-transition: opacity ease .5;
  -moz-transition: opacity ease .5;
  transition: opacity ease .5;
}



.confirmation__modal--content input[type=checkbox]:checked + .checkBox .check::after {
  height: 10px;
  -moz-animation: dotnoticecheck 0.2s ease 0s forwards;
  -o-animation: dotnoticecheck 0.2s ease 0s forwards;
  -webkit-animation: dotnoticecheck 0.2s ease 0s forwards;
  animation: dotnoticecheck 0.2s ease 0s forwards;
}
.confirmation__modal--content input[type=checkbox]:checked + .checkBox .check::before {
  height: 15px;
  -moz-animation: dothabottomcheck2 0.4s ease 0s forwards;
  -o-animation: dothabottomcheck2 0.4s ease 0s forwards;
  -webkit-animation: dothabottomcheck2 0.4s ease 0s forwards;
  animation: dothabottomcheck2 0.4s ease 0s forwards;
}

@keyframes dothabottomcheck {
  0% {height: 0;}
  100% {height: 10px;}
}

@keyframes dothabottomcheck2 {
  0% {height: 0;}
  100% {height: 15px;}
}

.confirmation__modal--content textarea[name="entry_note"] {
  font-size: 14px;
  color: #333;
  margin-bottom: 16px;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 10px;
  width: 100%;
  text-align: left;
  min-height:80px;
  background-color: #F8F8F8;
}



.confirmation__modal--content--inner.title {
  font-weight: 700;
}

.confirmation__modal--text.left {
  text-align: left;
}

.confirmation__modal--buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
}

.confirmation__modal--button {
  font-weight: 700;
  max-width: 228px;
  border: 2px solid #FF4453;
}

.confirmation__modal--button.page-button--gray {
  border-color: #BFBDBD;
  color: #fff;
}

.confirmation__modal--button--confirmation {
  max-width: 228px;
  font-weight: 700;
  border: 2px solid #FF4453;
}
.confirmation__modal--button[disabled] {
  background-color: #FFCCD0;
  border-color: #FFCCD0;
}

.confirmation__modal--image {
  width: 60px;
  margin-bottom: 11px;
}

.confirmation__modal--text {
  line-height: 1.5384615385;
  font-size: 13px;
  margin-bottom: 24px;
}

.confirmation__modal--text--confirmation {
  margin-bottom: 67px;
}

.no-entry__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 13px;
  padding-block: 120px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .no-entry__container {
    padding-block: 50px 40px;
  }
}

.no-entry__text {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.no-entry__image {
  width: 60px;
  height: 60px;
}

.job-detail__content--limit {
  display: flex;
  width: 80%;
  max-width: 600px;
  margin-inline: auto;
  margin-bottom: 10px;
}

@media screen and (min-width: 1200px) {
  .job-detail__content--limit {
    max-width: 600px;
  }
}

@media screen and (max-width: 767px) {
  .job-detail__content--limit {
    width: 90%;
    max-width: 90%;
  }
}

.job-detail__content--limit--time,
.job-detail__content--limit--accept {
  display: flex;
  align-items: center;
  padding: 0 15px;
  font-size: 1.2rem;
  height: 24px;
  background: #FF4453;
  color: #fff;
  border-radius: 6px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {

  .job-detail__content--limit--time,
  .job-detail__content--limit--accept {
    padding: 0 5px;
  }
}

.job-detail__list-back {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  width: 160px;
  padding: 10px;
  color: #FF4453;
  font-weight: 700;
}

.job-detail__list-back::after {
  content: "＞";
  display: inline-block;
  margin-inline: 5px 10px;
}

/* Modal styles */

dialog.payslip__modal,
dialog.entry__modal {
  border: none;
  display: none;
  position: relative;
  width: 90%;
  max-width: 600px;
  height: 100dvh;
  margin: auto;
  background: none;
  outline:none;
  padding-top: 45px;
  align-items: center;
}
dialog[open].payslip__modal {
  display:flex;
}

dialog.payslip__modal::backdrop,
dialog.entry__modal::backdrop {
  background: rgba(0, 0, 0, 0.8);
}

.payslip__modal--title,
.entry__modal--title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
}

.payslip__modal--close,
.entry__modal--close {
  position: absolute;
  top: 0;
  right: 5px;
  width: 15px;
  height: 15px;
  display: inline-block;
}

.payslip__modal--close:hover,
.entry__modal--close:hover {
  cursor: pointer;
}

.payslip__modal--close:before,
.payslip__modal--close:after,
.entry__modal--close:before,
.entry__modal--close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 2px;
  background-color: #fff;
}

.payslip__modal--close:before,
.entry__modal--close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.payslip__modal--close:after,
.entry__modal--close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.payslip__modal--content,
.entry__modal--content {
  padding-block: 30px 38px;
  background: #fff;
  border-radius: 10px;
  max-height: 100%;
  overflow-y: auto;
}

.payslip__modal--content--outer,
.entry__modal--content--outer {
  border-radius: 10px;
  width: 100%;
  position: relative;
  border: none;
  text-align: center;
  max-height: 100%;
  padding-top: 35px;
  margin-top: -35px;
}

.entry__modal--content--text {
  color: #f04124;
}

@media screen and (max-width: 767px) {

  .payslip__modal--content--outer,
  .entry__modal--content--outer {
    padding-top: 25px;
    margin-top: -25px;
    height: 100vh;
  }
}

.payslip__modal--content--inner {
  width: 90%;
  max-width: 320px;
  margin-inline: auto;
}

.entry__modal--content--inner {
  width: 90%;
  margin-inline: auto;
}

.payslip__modal--button {
  max-width: 160px;
  font-weight: 700;
  border: 2px solid #FF4453;
}

.payslip__modal .wages-withdrawal-reservation__payslip--table {
  margin-bottom: 30px;
}

.payslip__modal .wages-withdrawal-reservation__payslip--table th,
.payslip__modal .wages-withdrawal-reservation__payslip--table td {
  padding-block: 14px;
  line-height: 1;
}

.payslip__modal .wages-withdrawal-reservation__payslip--table tbody tr th:not(:last-child),
.payslip__modal .wages-withdrawal-reservation__payslip--table tbody tr td:not(:last-child) {
  background: #FF7974;
  color: #fff;
}

.payslip__modal .wages-withdrawal-reservation__payslip--table tbody tr th {
  background: #FF7974;
  color: #fff;
  font-weight: 700;
}

.payslip__modal .wages-withdrawal-reservation__payslip--table tbody tr:last-child th,
.payslip__modal .wages-withdrawal-reservation__payslip--table tbody tr:last-child td {
  background: #FFD8D5;
}

.payslip__modal .wages-withdrawal-reservation__payslip--table thead tr:first-child th {
  padding-block: 5px;
}

.payslip__modal .wages-withdrawal-reservation__submit--button {
  font-weight: 700;
}

.page-wages-withdrawal-reservation__09 .wages-withdrawal-reservation__balance--inputs,
.page-wages-withdrawal-reservation__10 .wages-withdrawal-reservation__balance--inputs {
  margin-bottom: 16px;
}

.page-wages-withdrawal-reservation__09 .wages-withdrawal-reservation__balance--error,
.page-wages-withdrawal-reservation__10 .wages-withdrawal-reservation__balance--error {
  margin-top: 0;
  margin-bottom: 16px;
}

.underline {
  text-decoration: underline;
}

#lightbox {
  display: flex;
  flex-direction: column;
}

.lb-dataContainer {
  order: 0;
  margin-bottom: 10px;
}

.lb-details {
  opacity: 0;
}

.lb-close {
  background: url(./images/ico/close.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

.lb-outerContainer {
  order: 1;
}

.familyJobs__title {
  font-size: 100%;
  text-align: center
}

.jobDetailNotes__cont div {
  margin: 10px;
  height: 6em;
  display: inline-block;
  text-align: center;
}

.jobDetailNotes__cont img {
  height: 100%;
}

.photo-modal {
  max-width: 600px;
  aspect-ratio: 2/1;
}

.photo-modal img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

#btnFileSend {
  background: #F85858;
  border: none;
  border-radius: 22px;
  padding: 10px 20px;
  margin-top: 5px;
  color: #fff;
}

.footer-keep__button--content.hidden {
  display: none;
}

.completion-report input[type=text]:focus {
  outline: none;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.18);
}

.completion-report .confirmation__modal--content--inner {
  width: 100%;
  max-width: 100%;
  padding-block: 20px 60px;
  padding-inline: 5.2%;
  margin-inline: auto;
  overflow-y: auto;
  height: 100%;
}

.completion-report .completion-report__input-wrapper--area-fee {
  display: flex;
  gap: 8px;
  align-items: flex-end;
}

.completion-report .completion-report__input-wrapper--area-fee span {
  font-weight: 700;
  font-size: 14px;
}

.completion-report .completion-report__input--area-fee {
  width: 40%;
}

.completion-report .completion-report__custom-time {
  margin-bottom: 0;
}

.completion-report .completion-report__buttons {
  display: flex;
  flex-direction: column;
  grid-template-columns: 1fr;
  gaP: 16px;
}

.completion-report .completion-report__label {
  text-align: left;
  font-size: 14px;
  font-weight: 700;
}

.completion-report .completion-report__hr {
  background: #E5E5E5;
  margin: 0;
  padding: 0;
  margin-block: 20px;
}

.completion-report .completion-report__time-group {
  display: grid;
  grid-template-columns: 1fr;
  margin-left: 18px;
}

.completion-report .rest-time-group {
  margin-top: 16px;
}

.completion-report .completion-report__time-group--add+.completion-report__time-group--add {
  margin-top: 20px;
}

.completion-report .completion-report__time-label--add {
  font-size: 12px !important;
  text-align: left;
  font-weight: 700;
  margin-left: 18px;
  margin-top: 20px;
}

.completion-report .completion-report__form-group {
  display: grid;
  grid-template-columns: 1fr;
}

.completion-report .completion-report__form-group+.completion-report__form-group {
  margin-top: 24px;
}

.completion-report .completion-report__form-group>label {
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1;
}

.completion-report .completion-report__form-group input[type=text] {
  background: #F8F8F8;
}

.completion-report .completion-report__form-group input[type=text]:disabled {
  background: #dddddd;
}



.completion-report .completion-report__default-time {
  text-align: left;
  margin-bottom: 26px;
}

.completion-report .completion-report__time-inputs {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 20px 1fr;
  gap: 10px;
  position: relative;
}

.completion-report .completion-report__time-inputs input[type=text] {
  width: 100%;
}

.completion-report .completion-report__time-label {
  font-size: 12px;
  text-align: left;
  font-weight: 700;
}

.completion-report .completion-report__radio-text {
  font-size: 14px;
  font-weight: 700;
}

.report__warning {
  background: #FFF8F7;
  margin-top: 8px;
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 8px;
  padding: 10px 8px;
}

.report__warning--icon {
  margin-top: 1px;
}

.report__warning--text {
  font-size: 13px;
  color: #EA2719;
  text-align: left;
}

.report__warning--time {
  margin-left: 18px;
}

.completion-report__form-group {
  margin-bottom: 20px;
}

.completion-report__radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 4px;
}

.completion-report__radio input[type=radio] {
  display: none;
}

.completion-report__radio-image {
  width: 14px;
  height: 14px;
  background-image: url("/img/renewal/img/common/radio-unchecked01.png");
  background-size: cover;
}

.completion-report__radio-image.checked {
  background-image: url("/img/renewal/img/common/radio-checked01.png");
}

input:checked+.completion-report__radio-image {
  background-image: url("/img/renewal/img/common/radio-checked01.png");
}

.completion-report__radio-text {
  font-size: 16px;
}

.completion-report__default-time {
  margin-left: 18px;
  font-size: 14px;
}







.time-input-wrapper .slider-container {
  display: grid;
  grid-template-columns: auto 1fr;
  width: -moz-fit-content;
  width: fit-content;
  gap: 10px;
  margin-inline: auto;
}

.time-input-wrapper .slider-container label {
  font-size: 13px;
}

.time-input-wrapper .slider-container+.slider-container {
  margin-top: 16px;
}

.time-input-wrapper .time-input__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.time-input-wrapper .time-input__button--current-time,
.time-input-wrapper .time-input__button--close {
  height: 32px;
}

.completion-report__remove-break {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-left: 10px;
  position: absolute;
  top: -5px;
  right: -5px;
}

/* 1つ目の場合は削除ボタンを非表示にする */
.completion-report__time-group--add:first-of-type .completion-report__remove-break {
  display: none;
}


.completion-report__remove-break img {
  width: 22px;
  height: 22px;
}

.completion-report__add-break {
  text-decoration: none;
  width: 140px;
  display: grid;
  grid-template-columns: 12px 1fr;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 20px;
  margin-top: 14px;
  height: 38px;
}

.completion-report__add-break span {
  font-size: 12px;
  width: -moz-fit-content;
  width: fit-content;
}

.completion-report__work-status {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.completion-report__checkbox-inputs {
  display: flex;
  gap: 40px;
  align-items: center;
}

.completion-report__checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.completion-report__checkbox input {
  display: none;
}

.completion-report__checkbox-text {
  font-size: 14px;
}

/* ラベルのテキストに疑似要素で画像を表示 */
.completion-report__checkbox-text::before {
  content: '';
  display: inline-block;
  width: 14px;  /* 適切なサイズに調整してください */
  height: 14px;
  margin-right: 8px;
  vertical-align: middle;
  background-image: url('/img/renewal/img/common/unchecked.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

/* チェックされた場合、画像を切り替える */
.completion-report__checkbox input[type="checkbox"]:checked + .completion-report__checkbox-text::before {
  background-image: url('/img/renewal/img/common/checked.svg');
}

.completion-report__checkbox-image {
  width: 13px;
  height: 13px;
  margin-right: 8px;
}

.completion-report__rating {
  margin-bottom: 27px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.completion-report__stars {
  display: flex;
}

.completion-report__star {
  width: 25px;
  margin-right: 5px;
  cursor: pointer;
}

.completion-report__rating-note {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  color: #6c757d;
}

.completion-report__comment {
  display: grid;
  grid-template-columns: 1fr;
}

.completion-report__comment--note {
  font-size: 12px;
  margin-bottom: 7px;
  text-align: left;
}

.completion-report__comment textarea {
  background: #F8F8F8;
  font-size: 14px;
  height: 79px;
}

.completion-report__comment textarea::-moz-placeholder {
  color: #868686;
}

.completion-report__comment textarea::placeholder {
  color: #868686;
}

.completion-report__comment--char-count {
  text-align: right;
  font-size: 12px;
  margin-top: 4px;
  margin-bottom: 9px;
}

.completion-report__comment--warning {
  margin-bottom: 32px;
}
.time-input-wrapper {
  position: relative;
}

.time-input-wrapper .time-input,
.time-input-wrapper__break-times .time-input {
  padding: 10px 12px;
  line-height: 1;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 14px;
}

.time-input-wrapper .time-slider-popup {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #BFBDBD;
  border-radius: 4px;
  padding: 26px 31px 18px;
  z-index: 1000;
  width: 76vw;
  max-width: 340px;
}

.time-input-wrapper.time-slider-finish .time-slider-popup {
  left: unset;
  right: 0;
}

.confirmation__modal--content--inner {
  padding-block: 20px 60px;
  padding-inline: 5.2%;
  margin-inline: auto;
  overflow-y: auto;
  height: 100%;
}

.modal__btn.modal__btn_renewal {
  background: #FF4453;
}

.report__error.report__warning {
  display: none;
}

#time-input-3 {
  display: flex;
  align-items: center;
}

#time-input-3 span {
  margin-left: 10px;
}

/* 複数応募 */
#entry-multi .job-detail__content--other-dates--list:not(:first-child) {
  margin-top:0;
}
#entry-multi .job-detail__content--other-dates--list {
  margin-left: 15px;
}


#entry-multi .job-detail__content--other-dates--item {
  border:0;
}
#entry-multi .checkboxUnit {
  margin-bottom: 8px;
  align-items: center;
}
#entry-multi .confirmation__modal--content .checkboxUnit .checkBox {
  padding: 2px 10px;
  align-items: center;
  flex-wrap: wrap;
}
#entry-multi .job-detail__content--other-dates--item:before {
  display: none;
}

#entry-multi  input[type=checkbox]:checked + .checkBox .job-detail__content--information--text,
#entry-multi  input[type=checkbox]:checked + .checkBox .job-detail__content--other-dates--item--date,
#entry-multi  input[type=checkbox]:checked + .checkBox .job-detail__content--information--note,
#entry-multi  input[type=checkbox]:checked + .checkBox .error_mes {
  color: #fff;
}


#entry-multi .text-danger {
  background: #fcc;
  border-radius: 10px;
  text-align: center;
  padding: 3px;
  margin-bottom: 25px;
  color: #FF4453;
  font-weight: 700;
}

#entry-multi .confirmation__modal--title {
  margin-bottom: 15px;
}

/* 長期派遣応募 */
.work-status{
  text-align: left;
}
.work-status .report__label{
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
.work-status .report__contBlock{
  display: grid;
  align-items:center;
  gap: 10px;
  grid-template-columns: 100px auto;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .work-status .report__contBlock{
    grid-template-columns: 1fr;
    row-gap: 8px;
  }
}

.work-status .report__contBlock .report__contTitle{
  font-size: 14px;
  font-weight: 700;
  width: 100px;
}

.work-status .time-input,
.work-status .datepicker{
  width: 120px;
}
.work-status .report__form-group{
  display: grid;
  align-items:center;
  gap: 10px;
  grid-template-columns: 100px auto;
}
.work-status .report__form-group .form--radio{
  display: flex;
  align-items:center;
  gap: 10px;
}
.work-status .report__form-group .form--label--radio.datechoice{
  margin-right: 0px;
}
.work-status .ui-datepicker-trigger {
  width: 30px;
}

.work-status textarea {
    font-size: 14px;
    color: #333;
    margin-bottom: 16px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
    text-align: left;
    min-height: 80px;
    background-color: #F8F8F8;
}

.work-status .form--check--inputs {
  position: relative;
  display: flex;
  gap: 27px 35px;
  flex-wrap: wrap;
}

.work-status .form--check--label {
  position: relative;
  padding-left: 5px;
  line-height: 30px;
  cursor: pointer;
}

.work-status .form--check--job {
  position: relative;
}

.work-status .form--check--inputs {
  position: relative;
  display: flex;
  gap: 25px 25px;
  flex-wrap: wrap;
}

.work-status .form--check--input {
  display: none;
}

.work-status .form--check--image {
  width: 30px;
  height: 30px;
  cursor: pointer;
}



.wages-withdrawal-reservation__payslip--table--th--01 {
  width: 10%;
  text-align: center;
}

.wages-withdrawal-reservation__payslip--table--th--02 {
  width: 38%;
  text-align: center;
}

.wages-withdrawal-reservation__payslip--table--th--03 {
  width: 52%;
  text-align: center;
}

.wages-withdrawal-reservation__payslip--table--td--minus {
  color: #EA2719;
}

.wages-withdrawal-reservation__payslip--table--total {
  font-weight: 700;
}

.wages-withdrawal-reservation__payslip--table tr th, .wages-withdrawal-reservation__payslip--table tr td {
  padding: 14px 0 14px 8px;
  font-size: 13px;
  border: 1px solid #fff;
}

.wages-withdrawal-reservation__payslip--table tr th:first-child, .wages-withdrawal-reservation__payslip--table tr td:first-child {
  padding: 14px 0;
  text-align: center;
  font-weight: 700;
  background: #FFEAE8;
}

.wages-withdrawal-reservation__payslip--table tr th:nth-child(2), .wages-withdrawal-reservation__payslip--table tr td:nth-child(2) {
  font-weight: 700;
  background: #FFEAE8;
}

.wages-withdrawal-reservation__payslip--table tr th:nth-child(3), .wages-withdrawal-reservation__payslip--table tr td:nth-child(3) {
  background: #FFF0EF;
}

.wages-withdrawal-reservation__payslip--table tr:last-child th, .wages-withdrawal-reservation__payslip--table tr:last-child td {
  background: #FFD8D5;
}

.wages-withdrawal-reservation__payslip--table thead tr:first-child th {
  padding-block: 5px;
}

.wages-withdrawal-reservation__submit--button {
  font-weight: 700;
}

.page-wages-withdrawal-reservation__09 .wages-withdrawal-reservation__balance--inputs, .page-wages-withdrawal-reservation__10 .wages-withdrawal-reservation__balance--inputs {
  margin-bottom: 16px;
}

.page-wages-withdrawal-reservation__09 .wages-withdrawal-reservation__balance--error, .page-wages-withdrawal-reservation__10 .wages-withdrawal-reservation__balance--error {
  margin-top: 0;
  margin-bottom: 16px;
}


.payslip__modal .wages-withdrawal-reservation__payslip--table thead tr th {
  background: #FF7974;
  color: #fff;
  font-weight: 700;
  padding-inline: 0;
}

.payslip__modal .wages-withdrawal-reservation__payslip--table tbody tr th, 
.payslip__modal .wages-withdrawal-reservation__payslip--table tbody tr td {
  font-weight: 400;
}

.payslip__modal .wages-withdrawal-reservation__payslip--table tbody tr th:not(:last-child), .payslip__modal .wages-withdrawal-reservation__payslip--table tbody tr td:not(:last-child) {
  background: #FF7974;
  color: #fff;
}

.payslip__modal .wages-withdrawal-reservation__payslip--table tbody tr th {
  background: #FF7974;
  color: #fff;
  font-weight: 700;
}

.payslip__modal .wages-withdrawal-reservation__payslip--table tbody tr:last-child th, .payslip__modal .wages-withdrawal-reservation__payslip--table tbody tr:last-child td {
  background: #FF7974;
  color: #fff;
}

.payslip__modal .wages-withdrawal-reservation__payslip--table--td--sum {
  font-weight: 700;
}

/* 画像スライダーの初期表示は非表示 */
.photo-list  {
  visibility: hidden;
}

.jobDetailReturn {
  margin: 20px auto;
}

.gather-hr {
  border-color: #ffa9af;
  border-style: dashed;  
}




input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  width: 100%;
}

/* Track: Chrome, Safari, Opera, Edge Chromium */

input[type=range]::-webkit-slider-runnable-track {
  background: #EAEAEA;
  height: 4px;
  border-radius: 2px;
  box-shadow: none;
}

/* Thumb: Chrome, Safari, Opera, Edge Chromium */

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 11px;
  width: 11px;
  margin-top: -3px;
  background-color: #FF4453;
  border-radius: 50%;
}

/* Track: Firefox */

input[type=range]::-moz-range-track {
  background: #EAEAEA;
  height: 4px;
  border-radius: 2px;
}
