@charset "UTF-8";

/* PC表示用スタイル */
.editor-pick.scroll-mode {
    overflow-x: auto;
    white-space: nowrap;
}

.editor-pick.scroll-mode .editor-pick-tbl {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}

.editor-pick-tbl tr {
    width: 30% !important;
    display: inline !important;
    border: 0px none;
}

.editor-pick-tbl table {
    display: table;
    float: left;
    margin: 0 0 3px 20px;
}

.editor-pick {
    margin-top:5px;
    display: flex;
}


.editor-pick-tbl tr {
    border: 0px none;
}

.editor-pick-tbl td {
    border: 0px none;
}

.editor-pick-tbl .tr_edt_tbl_row1 {
    height: 20px;
}

.pickup_link {
    white-space: nowrap;
}

.pickup_link table {
    white-space: normal;
    width: 225px;
}

.td_img {
    height: 60px;
    max-height: 60px;
    padding: 0px !important;
}

.td_img img {
    height: 70px;
    width: 100%;
    object-fit: contain;
}

.tr_edt_tbl_row1 td {
    padding: 5px;
    width: 50%;
}

.tr_edt_tbl_row2 {
    padding: 0px;
    width: 100%;
}

.tr_edt_tbl_row2 td {
    width: 100%;
}

.td_comName {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    vertical-align: top;
}

.pre-kbn-label {
    font-weight: bold;
    border-radius: 4px;
    display: table;
    padding: 0px 6px;
    color: #000;
}

.pre-kbn-recruit {
    background-color: #FFA500;
}

.pre-kbn-intern {
    background-color: #FFFF00;
}

.td_comName .comName {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    word-break: break-all;
    overflow-wrap: break-word;
    max-width: 100%;
}

.td_appeal {
    width: 100%;
    /* height: 70px; */
    padding: 5px 10px;
    font-size: 12px;
    color: #666;
    box-sizing: border-box;
}

.td_appeal .appeal {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    word-break: break-all;
    overflow-wrap: break-word;
    max-width: 100%;
}

/* SP表示用スタイル */
.editor-pick-sp {
    padding: 0 10px;
}

.editor-pick-slider {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 5px 0 0 0;
}

.editor-pick-slider > div {
    flex: 0 0 104px;
    min-width: 104px;
    max-width: 104px;
}

.editor-pick-slider figure {
    margin: 0;
    padding: 0;
    width: auto;
    height: 90px;
    background: #fff;
    position: relative;
    border: 4px solid #fff;
    border-image-slice: 1;
    background-clip: content-box;
}

.editor-pick-slider figure img {
    max-width: 97%;
    max-height: 97%;
    width: auto;
    height: auto;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.balloon2-top {
    position: relative;
    display: inline-block;
    margin: 0;
    /* min-width: 120px; */
    max-width: 100%;
    color: #404040;
    font-size: 12px;
    background: #FFF;
    border: solid 2px #fff;
    box-sizing: border-box;
    border-radius: 4px;
    line-height: 1.5;
}

.balloon2-top::before {
    content: '';
    position: absolute;
    top: -11px;
    left: 50%;
    margin-left: -6px;
    border: 6px solid transparent;
    border-bottom: 6px solid #FFF;
    z-index: 2;
}

.balloon2-top::after {
    content: '';
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-bottom: 8px solid #fff;
    z-index: 1;
}

.balloon2-top1 {
    padding: 3px;
}

.balloon2-comnm {
    font-weight: bold;
    font-size: 11px;
    margin: 0 0 4px 0;
    color: #333;
    line-height: 1.3;
}

.balloon2-top1 p:not(.balloon2-comnm) {
    font-size: 10px;
    color: #666;
    line-height: 1.3;
    margin: 0;
}

.more-show-btn {
    display: inline-block;
    color: #2aabe4;
    text-decoration: none;
    font-size: 11px;
    white-space: nowrap;
}

.more-show-btn::after {
    display: inline-block;
}

/* レスポンシブ対応 */
@media (min-width: 768px) {
    .pc_none {
        display: none !important;
    }
    .pre-kbn-label {
        font-size: 12px;
        margin: 5px 0 5px 20px;
    }
}

@media (max-width: 767px) {
    .sp_none {
        display: none !important;
    }
    .pre-kbn-label {
        font-size: 9px;
        margin: 0;
    }
}
