@charset "UTF-8";

iframe{
  width: 100%;
  height: calc(100vh - 115px);
}

.bl_breadcrumb {
    font-size: 12px;
    padding: 5px 0;
    border-bottom: 1px solid var(--borderColorLight);
    background: var(--white);
}

.bl_breadcrumb_inner_file {
    position: relative;
    width: calc(100vw - 410px);
    min-width: 635px;
    height: 32px;
    display: flex;
    margin: 0 auto;
    justify-content: flex-end;
}

    .bl_breadcrumb_inner_file p:not(:first-child) {
        margin-left: 8px;
    }

    .bl_breadcrumb_inner_file a {
        color: var(--textLink);
        position: relative;
        display: inline-block;
    }

        .bl_breadcrumb_inner_file a:hover {
            text-decoration: underline;
        }

.el_download_btn{
  font-size: 14px;
  position: absolute;
  right: -190px;
  top: 1px;
  letter-spacing: .08em;
}

.el_download_btn img{
  margin-right: 4px;
  width: 14px;
}

.el_download_btn:disabled {
    background: gray;
}

.el_btn_primary {
    color: #fff;
    background: linear-gradient(to right, #3361E8, #2BBBEA);
}

.el_btn_primary:hover {
    opacity: .85;
}

.el_btn_primary:focus {
    box-shadow: 0 0 0 2px rgba(47,138,233,.5);
}

.el_btn_primary.disabled {
    color: #A3A6AD;
    background: #DFE0E6;
    pointer-events: none;
    box-shadow: none;
}

.file_mask {
    background: rgba(0, 0,0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}

.modal-content-noauth {
    background: #fff;
    width: 480px;
    border-radius: 4px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0 auto;
    z-index: 101;
    text-align: center;
    padding: 50px 0px 30px;
    font-size: 15px;
}

.membership-info {
    margin-bottom: 20px;
    line-height: 150%;
}

.highlight-text {
    font-weight: bold;
    margin-left: -5px;
}

.el_div_noAuth_form {
    margin-top: 10px;
}

.bl_login_btn {
    margin-bottom: 14px;
    width: 280px;
    height: 42px;
}

.el_noAuth_login {
    width: 280px;
    height: 42px;
    margin-bottom: 10px;
    border: 2px solid #3361E8;
    background: #fff;
    color: #3361E8;
    padding: 14px 37px;
}

.goodbutton-block {
    margin-right: 140px;
}

#goodButton {
    position: relative;
    margin-right: -112px;
    border-radius: 100vh;
    padding: 7px 13px 7px 33px;
}

    #goodButton:hover {
        opacity: .85;
    }

#goodImg {
    position: absolute;
    top: 7px;
    left: 5px;
    width: 20px;
    object-fit: cover;
    z-index: 1;
    margin-left: 4px;
}

.ly_header{
    z-index: 102;
}

.no_admin{
    padding: 35px 0 30px;
}

.key_icon {
    vertical-align: -2px;
}

.no_member_text {
    margin-left: -5px;
}

.after_second_line {
    line-height: 2.5;
}

.el_modal_key_icon {
    vertical-align: -2px;
}

.el_modal_bold_text {
    font-weight: bold;
    margin-left: -5px;
    font-size: 20px;
}

.el_modal_text {
    margin: 20px 0 0;
    line-height: 1.5;
}

.bl_modal_check_text {
    margin: 20px 0 0;
    text-align: left;
    display: inline-block;
    line-height: 1.7;
}

.el_modal_check_icon {
    vertical-align: middle;
    margin: 0 5px 0 0;
}

/* SP版表示用CSS */
@media (min-width: 320px) and (max-width: 992px) {

    .bl_breadcrumb {
        min-width: 0;
    }

    .bl_breadcrumb_inner_file {
        position: relative;
        width: calc(100vw - 410px);
        height: 32px;
        display: flex;
        margin: 0 auto;
        justify-content: center;
        min-width: 0;
    }

    .el_download_btn {
        font-size: 12px;
        position: relative;
        top: 1px;
        right: 0px;
    }

    .button-text {
        white-space: nowrap;
        font-size: 12px;
    }

    .goodbutton-block {
        margin-left: 10px;
    }

    .el_file_download_text {
        white-space: nowrap;
        font-size: 12px;
    }
}