.thesaas-sections-split .section,
.thesaas-sections-split .main-content .topbar,
.thesaas-sections-split .main-content .site-footer {
    margin: 30px 50px 100px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    border: 1px solid #ebebeb;
}

.thesaas-sections-split .main-content .topbar {
    position: static;
}

.thesaas-sections-split .main-content .topbar .topbar-toggler {
    display: none;
}

.thesaas-sections-split .section-info {
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-top: 60px;
}

.thesaas-sections-split.topbar-reveal .main-content .topbar-nav {
    display: none;
}

.middle {
    vertical-align: middle !important;
}


.table {
    min-width: 600px;
}

.narrow_table td, .narrow_table th {
    /*min-width: 150px;*/
}

.table td:first-child, .table th:first-child {
    /*width: 40%;*/
}

.graph {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 3rem;
}

@media (max-width: 768px) {

    .thesaas-sections-split .section,
    .thesaas-sections-split .main-content .site-footer {
        margin: 30px 0 100px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }

}

.innertop {
    margin-top: 100px;
}

hr.sep {
    background-color: #fff3cd;;
    height: 2px;
    width: 100%;
    margin: 10px 0;
}

.caption {
    margin: 20px 0;
    font-size: 20px;
    font-weight: bold;
}

.sub_caption {
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: bold;
}

.page_title {
    text-align: center;
    margin-top: 30px;
}

.table_space {
    /*margin: 10px 30px;*/
}

.footer {
    border: 1px gray solid;
    margin: 30px 0;
    padding: 30px 10px 10px 10px;
}

.footer .footer_top {
    text-align: center;
    font-size: 12pt;
    margin-bottom: 30px;
}

.vwrite {
    writing-mode: vertical-rl;
    white-space: nowrap;
    text-orientation: upright;
}

.red {
    color: red;
}

.fa-caret-down:before {
    content: "" !important;
}

.table {
    word-break: break-all;
    word-wrap: break-word;
    font-size: 10pt;
}

.alert {
    font-weight: bold;
    color: red;
}

.t_font {
    font-size: 10pt !important;
}

.alert_inner {
    font-weight: normal;
}

#humberger{
    display: none;
}

@media (max-width: 768px) {
    #humberger {
        position: relative;
        height: 14px;
        width: 24px;
        display: inline-block;
        box-sizing: border-box;
        margin-right: 4px;
        align-self: auto;
    }

    #humberger div {
        position: absolute;
        left: 0;
        height: 2px;
        width: 17px;
        background-color: #444;
        border-radius: 2px;
        display: inline-block;
        box-sizing: border-box;
    }

    #humberger div:nth-of-type(1) {
        top: 0;
    }

    #humberger div:nth-of-type(2) {
        top: 4.5px;
    }

    #humberger div:nth-of-type(3) {
        bottom: 0;
    }

    .topbar-backdrop::after {
        content: "×";
    }
}

/*---------------------------------

  データ出力

---------------------------------*/
.output a {
    color: #0facf3;
    -webkit-transition: .2s linear;
    transition: .2s linear;
}

.output small, .small {
    display: inline-block;
    color: #b5b9bf;
}

.output .table {
    min-width: auto;
    font-size: inherit;
}

.output .table thead th {
    border-bottom: 1px solid #ebebeb;
}

/*---------------------------------

  データ出力

---------------------------------*/

