@charset "UTF-8";
.download-subitem{
    border-left: 5px solid #d7e4f4;
    padding-left: 5px;
}

/* ダウンロードボタン ファイルなしor取得前 */
.download-file button.nofile{
    color: #CCC !important;
    border-color: #CCC !important;
    pointer-events: none;
}
.download-file button.nofile:hover{
    transform: scale(1.0);
}

/*--ダウンロード確認(3D図面用)--*/
.threed-area{
    min-height:280px;
}
.download-file div.model3d{
    width: 350px;
    height: 250px;
    padding: 0px;
    text-align: left;
}
@media screen and (max-width: 380px) {
    .download-file div.model3d{
        width: 252px;
        height: 180px;
        padding: .6rem 0px;
        text-align: left;
    }
}
.download-file div.model3d .row{
    margin-left: 0;
    margin-right: 0;
}

.download-file div.model3d button.btn{
    width: calc(100% - 40px);
}

.download-file div.model3d .threed_canvas{
    margin-top: .6rem;
    width: 100%;
    min-height: 200px;
    background: #efefef;
    position:relative;
}

.threed_loading{
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.threed_noimage{
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

/* ツールチップ表示用ボタン */
.download-file div.model3d a.btn{
    background: #fff !important;
    color: #0C53B3 !important;
    border: 1px solid #0C53B3 !important;
    margin: auto 3px auto 6px;
}

.download-file div.model3d a.btn.btn-circle{
    height: 24px;
    width: 24px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.7rem;
}

.download-file div.model3d a.btn.btn-circle:hover{
    color: #2f72ca !important;
}

.download-file div.model3d a.btn-circle i{
    padding: 0 !important;
}
.tooltip-inner{
    max-width:300px;
    text-align: start;
}
/* /ツールチップ表示用ボタン */

.threed_loader,
.threed_loader:after {
    border-radius: 50%;
    width: 4.5em;
    height: 4.5em;
}
.threed_loader {
    margin: 0 auto;
    font-size: 14px;
    position: relative;
    border-top: 0.6em solid rgba(0,121,205, 0.2);
    border-right: 0.6em solid rgba(0,121,205, 0.2);
    border-bottom: 0.6em solid rgba(0,121,205, 0.2);
    border-left: 0.6em solid #0079cd;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.threed_loader + p{
    margin: 1rem 0 0;
    font-size: 1rem;
    text-align: center;
}

.logo-3d{
    margin-left:0px;
}
.logo-3d .logo-3d-l{
    padding: 0px;
    width:30px;
}
.logo-3d img{
    width:24px;
}
.logo-3d .logo-3d-r{
    padding-left: 0px;
    padding-right: 0px;
}
.logo-3d-text{
    width:calc(100% - 30px);
    padding-left: 30px;
    font-size:0.75rem;
    padding-bottom: 1rem;
}
.logo-3d-text a{
    color:#0C53B3;
}
.logo-3d-text a:hover{
    text-decoration:underline;
}