@charset "UTF-8";
/* common,oubo_add　上書（打消し） */
.pf-radio--004 label,
.uni-form-entry .uni-form-entry_input_unit-date .pf-select--003 select,
.uni-form-entry .pf-select--003 select,
.uni-form-entry .pf-input--003 input {
    background-color: transparent
}

@media screen and (min-width: 768px) {
    .uni-form-entry .pf-comp-009--contents-500 .pf-txt,
    .uni-form-entry .pf-comp-009--contents-500 .pf-input--003--md.pf-input--003--tel{
        max-width: 600px;
    }
}

@media screen and (max-width: 767px){
    .uni-form-entry .pf-comp-009--contents-500 .pf-input--003--md.pf-input--003--tel {
        width: auto;
    }
}

/*-----* 「郵便番号」「電話番号」「都道府県」「市区町村」「詳細住所」css再設定 start *-----*/
/** 注意文言start **/
.at_zip_text_pc{
    display: inline;
    font-size: 11px;
    color: #ef3e37;
}
.at_tel_text_pc{
    display: inline;
    font-size: 11px;
    color: #ef3e37;
}
.at_zip_text_sp{
    display: none;
    font-size: 11px;
    color: #ef3e37;
}
.at_tel_text_sp{
    display: none;
    font-size: 11px;
    color: #ef3e37;
}
.pf-comp-010--003_link{
    text-decoration: none !important;
    font-size: 14px;
}
.pf-util-oubo .pf-button--001{
    margin-bottom:5px !important;
    margin-top:10px !important;
}

.pf-button--001-license {
	margin-bottom: 0px!important;
}

@media screen and (min-width: 768px) {
	.pc_none{
		display: none;
	}

	.line-address-pc-style{
		display: block;
	}

	.pc-style{
		display: flex;
	}

	.pc-style-width{
		width: 400px;
	}

	.pc-style-license-margin{
		margin-bottom: 20px;
	}


}
@media screen and (max-width: 767px) {
	.sp_none{
		display: none;
	}

	.licenses_p_tag-sp-width{
		width: 100%!important;
	}
}

@media screen and (min-width: 768px) {
    .at_zip_text_pc{
        display: inline;
    }
    .at_tel_text_pc{
        display: inline;
    }
    .at_zip_text_sp{
        display: none;
    }
    .at_tel_text_sp{
        display: none;
    }
}
@media screen and (max-width: 767px){
    .at_zip_text_pc{
        display: none;
    }
    .at_tel_text_pc{
        display: none;
    }
    .at_zip_text_sp{
        display: inline;
    }
    .at_tel_text_sp{
        display: inline;
    }
    .pf-util-oubo .pf-button--001{
        margin-bottom:5px !important;
    }
    .pf-util-kiyaku_link{
        font-size: 11px;
    }
}
/** 注意文言end **/

/** 「郵便番号」「電話番号」start **/
#pf-input-set-zipcode{
    width: auto !important;
    max-width: none !important;
    min-width: auto !important;
}
#zipcode{
    width: 25% !important;
    max-width: 25% !important;
}
#pf-input-set-tel{
    width: auto !important;
    max-width: none !important;
    min-width: auto !important;
}
#tel{
    width: 400px !important;
}
.line-top-height{
    align-items: start !important;
}
.line-top-height-p1{
    margin-top: 5px !important;
}
.line-top-height-p2{
    margin-top: 3px !important;
}

@media screen and (max-width: 767px){
    .line-yuubin .pf-txt{
        width: auto !important;
    }
    .line-tel .pf-txt{
        width: auto !important;
    }
}
/** 「郵便番号」「電話番号」end **/

/** 「都道府県」「市区町村」「詳細住所」start **/
.uni-form-entry_pref{
    width: auto !important;
    flex-basis: 80% !important;
    max-width: none !important;
}
#pf-select-pref{
    flex-basis: calc(30% - 5px);
    max-width: calc(30% - 5px)t;
}
#pf-select-city{
    flex-basis: calc(30% - 5px);
    max-width: calc(30% - 5px);
}
#pf-select-addressdetail{
    width: 90% !important;
    max-width: 90% !important;
    margin-top:5px !important;
}
/** 「都道府県」「市区町村」「詳細住所」end **/

@media screen and (min-width: 768px) {
    /** 「郵便番号」「電話番号」start **/
    #pf-input-set-zipcode{
        width: auto !important;
        max-width: none !important;
        min-width: auto !important;
    }
    #zipcode{
        width: 25% !important;
        max-width: 25% !important;
    }
    #pf-input-set-tel{
        width: auto !important;
        max-width: none !important;
        min-width: auto !important;
    }
    #tel{
        width: 400px !important;
    }
    /** 「郵便番号」「電話番号」end **/

    /** 「都道府県」「市区町村」「詳細住所」start **/
    .uni-form-entry_pref{
        width: auto !important;
        flex-basis: 80% !important;
        max-width: none !important;
    }
    #pf-select-addressdetail{
        width: 90% !important;
        max-width: 90% !important;
    }
    /** 「都道府県」「市区町村」「詳細住所」end **/
}

@media screen and (max-width: 767px){
    /** 「郵便番号」「電話番号」start **/
    #pf-input-set-zipcode{
        width: auto;
        max-width: none !important;
        min-width: auto !important;
    }
    #zipcode{
        width: 32% !important;
        max-width: 32% !important;
    }
    #pf-input-set-tel{
        width: 100% !important;
        max-width: none !important;
        min-width: auto !important;
    }
    #tel{
        width: 100% !important;
        max-width: 100% !important;
    }
    .at_tel_text{
        display: block !important;
    }
    /** 「郵便番号」「電話番号」end **/

    /** 「都道府県」「市区町村」「詳細住所」start **/
    .uni-form-entry_pref{
        width: 100% !important;
        /**
        flex-basis: 400px !important;
        **/
        max-width: none !important;
    }
    .uni-state-city{
        display: block !important;
    }
    #pf-select-pref{
        /**
        flex-basis: 400px !important;
        **/
        max-width: 400px !important;
    }
    #pf-select-city{
        /**
        flex-basis: 400px !important;
        **/
        max-width: 400px !important;
        display: block !important;
        margin-top:5px !important;
    }
    #pf-select-addressdetail{
        width: 100% !important;
        max-width: 100% !important;
    }
    /** 「都道府県」「市区町村」「詳細住所」end **/
}
/*-----* 「郵便番号」「電話番号」「都道府県」「市区町村」「詳細住所」css再設定 end *-----*/

/*-----* ヘッダー部分css再設定 start *-----*/
#pf-header{
    position: static;
}
.pf-main{
    padding-top: 0px !important;
}
.pf-container--grey{
    padding-top: 10px !important;
}

@media screen and (min-width: 768px) {
    .pf-main{
        padding-top: 0px !important;
    }
    .pf-container--grey{
        padding-top: 10px !important;
    }
}
@media screen and (max-width: 767px){
    .pf-main{
        padding-top: 0px !important;
    }
    .pf-container--grey{
        padding-top: 0px !important;
    }
}
/*-----* ヘッダー部分css再設定 end *-----*/

/*-----* 転職サービス部分css再設定 start *-----*/
#pf-tensyoku-check{
    width: 100% !important;
}
#pf-tensyoku-check .pf-checkbox-wrap{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

@media screen and (min-width: 768px) {
    #pf-tensyoku-check{
        margin-left: 18px !important;
    }
    #pf-tensyoku-check .pf-checkbox-wrap{
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
}
@media screen and (max-width: 767px){
    #pf-tensyoku-check .pf-checkbox-wrap .pf-checkbox--011>input+.pf-checkbox_item{
        padding-left:20px !important;
    }
    #pf-tensyoku-check .pf-checkbox-wrap .pf-checkbox--011>input+.pf-checkbox_item::before{
        left:0px !important;
    }
    #pf-tensyoku-check .pf-checkbox-wrap .pf-checkbox--011 > input + .pf-checkbox_item::before {
        -webkit-transform: translateY(-50%);
        background-color: #fff;
        border: 1px solid #707070;
        border-radius: 4px;
        content: "";
        display: block;
        height: 20px;
        left: 0px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
    }
    #pf-tensyoku-check .pf-checkbox-wrap .pf-checkbox--011>input:checked+.pf-checkbox_item::after{
        left:4px
    }
    #pf-tensyoku-check .pf-checkbox-wrap .pf-checkbox--011 > input:checked + .pf-checkbox_item::after {
        -webkit-transform: translateY(-50%);
        background-image: url("https://www.kaigo-kyuujin.com/common/images/ic-check--primary.svg");
        background-repeat: no-repeat;
        background-size: contain;
        border-radius: 50%;
        content: "";
        display: block;
        height: 12px;
        left: 4px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 16px;
    }
}
/*-----* 転職サービス部分css再設定 end *-----*/

/* common,oubo_add　上書（打消し） */

/*  KKDEV2-1389 start */
#pf-tensyoku-check .pf-checkbox-wrap2{
    margin-top: 0px !important;
    margin-bottom: 15px !important;
}
@media screen and (min-width: 768px) {
    #pf-tensyoku-check .pf-checkbox-wrap2{
        margin-top: 0px !important;
        margin-bottom: 15px !important;
    }
}
#pf-tensyoku-check .pf-checkbox-wrap2 .pf-checkbox--011 {
    width: 100%
}
#pf-tensyoku-check .pf-checkbox-wrap2 .pf-checkbox--011 > input + .pf-checkbox_item {
    font-size: 14px;
    font-weight: bold;
    padding-left: 40px;
}
@media screen and (max-width: 767px){
    #pf-tensyoku-check .pf-checkbox-wrap2 .pf-checkbox--011 > input + .pf-checkbox_item{
        padding-left:25px !important;
    }
    #pf-tensyoku-check .pf-checkbox-wrap2 .pf-checkbox--011 > input + .pf-checkbox_item::before{
        left:0px !important;
    }
    #pf-tensyoku-check .pf-checkbox-wrap2 .pf-checkbox--011 > input + .pf-checkbox_item::before {
        -webkit-transform: translateY(-50%);
        background-color: #fff;
        border: 1px solid #707070;
        border-radius: 4px;
        content: "";
        display: block;
        height: 20px;
        left: 0px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
    }
    #pf-tensyoku-check .pf-checkbox-wrap2 .pf-checkbox--011 > input:checked + .pf-checkbox_item::after {
        -webkit-transform: translateY(-50%);
        background-image: url("https://www.kaigo-kyuujin.com/common/images/ic-check--primary.svg");
        background-repeat: no-repeat;
        background-size: contain;
        border-radius: 50%;
        content: "";
        display: block;
        height: 12px;
        left: 4px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 16px;
    }
}
/*  KKDEV2-1389 end */