/* ------search--------- */

#search {
    padding-bottom: 60px;
}

#search h2 {
    position: relative;
    padding: 2px 0 2px 64px;
}

#search h2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    margin: auto;
    display: block;
    width: 48px;
    height: 48px;
    background: url(../img/icon_search_bl.svg) no-repeat center;
    background-size: 70%;
}

#select_area {
    margin: 30px 0 0;
    padding: 0 1.5%;
}

.selectsearch_ttl {
    padding-bottom: 5px;
    color: #1d2129;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
}


/*tab*/

ul.tab_btn {
    position: relative;
    border-bottom: 4px solid #8fc31f;
    text-align: center;
}

ul.tab_btn:after {
    content: "";
    display: block;
    clear: both;
}

ul.tab_btn li {
    float: left;
    margin-right: 0.5%;
    width: 19.6%;
    background: #fff;
    text-align: center;
}

ul.tab_btn li:last-child {
    margin-right: 0;
}

ul.tab_btn li a {
    display: block;
    color: #00a33e;
    font-size: 13px;
    font-weight: bold;
    line-height: 32px;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

ul.tab_btn li a:hover {
    /* color: #fff; */
    background: #fafafa;
}

ul.tab_btn li.select a,
ul.tab_btn li.select a:hover {
    background: #8fc31f;
    color: #fff;
}

.tab_area {
    padding: 20px 0 0;
    background: #fff;
    border-right: 4px solid #8fc31f;
    border-bottom: 4px solid #8fc31f;
    border-left: 4px solid #8fc31f;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.hide {
    display: none;
}


/**/

.tab_content {
    margin: 0 10px
}

.tab_content:after {
    content: "";
    display: block;
    clear: both;
}

.tab_content input {
    padding-right: 5px;
}

.list_detail:after {
    content: "";
    display: block;
    clear: both;
}

.list_detail li {
    float: left;
    position: relative;
}

#skills .list_detail li,
#salarys .list_detail li,
#skills .list_detail li {
    width: 24.4%;
    margin: 0 0.8% 0 0;
}

#skills .list_detail li:nth-child(4n),
#salarys .list_detail li:nth-child(4n) {
    margin-right: 0;
}

#industrys .list_detail li,
#areas .list_detail li,
#persistences .list_detail li {
    width: 32.7%;
    margin: 0 0.95% 5px 0;
}

#industrys .list_detail li:nth-child(3n),
#areas .list_detail li:nth-child(3n),
#persistences .list_detail li:nth-child(3n) {
    margin-right: 0;
}

.list_detail li input[type="checkbox"] {
    position: absolute;
    display: none;
}

.tab_content label {
    display: block;
    padding: 0 10px 0 36px;
    border: 1px solid #ffffff;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.tab_content label:before,
.tab_content label:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4px;
    margin: auto;
    display: block;
    width: 24px;
    height: 24px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.tab_content label:before {
    z-index: 1;
    background: #eee;
    border: 2px solid #fff;
}

.tab_content label:after {
    visibility: hidden;
    z-index: 2;
    background: url(../img/icon_check.svg) no-repeat center center;
    background-size: 60% 60%;
}

.tab_content input[type="checkbox"]:checked+label:before {
    background: #8fc31f;
}

.tab_content input[type="checkbox"]:checked+label:after {
    visibility: visible;
}

.tab_content label:hover {
    background: #f2f6f6;
}

.tab_content label a {
    color: #333;
    text-decoration: underline;
    font-size: 12px;
    font-weight: bold;
    line-height: 28px;
}

.tab_content label a:hover {
    color: #388ab3;
}

#select_list {
    position: relative;
    padding: 10px 20px;
    border: 2px solid #388bb3;
    margin: 40px 15px 20px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#select_list:before {
    position: absolute;
    top: -20px;
    left: 0;
    display: block;
    padding: 0 10px;
    background: #388bb3;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 2px 2px 0 0;
    -ms-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    content: "選択中の条件";
}

#select_list:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -25px;
    margin: auto;
    display: block;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top: 10px solid #388bb3;
}

#show {
    overflow: hidden;
}

#show p {
    color: #4b4f56;
    line-height: 24px;
    text-align: center;
    word-wrap: break-word;
}

#input_btn {
    text-align: center;
    margin: 0;
    padding: 0 0 15px;
}

#input_btn input[type="submit"] {
    position: relative;
    margin: auto;
    width: 280px;
    height: 48px;
    border-bottom: 2px solid #00a33e;
    background: #8fc31f;
    background-image: url(../img/icon_search_wt.svg);
    background-repeat: no-repeat;
    background-size: 25px 30px;
    background-position: left 15px center;
    color: #fff;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
}

#input_btn input[type="submit"]:hover {
    top: 2px;
    padding-bottom: 2px;
    border-bottom: 0 solid #999;
}


/**/

.searchBox {
    position: relative;
    width: 720px;
    padding: 30px;
    background-color: #f2f2f2;
}

.searchbox_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/btn_close_modal.svg) no-repeat center center;
    background-size: contain;
    cursor: pointer;
}

.searchbox_btn:hover {
    opacity: .7;
}

.selectsearch_notes {
    display: none;
    padding: 5px;
    margin: 15px 20px 10px;
    background: #f2f6f6;
}

.selectsearch_notes li {
    margin: 2px 0;
    color: #666;
    font-size: 9px;
    line-height: 1.5;
    text-indent: -0.9em;
    padding-left: 0.9em;
}

.selectsearch_notes li:before {
    content: "※";
}


/*Keyword_search*/

#kwsearch {
    margin: 20px auto 0;
    padding: 0 1.5% 10px;
    /* border-bottom: 1px solid #ddd; */
}

.kwsearch_ttl {
    display: inline-block;
    font-size: 13px;
    line-height: 28px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 0 10px;
    margin-bottom: -3px;
    width: 180px;
    background: #8fc31f;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

#kwsearch form {
    display: block;
}

#kwsearch form:after {
    display: block;
    clear: both;
    content: "";
}

#kwsearch form input[type="text"] {
    padding: 2px 10px;
    width: 75%;
    font-size: 14px;
    border: 3px solid #8fc31f;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 0 4px 4px 4px;
    -ms-border-radius: 0 4px 4px 4px;
    -webkit-border-radius: 0 4px 4px 4px;
    border-radius: 0 4px 4px 4px;
}

#kwsearch form input[type="submit"] {
    position: relative;
    border-bottom: 2px solid #00a33e;
    margin-left: 2.5%;
    padding: 4px 10px;
    width: 22.5%;
    height: 48px;
    color: #fff;
    text-indent: .5em;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    background: #8fc31f;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-image: url(../img/icon_search_wt.svg);
    background-repeat: no-repeat;
    background-size: 25px 30px;
    background-position: left 15px center;
}

#kwsearch form input[type="submit"]:hover {
    top: 2px;
    padding-bottom: 2px;
    border-bottom: 0 solid #999;
}


/*hotwords*/

#hotwords {
    margin: 15px auto 0;
}

#hotwords>p {
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    color: #4b4f56;
}

#hotwords ul {
    margin: 5px 0 0;
    font-size: 11px;
    font-weight: bold;
}

#hotwords ul:after {
    display: block;
    clear: both;
    content: "";
}

#hotwords ul li {
    float: left;
    margin: 2px 4px 2px 0;
}

#hotwords ul li:last-child {
    margin-right: 0;
}

#hotwords ul li a {
    display: block;
    color: #fff;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    padding: 0 8px;
    background: #7fbec7;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#hotwords ul li a:hover {
    background: #388bb3;
}