<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
@deprecated
zIndexの接頭辞付きのものに行こうする
*/

.contents-Fixed.terms {
    padding: 90px 0 0 0;
}

.frame-B_re, .terms .frame-B_re{
    /* width: 300px; */
    width: 100%;
    max-height: calc(100vh - 170px);
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(0, 0, 0, 0.6);
    height: calc(100% - 170px);
    position: absolute;
    top: 90px;
    /* left: 10px; */
    overflow: auto;
}

.terms .frame-B_re{
    max-height: calc(100vh - 100px);
    height: calc(100% - 100px);
}

.contents-Fixed .inner-BG{
    /* width: 100%; */
    background-color: transparent;
}

.inner-contents_re{
    padding: 5px 0px;
    /*padding: 5px 20px; kubota20250423*/
    /* width: 290px; */
    color: #ffff;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 100;
}

.terms_head_re{
    height: 19px;
    width: 100%;
    margin-bottom: 15px;
    background-image: url(/images/modules/box_border.png);
    line-height: 19px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #eee;
} </pre></body></html>