@font-face {
    font-family: 'hikari-icon';
    src: url('./../../fonts/icomoon.eot?q8w7d7');
    src: url('./../../fonts/icomoon.eot?q8w7d7#iefix') format('embedded-opentype'),
    url('./../../fonts/icomoon.ttf?q8w7d7') format('truetype'),
    url('./../../fonts/icomoon.woff?q8w7d7') format('woff'),
    url('./../../fonts/icomoon.svg?q8w7d7#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media screen and (min-width: 993px) {
    header, main, footer {
        padding-left: 200px !important;
    }
    h1 {
        font-size: 30px !important;
    }

    h2 {
        font-size: 23px !important;
    }

    h3 {
        font-size: 20px !important;
    }

    h4 {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 992px) {
    header, main, footer {
        padding-left: 0 !important;
    }
    h1 {
        font-size: 24px !important;
    }

    h2 {
        font-size: 20px !important;
    }

    h3 {
        font-size: 16px !important;
    }

    h4 {
        font-size: 14px !important;
    }
}

img {
    width: 100%;
}

.logo, li.logo > a {
    height: 130px !important;
}

li.logo > a:hover {
    background-color: #fce4ec !important;
}

.side-nav {
    width: 200px !important;
    background-color: #FFFAFC !important;
}

div.collapsible-body ul li a {
    font-size: 13px;
}

.side-nav li.active {
    background-color: #f06292 !important;
}

.side-nav li.active > a {
    color: #fff !important;
}

div.collapsible-body ul li.active {
    background-color: #f8bbd0 !important;
}

div.collapsible-body ul li.active > a {
    color: #4e342e !important;
}

body, pre {
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
}

pre {
    overflow: auto;
    white-space: pre-wrap;
    word-break: break-all;
}

header h1 {
    margin: 0;
    padding: 10px;
}


h1.card-title, h2.card-title,
.card-panel h1, .card-panel h2,
h3, h4 {
    margin: 0;
}

.card-panel {
    padding: 15px !important;
}

th {
    text-align: center;
}

th, td {
    vertical-align: middle;
}

.btn {
    overflow: hidden;
}

.tab a {
    font-weight: bolder;
}

.btn-mini {
    width: 35px;
    height: 35px;
    line-height: 35px;
}

.btn-mini i {
    font-size: 1.3rem;
}

.print {
    display: none;
}

.icon-hikari {
    font-family: 'hikari-icon' !important;
    font-size: 24px !important;
}

.card-panel {
    overflow: hidden;
}

.centered td {
    vertical-align: middle;
}

.lever:hover {
    cursor: pointer !important;
}