/*#############################################################################
    求職者画面 求人情報詳細
#############################################################################*/

/*=========================================================
    レイアウト関連
=========================================================*/
.header {
    border-bottom: solid 4px #fda500 !important;
    font-size: 24px;
    padding: 0 0 6px 20px;
}

.header-sub {
    border-left: solid 8px #fda500 !important;
    padding-left: 14px;
}

@media screen and (min-width: 960px) {
    .gift-money-dl {
        display: none;
    }
}

.gift-money-dl > p {
    margin: 6px 0;
}

.salon-text {
    font-size: 22px;
}

.text-upper {
    font-size: 18px;
}

@media screen and (max-width: 960px) {
    .salon-text {
        font-size: 18px;
    }

    .text-upper {
        font-size: 14px;
    }

    .smart-text-resizer {
        font-size: 12px !important;
    }
}

/*=========================================================
    ボタン関連
=========================================================*/
.uk-button {
    font-size: 16px;
}

.img-figure {
    height: 100%;
}

.detail-img {
    width: 100%;
    height: unset;
    max-height: 100%;
    object-fit: scale-down;
}

/* 調整が必要だったら */

@media screen and (max-width: 960px) {
    .detail-img {
        width: 100%;
        max-height: 100%;
        height: unset;
        object-fit: scale-down;
    }
}

/*=========================================================
    レスポンシブのクラス
=========================================================*/


.responsive-padding {
    padding: 10px;
}


@media screen and (max-width: 960px) {
    .hide-when-mobile {
        display: none !important;
    }

    .responsive-padding {
        padding: 5px;
    }

    .responsive-padding p {
        margin-bottom: 5px !important;
    }

    .uk-description-list > dt:nth-child(n+2) {
        margin-top: 12px;
    }
}

@media screen and (min-width: 960px) {
    .hide-when-pc {
        display: none !important;
    }
}


/*=========================================================
    求人のイントロを調整するクラス
=========================================================*/

/* 管理画面のイントロ編集と同じになるようにする */
.intro p {
    margin: 0;
}

.figure-map {
    border: 0px solid rgb(0, 0, 0);
    width: 100%;
    height: 280px;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    margin: 20px auto;
    z-index: 50;
}

.iframe-map {
    border: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 50;
}



.uk-breadcrumb3 li {
    list-style: none;
    display: inline-block;
    padding-right: 20px;
}


#breadcrumb {
    max-width:100%;
    overflow-x:auto
}

#breadcrumb{ overflow-x: none;}

#breadcrumb a {
    white-space: unset !important;
}

ul#breadcrumb3 li.occupation:before {
    content: "," !important;
}
    /* .uk-breadcrumb2>:nth-child(n+2):not(.uk-first-column)::after {
        color: #999;
        content: "," !important;
        display: inline-block;
        font-size: .875rem;
        margin: 0 20px 0 16px;
    } */


/*=========================================================
    レスポンシブの各種微調整
=========================================================*/
@media screen and (max-width: 600px) {



}