/* KKDEV2-1464 会員登録フォーム：ステップ形式への変更に関する改修 */


/* default styles */
.new_customer_sp_top {
    display:none;
}

.new_customer_pc_top {
    display:block;
}
    
@media screen and (max-width: 767px){
    .new_customer_sp_top {
        display:block;
        margin-bottom:5px;
    }
    
    .new_customer_pc_top {
        display:none;
    }
}
/* default styles */

/* 画像部分の高さ調整と余白削除 */
.nc_s1_pf-container {
    min-height: 30vh;
}
.nc_s1_pf-box {
    min-height: 30vh;
}

.nc_head_img {
    margin-top: -52px;
}

/* タブレット用の調整 */
@media (max-width: 1024px) and (min-width: 769px) {
    .nc_head_img {
        margin-top: -52px;
    }
}

/* SP用の調整 */
@media (max-width: 767px) {
    .nc_head_img {
        margin-top: -52px;
    }
}

/* より小さい画面用の調整 */
@media (max-width: 480px) {
    .nc_head_img {
        margin-top: -52px;
    }
}

.pf-container--grey {
    background-color: #effbff;
    /* background-color: #ffffff; */
}
@media (max-width: 767px) {
    .pf-container--grey {
        /* background-color: #effbff; */
        background-color: #ffffff;
    }
}
.nc_step1_title {
    color: #1B2021;
    font-size: 16px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;

}
.ncpfttl{
  padding-left: 15px;
}



.nc_md_top { 
    margin-top: 0px !important;
}


@media (max-width: 767px) {
    .nc_md_top { 
        margin-top: 0px !important;
    }
}

/* 職種 */
.def_job_list_text1 {
    border: none !important;
    background-color: revert !important;
    height: 100%;
    padding: 8px 7px 7px 40px !important;
    line-height: 3em;
}

@media screen and (max-width: 767px) {
    .def_job_list_text2_sp {
        border: none !important;
        background-color: revert !important;
        height: 100%;
        padding: 9px 5px 5px 40px !important;
        line-height: 1.5em;
    }
}

.def_job_list_buttons {
  display: grid;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 7px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 10px;
}

.job_flg-selector_label {
    width: 100%;
    border-bottom: 1px solid #ccc;
    font-size: 13px;

}
.def_job_flg_list_label {
    width: 100%;
    border: 1px solid #969696;
    border-radius: 6px;
    color: #1b2021;
    font-size: 13px;
}

@media screen and (max-width: 767px) {
    .job_flg-selector_label { 
        position: relative;
        width: 100%;
    }
}

/* 職種 */

/* 雇用形態 */
.def_emp_list_text1 {
    border: none !important;
    background-color: revert !important;
    height: 100%;
    padding: 8px 7px 7px 40px !important;
    line-height: 3em;
}
.def_emp_list_text2 {
  border: none !important;
  background-color: revert !important;
  height: 100%;
  padding: 9px 5px 5px 40px !important;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
.def_emp_list_text2_sp {
  border: none !important;
  background-color: revert !important;
  height: 100%;
  padding: 9px 5px 5px 40px !important;
  line-height: 1.5em;
}
}


.def_emp_list_buttons {
  display: grid;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 7px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 10px;
}

.employ_flg-selector_label {
    width: 45%;
    border-bottom: 1px solid #ccc;
    font-size: 13px;

}
.def_employ_flg_list_label {
    width: 100%;
    border: 1px solid #969696;
    border-radius: 6px;
    color: #1b2021;
    font-size: 13px;
}

@media screen and (max-width: 767px) {
    .employ_flg-selector_label { 
        position: relative;
        width: 100%;
    }
}


@media screen and (min-width: 768px) {
    .nc_s3_entry-box_emp {
        padding-bottom: 50px;
        margin-top: -40px;
    }
}
@media screen and (max-width: 767px) {
    .nc_s3_entry-box_emp {
        padding-bottom: 50px;
        margin-top: -50px;
    }
}
@media screen and (max-width: 360px) {
    .nc_s3_entry-box_emp {
        padding-bottom: 140px;
        margin-top: -50px;
    }
}

/* 雇用形態 */



/* 入力フィールドの幅統一 */

/* パスワード,電話番号 */
@media screen and (min-width: 768px) {

    /* step7配下だけに適用 */
    .step7 #tel,
    .step7 #password,
    .step7 #email,
    .step7 .entry-box-line input[type="text"],
    .step7 .entry-box-line input[type="password"],
    .step7 .entry-box-line input[type="tel"],
    .step7 .pf-input--003 input[type="tel"],
    .step7 .pf-input--003 input[type="password"] {
        width: 500px !important;
        max-width: 500px !important;
        box-sizing: border-box !important;
    }

    .step7 .line-tel,
    .step7 .line-password {
        width: 500px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .step7 .line-tel .pf-txt,
    .step7 .line-password .pf-txt {
        text-align: left !important;
        width: 100%;
    }

    .step7 .line-tel p,
    .step7 .line-tel .at_tel_text_pc {
        text-align: left !important;
        width: 100%;
    }

    .step7 .pf-input--003 .pf-password-toggle {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    .step7 .nc_password {
        margin-left: -40px;
    }
    .step7 .nc_tel {
        margin-left: -40px;
    }

}

@media screen and (min-width: 650px) and (max-width: 767px) {
    .entry-center {
        align-items: center;
        margin-left: 10%;
        margin-right: 10%;
    }
}
/* パスワード,電話番号 */

/* サービス登録 */
.entry-service-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.nc_s7_entry-box {
    padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
    .nc_s7_entry-box {
        padding-bottom: 20px;
    }
}
/* サービス登録 */

/* エラーメッセージ全体を初期非表示 */
.entry-error {
    display: none;
}

/* エラー文言のスタイル */
.entry_input-error {
    background: #ffeaea;
    color: #d32f2f;
    border-left: 4px solid #d32f2f;
    padding: 8px 12px;
    margin: 6px 0;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 767px) {
  .form_hidden-sp {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
    .form_hidden-pc {
        display: none !important;
    }
}

.service-title{
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
}

/* スマホ用（768px以下） */
@media screen and (max-width: 768px) {
    .service-title {
        font-size: 16px;
        padding-bottom: 10px;
    }
}

/* PC用（769px以上） */
@media screen and (min-width: 769px) {
    .service-title {
        font-size: 14px;
        padding-bottom: 10px;
    }
}

@media screen and (min-width: 768px) {
    .service-title {
        margin-left: -6px;
    }
    .service-title.has-partner {
        margin-left: 64px;
    }
    #pf-tensyoku-check.service-check.has-partner {
        margin-left: 86px !important;
    }

}

@media screen and (min-width: 768px) {
    .newcustomer-title::before {
        height: 100%;
        width: 8px;
    }
}

.newcustomer-title {
  position: relative;
  font-size: 16px;          /* タイトル文字サイズ */
  font-weight: bold;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}

.newcustomer-title::before {
  content: "";
  display: inline-block;
  width: 8px;               /* 太さ */
  height: 20px;             /* 長さ */
  border-radius: 2px;       /* 角丸 */
  background-color: #238fe8;/* カラー（ブランドカラーなどに変更可） */
  margin-right: 8px;
}


/* SP（768px未満）のフォントサイズ調整 */
@media screen and (max-width: 767px) {
    .newcustomer-title-block {
        margin-top: 16px;   /* 上余白 */
    }
    .style-line-email {
        margin-top: 20px;
    }
}


@media screen and (max-width: 767px) {
  /* メイン枠を左右いっぱいに */
  .pf-sec_inner {
    padding-left: 0;
    padding-right: 0;
  }

  /* 内容枠の横幅制限を解除 */
  .pf-comp-009--contents-420 {
    max-width: none !important;
    width: 100% !important;
  }

  /* メール入力エリアも幅100% */
  .pf-input--003--wide input[type="email"] {
    width: 100%;
    box-sizing: border-box;
  }

  /* 背景ボックスが余白を持つ場合は調整 */
  .nc_s1_pf-box {
    border-radius: 0;        /* 必要なら角丸も削除 */
    margin-left: 0;
    margin-right: 0;
  }
}

/* オプションリスト */
.def_option_list {
  max-width: 65%;
  margin: 0 auto;
}
.def_option_list_buttons {
  display: grid;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 7px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 10px;
}
.def_option_list_label {
  width: 100%;
  border: 1px solid #969696;
  border-radius: 6px;
  color: #1b2021;
  font-size: 13px;
}
.def_option_list_text1 {
  border: none !important;
  background-color: revert !important;
  height: 100%;
  padding: 8px 7px 7px 40px !important;
  line-height: 3em;
}
.def_option_list_text2 {
  border: none !important;
  background-color: revert !important;
  height: 100%;
  padding: 9px 5px 5px 40px !important;
  line-height: 1.5em;
}
.def_option_list_text1 > small,
.def_option_list_text2 > small {
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .def_option_list {
    max-width: 400px;
  }
  .def_option_list_buttons {
    width: 320px;
  }
  .def_option_list_text1,
  .def_option_list_text2 {
    padding: 10px 5px 8px 32px !important;
  }
}

/* step7 電話番号・パスワード・サービス登録の余白統一 */
@media screen and (min-width: 768px) {
    .step7 .nc_tel,
    .step7 .nc_password,
    .nc_s7_entry-box {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    /* パスワード下、サービス登録前の余白を詰める */
    .nc_s7_entry-box {
        margin-top: -10px;  /* 他画面と統一（元が広すぎる場合） */
    }
}
@media screen and (max-width: 767px) {
    .step7 .nc_tel,
    .step7 .nc_password,
    .nc_s7_entry-box {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    /* パスワード下、サービス登録前の余白を詰める */
    .nc_s7_entry-box {
        margin-top: -30px;  /* 他画面と統一（元が広すぎる場合） */
    }
}

@media screen and (min-width: 768px) {
    .nc_s7_entry-box {
        padding-bottom: 30px; /* 余白を増やす */
    }
}
@media screen and (max-width: 767px) {
    .nc_s7_entry-box {
        padding-bottom: 80px; /* SPも余白を増やす */
    }
}


@media screen and (max-width: 360px) {
    .nc_s7_entry-box {
        padding-bottom: 100px; /* さらに小さい画面は余白を増やす */
    }
}
@media screen and (max-width: 340px) {
    .nc_s7_entry-box {
        padding-bottom: 140px; /* さらに小さい画面は余白を増やす */
    }
}

.job_flg-selector_label_last {
    border-bottom: none !important;
    margin-bottom: -12px !important;
    padding-bottom: 0 !important;
}

.notice-txt {
    font-size: 12px;
    color: #ef3e37;
}

.at_zip_text_sp{
    font-size: 12px;
    color: #ef3e37;
}
.at_tel_text_sp{
    font-size: 12px;
    color: #ef3e37;
}
.at_zip_text_pc{
    font-size: 12px;
    color: #ef3e37;
}
.at_tel_text_pc{
    font-size: 12px;
    color: #ef3e37;
}
@media screen and (max-width: 767px) {
    .pf-txt-pass {
        font-size: 12px;
    }
    .pf-util-kiyaku_link {
        font-size: 12px;
    }
}
@media screen and (min-width: 768px) {
    .pf-txt-pass {
        font-size: 12px;
    }
    .pf-util-kiyaku_link {
        font-size: 12px;
    }
}

/* KKDEV2-1464 会員登録フォーム：ステップ形式への変更に関する改修 */