@charset "utf-8";


@media print, screen and (min-width: 769px) {
    #refine .l-main {
        width: 80%;
        max-width: 800px;
        padding: 50px 40px 80px;
    }
}

/* Tab Title --------------------------------- */

.refine-title {
    position: relative;
    height: 50px;
    padding: 17.5px 15px;
}

.refine-title-item {
    display: none;
}

.refine-title-item.show {
    display: block;
    color: #848484;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px;
}

@media print, screen and (min-width: 769px) {
    .refine-title {
        height: 60px;
        padding: 19.5px 20px;
        margin-bottom: 45px;
        background-color: #f4f4f4;
    }
    
    .refine-title-item.show {
        font-size: 20px;
    }
}

/* （企業）スキル検索ページへ移動するボタン */

.moving-btn {
    padding: 15px;
    border-bottom: 1px solid #eee;
    background-color: #fff;
    text-align: right;
}

.moving-btn a {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    background-color: #02a89d;
    color: #fff;
    font-weight: bold;
    line-height: 2;
    font-size: 14px;
    letter-spacing: 2px;
    text-indent: 2px;
}

@media print, screen and (min-width: 769px) {
    .refine-member .refine-title {
        margin-bottom: 0;
    }
    
    .moving-btn {
        padding: 15px 0;
    }
    
    .moving-btn a {
        font-size: 16px;
    }
}

/* Tab Buttons ------------------------------- */

.refine-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.refine-tab-item {
    width: 33.3%;
    width: calc(33.3% - .5px);
    border-bottom: 1px solid #b7b7b7;
}

.refine-tab-item.selected {
    border-bottom: 1px solid #2e6db1;
}

.refine-tab-item a {
    display: inline-block;
    width: 100%;
    padding: 25px 0 15px;
    color: #b7b7b7;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    text-indent: 1px;
    white-space: nowrap;
}

.refine-tab-item.selected a {
    color: #2e6db1;
}

@media print, screen and (min-width: 769px) {
    .refine-tab-item.selected {
        border-width: 3px;
    }
    
    .refine-tab-item:hover {
        background-color: #f9f9f9;
    }
    
    .refine-tab-item a {
        padding-bottom: 20px;
        font-size: 20px;
    }
}

/* Tab Contents ------------------------------ */

.refine-content {
    display: none;
}

.refine-content.show {
    display: block;
    padding: 0 15px;
}

.refine-content-item {
    display: block;
    position: relative;
    padding: 15px 10px 10px;
    border-bottom: 1px solid #b7b7b7;
}

.refine-content-item:last-of-type {
    border-color: transparent;
}

#content02 .refine-content-item {
    padding: 18px 10px;
}

.refine-content-title {
    margin-bottom: 10px;
    color: #676767;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px;
}

#content02 .refine-content-title {
    margin-bottom: 0;
}

.refine-content-detail {
    height: 36px;
    padding-right: 40px;
    color: #b7b7b7;
    font-size: 12px;
    letter-spacing: .5px;
    line-height: 1.5;
}

.refine-content .icon-plus {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media print, screen and (min-width: 769px) {
    .refine-content-title {
        font-size: 18px;
    }
    
    .refine-content.show {
        padding: 0;
    }
    
    .refine-content-item {
        padding: 25px 10px 20px;
    }
    
    .refine-content-item:hover {
        background-color: #f9f9f9;
    }
    
    .refine-content-item:last-of-type {
        border-color: #b7b7b7;
    }
    
    #content02 .refine-content-item {
        padding: 23px 10px;
    }
    
    .refine-content-detail {
        color: #777;
        font-size: 14px;
    }
    
    .refine-content-detail br {
        display: none;
    }
    
}


/* 求職者検索
============================================== */

.refine-member .refine-tab-item {
    width: 49.8%;
    width: calc(50% - .5px);
}

.refine-member .refine-content-item {
    padding: 18px 10px;
}

.refine-member .refine-content-title {
    margin-bottom: 0;
}

@media print, screen and (min-width: 769px) {
    .refine-member .l-main {
        width: 80%;
        max-width: 800px;
        padding: 50px 40px 80px;
    }
    
    .refine-member .refine-content-item {
        padding: 23px 10px;
    }
    
}