@charset "utf-8";


.result .l-main {
    padding-bottom: 50px;
}

.result-title {
    padding: 15px 20px;
}

.result-title a {
    display: inline-block;
    width: 13px;
    margin-right: 10px;
    vertical-align: middle;
}

.result-title h1 {
    display: inline-block;
    color: #888;
    font-weight: bold;
    font-size: 15px;
    font-size: 1.5rem;
    vertical-align: middle;
}


.result-main {
    padding: 15px;
}

.result-internship .result-main {
    padding: 0 15px;
}

.refine-more {
    background-color: #fff;
}

.refine-more a {
    display: block;
    padding: 15px;
}

.refine-more a img {
    width: 32px;
    margin-right: 15px;
    vertical-align: middle;
}

.refine-more a span {
    color: #888;
    font-size: 16px;
    vertical-align: middle;
}

@media print, screen and (min-width: 769px) {
    .result .l-main {
        padding-top: 20px;
    }
    
    .result-title {
        margin-bottom: 20px;
    }
    
    .result-internship .result-title {
        margin: 0;
    }
    
    .result-title a {
        margin-right: 20px;
    }
    
    .result-title h1 {
        font-size: 20px;
    }
    
    .result-main {
        margin-bottom: 35px;
    }
    
    .refine-more {
        margin-bottom: 50px;
    }
    
    .refine-more a {
        padding: 25px;
        border: 1px solid #eee;
        border-radius: 3px;
    }
    
    .refine-more a span {
        font-size: 18px;
        font-weight: bold;
    }
}


/* 企業カード ------------------------------------- */

.result-card {
    margin-bottom: 15px;
    padding: 20px 15px;
    border-radius: 3px;
}

.result-card-title {
    margin-bottom: 5px;
}

.result-card-title a {
    color: #02a89d;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25;
    letter-spacing: 1px;
}

.result-card-info p {
    display: inline-block;
    letter-spacing: 1px;
    line-height: 1.25;
}

.result-card-info p:first-child {
    margin-right: 10px;
}

.result-card-info .result-card-intro {
    display: block;
    margin: 5px 0 10px;
    color: #777;
}

.result-card-thumb {
    width: 100%;
    margin-bottom: 15px;
}

.result-card-thumb img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.result-card-operation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* お気に入りボタン */

.result-card-favorite {
    display: inline-block;
    margin: 0 10px;
}

.result-card-favorite img {
    width: 25px;
}

.result-card-favorite span {
    display: none;
}

.result-card-readmore {
    display: inline-block;
    padding: 13px 20px;
    border: 1px solid #02a89d;
    border-radius: 5px;
    background-color: #02a89d;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: .5px;
    text-align: center;
    text-indent: .5px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media print, screen and (min-width:769px) {
    .result-card {
        padding: 30px 15px 45px;
        border-bottom: 1px solid #eee;
    }
    
    .result-card-title {
        margin-bottom: 20px;
    }
    
    .result-card-title a {
        font-size: 22px;
    }
    
    .result-card-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 25px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    
    .result-card-info {
        width: auto;
        padding-left: 20px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    
    .result-card-info p {
        display: block;
        margin-bottom: 10px;
    }
    
    .result-card-info .result-card-intro {
        line-height: 1.5;
    }
    
    .result-card-thumb {
        width: 39%;
        margin: 0;
    }
    
    .result-card-readmore {
        width: 49%;
        width: calc(50% - 10px);
        padding: 20px;
        font-size: 18px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    
    .result-card-readmore:hover {
        opacity: .7;
    }
    
    .result-card-favorite {
        width: 49%;
        width: calc(50% - 10px);
        margin: 0;
        border: 2px solid #eee;
        border-radius: 5px;
        font-size: 18px;
        text-align: center;
        cursor: pointer;
    }
    
    .result-card-favorite:hover {
        background-color: #f7f7f7;
    }
    
    .result-card-favorite img {
        width: 20px;
        vertical-align: middle;
    }
    
    .result-card-favorite span {
        display: inline-block;
        color: #888;
        font-weight: bold;
        line-height: 56px;
        vertical-align: middle;
    }
}

/* ページネーション */

.result-pagination-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.result-pagination-item {
    width: 49%;
    width: calc(50% - 5px);
}

.result-pagination-btn {
    display: block;
    position: relative;
    padding: 15px 0;
    border: 1px solid #eee;
    border-radius: 5px;
    background-color: #fff;
    color: #02a89d;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.result-pagination-prev::before,
.result-pagination-next::after {
    border-right: 1px solid #02a89d;
    border-top: 1px solid #02a89d;
    content: "";
    height: 8px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    width: 8px;
}

.result-pagination-prev::before {
    left: 12px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.result-pagination-next::after {
    right: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.result-pagination-btn.result-pagination-inactive {
    color: #aaa;
}

.result-pagination-prev.result-pagination-inactive::before,
.result-pagination-next.result-pagination-inactive::after {
    border-color: #aaa;
}

@media print, screen and (min-width: 769px) {
    .result-pagination {
        width: 500px;
        margin: auto;
        margin-top: 30px;
    }
    
    a.result-pagination-btn:hover {
        border-color: #02a89d;
    }
}


/* Banner ------------------------------------ */

.result .banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 30px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.banner-item {
    display: block;
    width: 49%;
}

.banner-item img {
    width: 100%;
    height: auto;
}

.banner-item .banner-pc {
    display: none;
}

@media print, screen and (min-width: 768px) {
    .result .banner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 980px;
        margin: auto;
        padding: 0 15px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    .banner-item {
        width: 49%;
        width: calc(50% - 5px);
    }
    
    .banner-item:first-child {
        margin: 0;
    }
    
    .banner-item .banner-sp {
        display: none;
    }
    
    .banner-item .banner-pc {
        display: block;
    }
}


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

.result-card-member .result-card-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.result-card-member .result-card-thumb {
    width: 100px;
    height: 100px;
    margin: 0;
    border-radius: 50%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.result-card-member .result-card-info {
    padding-left: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.last-login {
    width: 100%;
    margin-top: 10px;
    color: #555;
    letter-spacing: .5px;
}

@media print, screen and (min-width: 769px) {
    .result-member .l-main {
        max-width: 800px;
    }
    
    .result-card-member .result-card-main {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    
    .result-card-member .result-card-thumb {
        width: 130px;
        height: 130px;
    }
    
    .last-login {
        margin-top: 15px;
        font-size: 14px;
    }
}


/* インターンシップ検索結果 ------------------------------ */

@media print, screen and (min-width: 769px) {
    .result-internship .result-card-thumb {
        width: 39%;
    }
    
    .result-internship .result-card-info {
        width: auto;
        padding-left: 20px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    
    .result-internship .result-card-readmore {
        width: 39%;
    }
}