@charset "UTF-8";
@import "base.css?v=2";
@import "fonts.css?v=2";
@import "sidebar.css?v=2";
@import "navbar.css?v=2";

input,
button,
textarea,
select,
p,
blockquote,
th,
td,
pre,
address,
li,
dt,
dd {
    font-size: 140%;
    letter-spacing: 0.4px;
}

label {
    letter-spacing: 0.4px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2em;
    margin-bottom: 0.5em;
}

img {
    vertical-align: bottom;
}

a {
    transition: all 0.2s;
}

table {
    width: 100%
}

p {
    margin: 0 0 1.5em;
}


p,
dd,
td,
th,
li {
    line-height: 1.6em;
}


.font-10 {
    font-size: 10px;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.max-width-700 {
    max-width: 700px;
}

.required {
    font-size: 80%;
    color: red;
}

.btn-warning {
    color: #fff;
    background-color: #FBBD00;
    border-color: #FBBD00;
}

.btn-warning:hover {
    color: #fff;
}

.btn-secondary {
    color: #fff;
    background-color: #313131;
    border-color: #313131;
}

.alert {
    font-size: 12px;
}

/*=============================G L O B A L=============================*/

html {
    background: #fff;
}

body {
    color: #313131;
    -webkit-text-size-adjust: none;
    min-width: 320px;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

* {
    box-sizing: border-box;
    outline: none !important;
}

#wrapper {
    overflow: hidden;
}

h1 {
    margin-bottom: 0;
    line-height: 1em;
    font-size: 18px;
}

h1 a {
    display: inline-block;
    line-height: 1em;
    font-size: 18px;
    letter-spacing: 0.3em;
}

main {
    margin-top: 53px;
}

a[href^="#collapse"] {
    position: relative;
    padding-right: 30px;
}

a[href^="#collapse"]:before {
    content: "";
    width: 11px;
    height: 11px;
    border-left: solid 2px #313131;
    border-top: solid 2px #313131;
    transform: rotateZ(-135deg);
    position: absolute;
    top: 1px;
    right: 0;
    transition: all 0.3s;
}

a[aria-expanded="true"]:before {
    transform: rotateZ(45deg);
    top: 8px;
}

.wrapContent {
    padding: 20px 25px;
    min-height: calc(100vh - 52px);
}
.wrapSidebar + .wrapContent {
    border: solid 1px #eeeeee;
    border-bottom: none;
    border-left: none;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    font-weight: bold;
    opacity: 0.5;
    color: #313131;
    padding-right: 0.6rem;
    font-family: monospace;
}
.breadcrumb-item-note {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.6;
    margin: 0.5em 0 0;
}
.breadcrumb-item-note a {
    color: #007bff !important;
    text-decoration: underline;
    opacity: 1 !important;
}
.breadcrumb {
    background: none;
    padding-left: 0;
    padding-right: 0px;
    padding-top: 0;
}

.breadcrumb li {
    font-size: 18px;
    font-weight: 600;
}

.breadcrumb li a {
    opacity: 0.5;
    color: #313131;
}

.breadcrumb-item.active {
    color: #313131;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.8rem;
}

.navbar>.container {
    padding-left: 0;
    padding-right: 0;
}

.form-control {
    padding: .35rem .75rem .275rem;
    color: #313131;
    height: calc(2rem + 0px);
    font-size: 14px;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

select.form-control {
    padding-top: .275rem;
}


.form-control:focus,
.custom-select:focus {
    box-shadow: none !important;
    border-color: #362a29;
}

.input-id {
    font-weight: bold;
}

.btn-submit {
    color: #fff !important;
    font-size: 16px;
    letter-spacing: 0.06em;
    padding: 9px 47px;
}

.close {
    font-size: 16px;
    letter-spacing: 0.3px;
    opacity: 0.7;
    margin-top: 3px;
    margin-left: 20px;
}

.btn-add {
    font-size: 12px;
    padding: 5px 14px 4px 28px;
    position: relative;
}

.btn-small {
    font-size: 12px;
    padding: 5px 34px 4px 34px;
    position: relative;
}

.btn-add:before {
    content: "";
    width: 2px;
    height: 12px;
    background: #fff;
    position: absolute;
    left: 14px;
    top: calc(50% - 6px);
}

.btn-add:after {
    content: "";
    width: 12px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 9px;
    top: calc(50% - 1px);
}

th {
    text-align: left;
}

.table {
    margin-bottom: 1.5rem;
}

.table:last-child {
    margin-bottom: 0;
}

.table th {
    background: #ebebeb;
    font-weight: bold;
    vertical-align: middle;
}

.main-table-dashboard {
    position: relative;
    border-radius: 3px;
    border: solid 2px #eaeaea !important;
}

.btn-edit {
    font-size: 13px;
    background: #fff;
    color: #362a29;
    border: solid 1px #362a29;
    padding: 3px 13px;
}

.table td,
.table th {
    padding: .75rem 1.5rem;
}

.table td {
    padding: 1rem 1.5rem;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0);
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #fafafa;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #f6f6f6;
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 1px;
    border-bottom-color: #d1d1d1;
}

.table-responsive>.main-table-dashboard {
    min-width: 600px;
}

.input-number {
    /*width: 50px;*/
    width: 70px;
    text-align: center;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

.form-check input[type="radio"],
.form-check input[type="checkbox"] {
    display: none;
}

.form-check .form-check-label {
    font-size: 14px;
    padding: 4px 0 3px 30px;
    position: relative;
}

.form-check .form-check-label:before {
    content: "";
    width: 24px;
    height: 24px;
    border: solid 1px #d1d1d1;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 1px;
    transition: all 0.1s;
    background: #fff;
}

.form-check .form-check-label:hover:before {
    border-color: #313131;
}

.form-check input[type="radio"]+.form-check-label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #fbbd00;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 6px;
    opacity: 0;
    transition: 0.2s;
}

.form-check input[type="radio"]:checked+.form-check-label:after {
    opacity: 1;
}

.form-check input[type="checkbox"]+.form-check-label:before {
    border-radius: 3px;
}

.form-check input[type="checkbox"]+.form-check-label:after {
    content: "";
    width: 12px;
    height: 7px;
    border-left: solid 2px #fbbd00;
    border-bottom: solid 2px #fbbd00;
    transform: rotateZ(-45deg);
    position: absolute;
    top: 8px;
    left: 6px;
    transition: 0.2s;
    opacity: 0;
}

.form-check input[type="checkbox"]:checked+.form-check-label:after {
    opacity: 1;
}

.center-th th {
    text-align: center;
    vertical-align: middle !important;
    word-break: keep-all;
}

.search-list-table th,
.search-list-table td {
    padding: 0.5rem 0.5rem;
    font-size: 13px;
}

.wrap-search-list-table {
    width: 100%;
    overflow: auto;
}

.wrap-search-list-table table {
    width: 899px;
}

.search-list-table:not(.request-table) th:nth-child(1),
.search-list-table:not(.request-table) td:nth-child(1) {
    width: 40px;
}

.search-list-table:not(.request-table) th:nth-child(2),
.search-list-table:not(.request-table) td:nth-child(2) {
    width: 90px;
}

.search-list-table:not(.request-table) th:nth-child(3),
.search-list-table:not(.request-table) td:nth-child(3) {
    width: 80px;
}

.search-list-table:not(.request-table) th:nth-child(4),
.search-list-table:not(.request-table) td:nth-child(4) {
    width: 180px;
}

.search-list-table:not(.request-table) th:nth-child(5),
.search-list-table:not(.request-table) td:nth-child(5) {
    width: 100px;
}

.search-list-table:not(.request-table) th:nth-child(6),
.search-list-table:not(.request-table) td:nth-child(6) {
    width: 50px;
}

.search-list-table:not(.request-table) th:nth-child(7),
.search-list-table:not(.request-table) td:nth-child(7) {
    width: 60px;
}

.search-list-table:not(.request-table) th:nth-child(8),
.search-list-table:not(.request-table) td:nth-child(8) {
    width: 85px;
}

.search-list-table:not(.request-table) th:nth-child(9),
.search-list-table:not(.request-table) td:nth-child(9) {
    width: 130px;
}

.wrap-search-list-table table.request-table {
    width: 857px;
}

.request-table th:nth-child(1),
.request-table td:nth-child(1) {
    width: 60px;
}

.request-table th:nth-child(2),
.request-table td:nth-child(2) {
    width: 40px;
}

.request-table th:nth-child(3),
.request-table td:nth-child(3) {
    width: 90px;
}

.request-table th:nth-child(4),
.request-table td:nth-child(4) {
    width: 80px;
}

.request-table th:nth-child(5),
.request-table td:nth-child(5) {
    width: 180px;
}

.request-table th:nth-child(6),
.request-table td:nth-child(6) {
    width: 100px;
}

.request-table th:nth-child(7),
.request-table td:nth-child(7) {
    width: 50px;
}

.request-table th:nth-child(8),
.request-table td:nth-child(8) {
    width: 60px;
}

.request-table th:nth-child(9),
.request-table td:nth-child(9) {
    width: 85px;
}

.request-table th:nth-child(10),
.request-table td:nth-child(10) {
    width: 120px;
}




.mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-bottom: 0px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background: transparent;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
    background: #362a29;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: #362a29;
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: #362a29;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    margin: 4px auto 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 10px;
}

.wrap-search-list-table .horizontal_scroll {
    height: 500px;
    overflow-y: auto;
}

.mCSB_inside>.mCSB_container {
    margin-right: 0;
}

.mCSB_scrollTools {
    width: 10px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    margin: 0 0 0 4px;
}

.nav-tabs .nav-link {
    color: #fff;
    background: #b6b6b6;
    border: none;
}

.nav-tabs .nav-link:not(.active):hover {
    background: #777777;
}

.nav-tabs .nav-item {
    margin-right: 4px;
}

.nav-tabs .nav-link.active {
    background: #fbbd00;
    color: #fff;
}

.nav-tabs {
    border-bottom: none;
}

.tab-pane {
    padding: 20px;
    border: solid 1px #d1d1d1;
    border-radius: 5px;
    min-height: 50vh;
    border-top-left-radius: 0;
}

.year-input {
    width: 90px;
    /*width: 70px;*/
}

.month-input {
    width: 90px;
    /*width: 70px;*/
}

.line {
    width: 19px;
    height: 2px;
    border-radius: 1.5px;
    background-color: #000000;
    display: block;
    margin: 0 auto;
}

.btn-submit.disabled {
    background: #e0e0e0;
    border: none;
    opacity: 1;
}

.pagination li {
    display: flex;
}

.pagination li a,
.pagination li .current {
    display: inline-flex;
    height: 24px;
    font-size: 14px;
    color: #362a29;
    align-items: center;
    padding: 3px 6px;
    border-radius: 4px;
    margin: 2px;
    justify-content: center;
    min-width: 24px;
    transition: all 0.1s;
    border: solid 1px transparent;
    text-align: center;
    cursor: pointer;
}

.pagination li .current {
    background: #e1e1e1;
    cursor: default;
}

.pagination li a:hover {
    text-decoration: none;
    /*border: solid 1px #362a29;*/
    background: #e1e1e1;
}

.pagination li a.first,
.pagination li a.last,
.pagination li a.prev,
.pagination li a.next {
    font-size: 290%;
    padding: 0px 4px 6px;
    line-height: 13px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.pagination li a.prev,
.pagination li a.next {
    margin-left: 2px;
    margin-right: 2px;
}

.pagination-input button {
    padding: 7px 15px 6px;
}

.pagination-input input {
    width: 60px;
    text-align: right;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    padding-top: 0.5rem;
}

input.font-15 {
    font-size: 15px;
    height: 2.5rem;
}

::placeholder {
    color: #cccccc !important;
    transition: all 0.1s;
}
input:focus::placeholder {
    opacity: 0;
}

/**
    回答依頼ページ.
 */
/*選択中ボタンの表示*/
.btn-num-of-select {
    position: fixed;
    right: 20px;
    bottom: 20px;
}

/**
    状況一覧、回答依頼の検索結果テーブル（ステータス）.
 */
.search-list-table,
.request-table {
    height: 100%;
}
.search-list-table td,
.request-table td {
    height: 100%;
    vertical-align: middle;
}
.search-list-table td:nth-child(2),
.request-table td:nth-child(3) {
    padding: 0;
}
.status-list-table-status {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.status-list-table-status.is-not-request {
    color: #c1c1c1;
}
.status-list-table-status.is-done {
    color: #ffffff;
    background: #3eb29e;
}
.status-list-table-status.is-not-yet,
.status-list-table-status.is-working {}
.status-list-table-status.is-not-yet-expired,
.status-list-table-status.is-working-expired {
    background: #e65100;
}
.status-list-table-status.is-not-yet-expired span,
.status-list-table-status.is-working-expired span {
    font-size: 11px;
    color: #ffffff;
}

/**
    社員向けページ.
 */
.employee-page {}
.employee-page .logo-container {
    padding: 2em;
    text-align: center;
}
.employee-page .logo-container img {
    max-width: 160px;
    height: auto;
}

p.p-group {
    margin: 0;
}
