﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese');*/

body {
    font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
}

@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, body {
        font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
}

@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6 {
        font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
    }
}



a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: #f8f9fa;
}

main {
    visibility: hidden;
}

    main .container {
        padding: 80px 15px 45px;
    }

.content-header {
    margin: 1em 0 1em 0;
}

.footer {
    background-color: #f5f5f5;
    padding: 15px 15px 15px 15px;
}

/*.footer > .container {
        padding: 15px 15px 15px 15px;
    }*/

.notify {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50% !important;
    margin-left: 1px;
}

    .notify.notify-comlated {
        background-color: #999 !important;
        border-color: #999 !important;
        color: #ddd !important;
    }

    .notify.notify-comment {
        background-color: #6CC3D5;
        border-color: #6CC3D5;
    }

        .notify.notify-comment::after {
            content: "コ";
        }

    .notify.notify-doc {
        background-color: #78C2AD;
        border-color: #78C2AD;
    }

        .notify.notify-doc::after {
            content: "公";
            font-size: 12px;
            font: 900;
        }

    .notify.notify-return {
        background-color: #F3969A;
        border-color: #F3969A;
    }

        .notify.notify-return::after {
            content: "返";
            font-size: 12px;
            font: 900;
        }

    .notify.notify-payment {
        background-color: #fd7e14;
        border-color: #fd7e14;
    }

        .notify.notify-payment::after {
            content: "納";
            font-size: 12px;
            font: 900;
        }

    .notify.notify-error {
        background-color: #FF7851;
        border-color: #FF7851;
    }

        .notify.notify-error::after {
            content: "E";
            font-size: 12px;
            font: 900;
        }

tr.row-link {
    cursor: pointer;
}

    tr.row-link .link-disabled {
        cursor: default;
    }


.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #6CC3D5;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #6CC3D5;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #6CC3D5;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #6CC3D5;
}

.tooltip.show {
    opacity: 1 !important;
}

.tooltip-inner {
    max-width: 780px;
    color: #fff;
    text-align: left;
    background-color: #6CC3D5;
    border-radius: .5rem;
    vertical-align: middle;
}

table.proc-table {
    border: 0;
    width: 100%
}

    table.proc-table th {
        background-color: #f8f9fa;
        display: block;
        vertical-align: text-bottom;
        border-right: none;
    }

    table.proc-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table.proc-table tr {
        display: block;
        margin-bottom: 0.5em;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, 0.125);
        border-radius: 0.4rem;
    }

    table.proc-table td {
        display: block;
        position: relative;
        text-align: left;
        padding: 0.5em 1em 0.5em 1em;
        border-right: none;
    }

        /*table.proc-table td::before {
                    content: attr(data-label);
                    font-weight: bold;
                    position: absolute;
                    left: 10px;
                    color: #000;
                }*/

        table.proc-table td:last-child {
            border-bottom: 0;
            padding-top: 0;
        }

    table.proc-table tbody th {
        padding: 0.25em 1em 0.25em 1em;
    }

    table.proc-table tbody > tr:hover {
        color: #888;
        background-color: #fcf9ec; /*#dff0ea;*/
    }

        table.proc-table tbody > tr:hover th {
            color: #888;
            background-color: #fcf9ec;
        }


object.preview {
    width: 100%;
    max-width: 520px;
    height: 768px;
    object-fit: scale-down;
}

embed.preview {
    width: 100%;
    max-width: 520px;
    height: 768px;
    object-fit: scale-down;
    border: none;
}

iframe.preview {
    width: 100vw;
    /*max-width: 520px;*/
    height: 100vh;
    object-fit: scale-down;
    border: 1px solid #999;
}

/*.iframe-readonly {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100vw;
    height: 100vh;
}

.iframe-wrap {
    position: relative;
}

    .iframe-wrap::after {
        content: "";
        display: block;
        height: 100vh;
        width: 100vw;
        position: absolute;
        top: 0;
        left: 0;
    }*/




.card.manage:hover {
    color: #888;
    text-decoration: none;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.card.manage [data-toggle="ajax-modal"] {
    cursor: pointer;
}

.user-icon {
    border-radius: 50% !important;
    background-color: #f8f9fa !important;
}

.overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-loading {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255,255,255, 0.75);
    background-image: url("/images/page-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
}

    .page-loading::after {
        font-family: "メイリオ";
        font-size: 24px;
        font-weight: 900;
        content: "loading...";
        display: block;
        position: absolute;
        height: 20px;
        width: 400px;
        top: 55%;
        left: 50%;
        text-align: center;
        margin-left: -200px;
    }

    .page-loading.payment::after {
        content: "processing...";
    }

button.loading:disabled::before {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
    vertical-align: text-bottom;
    border: 0.2em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
    margin-right: 3px;
}

label span.required {
    color: red;
    margin-left: 5px;
    font-size: 0.8rem;
}

label.required:after {
    content: "*";
    color: red;
    margin-left: 5px;
    font-size: 0.8rem;
}

.ime-auto {
    ime-mode: auto;
}

.ime-active {
    ime-mode: active;
}

.ime-inactive {
    ime-mode: inactive;
}

.ime-disabled {
    ime-mode: disabled;
}

.text-trans-lower {
    text-transform: lowercase;
}

.text-trans-upper {
    text-transform: uppercase;
}

.breadcrumb {
    background: transparent;
    padding: 0 0 !important;
    margin-bottom: 1rem;
    border-radius: 0;
}

.breadcrumb-item a {
    color: #888;
}

    .breadcrumb-item a:hover {
        color: #888;
        font-weight: bold;
        text-decoration: underline;
    }

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: 0.5rem;
        color: #888;
        font-weight: normal;
        content: ">";
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: underline;
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: none;
    }

.breadcrumb-item.active {
    color: #888;
    font-weight: bold;
}

.facebook-wrapper {
    display: block;
    max-width: 500px;
    margin: 0 auto;
}

    .facebook-wrapper > .fb-page {
        width: 100%;
    }

        .facebook-wrapper > .fb-page > span,
        .facebook-wrapper iframe {
            width: 100% !important;
        }

.nav-image {
    display: inline-block;
    max-height: 32px;
    max-width: 32px;
    padding: 0;
}

a.help {
    font-size: 2em;
    text-decoration: none;
}

    a.help::before {
        font-family: "Font Awesome 5 Free";
        content: "\f059";
        /*font-weight: 900;*/
    }

.nav-help {
    font-size: 1.8rem;
    padding: 0;
    margin: 0 3px 0 7px;
    color: white;
}

    .nav-help:hover {
        text-decoration: none;
        color: white;
    }

footer ul {
    margin: 0 0 0 0;
}

.container-help {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
    font-size: 90%;
}

    .container-help section {
        margin-top: 12px;
    }

.modal .container-help .help-modal-none {
    display: none !important;
}

:not(.modal) .container-help .help-modal-only {
    display: none !important;
}

table.transaction {
    width: 80% !important;
    margin: 5px 5px 5px 5px;
}

    table.transaction tr {
        height: 48px;
        background-color: #fff;
    }

    table.transaction th {
        padding-right: 32px;
        white-space: nowrap !important;
    }

.tenant-name {
    font-size: 16px;
}

@media (min-width: 576px) {
    .tenant-name {
        font-size: 1.25rem;
    }
}

@media (min-width: 768px) {
    .tenant-name {
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) {
    .tenant-name {
        font-size: 2rem;
    }
}

.btn-disabled {
    cursor: not-allowed;
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    opacity: 0.65;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

ol.list_parentheses {
}

    ol.list_parentheses li {
        list-style-type: none;
        counter-increment: cnt;
        position: relative;
    }

        ol.list_parentheses li:before {
            content: "(" counter(cnt) ")";
            display: inline-block;
            margin-left: -3.5em; /* サイトに合せて調整 */
            width: 3em; /* サイトに合せて調整 */
            text-align: right;
            position: absolute;
            top: 0;
            left: 0;
        }

.card-deck.plan .card {
    min-width: 200px;
}

    .card-deck.plan .card.Lite .card-header {
        background-color: #6CC3D5;
        color: #fff;
    }

    .card-deck.plan .card.Basic .card-header {
        background-color: #56CC9D;
        color: #fff;
    }

    .card-deck.plan .card.Premium .card-header {
        background-color: #F3969A;
        color: #fff;
    }

    .card-deck.plan .card.Pro .card-header {
        background-color: #f8f9fa;
    }

.badge-none {
    color: #eee;
    background-color: #bbb;
}

@media print {
    .print-hidden {
        display: none;
    }
}
/*input.password {
    -webkit-text-security: disc;
}*/

.btn-bulk {
}

    .btn-bulk > i::before {
        font-family: "Font Awesome 5 Free";
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        text-align: center;
        width: 1.25em;
    }

    .btn-bulk.reserve {
        color: #fff;
        background-color: #6CC3D5;
        border-color: #6CC3D5;
    }

        .btn-bulk.reserve:hover {
            color: #fff;
            background-color: #4eb7cd;
            border-color: #44b3ca;
        }

        .btn-bulk.reserve:focus, .btn-bulk.reserve.focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 204, 219, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(130, 204, 219, 0.5);
        }

        .btn-bulk.reserve::after {
            content: "公文書（未取得分）の一括取得を予約する";
        }

        .btn-bulk.reserve > i::before {
            content: "\f1c6";
        }

        .btn-bulk.reserve.disabled {
            color: #fff;
            background-color: #343a40;
            border-color: #343a40;
            opacity: 0.65;
        }

    .btn-bulk.listen {
        pointer-events: none;
        color: #fff;
        background-color: #999;
        border-color: #999;
    }

        .btn-bulk.listen::after {
            content: "公文書（未取得分）の一括取得を準備中";
        }

        .btn-bulk.listen > i::before {
            content: "\f110";
            font-weight: 600;
            -webkit-animation: fa-spin 1s infinite steps(8);
            animation: fa-spin 1s infinite steps(8);
        }

    .btn-bulk.get {
        color: #fff;
        background-color: #56CC9D;
        border-color: #56CC9D;
    }

        .btn-bulk.get:hover {
            color: #fff;
            background-color: #3ac18c;
            border-color: #37b885;
        }

        .btn-bulk.get:focus, .btn-bulk.get.focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(111, 212, 172, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(111, 212, 172, 0.5);
        }

        .btn-bulk.get::after {
            content: "公文書（未取得分）を一括で取得する";
        }

        .btn-bulk.get > i::before {
            content: "\f019";
            font-weight: 600;
        }

.pre{
    white-space: pre-wrap;
}
