@charset "UTF-8";

.c-form.is-text {
    background: #23282d;
    color: #717f8d;
    box-sizing: border-box;
    padding: 5px 15px 5px 15px;
    font-size: 14px;
    line-height: 1;
    width: 500px;
    height: 40px;
}
body.is-wh .c-form.is-text {
    background: #f4f6f7;
    color: #000;
}

.c-form.is-salary {
    width: 200px;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1;
    padding: 10px 15px 10px 15px;
    color: #e3e3e3;
    border: none;
    background: #23282d url(/images/arrow_down.svg) no-repeat right 10px center;
}
body.is-wh .c-form.is-salary {
    background: #f4f6f7 url(/images/arrow_down2.svg) no-repeat right 10px center;
    color: #000;
}

.c-form.is-salary + span {
    vertical-align: middle;
    margin: 0 0 0 15px;
}

.c-txtred {
    color: #ff141c;
}

.c-border-ttl {
    display: inline-block;
}

.c-border-ttl.is-job:after {
    width: 37px;
}

.c-border-ttl.is-location:after {
    width: 56px;
}

.c-border-ttl.is-ind:after {
    width: 37px;
}

.c-redBtn.is-detail {
    float: right;
    width: 290px;
}

.c-redBtn.is-dec {
    width: 260px;
    margin: 0 auto;
}

.c-redBtn.is-search {
    width: 290px;
    margin: 0 auto;
}

.c-redBtn.is-delHstry {
    width: 140px;
}

.c-redBtn > a {
    background: #ff141c url(/images/right_arw_wh.svg) no-repeat right 10px center;
    font-size: 16px;
    line-height: 1;
    padding: 15px 0 15px 0;
}

.c-redBtn > a:hover {
    color: #ffffff;
    opacity: 0.7;
}

.c-redBtn.is-dec > a {
    background-image: none;
}

.c-redBtn.is-search > a {
    background-image: none;
}

.c-redBtn.is-search > a > span {
    background: #ff141c url(/images/icn_glass.svg) no-repeat left center;
    background-size: 18px auto;
    padding: 0 0 0 25px;
}

.c-whiteBtn.is-conside {
    float: left;
    width: 290px;
}

.c-whiteBtn.is-conside > a,
.c-whiteBtn.is-conside .gry {
    font-size: 16px;
    line-height: 1;
    padding: 15px 0 15px 0;
}

.c-whiteBtn.is-conside > a > span {
    background: url(/images/icn_star_black.png) no-repeat left center;
    padding: 0 0 0 25px;
}

.c-whiteBtn.is-conside .gry {
    display: block;
    text-align: center;
    background: #ccc;
    color: #000;
}

.industryList > li {
    border-top: 1px solid #7b7b7b;
    border-left: 1px solid #7b7b7b;
}

.industryList > li:last-child {
    border-bottom: 1px solid #7b7b7b;
}

.industryList > li > a {
    display: block;
    font-size: 13px;
    padding: 5px 10px 5px 10px;
    background: url(/images/left_arw_wh_sml.svg) no-repeat right 10px center;
}

body.is-wh .industryList > li > a {
    background: url(/images/left_arw_blk_sml.svg) no-repeat right 10px center;
}

.industryList > li > a.is-on,
body.is-wh .industryList > li > a.is-on {
    background: #ff141c url(/images/left_arw_wh_sml.svg) no-repeat right 10px center;
    color: #e7e7e7;
}


.condList li {
    font-size: 13px;
    margin: 0 0 10px 10px;
}

.condList li.is-all {
    margin: 0 0 20px 0;
}

.popupBoxList {
    width: 800px;
    margin: 0 auto 20px auto;
}

.popupBoxList li {
    float: left;
    text-align: left;
    margin: 0 20px 10px 0;
}

.popupBoxList.is-loc li {
    width: 140px;
}

.popupBoxList.is-ind li {
    width: 245px;
}

.popupBoxList li label {
    font-size: 13px;
}

.popupBoxList li span {
    font-size: 13px;
}

.popupBoxList li a:hover {
    background: url(/images/right_arw_wh.svg) no-repeat right center;
}

.popup {
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
}
body.is-wh .popup {
    background: rgba(0,0,0,0.7);
}

.popupIn {
    display: none;
    width: 960px;
    background: #17191a;
    margin: 60px auto 0 auto;
    padding: 15px 20px 20px 20px;
    box-sizing: border-box;
}
body.is-wh .popupIn {
    background: #fff;
}

.popupClose {
    float: right;
}

.popupBox {
    box-sizing: border-box;
}

.popupBox.is-left {
    width: 480px;
    float: left;
}

.popupBox.is-right {
    width: 440px;
    float: right;
}

.popupBoxIn {
    background: #23282d;
    border-top: 1px solid #7b7b7b;
    border-bottom: 1px solid #7b7b7b;
    border-right: 1px solid #7b7b7b;
    margin: 0 0 20px 0;
    width: 439px;
    height: 373px;
    box-sizing: border-box;
}
body.is-wh .popupBoxIn {
    background: #fff;
    border-top: 1px solid #cfd9de;
    border-bottom: 1px solid #cfd9de;
    border-right: 1px solid #cfd9de;
}

.popupBoxUnit-body {
    padding: 20px 20px 20px 20px;
    background: #23282d;
}
body.is-wh .popupBoxUnit-body {
    background: #fff;
}

.pagetitle {
    background: #17191a;
}
body.is-wh .pagetitle {
    background-color: #fff;
}

.pagetitle-ttl {
    font-size: 28px;
    width: 900px;
    margin: 0 auto 0 auto;
    padding: 15px 0 30px 0;
    text-align: center;
}

.pagetitle-ttl > span {
    color: #ff141c;
}

.searchArea {
    background: #0c1013;
    padding: 40px 0 40px 0;
}
body.is-wh .searchArea {
    background: #fff;
}

.searchAreaIn {
    width: 900px;
    margin: 0 auto 0 auto;
}

.searchArea.is-hide {
    padding: 0;
}

.searchArea.is-hide .searchAreaIn {
    display: none;
}

.searchCategory {
    margin: 0 0 20px 0;
}

.searchCategoryBox {
    border-top: 1px solid #40454a;
    border-left: 1px solid #40454a;
    border-right: 1px solid #40454a;
    /*margin: 0 0 10px 0;*/
}
body.is-wh .searchCategoryBox {
    border-top: 1px solid #cfd9de;
    border-left: 1px solid #cfd9de;
    border-right: 1px solid #cfd9de;
    /*margin: 0 0 10px 0;*/
}

.searchCategoryBox.is-bd,
.searchCategoryBox.is-kw {
    border-bottom: 1px solid #494e54;
}
body.is-wh .searchCategoryBox.is-bd,
body.is-wh .searchCategoryBox.is-kw {
    border-bottom: 1px solid #cfd9de;
}

.searchCategoryBox.is-sla {
    border-top: none;
}

.searchCategory-item {
    display: table;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 0 0;
    padding: 20px 30px 20px 30px;
    min-height: 60px;
}

.searchCategory-item dt,
.searchCategory-item dd {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.searchCategory-item dt {
    font-size: 16px;
    width: 215px;
    box-sizing: border-box;
}

.searchCategory-item > dt > span {
    display: block;
    padding: 0 30px 0 30px;
}

.searchCategory-item > dt > span.is-job {
    background: url(/images/icn_job.png) no-repeat left center;
}
body.is-wh .searchCategory-item > dt > span.is-job {
    background-image: url(/images/icn_job3.png);
}

.searchCategory-item > dt > span.is-location {
    background: url(/images/icn_location.svg) no-repeat left center;
}
body.is-wh .searchCategory-item > dt > span.is-location {
    background-image: url(/images/icn_location2.svg);
}

.searchCategory-item > dt > span.is-keyword {
    background: url(/images/icn_glass.svg) no-repeat left center;
    background-size: 20px auto;
}
body.is-wh .searchCategory-item > dt > span.is-keyword {
    background-image: url(/images/icn_glass2.svg);
}

.searchCategory-item > dt > span.is-industry {
    background: url(/images/icn_bill.png) no-repeat left center;
}

.searchCategory-item > dt > span.is-salary {
    background: url(/images/icn_yen.png) no-repeat left center;
}
body.is-wh .searchCategory-item > dt > span.is-salary {
    background-image: url(/images/icn_yen2.png);
}

.searchCategory-item > dt > span.is-emptype {
    background: url(/images/icn_man.png) no-repeat left center;
}
body.is-wh .searchCategory-item > dt > span.is-emptype {
    background-image: url(/images/icn_man2.png);
}

.searchCategory-item > dt > span.is-features {
    background: url(/images/icn_tag.png) no-repeat left center;
}
body.is-wh .searchCategory-item > dt > span.is-features {
    background-image: url(/images/icn_tag2.png);
}

.searchCategory-item > dt > span.is-pd {
    padding: 10px 0 0 0;
}

.checkboxList > li {
    display: inline-block;
    margin: 0 40px 10px 0;
}

.addcondWrap {
    margin: 0 0 10px 0;
}

.addcond {
    float: right;
}

.addcond > a {
    display: block;
    font-size: 13px;
    line-height: 1;
    padding: 0 0 0 17px;
    background: url(/images/icn_plus.svg) no-repeat left center;
    background-size: 12px auto;
}

body.is-wh .addcond > a {
    background: url(/images/icn_plus2.svg) no-repeat left center;
    background-size: 12px auto;
}

.addcond > a.on {
    background: url(/images/icn_minus.svg) no-repeat left center;
    background-size: 12px auto;
}

body.is-wh .addcond > a.on {
    background: url(/images/icn_minus2.svg) no-repeat left center;
    background-size: 12px auto;
}

.exCondition {
    display: none;
}


.pickbtn {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 120px;
}

.pickbtn > a {
    background: #ffffff;
    color: #17191a;
    font-size: 12px;
    line-height: 1;
    padding: 5px 5px 5px 5px;
    width: 100px;
    box-sizing: border-box;
    display: block;
}
body.is-wh .pickbtn > a {
    background: #f4f6f7;
}

.pickbtn > a > span {
    background: url(/images/icn_new_window.png) no-repeat right center;
    padding: 0 18px 0 0;
}

.selectedWrap {
    text-align: left;
    vertical-align: middle;
}

.selectedWrap.is-tbcell {
    display: table-cell;
}

.selected {
    /*display: table-cell;*/
    /*text-align: left;*/
    /*vertical-align: middle;*/
}

.selected > li {
    float: left;
    margin: 0 10px 0 0;
}

.jobNumber {
    background: #17191a;
    padding: 35px 0 30px 0;
}
body.is-wh .jobNumber {
    background: #f4f6f7;
}

.jobNumber.if-foot {
    padding: 0 0 0px 0;
}

.jobNumberIn {
    width: 900px;
    margin: 0 auto 0 auto;
    display: table;
}

.jobNumber-count {
    font-size: 16px;
    float: left;
/*
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 50%;
*/
}

.jobNumber-count > span {
    font-size: 28px;
    font-weight: bold;
    color: #ff141c;
}

.jobNumberCtrl {
/*
    display: table-cell;
    vertical-align: middle;
    text-align: left;
*/
    display: table;
    float: right;
    padding: 10px 0 0 0;
}

.jobNumberCtrl-count {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-size: 16px;
}

.jobNumberCtrl-count > span {
    color: #ff141c;
}

.jobNumberCtrl-count > a {
    text-decoration: underline;
}

.jobNumberCtrl-pager {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 0 0 0 30px;
}

.mainContents {
    background: #17191a;
    padding: 0 0 70px 0;
}
body.is-wh .mainContents {
    background: #f4f6f7;
}
body.is-wh .mainContents.is-ver2 {
    background: none;
}

.mainContents.is-pd {
    padding: 0 0 50px 0;
}

.recruit {
    background: #000000;
    border: 1px solid #40454a;
    width: 900px;
    margin: 0 auto 40px auto;
    padding: 40px 40px 40px 40px;
    box-sizing: border-box;
}
body.is-wh .recruit {
    background: #fff;
    border: 1px solid #cfd9de;
}

.recruit:last-child {
     margin: 0 auto 0 auto;
}

.recruit-emptype {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    background: #ff141c;
    color: #ffffff;
    border-radius: 10px;
    padding: 5px 15px 5px 15px;
    margin:  0 0 30px 0;
}

.recruit-ttl {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 20px 0;
}
body.is-wh .recruit-ttl {
    color: #000;
}

.recruit-company {
    color: #848484;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 30px 0;
}

.recruit-feature {
    margin: 0 0 30px 0;
}

.recruit-feature-item > span,
.recruit-feature-item > img {
    vertical-align: middle;
}


.recruit-feature li {
    float: left;
    /* border: 1px solid #ff141c; */
    border: 1px solid #fff;
    font-size: 12px;
    line-height: 1;
    /* color: #ff141c; */
    color: #fff;
    margin: 0 10px 5px 0;
    padding: 5px 5px 5px 5px;
}
body.is-wh .recruit-feature li {
    border: 1px solid #000;
    color: #000;
}

.recruit-feature li:last-child {
    margin: 0 0 0 0;
}

.recruitBodyIn {
    margin: 0 0 30px 0;
}

.recruitData {
    float: left;
    width: 565px;
}

.recruitData.is-imgno {
    width: 100%;
}

.recruitGra {
    float: right;
    width: 215px;
}

.recruitGra img {
    margin: 0 0 20px 0;
    display: block;
    text-align: center;
    width: 100%;
}

.recruitGra img:last-child {
    margin: 0 0 0 0;
}

.recruit-item {
    display: table;
    width: 100%;
    border-bottom: 1px solid #23282d;
    padding: 20px 0 20px 0;
}
body.is-wh .recruit-item {
    border-bottom: 1px solid #cfd9de;
}

.recruit-item:first-child {
    border-top: 1px solid #23282d;
}
body.is-wh .recruit-item:first-child {
    border-top: 1px solid #cfd9de;
}

.recruit-item dt {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    width: 80px;
    font-size: 10px;
    font-weight: bold;
}

.recruit-item span {
    display: block;
    padding: 33px 0 0 0;
}

.recruit-item span.is-job {
    background: url(/images/sp_icn_job2.png) no-repeat top 5px center;
    background-size: 25px auto;
}
body.is-wh .recruit-item span.is-job {
    background-image: url(/images/sp_icn_job4.png);
}

.recruit-item span.is-eligible {
    background: url(/images/sp_icn_eligible.png) no-repeat top 5px center;
    background-size: 18px auto;
}
body.is-wh .recruit-item span.is-eligible {
    background-image: url(/images/sp_icn_eligible2.png);
}

.recruit-item span.is-salary {
    background: url(/images/sp_icn_yen.png) no-repeat top 5px center;
    background-size: 25px auto;
}
body.is-wh .recruit-item span.is-salary {
    background-image: url(/images/sp_icn_yen2.png);
}

.recruit-item span.is-location {
    background: url(/images/icn_location.svg) no-repeat top 5px center;
}
body.is-wh .recruit-item span.is-location {
    background-image: url(/images/icn_location2.svg);
}

.recruit-item dd {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.recruitBtnArea {
    width: 600px;
    margin: 0 auto 0 auto;
}

.c-closeImg {
    width: 16px;
}

@media (max-width: 767px) {

    .pagetitle-ttl {
        width: auto;
        font-size: 18px;
        padding: 20px 0 15px 0;
    }

    .searchArea {
        padding: 15px 20px 20px 20px;
    }

    .searchArea.is-hide .jobNumber-count {
        margin: 0;
    }

    .searchAreaIn {
        width: auto;
    }

    .searchCategory {
        margin: 0 0 15px 0;
    }

    .searchCategoryBox {
        display: block;
        padding: 13px 20px 13px 0;
        margin: 0 0 0 0;
    }

    .searchCategoryBox.is-pp {
        padding: 0 0 0 0;
        background: url(/images/right_arw_wh.svg) no-repeat right 10px center;
    }

    .searchCategoryBox.is-pp > a {
        display: block;
        padding: 13px 20px 13px 0;
    }

    .searchCategoryBox.is-pp.is-kw {
        padding: 13px 20px 13px 0;
        background: none;
    }

    .searchCategoryBox.is-pp.is-sla {
        padding: 13px 20px 13px 0;
        background: none;
    }

    .searchCategoryBox.is-dt {
        background: url(/images/right_arw_wh.svg) no-repeat right 10px center;
    }

    .searchCategory-item {
        padding: 0 0 0 0;
        min-height: auto;
    }

    .searchCategory-item > dt {
        width: 80px;
        font-size: 10px;
        font-weight: bold;
        text-align: center;
    }

    .searchCategory-item > dt > span {
        text-align: center;
        padding: 28px 0 0 0;
    }

    .searchCategory-item > dt > span.is-job {
        background: url(/images/sp_icn_job.png) no-repeat center top;
        background-size: 25px auto;
    }

    .searchCategory-item > dt > span.is-location {
        background: url(/images/icn_location.svg) no-repeat center top;
    }

    .searchCategory-item > dt > span.is-keyword {
        background: url(/images/icn_glass.svg) no-repeat center top;
        background-size: 22px auto;
    }

    .searchCategory-item > dt > span.is-industry {
        background: url(/images/sp_icn_bill.png) no-repeat center top;
        background-size: 22px auto;
    }

    .searchCategory-item > dt > span.is-salary {
        background: url(/images/sp_icn_yen.png) no-repeat center top;
        background-size: 25px auto;
    }

    .searchCategory-item > dt > span.is-emptype {
        background: url(/images/sp_icn_man.png) no-repeat center top;
        background-size: 24px auto;
    }

    .searchCategory-item > dt > span.is-features {
        background: url(/images/sp_icn_tag.png) no-repeat center top;
        background-size: 24px auto;
    }

    .searchCategory-item > dt > span.is-otherCond {
        background: url(/images/sp_icn_menu.png) no-repeat center top;
        background-size: 21px auto;
    }
    body.is-wh .searchCategory-item > dt > span.is-otherCond {
        background-image: url(/images/sp_icn_menu2.png);
    }

    .selected > li {
        margin: 0 5px 0 0;
    }

    .selected > li:last-child {
        margin: 0 0 0 0;
    }

    .pickbtn {
        width: auto;
    }

    .pickbtn > a {
        width: auto;
        padding: 0 0 0 0;
        font-size: 17px;
    }

    .pickbtn > a > span {
        background: url(/images/sp_icn_new_window.png) no-repeat right 10px center;
        background-size: 20px auto;
        padding: 13px 10px 13px 10px;
        display: block;
    }

    .addcondWrap {
        display: block;
        text-align: center;
    }

    .addcond {
        float: none;
        display: inline-block;
        margin: 0 0 15px 0;
    }

    .addcond > a {
        color: #e7e7e7;
        font-size: 15px;
        background-size: 10px auto;
        padding: 0 0 0 15px;
    }

    .addcond > a.on {
        background-size: 10px auto;
    }

    .jobNumber {
        padding: 0 0 30px 0;
    }

    .jobNumber.if-foot {
        padding: 30px 0;
    }

    .jobNumberIn {
        width: auto;
    }

    .jobNumber-count {
        float: none;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        margin: 0 0 10px 0;
    }

    .jobNumber-count > span {
        font-size: 18px;
    }

    .mainContents {
        padding: 20px 20px 20px 20px;
    }

    .recruit {
        width: auto;
        padding: 14px 14px 14px 14px;
        margin: 0 0 20px 0;
        border: 1px solid #494e54;
    }

    .recruit:last-of-type {
        margin: 0 0 0 0;
    }

    .recruit-emptype {
        font-size: 12px;
        margin: 0 0 10px 0;
    }

    .recruit-ttl {
        font-size: 15px;
        font-weight: normal;
        color: #ffffff;
        margin: 0 0 10px 0;
    }

    .recruit-company {
        font-size: 12px;
        color: #8f8f8f;
        margin: 0 0 10px 0;
    }

    .recruit-feature {
        margin: 0 0 10px 0;
    }

    .recruit-feature li {
        margin: 0 5px 5px 0;
        padding: 3px 5px 3px 5px;
    }

    .recruit-feature li:last-child {
        margin: 0 0 0 0;
    }

    .recruitGra {
        width: auto;
        float: none;
        margin: 0 0 15px 0;
    }

    .recruitGra img {
        width: 100%;
    }

    .recruitData {
        width: auto;
        float: none;
    }

    .recruit-item dt {
        vertical-align: top;
        text-align: center;
        width: 50px;
    }

    .recruit-item dd {
        vertical-align: top;
        padding: 0 0 0 10px;
    }

    .recruitBtnArea {
        width: auto;
    }

    .condList li.is-all {
        margin: 0 0 18px 0;
    }

    .condList li {
        margin: 0 0 18px 10px;
    }

    .condList li:last-child {
        margin: 0 0 0 0;
    }

    .popupBoxList {
        width: auto;
        padding: 20px 20px 20px 20px;
        background: #272d33;
        border: 1px solid #868686;
    }
    
    body.is-wh .popupBoxList {
        background: #fff;
    }

    .popupBoxList li {
        float: none;
        width: auto;
        margin: 0 0 10px 0;
    }

    .popupBoxList.is-loc li {
        width: auto;
    }

    .popupBoxList.is-ind li {
        width: auto;
    }

    .popup {
        background: #000000;
        overflow-y: scroll;
    }

    .popupIn {
        position: relative;
        background: #000000;
        width: auto;
        margin: 0 0 0 0;
        padding: 20px 20px 100px 20px;
    }

    .popupClose {
        float: none;
        position: absolute;
        top: 19px;
        right: 22px;
    }

    .popupBoxIn {
        border: 1px solid #7b7b7b;
        width: auto;
        height: auto;
    }

    .popupBoxIn.is-job {
        border: none;
    }

    .popupBoxUnit-head {
        border-top: 1px solid #7b7b7b;
        border-left: 1px solid #7b7b7b;
        border-right: 1px solid #7b7b7b;
    }

    .popupBoxUnit-body {
        border-top: 1px solid #7b7b7b;
        border-left: 1px solid #7b7b7b;
        border-right: 1px solid #7b7b7b;
    }

    .popupBoxUnit:last-child .popupBoxUnit-head {
        border-bottom: 1px solid #7b7b7b;
    }

    .popupBoxUnit:last-child .popupBoxUnit-body {
        border-top: none;
        border-bottom: 1px solid #7b7b7b;
    }

    .popupBoxUnit-head > a {
        color: #e7e7e7;
        display: block;
        font-size: 13px;
        font-weight: bold;
        padding: 15px 40px 15px 15px;
        background: url(/images/icn_plus.svg) no-repeat right 15px center;
        background-size: 12px auto;
    }

    .popupBoxUnit-head > a.on {
        color: #e7e7e7;
        background: #ff141c url(/images/icn_minus.svg) no-repeat right 15px center;
        background-size: 12px auto;
    }
    body.is-wh .popupBoxUnit-head > a.on {
        color: #fff;
    }

    .popupBoxUnit-body {
        display: none;
    }

    .popupBox.is-right {
        width: auto;
        float: none;
        box-sizing: border-box;
    }

    .c-redBtn.is-detail {
        float: none;
        width: auto;
        margin: 0 0 15px 0;
    }

    .c-redBtn.is-dec {
        width: auto;
    }

    .c-redBtn.is-search {
        width: auto;
    }

    .c-redBtn.is-search > a > span {
        background-size: 19px auto;
        padding: 0 0 0 25px;
    }

    .c-whiteBtn.is-conside {
        float: none;
        width: auto;
    }

    .c-whiteBtn.is-conside > a > span {
        display: block;
        background: url(/images/icn_star_black.png) no-repeat left 30px center;
        padding: 0 0 0 0;
    }

    .c-whiteBtn.is-condition > a {
        display: block;
        padding: 13px 0;
    }

    .c-whiteBtn.is-condition > a > span {
        font-size: 17px;
        line-height: 1;
        background: #ffffff url(/images/sp_icn_cycle.png) no-repeat left center;
        background-size: 20px auto;
        padding: 0 0 0 30px;
    }

    .c-form.is-text {
        width: 100%;
        height: 45px;
        /* font-size: 12px; */
        font-size: 16px;
        color: #7c8a98;
        padding: 15px 15px 15px 15px;
    }

    .c-form.is-salary {
        width: 80%;
        background: #23282d url(/images/sp_bg_gray_arw.png) no-repeat right center;
        background-size: 23px auto;
    }

    .c-form.is-salary + span {
        vertical-align: bottom;
        margin: 0 0 0 7px;
    }

    .c-border-ttl.is-cate:before {
        content: "";
        display: block;
        line-height: 0;
        overflow: hidden;
        position: absolute;
        left: 0;
        bottom: -3px;
        border-bottom: 3px solid #ff141c;
        width: 90px;
    }

    .c-border-ttl.is-pp {
        display: block;
        letter-spacing: -0.4em;
        padding: 0 0 10px 0;
        margin:  0 0 20px 0;
        line-height: 1;
    }

    .c-border-ttl.is-pp > span {
        vertical-align: middle;
        letter-spacing: normal;
        display: inline-block;
    }

    .c-border-ttl.is-pp > span.is-img {
        margin: 0 10px 0 0;
    }

    .c-border-ttl.is-job:after {
        width: 64px;
    }

    .c-border-ttl.is-location:after {
        width: 64px;
    }

    .c-border-ttl.is-ind:after {
        width: 64px;
    }

    .c-border-ttl.is-emptype:after {
        width: 64px;
    }

    .c-border-ttl.is-feature:after {
        width: 64px;
    }


    .c-closeImg {
        width: 17px;
    }
}

@media (max-width: 374px) {

}
