@charset "UTF-8";
/* ベース */
html {
    font-size: 14px;
}
#wrap {
    width:100%;
    padding:20px 0;
}
a:hover {
    text-decoration: none !important;
}
.btn-primary {
    background:#4C73BE !important;
    border-color:#4C73BE !important;
}
.btn-warning {
    color:#fff !important;
    background-color:orangered !important;
    border-color:orangered !important;
}
.w-75p{
    width: 75px !important;
}
.w-100p{
    width: 100px !important;
}
.w-100-75p{
    width: calc(100% - 75px) !important;
}
.h-70p{
    height:75px !important;
}
.h-90p{
    height:90px !important;
}
.scroll {
    overflow-y: auto;
}
.bg-white{
    background-color: #fff !important;
}
.nonscroll{
    overflow: auto !important;
}

.height-fixed {
    height: 95vh;
}
.h-100-60p{
    height: calc(100% - 60px);
}
.table_outer{
    padding-top: 15px;
    margin-top: 15px;
    height: calc(100vh - 350px);
    overflow: scroll;
    width: 100%;
    display: block;
}
.btn-outline-dark{
    color: #333 !important;
    background-color: #fff !important;
    border: solid 1px #ccc !important;
}
.btn-outline-dark:hover{
    background-color: #333 !important;
    color: #fff !important;
    border: solid 1px #ccc !important;
}
.bc_base{
    background-color:#ededed;
}
.inner {
    /**max-width:1100px;*/
    margin:0 50px;
    background-color: #fff;
    padding: 3rem;
}
.inner.login {
    max-width:600px;
    margin:0 auto;
}
.user_list_table{
    overflow-y: scroll;
    overflow-x: hidden;
}
.round-left{
    border-radius: 4px 0 0 4px !important;
}
.round-right{
    border-radius: 0 4px 4px 0 !important;
}
.round-both{
    border-radius: 4px 4px 4px 4px !important;
}
.clear {
    clear: both;
    width:100%;
}
.tit_link {
    color: #fff;
    text-decoration: underline;
}
.white {
    color:#fff !important;
}
.right-10 {
    right:10px;
}
.top-10 {
    top:10px;
}
.text-black {
    color:#000;
}
.table .check_label {
    left: -7px;
}
h4 .inner {
    position: relative;
}
h4 {
    position: fixed !important;
    top: 0;
    border-radius: 0 !important;
    z-index: 1000;
}
.z0 {
    z-index: 0;
}
.top-0 {
    top:0 !important;
}
.info_message{
    display: none;
}
/*ローダー*/
#researchWaitPanel {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #000;
    opacity: 0.5;
    top: 0;
    left: 0;
    /*    transition: all 300ms 0s ease;*/
    animation: bpfadeIn 0.2s ease 0s 1 normal;
    -webkit-animation: bpfadeIn 0.2s ease 0s 1 normal;
}
.loader {
    color: #ffffff;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    top: 35vh;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*ローダー*/
/* モーダル関連 */
.modal {
    z-index: 10000;
}
.bootbox-confirm .modal-dialog {
    max-width: 300px !important;
}
.bootbox-confirm .modal-content {
    width:100%;
}
.modal-footer {
    display: inline-block !important;
}
.modal-lg {
    height: 94%;
    overflow: scroll;
}
.modal-content {
    height:100%;
    overflow: hidden;
}
.modal-body {
    overflow: scroll;
    height: 70vh;
    overflow-x: hidden;
}
.select_wrap i {
    position: absolute;
    right: 5px;
    font-size: 1.3rem;
    top: 5px;
}
.btn {
    -webkit-appearance: none !important;
}
.modal input {
    height:30px;
    line-height: 30px;
}
.modal select {
    -webkit-appearance:none !important;
    background:none;
    height: 30px;
}
.import_table select {
    -webkit-appearance:none !important;
    background:none;
    height: 20px;
    font-size: 0.8rem;
    margin-top: 2px;
}
#regist_modal .modal-body {
    overflow: scroll;
    height: 80vh;
    overflow-x: hidden;
}
.import_table .select_wrap i {
    position: absolute;
    right: 5px;
    font-size: 1.5rem;
    top: 1px;
}
.detail_inner {
    padding:1rem 6rem;
}
#yearly_modal .modal-content {
    width:100% !important;
}
.bootbox .modal-body {
    height:auto !important;
    overflow: hidden !important;
}

/* 年度セレクトボックス  */
.year_dropdown {
    width:100px;
    margin:0 auto;
}

/* タブ */
.nav-tabs {
    width: calc(100% + 12rem);
    margin-left: -6rem;
    box-sizing: border-box;
    padding: 0 7rem !important;
}
.nav-tabs .nav-item {
    margin-bottom:0 !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover, .nav-tabs .nav-link {
    border:none !important;
}
.nav-link i {
    display: none;
}
.nav-link.active i {
    display: inline-block;
    color:orangered;
    font-size: 2rem;
    position: absolute;
    left: 80px;
    top: 2px;
}
.rotate {
    transform: rotate(-135deg);
}

/* チェックボックス */
input[type="checkbox"] {
    display: none;
}
.csv-modal input[type="checkbox"],.csv-modal input[type="number"] {
}

.check_label {
    cursor: pointer;
    position: relative;
    float: right;
    top: 15px;
    left: 0px;
}
.study_table .check_label {
    top:0;
}
.import_table {
    table-layout: fixed;
}
.import_table th {
}
.import_table th,.import_table td {
}
.import_table select {
    width:100%;
}
.import_table th {
    padding-top: 9px;
    vertical-align: top;
    padding-bottom:0;
}
.import_table td {
    padding-top: 9px;
    vertical-align: top;
}
.import_table pre {
    white-space: pre-wrap ;
    font-size: 0.8rem !important;
    opacity: 0.9;
    margin:0 !important;
    margin-top: 5px !important;
}
input[type="checkbox"] + p::before{
    content: "";
    display: block;
    position: absolute;
    top:1px;
    left: -5px;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
input[type="checkbox"]:checked + p::before{
}
input[type="checkbox"]:checked + p::after{
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 3px;
    width: 5px;
    height: 9px;
    transform: rotate(40deg);
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
}
.import_table input[type="checkbox"] + p::before{
    top:7px;
    left:7px;
}
.import_table input[type="checkbox"]:checked + p::after{
    top: 12px;
    left: 14px;
}

/* 検索セレクトボックス */
.search_wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
    padding: 0 10px;
    height:30px;
    line-height: 28px;
}
.search_wrap input {
    height:30px;
    line-height: 28px;
}
.search_wrap input[type="submit"] {
    padding: 0 15px;
}

input,a,textarea,select {
    cursor: pointer;
}
.year_select_wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
    padding: 0 10px;
    height:30px;
    line-height: 28px;
}
.year_select_wrap i {
    position: absolute;
    right: 5px;
    font-size: 1.3rem;
    top: 5px;
}
/* 見出し */
h4 {
    color: #fff;
    font-weight: bold;
    width:100%;
    padding:10px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    border-radius: 2px;
    margin-bottom:30px;
}
h4 span {
}
.login_form {
    max-width:1000px;
    margin:0 auto;
    box-sizing: border-box;
    padding:30px 50px;
/*	box-shadow: 2px 2px 4px gray;*/
}

/* タブ */
.nav-item {
    width:33.33333333%;
}
.nav-item a {
    opacity: 0.6;
    color: #000;
}
.nav-tabs .nav-link.active {
    opacity: 1;
}

table td input {
    color:#4C73BE;
    font-weight: bold;
    border:none;
    font-size: 14px;
    padding:0;
}

/* トグル */
#acMenu {
    position: absolute;
    width:240px;
    margin-bottom: 0 !important;
    top:12px;
}
#acMenu dt{
    display:block;
    text-align:left;
    cursor:pointer;
    width: 240px;
    font-weight: normal;
}
#acMenu dd{
    width:100%;
    float:left;
    text-align:center;
    display:none;
    margin-left: -10px;
    width: 200px;
    margin-top: 0px;
/*	font-size: 18px;*/
    font-weight: bold;
    z-index: 1000;
    border: solid 1px #000;
    margin-top: 4px;
}
#acMenu dd a {
    color:#333;
/*
    border-left:1px solid #000;
    border-bottom:1px solid #000;
    border-right:1px solid #000;
*/
/*    border: solid .5px #000;*/
    width:100%;
    float:left;
    background:#fff;
    text-align: left;
    padding:10px;
    text-decoration: none;
}
#acMenu i {
/*
    font-size: 2.5rem;
    position: absolute;
    right: 35px;
    top: -6px;
*/
    padding-left: .8rem;
}
#acMenu i.name_arrow {
    right: 0;
}
.pr-25 {
    margin-right:2.5rem;
}
#acMenu .logout_toggle i {
    right:auto;
    top: 7px;
/*	font-size: 2rem;*/
    left:1rem;
}
#acMenu .logout_toggle span {
    margin-left:3rem;
}

/* フォーム */
.modal dl {
    width:100%;
    float:left;
    margin-bottom:10px;
}
.modal dt {
    width:30%;
    float:left;
    font-size: 14px;
    line-height: 30px;
}
.modal dd {
    width:70%;
    float:left;
}
.study_table input {
    background: none;
}

/* show_pdf , show_csv */
#show_pdf .check_label,#show_csv .check_label {
    left:auto;
    float:left;
    padding:0 1rem;
}
#show_pdf input[type="checkbox"] + p::before,#show_csv input[type="checkbox"] + p::before {
    left:auto;
    right:1rem;
}
#show_pdf input[type="checkbox"]:checked + p::after ,#show_csv input[type="checkbox"]:checked + p::after {
    left:auto;
    right:1.5rem;
}
#show_csv .form-group {
    padding:0 1rem;
}
#show_csv .form-group i {
    right: 0;
    font-size: 1.3rem;
    top: 4px;
}

/* 年度情報 */
#yearly_data_table tr td:nth-child(3) a {
    color:orangered;
}
#yearly_data_table tr td:nth-child(2) a {
    color: #4C73BE;
}
.import_tit {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding-left: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.opacity {
    opacity: 0;
}
.modal-footer{
    text-align: right !important;
}
.csv-modal label {
    height:5px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .modal input {
        line-height: 25px;
    }
    select::-ms-expand {
        display: none;
    }
    .modal .modal-content,.modal .modal-dialog,.modal-content {
        overflow: hidden;
    }
    .csv-modal .modal-body {
        padding-bottom:80px !important;
        height:65vh !important;
    }
    .csv-modal {
        font-family: "MS PGothic", "sans-serif" !important;
    }
    * {
         -webkit-filter: blur(0.000001px);
        -webkit-font-smoothing: antialiased;
    }
}


