/* store/selection */
.bl_page_head {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bl_page_head h1 {
  font-size: 14px;
  font-weight: 600;
  
}
.bl_page_head .bl_head_nav {
  display: flex;
  -moz-column-gap: 2cqb;
       column-gap: 2cqb;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.bl_page_head .bl_head_nav .bl_head_nav_bell {
  position: relative;
}
.bl_page_head .bl_head_nav .bl_head_nav_bell_alert.has_alert::after {
  position: absolute;
  top: -8px;
  right: -8px;
  font-size: 12px;
  display: inline-block;
  content: "⚫︎";
  color: var(--color-primary);
}

.bl_search {
  margin: 5px 0 10px;
  border: 1px solid var(--color-primary-dark);
  border-radius: 5px;
}
.bl_search .bl_serch_h2 {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  color: #fff;
  background-color: var(--color-primary-dark);
  padding: 15px 20px;
}
.bl_search .bl_serch_h2 img {
  margin-right: 5px;
}
.bl_search .bl_search_cont {
  padding: 0 20px;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  font-size: 13px;
}
.bl_search .bl_search_cont .bl_search_cont_status {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #E3E3E3;
}
.bl_search .bl_search_cont .bl_search_cont_status span {
  display: block;
  width: fit-content;
  white-space: nowrap;
}
.bl_search .bl_search_cont .bl_search_cont_status .bl_search_status_select {
  width: 100%;
  background: url(../images/select_arrow.svg) no-repeat right 10px center;
  background-size: 12px; /* 矢印のサイズ */
  background-color: #fff;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  padding: 10px;
  font-size: 12px;
}
.bl_search .bl_search_cont .bl_search_cont_correspondence {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid #E3E3E3;
}
.bl_search .bl_search_cont .bl_search_cont_correspondence .bl_search_cont_correspondence_item {
  display: flex;
}
.bl_search .bl_search_cont .bl_search_cont_correspondence .bl_search_cont_correspondence_item label {
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
  color: #D0D0D0;
  width: fit-content;
}
.bl_search .bl_search_cont .bl_search_cont_correspondence .bl_search_cont_correspondence_item input[type=radio]:checked + label {
  color: #2F2F2F;
}
.bl_search .bl_search_cont .bl_search_cont_correspondence .bl_search_cont_correspondence_item input[type=radio] {
  display: none;
}
.bl_search .bl_search_cont .bl_search_cont_correspondence .bl_search_cont_correspondence_item input[type=radio] + label:before {
  content: "";
  display: inline-block;
  background-size: contain;
  width: 20px;
  height: 20px;
  border: 1px solid #D0D0D0;
  border-radius: 10px;
  background-color: #eeeeee;
  position: relative;
  top: 5px;
  margin-right: 5px;
}
.bl_search .bl_search_cont .bl_search_cont_correspondence .bl_search_cont_correspondence_item input[type=radio]:checked + label::before {
  background-image: url(../images/icon_check.svg);
  width: 20px;
  height: 20px;
  content: "";
  display: inline-block;
}
.bl_search .bl_search_cont .bl_search_cont_age {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #E3E3E3;
}
.bl_search .bl_search_cont .bl_search_cont_age input {
  width: 42px;
  height: 30px;
  background-color: #F0F0F0;
  border-radius: 5px;
  margin: 0 10px;
  padding: 5px;
  font-size: 12px;
}
.bl_search .bl_search_cont .bl_search_cont_box {
  display: flex;
  padding: 15px 0;
}
.bl_search .bl_search_cont .bl_search_cont_box input {
  width: 100%;
  background-color: #F0F0F0;
  border-radius: 5px;
  margin-right: 10px;
  padding: 5px 10px;
}
.bl_search .bl_search_cont .bl_search_cont_box input::-moz-placeholder {
  color: #B2B2B2;
  font-size: 10px;
}
.bl_search .bl_search_cont .bl_search_cont_box input::placeholder {
  color: #B2B2B2;
  font-size: 10px;
}
.bl_search .bl_search_cont .bl_search_cont_box .bl_search_cont_box_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 40px;
  border-radius: 5px;
  background-color: var(--color-primary-dark);
  color: #fff;
  font-size: 13px;
}
.bl_search .bl_search_cont .bl_search_cont_box .bl_search_cont_box_btn.bl_search_cont_box_btn__fullSize {
  width: 100%;
}
.bl_search_cont_period {
  display: flex;
  column-gap: 4px;
  align-items: center;
  padding: 15px 0;
}
.bl_search_cont_period label {
  font-size: 12px;
  margin-right: 8px;
  margin-top: 0;
  margin-bottom: auto;
}
.bl_search_cont_period_select_wrapper {
  display: block;
  position: relative;
  width: 70px;
  height: 30px;
}
.bl_search_cont_period_select_wrapper__l{
  width: 100px;
}
.bl_search_cont_period_select_wrapper::before {
  background-color: #DEDEDE; 
  border-radius: 1px;
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.bl_search_cont_period_select_wrapper::after {
  content: "";
  background-image: url("../images/selection_status_bottom_arrow.svg");
  width: 12px;
  height: 10px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 54%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.bl_search_cont_period_select_wrapper select {
  width: 100%;
  height: 100%;
  padding-left: 10px;
}
.bl_search_cont_period_slash {
  margin-right: 4px;
  line-height: 1;
  display: block;
  font-weight: 600;
  background-image: url('../images/selection_status_slash.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 6px;
  height: 13px;
}
.bl_prof_info {
  margin-bottom: 10px;
}
.bl_prof_info .bl_prof_info_status {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.bl_prof_info .bl_prof_info_status .bl_prof_info_display {
  font-size: 12px;
  letter-spacing: 1.5px;
}
.bl_prof_info .bl_prof_info_status .bl_prof_info_display span {
  margin: 0 5px;
}
.bl_prof_info .bl_prof_info_status .bl_prof_info_order {
  width: 155px;
  background: url(../images/select_arrow.svg) no-repeat right 10px center;
  background-size: 12px; /* 矢印のサイズ */
  background-color: #fff;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 12px;
  letter-spacing: 1px;
}
.bl_prof_detail_unit {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-bottom: 20px;
}
.bl_prof_detail_unit_nothing {
  height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #B2B2B2;
}
.bl_prof_detail .bl_prof_detail_flx {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.bl_prof_detail .bl_prof_detail_flx .bl_prof_detail_item {
  background-color: #fff;
  border-radius: 15px;
  padding: 25px 20px;
  box-shadow: 0px 8px 34px -25px #777777;
  position: relative;
  overflow: hidden;
}
.bl_prof_detail .bl_prof_detail_flx .bl_prof_detail_item:after {
  display: inline-block;
  content: "";
  width: 80px;
  height: 80px;
  top: -44px;
  right: -44px;
  transform: rotate(45deg);
  position: absolute;
}
.bl_prof_detail .bl_prof_detail_flx .bl_prof_detail_item.pink:after {
  background-color: #FF7172;
}
.bl_prof_detail .bl_prof_detail_flx .bl_prof_detail_item.red:after {
  background-color: #FF7172;
}
.bl_prof_detail .bl_prof_detail_flx .bl_prof_detail_item.darkGray:after {
  background-color: #7D7D7D;
}
.bl_prof_detail .bl_prof_detail_flx .bl_prof_detail_item.orange:after {
  background-color: #FFB347;
}
.bl_prof_detail .bl_prof_detail_flx .bl_prof_detail_item.violet:after {
  background-color: #B6BAFD;
}
.bl_prof_detail .bl_prof_detail_flx .bl_prof_detail_item.blue:after {
  background-color: #3ECAD3;
}
.bl_prof_detail .bl_prof_detail_flx .bl_prof_detail_item.lightBlue:after {
  background-color: #B9DEFF;
}
.bl_prof_detail .bl_prof_detail_flx .bl_prof_detail_item.gray:after {
  background-color: #D9D9D9;
}
.bl_prof_detail .bl_prof_detail_flx .bl_prof_detail_item.green:after {
  background: #82DC6E;
}
.bl_prof_detail .bl_prof_detail_flx .bl_prof_detail_item .bl_prof_detail_cont {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 15px;
}
.bl_prof_detail .bl_prof_detail_flx .bl_prof_detail_item .bl_prof_detail_cont .bl_prof_cont_img {
  width: 72px;
  height: 72px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 36px;
  overflow: hidden;
}
.bl_prof_detail .bl_prof_detail_flx .bl_prof_detail_item .bl_prof_detail_cont .bl_prof_cont_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bl_prof_cont_status {
  padding-top: 4px;
}
.bl_prof_status_icon {
  display: flex;
  border-width: 1px;
  border-style: solid;
  border-radius: 30px;
  margin-bottom: 8px;
  width: fit-content;
  font-size: 10px;
}
.bl_prof_status_icon.red {
  border-color: #FF7172;
  color: #FF7172;
}
.bl_prof_status_icon.darkGray {
  border-color: #7D7D7D;
  color: #7D7D7D;
}
.bl_prof_status_icon.orange {
  border-color: #FFB347;
  color: #FFB347;
}
.bl_prof_status_icon.violet {
  border-color: #B6BAFD;
  color: #B6BAFD;
}
.bl_prof_status_icon.blue {
  border-color: #3ECAD3;
  color: #3ECAD3;
}
.bl_prof_status_icon.lightBlue {
  border-color: #B9DEFF;
  color: #B9DEFF;
}
.bl_prof_status_icon.gray {
  border-color: #D9D9D9;
  background-color: #D9D9D9;
  color: #fff;
}
.bl_prof_status_icon.green {
  border-color:#82DC6E;
  background: #82DC6E;
  color: #fff;
}
.bl_prof_status_icon .bl_prof_status_icon_detail {
  padding: 2px 10px;
}
.bl_prof_status_icon .bl_prof_status_icon_day {
  padding: 2px 10px;
  border-radius: 0 30px 30px 0;
}
.bl_prof_status_icon .bl_prof_status_icon_day.red {
  background-color: #FF7172;
  color: #fff;
}
.bl_prof_status_icon .bl_prof_status_icon_day.darkGray {
  background-color: #7D7D7D;
  color: #fff;
}
.bl_prof_status_icon .bl_prof_status_icon_day.orange {
  background-color: #FFB347;
  color: #fff;
}
.bl_prof_status_icon .bl_prof_status_icon_day.violet {
  background-color: #B6BAFD;
  color: #fff;
}
.bl_prof_status_icon .bl_prof_status_icon_day.blue {
  background-color: #3ECAD3;
  color: #fff;
}
.bl_prof_status_icon .bl_prof_status_icon_day.lightBlue {
  background-color: #B9DEFF;
  color: #fff;
}
.bl_prof_status_icon .bl_prof_status_icon_day.gray {
  background-color: #D9D9D9;
  color: #fff;
}
.bl_prof_status_icon .bl_prof_status_icon_day .bl_prof_status_icon_edit {
  width: 12px;
  height: 12px;
  display: inline-flex;
  /* margin-left: 5px; */
  transform: translateY(2px);
}
.bl_prof_detail .bl_prof_detail_flx .bl_prof_detail_item .bl_prof_detail_cont .bl_prof_cont_status .bl_prof_status_personal {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 10px;
       column-gap: 10px;
  /* margin-bottom: 10px; */
}
.bl_prof_detail .bl_prof_detail_flx .bl_prof_detail_item .bl_prof_detail_cont .bl_prof_cont_status .bl_prof_status_personal .bl_prof_status_personal_name {
  font-size: 14px;
  font-weight: 600;
}
.bl_prof_status_personal_age,
.bl_prof_status_personal_slash,
.bl_prof_status_personal_place {
  font-size: 10px;
}
.bl_prof_detail .bl_prof_detail_flx .bl_prof_detail_item .bl_prof_detail_cont .bl_prof_cont_status .bl_prof_status_personal .bl_prof_status_personal_age_place {
  display: flex;
  font-size: 14px;
}
.bl_prof_detail .bl_prof_detail_flx .bl_prof_detail_item .bl_prof_detail_cont .bl_prof_cont_status .bl_prof_status_offer {
  font-size: 10px;
}
.bl_prof_detail .bl_prof_detail_flx .bl_prof_detail_item .bl_prof_message,
.bl_prof_message {
  display: block;
  color: var(--color-natural-gray-700);
  border: 1px solid var(--color-natural-gray-200);
  padding: 7px 10px;
  border-radius: 5px;
  margin-bottom: 15px;
  position: relative;
  background-color: var(--color-natural-gray-35);
}
.bl_prof_detail .bl_prof_detail_flx .bl_prof_detail_item .bl_prof_message.mine
.bl_prof_message.mine
{
  background-color: var(--color-natural-gray-35);
}
.bl_prof_detail .bl_prof_detail_flx .bl_prof_detail_item .bl_prof_message.others,
.bl_prof_detail .bl_prof_detail_flx .bl_prof_detail_item .bl_prof_message.unread,
.bl_prof_message.others,
.bl_prof_message.unread
{
  color: var(--color-natural-gray-700);
  background-color: #FFF3F6;
}
.bl_prof_detail .bl_prof_detail_flx .bl_prof_detail_item .bl_prof_message .bl_prof_message_badge,
.bl_prof_message .bl_prof_message_badge
{
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: var(--color-primary);
  width: 20px;
  height: 20px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
}
.bl_prof_detail .bl_prof_detail_flx .bl_prof_detail_item .bl_prof_message .bl_prof_message_text,
.bl_prof_message .bl_prof_message_text
{
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 2px;
}
.bl_prof_detail .bl_prof_detail_flx .bl_prof_detail_item .bl_prof_message .bl_prof_message_day,
.bl_prof_message .bl_prof_message_day
{
  font-size: 10px;
}
.bl_prof_detail .bl_prof_detail_flx .bl_prof_detail_item .bl_prof_memo {
  line-height: 30px;
  display: flex;
  border: 1px solid #B2B2B2;
  border-radius: 5px;
}
.bl_prof_detail .bl_prof_detail_flx .bl_prof_detail_item .bl_prof_memo .bl_prof_memo_ttl {
  min-width: 40px;
  padding-left: 6px;
  padding-right: 6px;
  text-align: center;
  font-size: 10px;
  color: #fff;
  background-color: #B2B2B2;
  height: 30px;
}
.bl_prof_detail .bl_prof_detail_flx .bl_prof_detail_item .bl_prof_memo .bl_prof_memo_ph {
  font-size: 10px;
  color: #B2B2B2;
  padding: 0px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: 30px;
  flex: 1;
}
.bl_prof_managerPayment {
  display: flex;
  align-items: center;
  margin-top: 20px;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  padding: 6px 0;
  column-gap: 6px;
}
.bl_prof_managerPayment_block {
  display: flex;
  align-items: center;
  width: calc(50% - 3px);
  font-size: 13px;
}
.bl_prof_managerPayment_block_label {
  padding-right: 4px;
  white-space: nowrap;
}
.bl_prof_managerPayment_block_cont {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-line-clamp: 2;
  color: #B2B2B2;
  font-size: 11px;
}
.bl_prof_detail .bl_prof_detail_flx .bl_prof_detail_item .bl_prof_btn {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  justify-content: flex-start;
  margin-top: 20px;
}
.bl_prof_detail .bl_prof_detail_flx .bl_prof_detail_item .bl_prof_btn .bl_prof_btn_back {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #F0F0F0;
  /* TODO 画像差し替え */
  background-image: url(../images/rewind_btn_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px auto;
}
.bl_prof_detail .bl_prof_detail_flx .bl_prof_detail_item .bl_prof_btn .bl_prof_btn_completed {
  width: 100px;
}
.bl_prof_detail .bl_prof_detail_flx .bl_prof_detail_item .bl_prof_btn .bl_prof_btn_next {
  flex: 1;
}
.bl_prof_detail .bl_prof_detail_flx .bl_prof_detail_item .bl_prof_btn .bl_prof_btn_shape {
  height: 40px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bl_prof_detail .bl_prof_detail_flx .bl_prof_detail_item .bl_prof_btn .bl_prof_btn_shape:first-of-type {
  /* width: 45%; */
}
.bl_prof_detail .bl_prof_detail_flx .bl_prof_detail_item .bl_prof_btn .bl_prof_btn_shape:last-of-type {
  /* width: 55%; */
}
.bl_prof_detail .bl_prof_detail_flx .bl_prof_detail_item .bl_prof_btn .bl_prof_btn_shape.gray {
  background-color: #F0F0F0;
  color: #828282;
}
.bl_prof_detail .bl_prof_detail_flx .bl_prof_detail_item .bl_prof_btn .bl_prof_btn_shape.darkgray {
  background-color: #9A9A9A;
  color: #fff;
}
.bl_prof_detail .bl_prof_detail_flx .bl_prof_detail_item .bl_prof_btn .bl_prof_btn_shape.grd {
  background: var(--color-primary-dark);
}

.bl_prof_pager {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-top: 40px;
}
.bl_prof_pager .page_numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid var(--color-primary);
  background-color: #fff;
}
.bl_prof_pager .page_numbers.current {
  color: #fff;
  background-color: var(--color-primary);
}
.bl_prof_pager .page_numbers.dots {
  border: none;
  background-color: transparent;
}

/* モーダル(選考終了) */
.bl_completedModal {
    background: #fff;
    position: fixed;
    z-index: 40;
    border-radius: 15px;
    min-width: 300px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.bl_completedModal_close {
    position: absolute;
    top: -7px;
    right: -7px;
    color: #FF4D4F;
    font-size: 14px;
    font-weight: 800;
    border: 4px solid #FF4D4F;
    border-radius: 20px;
    background-color: #fff;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.red .bl_completedModal_close {
    color: #FF4D4F;
    border: 4px solid #FF4D4F;
}
.light_purple .bl_completedModal_close {
  color: #dad0f5;
  border: 4px solid #dad0f5;
}
.purple .bl_completedModal {
  background: #B6BAFD;
  position: fixed;
  z-index: 40;
  border-radius: 15px;
  min-width: 300px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.bl_completedModal_hd {
    background-color: #FF4D4F;
    color: #fff;
    padding: 10px;
    border-radius: 15px 15px 0 0;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.red .bl_completedModal_hd {
    background-color: #FF4D4F;
}
.light_purple .bl_completedModal_hd {
  background-color: #dad0f5;
}
.bl_completedModalHd_icon {
    vertical-align: baseline;
    margin-right: 6px;
}
.bl_completedModalBd {
    padding: 20px 10px;
}
.bl_completedModalBd_msg {
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.5;
    font-weight: 500;
}
.red .bl_completedModalBd_msg {
    margin-top: 20px;
    margin-bottom: 30px;
}
.bl_completedModalBd_msg
.bl_completedModalBd_msg_num {
    color: #FF4D4F;
    font-weight: 600;
}
.bl_completedModalBd_btn {
    display: flex;
    justify-content: center;
    column-gap: 6px;
}
.bl_completedModalBd_btn > form {
  width: 50%;
}
.bl_completedModalBd_btnDetail {
    width: 100%;
    height: 40px;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
}
.bl_completedModalBd_btnDecline {
    border: 2px solid #9A9A9A;
    color: #9A9A9A;
}
.bl_completedModalBd_btnRejected {
    background-color: #9A9A9A;
    color: #fff;
}
.bl_completedModalBd_btnSupported {
    width: 200px;
    height: 40px;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    border: 2px solid #FF4D4F;
    color: #FF4D4F;
    margin: 0 auto;
}
.bl_completedModalBd_check {
  padding: 15px 8px 0;
}
.bl_completedModalBd_rewindCheck {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
/* 確認系モーダル: 新デザイン（ヘッダーなし・ピンクボタン・キャンセルリンク） */
.bl_completedModal--confirm .bl_completedModal_hd,
.bl_completedModal--confirm .bl_completedModal_close {
  display: none;
}
.bl_completedModal--confirm {
  border-radius: 20px;
  min-width: 300px;
  width: fit-content;
  max-width: 94vw;
}
.bl_completedModal--confirm .bl_completedModalBd {
  padding: 24px 20px 10px;
}
.bl_completedModal--confirm .bl_completedModalBd_msg {
  font-size: 17px;
  font-weight: 600;
  color: #3C3C3C;
  margin-bottom: 14px;
  line-height: 1.4;
}
.bl_completedModal--confirm .bl_completedModalBd_btn {
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.bl_completedModal--confirm .bl_completedModalBd_btnDetail {
  height: 40px;
  font-size: 15px;
  border-radius: 999px;
}
.bl_completedModal--confirm .bl_completedModalBd_btnDecline {
  background: #FF5F85;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border: none;
}
.bl_completedModal--confirm .bl_completedModalBd_btnRejected {
  background: #fff;
  color: #FF5F85;
  font-size: 14px;
  font-weight: 500;
  border: 2px solid #FF5F85;
}
.bl_completedModal--confirm .bl_completedModalBd_cancel {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  padding: 12px 12px 10px;
  cursor: pointer;
  color: #525252;
  margin-top: 6px;
}
/* 選考ページ: 詳細モーダル(z-index:51)の上にサブモーダルを表示する */
.bl_selectionStatusListPage .bl_completedModal,
.bl_selectionStatusListPage .bl_statusSchedule,
.bl_selectionStatusListPage .bl_enterLeaveModal .bl_enterLeaveModal_cont {
  z-index: 55;
}
.bl_announcement {
    height: 100%;
    padding: 10px;
    position: fixed;
    left: 0;
    top: 62px;
    z-index: 8;
    width: 100%;
    background-color: #f5f5f5;
}
.bl_announcement_inner {
  background-color: #fff;
  width: 100%;
  height: 100%;
}
.bl_announcementItem {
    padding: 18px 10px;
    border-bottom: 1px solid #B2B2B2;
    position: relative;
}
.bl_announcementItem::after {
    display: inline-block;
    content: '';
    background: url(../images/select_r_arrow.svg) no-repeat right 10px center;
    width: 22px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.bl_announcementItem a {
    display: flex;
    align-items: center;
}
.bl_announcementItemStatus {
    font-size: 12px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: var(--color-primary);
    border-radius: 20px;
    margin-right: 10px;
}
.bl_announcementItemStatus.none {
    visibility: hidden;
}
.bl_announcementItemText {
    font-size: 13px;
    padding-right: 20px;
}
.bl_announcementItemTime {
    display: block;
    font-size: 11px;
    color: #B2B2B2;
    margin-top: 5px;
}
.bl_statusMemo {
    background-color: #F5F5F5;
    position: fixed;
    z-index: 41;
    border-radius: 15px 15px 0 0;
    width: 100%;
    height: 100%;
    top: 20px;
    left: 0;
}
.bl_statusMemo_hd {
    background-color: var(--color-primary);
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 10px 30px;
    border-radius: 15px 15px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bl_statusMemo_close {
    font-size: 16px;
    font-weight: 800;
}
.bl_statusMemoBd {
    padding: 15px;
}
.bl_statusMemoBd_cont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bl_statusMemoBd_textWrap {
    height: 500px;
    padding: 0 15px;
}
.bl_statusMemoBd_text {
    padding: 15px;
    height: 100%;
}
.bl_statusMemoBd_btn {
    display: flex;
    column-gap: 10px;
    margin-top: 20px;
}
.bl_statusMemoBd_btnReset {
    width: 150px;
    height: 50px;
    color: var(--color-primary-dark);
    border-radius: 25px;
    border: 2px solid var(--color-primary-dark);
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bl_statusMemoBd_btnConplete {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    color: #fff;
    background-color: var(--color-primary-dark);
    display: flex;
    justify-content: center;
    align-items: center;
}

.bl_statusSchedule {
    background-color: #F5F5F5;
    position: fixed;
    z-index: 50;
    border-radius: 15px 15px 0 0;
    width: 100%;
    height: 100%;
    top: 20px;
    left: 0;
    overflow: scroll;
}
@media screen and (min-width: 500px) {
  .bl_statusSchedule {
    max-width: 500px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.bl_statusSchedule_head {
  background-color: var(--color-primary-dark);
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 10px 20px;
  border-radius: 15px 15px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0px;
}
.bl_statusSchedule_task {
    padding: 15px 15px 0px 15px;
}
.bl_statusSchedule_task_targetD {
  text-align: center;
}
.bl_statusSchedule_task_item_unit {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.bl_statusSchedule_task_item {
  display: flex;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  height: 32px;
  font-size: 12px;
}
.bl_statusSchedule_task_item_type {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
}
.bl_statusSchedule_task_item_content {
  flex: 1;
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.bl_statusSchedule_task_item.bl_statusSchedule_task_item__pink {
  border: 1px solid #7D7D7D;
}
.bl_statusSchedule_task_item.bl_statusSchedule_task_item__pink .bl_statusSchedule_task_item_type {
  background-color: #7D7D7D;
}
.bl_statusSchedule_task_item.bl_statusSchedule_task_item__pink .bl_statusSchedule_task_item_content {
  color: #7D7D7D;
}
.bl_statusSchedule_task_item.bl_statusSchedule_task_item__purple {
  border: 1px solid #FFB347;
}
.bl_statusSchedule_task_item.bl_statusSchedule_task_item__purple .bl_statusSchedule_task_item_type {
  background-color: #FFB347;
}
.bl_statusSchedule_task_item.bl_statusSchedule_task_item__purple .bl_statusSchedule_task_item_content {
  color: #FFB347;
}

.bl_statusSchedule_timeAdjustment_adjustment {
  display:flex;
  column-gap: 14px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  height: 58px;
  margin-bottom: 22px;
}
.bl_statusSchedule_timeAdjustment_adjustment_cont {
  display: flex;
  column-gap: 4px;
}

.bl_statusSchedule_timeAdjustment_adjustment_select_wrapper {
  display: block;
  position: relative;
  width: 42px;
}
.bl_statusSchedule_timeAdjustment_adjustment_select_wrapper::before {
  background-color: #DEDEDE;
  border-radius: 1px;
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.bl_statusSchedule_timeAdjustment_adjustment_select_wrapper::after {
  content: "";
  background-image: url("../images/selection_status_bottom_arrow.svg");
  width: 12px;
  height: 10px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
  pointer-events: none;
}
.bl_statusSchedule_timeAdjustment_adjustment_select_wrapper select {
  width: 100%;
  height: 100%;
  padding-left: 4px;
  padding-bottom: 2px;
  font-size: 12px;
}

.bl_statusSchedule_task_targetD {
  padding-bottom: 10px;
}

.bl_statusSchedule_body {
  padding: 18px 20px 60px;
  display: flex;
  flex-direction: column;
  /* TODO 高さを綺麗に調整 */
  /* height: 700px; */
  height: fit-content;
}
.bl_statusSchedule_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 25px;
  margin-bottom: 22px;
}
.bl_statusSchedule_nav_main {
  font-size: 14px;
  font-weight: 600;
}
.bl_statusSchedule_nav_btn {
  width: 30px;
  height: 100%;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.bl_statusSchedule_nav_btn.bl_statusSchedule_nav_btn__prev {
  background-image: url('../images/gray_arrow_left.svg');
  background-position: 0% center;
}

.bl_statusSchedule_nav_btn.bl_statusSchedule_nav_btn__next {
  background-image: url('../images/gray_arrow_right.svg');
  background-position: 100% center;
}
.bl_statusSchedule_btn {
  margin-top: 2em;
  margin-bottom: 0;
}
.bl_statusSchedule_calendar_head {
  display:flex;
}
.bl_statusSchedule_calendar_head_item {
  flex:1;
  min-height:15px;
  background-color: #E3E3E3;
  color: #9A9A9A;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  border-right: 1px solid #fff;
}
.bl_statusSchedule_calendar_head_item:first-child {
  border-radius: 5px 0 0 0;
  color: #D00004;
}
.bl_statusSchedule_calendar_head_item:last-child {
  border-right: 1px solid #E3E3E3;
  border-radius: 0 5px 0 0;
  color: #3354DE;
}

.bl_statusSchedule_calendar_body {

}
.bl_statusSchedule_calendar_body>div {
  display:flex;
  border-left: 1px solid #E3E3E3;
}

.bl_statusSchedule_calendar_body_item {
  color: #9A9A9A;
  flex:1;
  min-height:45px;
  border-right:1px solid #E3E3E3;
  border-bottom:1px solid #E3E3E3;
  background-color: #fff;
  font-size: 12px;
  padding: 5px;
}
.bl_statusSchedule_calendar_body_item.selected {
  background-color: #E3E3E3;
} 
.bl_statusSchedule_calendar_body_item.prev-month {
  color: #E3E3E3;
}
.bl_statusSchedule_calendar_body_item.next-month {
  color: #E3E3E3;
}
.bl_statusSchedule_calendar_body_item.today {
  border: 1px solid var(--color-primary);
  outline: 2px solid var(--color-primary);
  outline-offset: -2px;
}

.bl_statusSchedule_timeAdjustment_head {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 22px;
}
.bl_statusSchedule_timeAdjustment_head_ttl {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 1.3em;
}
.bl_statusSchedule_timeAdjustment_currentBox {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  margin-top: 18px;
}
.bl_statusSchedule_timeAdjustment_currentBox.trial {
  border: 1px solid #FFB347;
}
.bl_statusSchedule_timeAdjustment_currentBox.interview {
  border: 1px solid #7D7D7D;
}
.bl_statusSchedule_timeAdjustment_currentBox_head {
  color: #fff;
  font-size: 12px;
  line-height: 34px;
  padding-left: 10px;
}
.bl_statusSchedule_timeAdjustment_currentBox.trial .bl_statusSchedule_timeAdjustment_currentBox_head{
  background-color: #FFB347;
}
.bl_statusSchedule_timeAdjustment_currentBox.interview .bl_statusSchedule_timeAdjustment_currentBox_head{
  background-color: #7D7D7D;
}
.bl_statusSchedule_timeAdjustment_currentBox.retrial .bl_statusSchedule_timeAdjustment_currentBox_head{
  background-color: #FFB347;
}
.bl_statusSchedule_timeAdjustment_currentBox_body {
  line-height: 34px;
  font-size: 10px;
  background-color: #fff;
  padding-left: 10px;
}
label[for="notification_flag"],
label[for="rejection_messages_flag"]
{
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 12px;
  color: #9A9A9A;
  width: auto;
}

label[for="notification_flag"]::before,
label[for="rejection_messages_flag"]::before
{
  content: "";
  width: 12.5px; /* 円のサイズ */
  height: 12.5px; /* 円のサイズ */
  border-radius: 50%; /* 円形にする */
  margin-right: 8px; /* テキストとの間隔 */
  transition: background-color 0.2s ease; /* 色変化のアニメーション */
}

/* TODO 色分け */
/* チェックされている場合のスタイル */
#notification_flag:checked + label[for="notification_flag"]::before,
#rejection_messages_flag:checked + label[for="rejection_messages_flag"]::before
{
  background-color: var(--color-primary); /* チェック時の色 */
  border-color: var(--color-primary); /* 枠の色も変更 */
}
.bl_selectionStatusReport_body {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 26px;
}
.bl_selectionReportSec {}
.bl_selectionReportSec h2 {
  font-size: 13px;
  font-weight: 600;
  padding-bottom: 6px;
}
.bl_selectionReportTable_wrapper {
  overflow: auto;
  width: 100%;
}
.bl_selectionReportTable {
  background-color: #fff;
  width: calc(76px * 8);
}
.bl_selectionReportTable thead th {
  color: #fff;
  background-color: #B2B2B2;
}
.bl_selectionReportTable tbody th {
  color: #fff;
  background-color: #B2B2B2;
}
.bl_selectionReportTable tr > th:first-child,
.bl_selectionReportTable tr > td:first-child {
position:sticky;
left: 0;
z-index: 3;
}
.bl_selectionReportTable th,
.bl_selectionReportTable td
{
  width: 76px;
  height: 28px;
  vertical-align: middle;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding-left: 10px;
  font-size: 12px;
  font-weight: 500;

}

.bl_selectionReportTable_body_th {
  color: #fff;
}
.bl_selectionReportTable_body .bl_th.bl_th__blue{
  background-color: #ACAFCC;
}
.bl_selectionReportTable_body .bl_th.bl_th__pink{
  background-color: #CEB0C3;
}
.bl_selectionReportTable_body .bl_td.bl_td__blue{
  background-color: #ECEDF8;
}
.bl_selectionReportTable_body .bl_td.bl_td__pink{
  background-color: #F2E9F0;
}

/* 女の子詳細ページ */
.bl_grayPage_back .bl_prof_status_icon {
  margin-bottom: 0;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bl_statusDetail {
  background-color: #F5F5F5;
  position: fixed;
  z-index: 51;
  border-radius: 15px 15px 0 0;
  width: 100%;
  height: 100%;
  top: 10dvh;
  left: 0;
}

.bl_statusDetail_head {
  background-color: var(--color-primary-dark);
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 10px 20px;
  border-radius: 15px 15px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bl_statusDetail textarea {
  font-size: 13px;
  field-sizing:content;
}

.bl_step_bar {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.steps {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 390px;
  justify-content: space-between;
  position: relative;
  font-size: 13px;
}

.step {
  flex: 1;
  text-align: center;
  position: relative;
  color: var(--color-primary);
}

/* ステップのラベル */
.step__label {
  display: block;
  margin-top: 8px;
}

/* ステップの丸いアイコン */
.step:before {
  content: '';
  display: block;
  margin: 0 auto 4px;
  background-color: var(--color-primary);
  width: 13px;
  height: 13px;
  line-height: 19px;
  text-align: center;
  font-weight: bold;
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

/* ステップ間の線（デフォルト: グレー） */
.step:after {
  content: '';
  height: 2.8px;
  width: 100%;
  background-color: #ededed; /* デフォルトの線の色 */
  position: absolute;
  top: 5px;
  left: -50%;
  z-index: 1;
}

/* 最後のステップの線は不要 */
/* .step:last-child:after {
  display: none;
} */

/* ====== アクティブなステップ ====== */
.step--active:before {
  display: block;
  content: "";
  background-size: cover;
  width: 13px;
  height: 13px;
  border: 1px solid var(--color-primary);
}

/* アクティブなステップまでの線を青 (`#aec3f9`) に変更 */
.first_step::after {
  display: none;
}
.step--active:after {
  background-color: var(--color-primary);
}

/* アクティブなステップの次以降（未完了）のデザイン */
/* .step--active .step__label {
  background-color: #aec3f9;
  color: #fff;
  font-size: 12.5px;
  font-weight: normal;
  border-radius: 50px;
  padding-top: 1px;
  margin-left: 3.5px;
  margin-right: 3.5px;
} */
.current-active .step__label {
  background-color: #aec3f9;
  color: #fff;
  font-size: 12.5px;
  font-weight: normal;
  border-radius: 50px;
  padding-top: 1px;
  margin-left: 3.5px;
  margin-right: 3.5px;
}
.step--inactive {
  color: #b2b2b2;
  font-size: 12.5px;
  font-weight: normal;
}

.step--inactive:before {
  background-color: #ededed;
  border-color: #ededed;
}

/* アクティブなステップの次以降の線はグレー */
/* .step--active ~ .step:after {
  background-color: #ededed;
} */

.bl_girl_profile {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.bl_profile_name {
  font-size: 25px;
  font-weight: bold;
  margin-right: 10px;
}

.bl_profile_age {
  margin-right: 10px;
}

.bl_offer_info {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  font-size: 12px;
}

.bl_next_status_btns {
  display: flex;
  justify-content: center;
  gap: 2%;
  margin-bottom: 0.8%;
}

.next_status_btn {
  background-color: cadetblue;
  /* color: #fff; */
  border-radius: 40px;
  width: 380px;
  padding: 10px 15px;
  /* box-sizing: border-box; */
  background: var(--color-primary-dark);
  color: #FFF;
  /* text-decoration: none; */
  text-align: center;
  margin: 10px 0 4px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}



.bl_status_operation_btns {
  display: flex;
  justify-content: center;
  column-gap: 14px;
}

button.rewind_status_btn {
  border-radius: 40px;
  flex: 1;
  padding: 9px;
  /* box-sizing: border-box; */
  background: #fFF;
  color: var(--color-primary);
  /* text-decoration: none; */
  text-align: center;
  border: 3px solid var(--color-primary);
  margin: 8px 0;
  /* margin-right: 14px; */
}

button.end_status_btn,
a.end_status_btn
{
  border-radius: 40px;
  flex: 1;
  padding: 9px;
  background: #E3E4E8;
  color: #90929F;
  text-align: center;
  margin: 8px 0;
}

.bl_selectionCardDetail_body {
  background-color: #fff;
}

.bl_status_info {
  display: flex;
  flex-direction: column;
  /* align-items: flex-start;
  gap: 20px; */
  /* max-width: 380px;
  margin-left: 25px;
  margin-top: 20px; */
  /* width: 85%; */
  width: 100%;
  padding: 0 20px 40px;
  margin: 0 auto;
}

.status_form_group {
  display: flex;
  align-items: center;
  gap: 5%; /* 項目（label）と入力欄の間のスペース */
  width: 100%;
  position: relative;
  margin-bottom: 7%;
}

label {
  /* width: 80px; ラベルの幅を統一して左揃え */
  text-align: left;
}

.input-field {
  flex: 1; /* 入力欄を可変幅にして統一 */
  padding: 6px;
  font-size: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* バリデーションエラー時のスタイル */
.input-field.error {
  border-color: red;
  background-color: #ffe6e6;
}

/* エラーメッセージ（通常は非表示） */
.error-message {
  display: none;
  color: red;
  font-size: 14px;
  position: absolute;
  bottom: -18px;
  left: 100px; /* 入力欄の下に表示 */
}

/* スクロール可能にする */
.bl_selectionCardDetail_body {
  overflow-y: auto; /* 縦スクロールを可能にする */
  max-height: 90vh; /* コンテンツ部分の最大高さ */
}

.bl_update_status_info_btns {
  margin-top: 15px; 
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.update_status_info_btn {
  border-radius: 40px;
  width: 85%;
  padding: 15px;
  background: var(--color-primary-dark);
  color: #FFF;
  text-align: center;
  margin: 10px 0 90px 0;
}

.update_status_info_btn:disabled {
  background: #d4d4d4;
  color: #fff;
  cursor: not-allowed;
}

.bl_status_info_select_wrapper {
  display: block;
  position: relative;
  width: 80%;
  font-size: 15px;
  margin: 5px 0 5px 0;
}
.bl_status_info_select_wrapper::before {
  background-color: #DEDEDE;
  border-radius: 1px;
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.bl_status_info_select_wrapper::after {
  content: "";
  background-image: url("../images/selection_status_bottom_arrow.svg");
  width: 12px;
  height: 10px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
  pointer-events: none;
}
.bl_status_info_select_wrapper select {
  width: 100%;
  height: 100%;
  padding-left: 4px;
  padding-bottom: 4px;
  font-size: 13px;
}

.bl_salary_type_form_group {
  display: flex;
  gap: 0;
  width: 100%;
  position: relative;
  margin-bottom: 7%;
}

.bl_salary_type_wrapper {
  display: block;
  position: relative;
  font-size: 15px;
  flex: 1;
}
.bl_salary_type_wrapper label {
  font-size: 13px;
  text-align: right;
}
.bl_salary_type_wrapper input[type="tel"] {
  max-width: 92px;
  font-size: 13px;
}

.bl_salary_type {
  display: flex;
  align-items: center;
  gap: 5%;
}

.bl_salary_hourly {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 5%;
  justify-content: flex-end;
}
input#hourly {
  /* width: 120px; */
  width: 50%;
}
.bl_salary_daily {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 5%;
}
.bl_salary_seat_back {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 5%;
  justify-content: flex-end;
}

.bl_salary_sales {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 5%;
}
.bl_salary_other {
  margin: 15px 0 0 0;
  gap: 10px;
  display: flex;
  flex-direction: column;
  /* height: 15em; */
}

.salary_type_label {
  margin-top: 5px;
}

/* フォーム調整 */
.first_label {
  width: 20%;
}
.salary_type_label.first_label {
  width: 25%;
}
.seat_label {
  width: 38%;
}
.sales_label {
  width: 20%;
}
.input-field {
  width: 73%;
  min-height: 35px;
}
.input_field_guarantee {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  /* gap: 22%; */
  
}
.input_field_guarantee .bl_status_info_select_wrapper {
  margin-left: auto;
  margin-right: 0;
}
.input_field_guarantee > .bl_status_info_select_wrapper:first-child {
  width: 80px;
}
.bl_status_top textarea {
  width: 166%;
}
.under_label {
  width: 20%;
}
.bl_status_under .status_form_group {
  gap: 5%;
}
/* 在籍バック */
.status_form_group.back {
  gap: 0;
}
.under_label.first_label.back {
  width: 25%;
}
/* スワイバー */
.bl_girl_info .swiper-slide {
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* スワイバー下 */
.bl_step_box {
  padding: 6%;
}
/* メッセージ */
.message_label {
  width: 100%;
  margin-bottom: 1.5%;
}
.bl_prof_message {
  flex: 1;
  padding: 6px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.bl_prof_message_day {
  font-size: 12px;
}
/* メモ,運営メモ */
.status_form_group.memo,
.status_form_group.admin_memo,
.status_form_group.message {
  flex-direction: column !important;
  gap: 0px;
}
.memo_label {
  width: 100%;
  color: #fff;
  background-color: #b2b2b2;
  text-align: center;
  padding: 5px 0;
}
.input-field.memo,
.input-field.admin_memo {
  width: 100%;
  border-top: none !important;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  flex: unset;
  min-height: 80px;
  font-size: 13px;
}

.steps .step--active:last-of-type .step__label {
  background-color: var(--color-primary);
  color: #fff;
  font-size: 12.5px;
  font-weight: normal;
  border-radius: 50px;
  padding-top: 1px;
  margin-left: 3.5px;
  margin-right: 3.5px;
}

.bl_selection_overlay_back {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bl_selection-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 40;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bl_selection-overlay--high {
  z-index: 52;
}

.selection-status-basic-error {
  position: static;
  width: 100%;
  margin-top: 5px;
  margin-left: 25%;
  color: red;
  font-size: 11px;
  white-space: nowrap;
}

.selection-status-salary-type-error {
  position: absolute;
  left: -112%;
  bottom: -79%;
  color: red;
  font-size: 11px;
  white-space: nowrap;
}

.selection-status-salary-detail-error {
  position: absolute;
  left: -118%;
  bottom: -79%;
  color: red;
  font-size: 11px;
  white-space: nowrap;
}

.selection-status-guarantee-type-error {
  position: absolute;
  left: 0;
  bottom: -78%;
  color: red;
  font-size: 11px;
  white-space: nowrap;
}

.selection-status-guarantee-months-error {
  position: absolute;
  left: -1%;
  bottom: -76%;
  color: red;
  font-size: 11px;
  white-space: nowrap;
}
.event_skip_btn {
  color: var(--color-primary);
  border-bottom: solid 1px var(--color-primary);
  margin-top: 1em;
  margin-bottom: 2em;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.bl_salary_type ,
.bl_salary_daily ,
.bl_salary_hourly {
  justify-content: flex-end;
}
.bl_salary_type label,
.bl_salary_daily label,
.bl_salary_hourly label,
.bl_salary_sales label {
  /* width: 102px; */
  text-align: right;
  flex: 1;
}
.bl_girl_info .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bl_statusSchedule_notificationotin {
  margin: 1.3em 0;
}
.bl_status_info_select_wrapper {
  /* width: 147px; */
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
  padding-right: 20px;
}
.bl_salary_other textarea {
  width: 100% !important;
  font-size: 13px;
}
.bl_salary_other textarea {
  flex: none !important;
  field-sizing: content;
  min-height: 50px;
}
::placeholder {
  font-size: 12px;
}
.bl_prof_status_icon_day_time {
  margin-right: 9px;
}

.selection-event-notification {
  display: flex;
}

.selection-event-notification label {
  display: flex;
  align-items: center; /* チェックボックスとテキストを垂直方向に中央揃え */
  font-size: 12px; /* 適宜調整 */
  cursor: pointer;
  width: 30px;
}

.selection-event-notification input[type="checkbox"] {
  appearance: none;
  width: 17px;
  height: 17px;
  border: 1px solid #ccc;
  border-radius: 15px;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-left: 6px;
  display: flex; /* 子要素（✔）を中央揃え */
  align-items: center;
  justify-content: center;
}

.selection-event-notification input[type="checkbox"]:checked {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.selection-event-notification input[type="checkbox"]::after {
  font-size: 16px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.selection-event-notification input[type="checkbox"]:checked::after {
  display: block;
}

.bl_offerTemplateList_item_head__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
}

.bl_offerTemplateList_item_head_title {
  display: flex;
  flex-direction: column;
}

.bl_offerTemplateList_item_head_status {
  padding-bottom: 1.6em; /* 若干の微調整 */
}

.bl_offerTemplateList_item_status__active {
  color: #00aaff;
  font-weight: none;
  white-space: nowrap;
}

.bl_offerTemplateList_item_status__inactive {
  background: none;
  border: none;
  color: #999;
  cursor: pointer;
  font-size: 0.9em;
  white-space: nowrap;
  padding: 0;
}

.bl_createOfferForm input#name {
    width: 100%;
    height: 50px;
    border-radius: 4px;
    padding-left: 1em;
}

.bl_createOfferForm textarea#message {
    width: 100%;
    line-height: 1.7;
    border-radius: 4px;
}

/* disabled時はグレーアウト */
.bl_selectionCardDetail_body input:disabled,
.bl_selectionCardDetail_body textarea:disabled {
  background: #f5f5f5 !important;   /* 薄いグレー背景 */
  border: 1px solid #ddd !important;
  color: #aaa !important;
  cursor: not-allowed !important;
  box-shadow: none !important;
  opacity: 1 !important;
}

.bl_selectionCardDetail_body select:disabled {
  color: #aaa !important;
  cursor: not-allowed !important;
  opacity: 1 !important;
  padding: 6px;
}

.bl_selectionCardDetail_body .bl_status_info_select_wrapper.is-disabled::before {
  display: none !important;
}

.bl_selectionCardDetail_body .bl_status_info_select_wrapper.is-disabled {
  background: #f5f5f5 !important;
  border: 1px solid #ddd !important;
  color: #aaa !important;
  cursor: not-allowed !important;
  box-shadow: none !important;
  opacity: 1 !important;
  border-radius: 4px;
}