/* アフィリエイト */

.modal .modal-dialog .modal-content.share-modal-content {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 13px #00000021;
    border-radius: 7px!important;
}
.jobd-support {
    text-align: center;
    margin: 20px 0 25px;
}
#share-modal .modal-body {
    font-size: 1.2rem;
    text-align: center;
    padding: 50px 30px;
}
#share-modal .modal-body h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    text-align: left;
}
#share-modal .modal-text {
    font-size: 1rem;
    color: #828282;
    text-align: left;
    margin-bottom: 65px;
}

#share-modal .sns-links_list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}

#share-modal .sns-links_item:first-child {
    margin-left: 0;
}

#share-modal .sns-links_item {
    width: 100%;
}

#share-modal .sns-links_item img {
    width: 60%;
}

#share-modal .modal-dialog {
    max-width: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    margin: auto;
    pointer-events: none;
}

.jobd-btntop-sp .jobd-share {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #D9D9D9;
    font-size: 1.6rem;
    text-align: center;
    border: unset;
    color: #989898;
    float: right;
}

/*PC*/
@media screen and (min-width: 960px) {
    .jobd-support .shareable-btn {
        color: #272727;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 15px #00000024;
        border-radius: 39px;
        font-size: 0.87rem;
        padding: 0.8em 1.5em;
        width: 60%;
        min-width: 210px;
        margin: 0 auto;
    }
}
