@charset "UTF-8";
body {}

table {
    font-size: 11px;
}

th {
    background: #fafafa;
}

.form-control {
    font-size: 11px;
    height: 28px;
    padding: 3px 6px;
}

.btn {
    font-size: 11px;
    display: inline-block;
    white-space: nowrap;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle;
}

ol,
ul {
    list-style: none;
    margin: 0;
}

.label {
    border-radius: 0.25em;
    color: #fff;
    display: inline;
    font-size: 80%;
    font-weight: 700;
    line-height: 1;
    padding: 0.2em 0.6em 0.2em;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

input[type="radio"],
input[type="checkbox"] {
    margin-right: 2px;
    vertical-align: -3px;
}


/**
 * ログイン
 **/

.login-page {
    background-color: #343a40;
}

.login-logo a {
    color: #eee;
}


/**
 * 検索テーブルで使用
 */

.table-bordered2 tr {
    border: solid #f4f4f4;
    border-width: 1px 0 1px 1px;
}

.table-bordered2 td {
    border: solid #f4f4f4;
    border-width: 1px 1px 1px 0;
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5;
}

.radio-group {
    white-space: nowrap;
}


/*
.main-sidebar, .left-side,
.main-header .logo {
	width: 260px;
	}
.main-header > .navbar ,
.content-wrapper, .right-side, .main-footer {
	margin: 0 0 0 260px;
	}
*/

.sidebar-menu .treeview-menu>li>a,
.btn-group-sm>.btn,
.btn-sm {
    font-size: 11px;
    line-height: 1.3;
}

.sidebar-menu li.header_location {
    font-size: 11px;
    padding: 10px 25px 10px 15px;
    color: #ffff00;
}

.validate-red {
    margin: 5px 0 0 0;
    color: red;
}

.center {
    text-align: center !important;
}

.right {
    text-align: right;
}

.require,
.red {
    color: red;
}

.blue {
    color: blue;
}


/**
 * inputのwidth
 */

.w10 {
    width: 5% !important;
    margin: 0 2px 0 5px;
    min-width: 3em;
}

.w15 {
    width: 10% !important;
    margin: 0 2px 0 5px;
    min-width: 4em;
}

.w20 {
    width: 20% !important;
    margin: 0 2px 0 5px;
    min-width: 6em;
}

.w25 {
    width: 25% !important;
    margin: 0 2px 0 5px;
    min-width: 6em;
}

.w30 {
    width: 30% !important;
    margin: 0 2px 0 5px;
    min-width: 10em;
}

.w35 {
    width: 35% !important;
    margin: 0 2px 0 5px;
    min-width: 10em;
}

.w40 {
    width: 40% !important;
    margin: 0 2px 0 5px;
    min-width: 10em;
}

.w45 {
    width: 45% !important;
    margin: 0 2px 0 5px;
    min-width: 10em;
}

.w50 {
    width: 50% !important;
    margin: 0 2px 0 5px;
}

.w55 {
    width: 55% !important;
    margin: 0 2px 0 5px;
}

.w60 {
    width: 60% !important;
    margin: 0 2px 0 5px;
}

.w65 {
    width: 65% !important;
    margin: 0 2px 0 5px;
}

.w70 {
    width: 70% !important;
    margin: 0 2px 0 5px;
}

.w75 {
    width: 75% !important;
    margin: 0 2px 0 5px;
}

.w80 {
    width: 80%;
    margin: 0 2px 0 5px;
}

.w85 {
    width: 85% !important;
    margin: 0 2px 0 5px;
}

.w90 {
    width: 90% !important;
    margin: 0 2px 0 5px;
}

.w95 {
    width: 95% !important;
    margin: 0 2px 0 5px;
}

.w100 {
    width: 99% !important;
    margin: 0 2px 0 5px;
}

.w4em {
    width: 4em !important;
    margin: 0 2px 0 5px;
}

.w5em {
    width: 5em !important;
    margin: 0 2px 0 5px;
}

.w6em {
    width: 6em !important;
    margin: 0 2px 0 5px;
}

.w7em {
    width: 7em !important;
    margin: 0 2px 0 5px;
}

.w8em {
    width: 8em !important;
    margin: 0 2px 0 5px;
}

.w10em {
    width: 10em !important;
    margin: 0 2px 0 5px;
}

.w13em {
    width: 13em !important;
    margin: 0 2px 0 5px;
}

.w15em {
    width: 15em !important;
    margin: 0 2px 0 5px;
}

.w20em {
    width: 20em !important;
    margin: 0 2px 0 5px;
}

.w25em {
    width: 25em !important;
    margin: 0 2px 0 5px;
}

.w30em {
    width: 30em !important;
    margin: 0 2px 0 5px;
}

.w50em {
    width: 50em !important;
    margin: 0 2px 0 5px;
}

.w100em {
    width: 100em !important;
    margin: 0 2px 0 5px;
}

.nowrap {
    white-space: nowrap;
}

.table>thead>tr>th {
    vertical-align: middle;
}

.table-striped>tbody>tr:nth-of-type(2n+1) {
    background: #F8F8FB;
}

.table-striped>tbody>tr.request,
.table-striped>tbody>tr.request:nth-of-type(2n+1) {
    background: #FBE3EC;
}

.table-striped>tbody>tr.request:hover,
.table-striped>tbody>tr.request:nth-of-type(2n+1):hover {
    background: #FBDAE6;
}

.table-striped>tbody>tr.approved,
.table-striped>tbody>tr.approved:nth-of-type(2n+1) {
    background: #E5FFDC;
}

.table-striped>tbody>tr.approved:hover,
.table-striped>tbody>tr.approved:nth-of-type(2n+1):hover {
    background: #D5FFC5;
}

.table-striped>tbody>tr.completion,
.table-striped>tbody>tr.completion:nth-of-type(2n+1) {
    background-color: #FFE2BE;
}

.table-striped>tbody>tr.completion:hover,
.table-striped>tbody>tr.completion:nth-of-type(2n+1):hover {
    background-color: #FFD9A9;
}

table.inner01 {
    width: 100%;
    border-collapse: collapse;
    border: 0px;
    table-layout: fixed;
}

table.inner01 tr th {
    padding: 0 5px 0;
    white-space: nowrap;
    background-color: inherit;
    border-collapse: collapse;
    border: 0px;
}

table.inner01 tr td {
    white-space: nowrap;
    border-collapse: collapse;
    border: 0px;
}

table.inner01 tr td.time input {
    min-width: 180px;
    white-space: nowrap;
}

table.inner01 tr td p {
    white-space: normal;
}

table.inner01 tr td.mark01 {
    text-align: center;
    padding: 0 10px;
    width: 20px;
    max-width: 40px;
}

table.inner02 {
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;
    background: #FFF;
}

table.inner02 tr th {
    padding: 5px;
    white-space: nowrap;
    text-align: center;
    border: 1px solid #ccc;
}

table.inner02 tr.title th {
    background: #3c8dbc;
    color: #fff;
}

table.inner02 tr td {
    padding: 5px;
    border: 1px solid #ccc;
}

.table2 {
    width: 100%;
}

table.table2>tbody>tr>th,
table.table2>tbody>tr>td {
    vertical-align: middle;
    padding: 20px 8px;
}

table.inner03 {
    width: 100%;
    border-collapse: collapse;
    background: none;
}

table.inner03 tr th,
table.inner03 tr td {
    padding: 5px;
    border-bottom: 1px solid #f4f4f4;
}

table.inner03 tr th:nth-child(last),
table.inner03 tr td:nth-child(last) {
    border-bottom: 0;
}

.btn-group-xs>.btn,
.btn-16 {
    border-radius: 3px;
    font-size: 16px;
    line-height: 1.5;
    padding: 1px 7px;
}

.character-icon {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 25px;
    width: 90px;
    height: 24px;
    text-align: center;
}

.text-center {
    text-align: center;
}

.icon-blue {
    background-color: #3498DB;
    border-color: #3498DB;
}

.icon-aqua {
    background-color: #00C2FF;
    border-color: #00C2FF;
}

.icon-green {
    background-color: #C1E336;
    border-color: #C1E336;
}

.icon-red {
    background-color: #FF0101;
    border-color: #FF0101;
}

.icon-yellow {
    background-color: #FF9900;
    border-color: #FF9900;
}

.icon-gray {
    background-color: #818181;
    border-color: #818181;
}

.icon-navy {
    background-color: #0029FF;
    border-color: #0029FF;
}

.icon-teal {
    background-color: #1F5F3F;
    border-color: #1F5F3F;
}

.icon-purple {
    background-color: #9B59B6;
    border-color: #9B59B6;
}

.icon-orange {
    background-color: #FF5C00;
    border-color: #FF5C00;
}

.icon-maroon {
    background-color: #EC687D;
    border-color: #EC687D;
}

.icon-palegreen {
    background-color: #55cf8d;
    border-color: #55cf8d;
}

.icon-pink {
    background-color: #ff69b4;
    border-color: #e65ea2;
}

.icon-gold {
    background-color: #EEB03E;
    border-color: #EEB03E;
}

.icon-black {
    background-color: #3a3a3a;
    border-color: #3a3a3a;
}

.icon-lightgreen {
    background-color: #90EE90;
    border-color: #90EE90;
    color: #444444;
}

.display-none {
    display: none;
}

.background-gray {
    background-color: #f9f9f9;
}

.modal-topic {
    padding: 0 0 0 30px;
}

.margin0 {
    margin: 0px;
}

tr.deleted td {
    color: red;
    text-decoration: line-through;
}

ul.buttonList {
    padding: 0;
}

ul.buttonList li {
    margin: 0 0 3px 0;
}

form .ex {
    margin: 2px 0 0 5px;
    color: #666666;
}

td[title="event04"],
td[title="event11"] {
    color: red;
    font-weight: bold;
}

textarea.form-control.large_textarea {
    height: 15em;
}


/**
 * エラーページ
 */

#error_title {
    padding: 100px 0 0 0;
    margin: 0 0 50px 0;
    color: #FFF;
}

#error_body {
    width: 800px;
    margin: 0 auto;
    min-height: 300px;
}


/************/


/* CKEditor */


/************/


/* 見出し */

.ckeditor-style h1,
.ckeditor-style h2,
.ckeditor-style h3,
.ckeditor-style h4,
.ckeditor-style h5,
.ckeditor-style h6 {
    font-weight: normal;
    line-height: 1.2;
}

.ckeditor-style h1 {
    font-size: 1.7em;
}

.ckeditor-style h2 {
    font-size: 1.4em;
}

.ckeditor-style h3 {
    font-size: 1em;
}


/* 文字色 */

.ckeditor-style .fund-red-text {
    color: #F39C12;
}

.ckeditor-style .fund-blue-text {
    color: #F39C12;
}

.ckeditor-style .fund-yellow-text {
    color: #F39C12;
}

.ckeditor-style .fund-green-text {
    color: #1F5F3F;
}

.ckeditor-style .fund-gray-text {
    color: #9C9C9C;
}

.ckeditor-style .fund-white-text {
    color: #FFFFFF;
}


/* マーカー */

.ckeditor-style .marker {
    padding-left: 2px;
    padding-right: 2px;
}

.ckeditor-style .marker.marker-red {
    background-color: #F39C12;
}

.ckeditor-style .marker.marker-blue {
    background-color: #F39C12;
}

.ckeditor-style .marker.marker-orange {
    background-color: #E67E22;
}

.ckeditor-style .marker.marker-yellow {
    background-color: #F39C12;
}

.ckeditor-style .marker.marker-green {
    background-color: #1F5F3F;
}


/* イタリック体 */

.ckeditor-style .fund-italic {
    -webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    transform: skewX(-15deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
}


/* リスト */

.ckeditor-style ol,
.ckeditor-style ul {
    padding: 0 4em;
    margin: 1em 0;
}

.ckeditor-style ol {
    list-style-type: decimal;
}

.ckeditor-style ul {
    list-style-type: disc;
}


/* 区切り線 */

.ckeditor-style hr {
    border: 0px;
    border-top: 1px solid #ccc;
}

.ckeditor-style .special-container {
    margin-top: 5px;
    margin-bottom: 5px;
}


/*************/


/* オペカレンダー */


/*************/

.table-opecalendar {
    width: 1591px;
}

.table-opecalendar thead {
    display: block;
}

.table-opecalendar tbody {
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-x: hidden;
    -ms-overflow-y: auto;
    display: block;
    height: 600px;
}

.table-opecalendar .table-opecalendar-eventid,
.table-opecalendar .table-opecalendar-event-date,
.table-opecalendar .table-opecalendar-evnum,
.table-opecalendar .table-opecalendar-event {
    table-layout: fixed;
}

.table-opecalendar thead .table-opecalendar-eventid,
.table-opecalendar tbody .table-opecalendar-event-date {
    width: 115px;
}

.table-opecalendar thead .table-opecalendar-evnum,
.table-opecalendar tbody .table-opecalendar-event {
    width: 56px;
}


/****************************/


/* 元利金分配　ローディング */


/****************************/

#loader-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #000;
    z-index: 2000;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    text-align: center;
    color: #fff;
    z-index: 2;
}


/****************************/


/* お問合せ　削除用　　　　 */


/****************************/

.inquiry_deleted {
    background-color: #FBE3EC !important;
}


/****************************/


/* 証憑管理					 */


/****************************/

textarea.form-control.voucher-comment {
    height: 8em;
}

textarea.form-control.security_detail_text {
    height: 290px;
}

.scrollarea {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}

.efforts-sentence {
    border: 1px solid #DFDFDF;
    display: inline-block;
    padding: 25px 53px;
    font-size: 13px;
    line-height: 1.8;
}

.efforts-float-center {
    width: 980px;
    float: left;
    position: relative;
    left: 50%;
    margin-left: -490px;
}

.box-check {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border: 3px solid #DFDFDF;
    background-color: #EDEDED;
    margin: 30px auto;
    text-align: center;
    width: 864px;
}

.checkbox {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

.box-check input[type=checkbox] {
    display: none;
}

.box-check .checkbox {
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    padding: 5px 12px 12px 42px;
    border-radius: 8px;
    vertical-align: middle;
    cursor: pointer;
}


/* チェックボックスの枠線を描画 */

.box-check .checkbox:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 12px;
    left: 6px;
    display: block;
    margin-top: -10px;
    width: 30px;
    height: 27px;
    border: 2px solid #8c8c8c;
    border-radius: 4px;
    content: '';
}


/* チェックボックス チェックマーク描画 */

.box-check .checkbox:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 9px;
    left: 15px;
    display: block;
    margin-top: -7px;
    width: 12px;
    height: 21px;
    border-right: 5px solid #FF781E;
    border-bottom: 5px solid #FF781E;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* チェックボックス チェック時、チェックマーク表示 */

.box-check input[type=checkbox]:checked+.checkbox:before {
    opacity: 1;
}

#efforts-confirm {
    pointer-events: auto;
}

.voucher-attend-block {
    margin-left: 25px;
}

.voucher-attend {
    vertical-align: middle;
}

.voucher-attend:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    vertical-align: middle;
    border: 1px solid #CACACA;
    margin-top: -3px;
}

.voucher-attend.request:before {
    background-color: #FBE3EC;
}

.voucher-attend.completion:before {
    background-color: #FFE2BE;
}

.voucher-attend.approved:before {
    background-color: #E5FFDC;
}

.voucher-attend+.voucher-attend {
    margin-left: 15px;
}

.error-text {
    display: block;
    margin: 0;
    font-weight: 700;
    color: #dc3545 !important;
}


/* 背景色のコントラストを付けるためにAdminLTEver2の色を指定 */

.content-wrapper {
    background-color: #ecf0f5 !important;
}


/* サイドバーを最小化したときのアイコンカスタム */

.sidebar-mini.sidebar-collapse img.img-circle.elevation-3.logo-xs {
    width: 70px;
    height: 33px;
    margin-top: -3px;
    margin-left: -10px;
}


/* 数値入力のスピンボタンを非表示にする */


/** for Chrome, safari */

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/** for firefox, IE */

input[type="number"] {
    -moz-appearance: textfield;
}


/* アプロードイメージ表示 */

.imgArea01 {
    width: 410px;
    padding: 5px;
}

.imgArea01 img {
    width: 100%;
    height: auto
}

.latlong {
    display: inline-block;
    vertical-align: middle;
}


/* 新着お問合せカウント */

.inquiry_count {
    font-size: 65%;
    float: right;
}

.detail_button {
    display: inline-block;
}


/* 表内データ表 */

table.data-table {
    border: hidden;
}

table.data-table tr {
    border: hidden;
}

table.data-table tr th,
table.data-table tr td {
    border: hidden;
    background-color: inherit;
    padding: 0;
    font-weight: normal;
}

table.data-table tr td {
    padding-left: 2px;
    padding-right: 1em;
}

.data-table .ten-thousand-yen {
    text-align: right;
}

.data-table .ten-thousand-yen::after {
    content: "万円";
}

.data-table .percent {
    text-align: right;
}

.data-table .percent::after {
    content: "%";
}

.data-table .data-name {
    text-align: left;
}

.data-table .date-only,
.data-table .date-time {
    text-align: left;
}

.data-table .months {
    text-align: left;
}

.data-table .months::after {
    content: "ヶ月";
}

.data-table .data-input {
    margin-left: -6em;
}

#detail_content .modal-modal-dialog {
    max-width: 90%;
}


/*ページャ右寄せ可*/

.pagination {
    display: inline-flex;
}


/* ダッシュボード 新着投資家リスト */

.dashboard-customer-list {
    height: 1010px;
    gap: 10px;
}

.dashboard-customer-card {
    height: 90px;
}

.dashboard-customer-card:hover {
    background-color: #f5f5f5;
}

.dashboard-customer-card a {
    color: #333;
    font-size: 0.75rem;
}

.dashboard-customer-card a:hover {
    color: inherit;
    text-decoration: underline;
}

.dashboard-customer-card a .name {
    font-size: 1rem;
}

.dashuboard-status-list {
    gap: 15px;
}

.dashboard-status-card {
    width: 200px;
}

.dashboard-status-card:hover {
    background-color: #f5f5f5;
}

.dashboard-status-card a {
    height: 90px;
}