@charset "UTF-8";
.dtlLnk_wrap {
    padding-top: 100px;
}
.scTtl_ttl{
    font-size: 32px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 30px;
    line-height: 1.4;
}
.scTtl_ttl.dn{
    display: none;
}
.scCnt_wrap{
    background: #f4f6f7;
    padding: 40px 0 70px;
}
.scForm_wrap {
    background: #f4f6f7;
    padding: 0 0 100px;
}
.schd_cnt {
    margin-bottom: 40px;
}
.schd_wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.schd_wrap.btm{
    padding-top: 0px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.schd_wrap .result{
    font-size: 14px;
    line-height: 1.2;
}
.schd_wrap .result span{
    color: #E05E00;
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
    padding-left: 5px;
}
.schd_wrap .btn{
    width: 460px;
    border-radius: 4px;
    text-align: center;
    background: #fff;
    font-weight: 500;
}
.schd_wrap .btn a{
    border-radius: 4px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -webkit-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    font-size: 16px;
    text-decoration: none;
    background: #fff;
    color: #3C3A38;
    border: 1px solid #3C3A38;
    position: relative;
}
.schd_wrap .btn a:before {
    content: '';
    display: block;
    width: 10px;
    height: 6px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/arw_up.svg) no-repeat center;
    background-size: auto 100%;
    transition: opacity .4s ease-out,all .4s ease-out;
}
.schd_wrap .btn.on a:before {
    background: url(../svg/arw_down.svg) no-repeat center;
    background-size: auto 100%;
}
.schd_wrap .lst{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.schd_wrap .lst li{
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #3C3A38;
    font-size: 12px;
    line-height: 1.2;
}
.schd_wrap .lst li:last-child{
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.schd_wrap .lst li a {
    text-decoration: underline;
}
.schd_wrap .lst select{
    padding-right: 30px;
}
.scSc_wrap{
    display: none;
    margin-top: 40px;
    background: #fff;
    padding: 30px;
}
.scSc_wrap.active{
    display: block;
}
.scSc_box .cnt{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #e1e6ea;
    padding: 20px 0;
}
.scSc_box .cnt.ver2{
    width: 55%;
    border-top: none;
    padding: 0;
}
.scSc_box .cnt.ver2:first-child{
    width: 45%;
}
.scSc_box .cnt.ver2:last-child .ttl {
    width: 48px;
    padding-left: 0;
}
.scSc_box .cnt.ver2.is-onl .ttl {
    width: 110px;
    padding-left: 20px;
}
.scSc_box .cnt.ver2:last-child .box {
    width: -webkit-calc(100% - 48px);
    width: calc(100% - 48px);
}
.scSc_box .cnt.ver2.is-onl .box {
    width: -webkit-calc(100% - 110px);
    width: calc(100% - 110px);
}
.scSc_box .cnt.ver3{
    width: 55%;
    border-top: none;
    padding: 0;
}
.scSc_box .cnt:first-child {
    padding-top: 0;
    border-top: none;
}
.scSc_box .cnt .ttl,
.scSc_box .keycnt_in .ttl{
    width: 110px;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
}
.scSc_box .cnt .box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-calc(100% - 110px);
    width: calc(100% - 110px);
}
.scSc_box .input{
    width: -webkit-calc(100% - 110px);
    width: calc(100% - 110px);
}
.scSc_box .cnt .btn{
    width: 120px;
    min-width: 120px;
    border-radius: 4px;
    text-align: center;
    background: #fff;
    font-weight: 500;
}
.scSc_box .cnt .btn a{
    border-radius: 4px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -webkit-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    font-size: 14px;
    text-decoration: none;
    background: #fff;
    color: #3C3A38;
    border: 1px solid #3C3A38;
    position: relative;
}
.scSc_box .value{
    padding-left: 20px;
    font-size: 15px;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.scSc_box .select select{
    width: 120px;
    height: 40px;
    font-size: 14px;
    padding: 0 20px;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #e1e6ea;
    background: #fff url(../svg/arw_down.svg) no-repeat center right 10px;
    background-size: 8px auto;
}
.scSc_box .input input[type=text] {
    width: 100%;
    height: 50px;
    background: #fff;
    font-size: 15px;
    padding: 0 20px;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #e1e6ea;
}
.scSc_box .keycnt{
    border-top: 1px solid #e1e6ea;
    padding: 20px 0 30px;
}
.scSc_box .keyword{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 110px;
    padding-bottom: 15px;
}
.scSc_box .keyword .ttl{
    font-size: 14px;
    line-height: 1;
}
.scSc_box .keyword .lst{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
}
.scSc_box .keyword .lst li {
    padding-right: 15px;
}
.scSc_box .keyword .lst li a {
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
}
.scSc_box .keycnt_in{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.scPrev_wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.scPrev_wrap {
    padding-top: 30px;
}
.scPrev_wrap.top {
    padding-top: 0;
}
.scPrev_box select{
    width: 120px;
    height: 40px;
    font-size: 14px;
    padding: 0 20px;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #3C3A38;
    background:#fff url(../svg/arw_down.svg) no-repeat center right 10px;
    background-size: 8px auto;
}
.scPrev_pager .pager{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.scPrev_pager .pager li:first-child,
.scPrev_pager .pager li:last-child{
    width: 60px;
}
.scPrev_pager .pager li{
    width: 30px;
    margin-right: 6px;
}
.scPrev_pager .pager li a{
    display: block;
    border: 1px solid #e1e6ea;
    background:#fff;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    padding: 8px 0;
}
.scPrev_pager .pager li.on a{
    background: #3C3A38;
    color: #fff;
    pointer-events: none;
}
.scRec_wrap{
    padding: 0 0 0 0;
}
.scRec_wrap.ver2{
    padding: 0 0 100px;
}
.scRec_box{
    background: #fff;
    margin-top: 40px;
}
.scRec_box:first-child{
    margin-top: 0;
}
.scRec_box{
    padding: 30px;
    position: relative;
}
.favo_btn{
    position: absolute;
    top: 30px;
    right: 30px;
}
.favo_btn a {
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1;
    display: block;
    background: #fff;
    color: #3C3A38;
    padding: 9px 20px 9px 40px;
    border: 1px solid #3C3A38;
}
.favo_btn a:before {
    background: #fff;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -8px;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    border: 1px solid #3C3A38;
}
.favo_btn a:after {
    border-right: 2px solid #3C3A38;
    border-bottom: 2px solid #3C3A38;
    content: '';
    display: block;
    width: 5px;
    height: 8px;
    left: 14px;
    opacity: 0;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    transform: rotate(45deg);
}
.favo_btn a.is-on {
    background: #3C3A38;
    color: #fff;
}
.favo_btn a.is-on:after {
    opacity: 1;
}
.scRec_logo{
    position: absolute;
    top: 30px;
    right: 30px;
}
.scRec_comp{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}
.scRec_comp .comp{
    font-size: 17px;
    line-height: 1;
    margin-right: 20px;
    font-weight: bold;
}
.scRec_comp .status{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.scRec_comp .status li{
    font-size: 12px;
    line-height: 1;
    margin-right: 5px;
    display: block;
    background: #3C3A38;
    border: 1px solid #3C3A38;
    color: #fff;
    padding: 4px 6px;
}
.scRec_comp .status li.new {
    background: #ff1b00;
    border: 1px solid #ff1b00;
}
.scRec_comp .status li.hw {
    border: 1px solid #3C3A38;
    background: #fff;
    color: #3C3A38;
}
.scRec_ttl{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
}
.scRec_txt{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 15px;
}
.scRec_tag{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.scRec_tag li{
    font-size: 12px;
    line-height: 1;
    margin-right: 5px;
    display: block;
    background: #fff;
    border-radius: 0;
    padding: 4px 8px;
    border: 1px solid #3C3A38;
}
.scRec_cnt{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e1e6ea;
}
.scRec_date{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}
.scRec_date li{
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    margin-right: 36px;
}
.scRec_date li.area {
    max-width: 550px;
    display: flex;
}
.scRec_date li:last-child{
    margin-right: 0;
}
.scRec_date li span{
    display: inline-block;
    width: auto;
    font-weight: bold;
    padding-left: 20px;
    position: relative;
    margin-right: 1em;
}
.scRec_date li span:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
}
.scRec_date li.area span:before {
    background: url(../svg/icn_area.svg) no-repeat center;
    background-size: auto 100%;
}
.scRec_date li.money span:before {
    background: url(../svg/icn_money.svg) no-repeat center;
    background-size: auto 100%;
}
.scRec_lst{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.scRec_box .lst{
    width: -webkit-calc(100% - 320px);
    width: calc(100% - 320px);
}
.scRec_box .lst.noimg{
    width: 100%;
}
.scRec_box .img {
    margin: 0 0 0 25px;
    width: 320px;
    height: 220px;
    overflow: hidden;
    position: relative;
}
.scRec_box .img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform .8s cubic-bezier(.43,.05,.17,1);
}
.scRec_box .box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}
.scRec_box .box:last-child {
    margin-bottom: 0;
}
.scRec_box .box dt{
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    width: 86px;
}
.scRec_box .box dd{
    font-size: 15px;
    line-height: 1.5;
    width: -webkit-calc(100% - 86px);
    width: calc(100% - 86px);
    overflow-wrap: break-word;
}
.scRec_box .boxtxt {
    font-size: 15px;
}
.scRec_btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 30px;
}
.scRec_btn li{
    width: 305px;
    margin: 0 15px;
}
.scRec_btn .b_btn a {
    height: 50px;
}
.scRec_seobox {
    margin-top: 50px;
    padding: 30px;
    background: #fff;
}
@media (min-width: 896px) {
    .schd_wrap .lst li a:hover,
    .scSc_box .keyword .lst li a:hover{
        color: #26a24c;
        text-decoration: underline;
    }
    .schd_wrap .btn a:hover,
    .scSc_box .cnt .btn a:hover,
    .scPrev_pager .pager li a:hover{
        background: #3C3A38;
        color: #fff;
    }
    .scRec_ttl a:hover {
        text-decoration: underline;
    }
}
.search_no {
    text-align: center;
}
.c-mainMvttl_wrap {
    height: 240px;
}
.c-mainMvttl_wrap.dn {
    display: none;
}
.c-mainMvttl_wrap.it {
    background: #fff url("/cmn4/img/search_mv_it.jpg") no-repeat right bottom;
}
.c-mainMvttl_wrap.sales {
    background: #fff url("/cmn4/img/search_mv_sales.jpg") no-repeat right bottom;
}
.c-mainMvttl_wrap.creator {
    background: #fff url("/cmn4/img/search_mv_creator.jpg") no-repeat right bottom;
}
.c-mainMvttl_wrap.uij {
    background: url("/cmn3/img/search_mv_uij.jpg?data=202108261") no-repeat center bottom / cover;
}
.c-mainMvttl_wrap.urgent {
    background: #fff url("/cmn4/img/search_mv_urgent.jpg") no-repeat right bottom;
}
.c-mainMvttl_wrap.osaka {
    background: #fff url("/cmn4/img/search_mv_osaka.jpg") no-repeat right bottom;
}
.c-mainMvttl_wrap.remote {
    background: #fff url("/cmn4/img/search_mv_hurry.jpg") no-repeat right bottom;
}
.c-mainMvttl_in {
    display: table;
    width: 1000px;
    height: 100%;
    margin: 0 auto;
}
.c-mainMv_ttl {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.c-mainMvttl_wrap .c-mainMv-ttl {
    font-size: 28px;
    line-height: 1.2;
    padding: 0;
    text-shadow:0 0 10px #fff;
    font-weight: bold;
}
.c-mainMvttl_wrap .c-mainMv-ttl:before {
    content: none;
}
.c-mainMvttl_wrap .c-mainMv-ttl span {
    display: inline-block;
    font-size: 18px;
    color: #3C3A38;
    margin: 0 0 28px 0;
    padding: 8px 30px;
    border-radius: 4px;
    text-shadow: none;
    border: 1px solid #3C3A38;
}
@media only screen and (max-width: 896px) {
    
    .scTtl_ttl{
        font-size: 19px;
        line-height: 1.4;
        font-weight: bold;
        padding: 30px 20px 25px;
        margin: 0;
    }
    .scTtl_ttl.dn{
        display: none;
    }
    .scKey_box{
        background: #f4f6f7;
        padding: 15px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .scKey_box .ttl{
        display: inline-block;
        font-size: 11px;
        font-weight: 500;
        position: relative;
        padding-left: 15px;
    }
    .scKey_box .ttl:before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background: url(../svg/icn_search_blk.svg) no-repeat center;
        background-size: 100% auto;
    }
    .scKey_box .lst{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-left: 20px;
    }
    .scKey_box .lst li{
        margin-right: 5px;
    }
    .scKey_box .lst li a{
        text-decoration: none;
        width: 100%;
        font-size: 10px;
        line-height: 1;
        background: #fff;
        color: #3C3A38;
        border: 1px solid #3C3A38;
        padding: 2px 4px;
    }
    .dtlLnk_wrap {
        padding-top: 50px;
    }
    .scCnt_wrap{
        background: #fff;
        padding: 0;
    }
    .scForm_wrap {
        padding: 0 20px 50px;
    }
    .schd_cnt {
        padding: 0 20px 0;
        /* margin-bottom: 50px; */
        margin-bottom: 30px;
    }
    .schd_wrap{
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-bottom: 20px;
    }
    .schd_wrap.ver2{
        margin-bottom: 0;
    }
    .schd_wrap.ver3{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
        padding: 20px 0 0;
    }
    .schd_wrap.btm{
        padding-top: 20px;
        margin-bottom: 0;
    }
    .schd_wrap .result{
        font-size: 12px;
        margin-bottom: 0;
    }
    .schd_wrap .result span{
        font-size: 25px;
        padding-left: 2px;
    }
    .schd_wrap .lst li {
        margin-right: 8px;
        padding-right: 8px;
        font-size: 11px;
    }
    .schd_terms {
        font-size: 11px;
        margin-bottom: 15px;
    }
    .schd_wrap .btn{
        width: 100%;
        border-radius: 2px;
    }
    .schd_wrap .btn a{
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border-radius: 0;
        width: 100%;
        height: 50px;
        font-size: 14px;
        background: #f4f6f7;
        border: 1px solid #e1e6ea;
        padding: 0 15px;
    }
    .schd_wrap .btn a:before,
    .schd_wrap .btn a:after {
        content: '';
        display: block;
        width: 2px;
        height: 10px;
        position: absolute;
        right: 15px;
        top: 50%;
        background: #e1e6ea;
        transform: translate(-50%, -50%) rotate(90deg);
    }
    .schd_wrap .btn a:before {
        background: #e1e6ea;
        transform: translate(-50%, -50%) rotate(0);
    }
    .schd_wrap .btn.on a:before {
        background: #e1e6ea;
        transform: translate(-50%, -50%) rotate(90deg);
    }
    .schd_wrap.btm .btn a{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 2px;
        width: 100%;
        height: 45px;
        font-size: 14px;
        background: #fff;
        border: 1px solid #3C3A38;
        padding: 0;
    }
    .schd_wrap.btm .btn a:before,
    .schd_wrap.btm .btn a:after {
        content: none;
    }
    .schd_wrap.btm .btn.on a {
        background: #3C3A38;
        color: #fff;
    }
    .schdBtm_wrap {
        background: #fff;
        padding: 50px 20px 0;
    }
    .scSc_wrap{
        display: none;
        margin-top: 0;
        padding: 0;
    }
    .scSc_box .cnt:first-child {
        padding: 0;
    }
    .scSc_box .cnt{
        padding: 0;
    }
    .scSc_box .cnt.clm2{
        display: block;
    }
    .scSc_box .cnt.ver2{
        width: 100%;
    }
    .scSc_box .cnt.ver2.is-onl:last-child {
        border-top: 0;
    }
    .scSc_box .cnt.ver2:first-child{
        width: 100%;
        padding: 0;
    }
    .scSc_box .cnt.ver2:last-child{
        border-top: 1px solid #e1e6ea;
        padding: 0;
    }
    .scSc_box .cnt.ver2:last-child .ttl {
        width: 75px;
        padding-left: 15px;
        box-sizing: border-box;
    }
    .scSc_box .cnt.ver2.is-onl .ttl {
        width: 86px;
        padding-left: 5px;
    }
    .scSc_box .cnt.ver2 .box {
        padding: 15px 0;
    }
    .scSc_box .cnt.ver2:last-child .box {
        width: -webkit-calc(100% - 75px);
        width: calc(100% - 75px);
    }
    .scSc_box .cnt.ver2.is-onl .box {
        width: -webkit-calc(100% - 86px);
        width: calc(100% - 86px);
    }
    .scSc_box .cnt.ver3 {
        width: 100%;
        border-top: 1px solid #e1e6ea;
    }
    .scSc_box .cnt .ttl,
    .scSc_box .keycnt_in .ttl{
        width: 75px;
        padding-left: 5px;
        font-size: 14px;
        box-sizing: border-box;
    }
    .scSc_box .cnt .box{
        width: -webkit-calc(100% - 75px);
        width: calc(100% - 75px);
    }
    .scSc_box .keycnt_in .ttl{
        width: 90px;
    }
    .scSc_box .input{
        width: -webkit-calc(100% - 90px);
        width: calc(100% - 90px);
        padding-right: 15px;
    }
    .scSc_box .cnt .btn{
        width: 100%;
        min-width: auto;
        border-radius: 2px;
        padding: 19px 0;
    }
    .scSc_box .cnt .btn a{
        display: block;
        border-radius: 0;
        height: auto;
        border: none;
        padding-right: 30px;
        line-height: 1.5;
        text-align: left;
        background: url(../svg/arw_r.svg) no-repeat center right 15px;
        background-size: 6px auto;
        font-size: 13px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .scSc_box.ver2 .cnt{
        display: block;
        padding: 0;
    }
    .scSc_box.ver2 .cnt .box {
        width: 100%;
        padding: 0 15px 15px 15px;
        box-sizing: border-box;
    }
    .scSc_box.ver2 .cnt .box.tgl {
        display: none;
    }
    .scSc_box.ver2 .cnt .box.tgl.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .scSc_box.ver2 .cnt .ttl{
        width: 100%;
        padding: 15px 15px 10px;
    }
    .scSc_box.ver2 .cnt .ttl.tgl{
        padding: 0;
    }
    .scSc_box.ver2 .cnt .ttl.tgl a{
        display: block;
        padding: 19px 15px;
        position: relative;
    }
    .scSc_box.ver2 .cnt .ttl.tgl a:before,
    .scSc_box.ver2 .cnt .ttl.tgl a:after {
        content: '';
        display: block;
        width: 2px;
        height: 10px;
        position: absolute;
        right: 15px;
        top: 50%;
        background: #e1e6ea;
        transform: translate(-50%, -50%) rotate(90deg);
    }
    .scSc_box.ver2 .cnt .ttl.tgl a:before {
        background: #e1e6ea;
        transform: translate(-50%, -50%) rotate(0);
    }
    .scSc_box.ver2 .cnt .ttl.tgl.on a:before {
        background: #e1e6ea;
        transform: translate(-50%, -50%) rotate(90deg);
    }
    .scSc_box.ver2 .cnt .btn{
        width: 105px;
        border-radius: 0;
    }
    .scSc_box.ver2 .cnt .btn a{
        display: block;
        height: auto;
        padding: 14px 14px;
        line-height: 1;
        text-align: left;
        background: url(../svg/arw_r.svg) no-repeat center right 15px;
        background-size: 6px auto;
        border: 1px solid #e1e6ea;
        box-sizing: border-box;
    }
    .scSc_box.ver2 .value {
        padding-left: 10px;
        font-size: 12px;
        width: -webkit-calc(100% - 105px);
        width: calc(100% - 105px);
        box-sizing: border-box;
    }
    .scSc_box.ver2 .keycnt {
        padding: 15px;
    }
    .scSc_box.ver2 .keycnt_in .ttl {
        padding: 0;
    }
    .scSc_box.ver2 .input{
        padding: 0;
    }
    .scSc_box .value{
        padding-left: 10px;
        font-size: 12px;
    }
    .scSc_box .select select{
        width: 105px;
        height: 40px;
        font-size: 14px;
        padding: 0 10px;
        border-radius: 2px;
    }
    .scSc_box .select a{
        width: 105px;
        display: block;
        height: auto;
        padding: 14px 14px;
        line-height: 1;
        text-align: left;
        background: url(../svg/arw_r.svg) no-repeat center right 15px;
        background-size: 6px auto;
        border: 1px solid #e1e6ea;
        box-sizing: border-box;
    }
    .scSc_box .input input[type=text] {
        width: 100%;
        height: 40px;
        font-size: 13px;
        padding: 0 10px;
        border-radius: 2px;
    }
    .scSc_box .keycnt{
        padding: 15px 0 0;
        border-bottom: 1px solid #e1e6ea;
    }
    .scSc_box .keyword{
        padding: 0 0 15px 0;
    }
    .scSc_wrap.ver2 .scSc_box .keyword {
        padding-left: 15px;
    }
    .scSc_box .keyword .ttl{
        font-size: 13px;
        width: 97px;
        padding-bottom: 0;
        line-height: 1.6;
    }
    .scSc_box .keyword .lst{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
        width: -webkit-calc(100% - 112px);
        width: calc(100% - 112px);
    }
    .scSc_box .keyword .lst li {
        padding-right: 12px;
    }
    .scSc_box .keyword .lst li a {
        font-size: 13px;
        line-height: 1;
        font-weight: bold;
    }
    .scSc_box .keycnt_in {
        padding: 0 0 15px 0;
    }
    .scSc_box {
        margin-bottom: 20px;
    }
    .scSc_wrap.ver2 .b_btn.blk2 {
        padding: 0 15px 20px 15px;
    }
    .scPrev_wrap{
        display: block;
    }
    .scPrev_wrap {
        padding-top: 0;
    }
    .scPrev_wrap.btm {
        padding-top: 20px;
    }
    .scPrev_box {
        margin-bottom: 10px;
        text-align: right;
    }
    .scPrev_box select{
        width: 105px;
        height: 40px;
        font-size: 13px;
        padding: 0 15px;
        border-radius: 2px;
    }
    .scPrev_pager .pager{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .scPrev_pager .pager li{
        margin-right: 3px;
    }
    .scRec_wrap{
        background: #f4f6f7;
        padding: 35px 20px 50px;
    }
    .scRec_wrap.ver2{
        padding: 0 0 50px;
    }
    .scRec_box{
        margin-top: 20px;
    }
    .scRec_box{
        padding: 20px 15px;
    }
    .favo_btn{
        position: relative;
        top: auto;
        right: auto;
    }
    .favo_btn a {
        border-radius: 2px;
        font-size: 14px;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 45px;
        box-sizing: border-box;
    }
    .favo_btn a:before {
        top: -30px;
        left: -60%;
        margin-top: 0;
        width: 14px;
        height: 14px;
        border-radius: 0;
        border: 1px solid #e1e6ea;
        display: none;
    }
    .favo_btn a:after {
        border-right: 2px solid #e1e6ea;
        border-bottom: 2px solid #e1e6ea;
        width: 5px;
        height: 8px;
        top: -29px;
        left: -56%;
        opacity: 1;
        margin-top: 0;
        display: none;
    }
    .favo_btn a.is-on:before {
        border: 1px solid #3C3A38;
    }
    .favo_btn a.is-on:after {
        border-right: 2px solid #3C3A38;
        border-bottom: 2px solid #3C3A38;
    }
    .scRec_logo{
        position: absolute;
        top: 20px;
        right: 15px;
    }
    .scRec_logo img{
        max-width: 90px;
        max-height: 70px;
    }
    .scRec_comp {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .scRec_comp .status{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .scRec_comp .status li{
        padding: 4px 8px;
    }
    .scRec_comp2 {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 10px;
        font-weight: bold;
    }
    .scRec_comp2.is-logo {
        padding-right: 95px;
    }
    .scRec_ttl{
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 10px;
    }
    .scRec_ttl.is-logo {
        padding-right: 95px;
    }
    .scRec_txt {
        margin-bottom: 10px;
    }
    .scRec_tag{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .scRec_tag li{
        margin: 2px 0;
        margin-right: 5px;
        padding: 3px 4px;
    }
    .scRec_cnt{
        margin-top: 20px;
        padding-top: 20px;
    }
    .scRec_datebx {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-bottom: 10px;
    }
    .scRec_datebx .img {
        width: 100px;
        height: 65px;
        overflow: hidden;
        position: relative;
    }
    .scRec_datebx .img img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        transition: transform .8s cubic-bezier(.43,.05,.17,1);
    }
    .scRec_date{
        width: -webkit-calc(100% - 100px);
        width: calc(100% - 100px);
        box-sizing: border-box;
        display: block;
        margin-bottom: 0;
        padding-right: 15px;
    }
    .scRec_date li{
        font-size: 13px;
        margin: 0 0 10px;
        padding-left: 63px;
        position: relative;
    }
    .scRec_date li span{
        position: absolute;
        top: 0;
        left: 0;
        width: auto;
        padding-left: 15px;
        margin-right: 0;
    }
    .scRec_date li span:before {
        top: 4px;
        width: 12px;
        height: 12px;
    }
    .scRec_lst{
        display: block;
    }
    .scRec_box .lst{
        width: 100%;
    }
    .scRec_box .img {
        margin: 0;
    }
    .scRec_box .box{
        display: block;
        margin-bottom: 10px;
    }
    .scRec_box .box dt{
        font-size: 13px;
        width: auto;
        margin-bottom: 5px;
    }
    .scRec_box .box dd{
        font-size: 13px;
        width: 100%;
    }
    .scRec_box .boxtxt {
        font-size: 13px;
        padding-top: 5px;
    }
    /*
    .scRec_box .img {
        padding-top: 20px;
    }

    .scRec_box .img img{
        width: 100%;
        height: auto;
    }
    */
    .scRec_btn{
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 20px;
    }
    .scRec_btn li{
        width: 32%;
        margin: 0;
    }
    .scRec_btn .b_btn a {
        height: 45px;
        font-size: 14px;
    }
    .search_no {
        padding-top: 15px;
    }
    .c-mainMvttl_wrap {
        height: 120px;
        margin: 0;
    }
    .c-mainMvttl_wrap.it {
        background: #fff url("/cmn4/img/sp/search_mv_it.jpg?data=20230126") no-repeat right bottom;
        background-size: 375px auto;
    }
    .c-mainMvttl_wrap.sales {
        background: #fff url("/cmn4/img/sp/search_mv_sales.jpg?data=20230126") no-repeat right bottom;
        background-size: 375px auto;
    }
    .c-mainMvttl_wrap.creator {
        background: #fff url("/cmn4/img/sp/search_mv_creator.jpg?data=20230126") no-repeat right bottom;
        background-size: 375px auto;
    }
    .c-mainMvttl_wrap.uij {
        background: url("/cmn3/img/sp/search_mv_uij.jpg?data=202108262") no-repeat center bottom / cover;
    }
    .c-mainMvttl_wrap.urgent {
        background: #fff url("/cmn4/img/sp/search_mv_urgent.jpg?data=20230126") no-repeat right bottom;
        background-size: 375px auto;
    }
    .c-mainMvttl_wrap.osaka {
        background: #fff url("/cmn4/img/sp/search_mv_osaka.jpg?data=20230126") no-repeat right bottom;
        background-size: 375px auto;
    }
    .c-mainMvttl_wrap.remote {
        background: #fff url("/cmn4/img/sp/search_mv_hurry.jpg?data=20230126") no-repeat right bottom;
        background-size: 375px auto;
    }
    .c-mainMvttl_in {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .c-mainMvttl_wrap .c-mainMv-ttl {
        font-size: 16px;
        line-height: 1.4;
        text-align: left;
    }
    .c-mainMvttl_wrap .c-mainMv-ttl span {
        font-size: 12px;
        margin: 0 0 12px 0;
        padding: 5px 10px;
    }
    .scRec_seobox {
        background: #f4f6f7;
        margin: 0;
        padding: 0 20px 40px 20px;
    }
}/*@media*/
@media only screen and (max-width: 374px) {
    .scKey_box {
        display: block;
    }
    .scKey_box .lst {
        margin-left: 0;
        padding: 5px 0 0;
    }
    .schd_wrap {
        display: block;
    }
    .schd_wrap .lst {
        padding-top: 10px;
    }
    .scSc_box .select a {
        width: 85px;
        padding: 14px 14px;
    }
}/*@media*/
