:root {
    --header-height: 75px;
    --footer-height: 45px;
    --color-primary: #003586;
    --color-primary-menu: #0075B5;
    --bs-border-text-color: #003586;
    --bs-border-link-color: #003586;
    --color-secondary: #6c757d;
    --background-color: #ffffff;

    --bs-border: #bbbbbb;
    --bs-gray-color: #999999;
    --ms-info-background-color: #E2F0FB;
    --ms-info-frame-color: #bbbbbb;
    --ms-info-color: #333333;
    --ms-er-background-color: #F9D6D5;
    --ms-er-frame-color: #F7C2C1;
    --ms-er-color: #881F1C;
    --ms-normal-background-color: #D7F3E3;
    --ms-normal-frame-color: #C3ECD5;
    --ms-normal-color: #227444;
    --bs-nav-link-font-size: 16px;
    --bs-card-color: #333333;
    --bs-body-color: #333333;
    --bs-accordion-sty-border-color:#6c757d;

    --bs-danger-rgb: 220, 53, 69;
    --bs-form-invalid-border-color: #ea868f;
    --font-size-app: 15px;
    --font-size-app-16: 16px;
    --font-size-app-17: 17px;
    --font-size-app-18: 18px;
    --font-size-app-19: 19px;
    --font-size-app-20: 20px;
}

@font-face {
    font-family: "Yu Gothic Medium";
    src: local("Yu Gothic Medium");
    font-weight: 100;
}

@font-face {
    font-family: "Yu Gothic Medium";
    src: local("Yu Gothic Medium");
    font-weight: 200;
}

@font-face {
    font-family: "Yu Gothic Medium";
    src: local("Yu Gothic Medium");
    font-weight: 300;
}

@font-face {
    font-family: "Yu Gothic Medium";
    src: local("Yu Gothic Medium");
    font-weight: 400;
}

@font-face {
    font-family: "Yu Gothic Medium";
    src: local("Yu Gothic Bold");
    font-weight: bold;
}

body {
    margin: 0;
    font-family: "Yu Gothic Medium", 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, Meiryo, sans-serif;
    font-size: var(--font-size-app) !important;
    font-weight: 400;
    line-height: 1.5 !important;
    color: #333;
    background-color: #ffffff !important;
}

.wrapper {
    min-height: 100vh;
}

.container-header {
    height: var(--header-height);
    padding: 0 15px 0 26px;
    width: 100%;
    box-shadow: 0 3px 4px #00000029;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.c-text-primary {
    color: var(--color-primary);
}

.nav-item.active>a {
    color: var(--color-primary);
}

.nav-item.active,
.nav-item:hover {
    background-color: #fff;
    color: var(--color-primary)
}

.nav-item:hover .nav-link {
    color: var(--color-primary)
}

.form-inline-header .nav-item:hover {
    background-color: unset;
    color: #fff;
}

.form-inline-header .nav-item {
    color: #fff;
    font-weight: 700;
    line-height: 20px;
}

.nav-link {
    padding: 20px 15px;
    color: #fff;
    font-weight: 700;
    line-height: 35px;
}

.logo-header {
    font-size: 30px;
    line-height: 50px;
}

.info-user-header {
    color: #fff;
}

.btn-login-header {
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
    cursor: pointer;
}

.num-cart {
    color: #fff;
    background-color: red;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 5px;
}

.bg-header-fe,
.bg-footer-fe {
    background-color: var(--color-primary-menu);
}

.content-page {
    margin: 0 auto;
    max-width: 1600px;
    width: 90vw;
    padding-top: 70px;
    min-height: calc(100vh - 90px);
}

.breadcrumb {
    padding-top: 1rem;
    font-weight: 500;
    font-size: 13px;
}

.breadcrumb a {
    text-decoration: underline;
    color: var(--color-blue);
}
.breadcrumb a:hover {
    text-decoration: none;
    color: var(--color-primary)
}

.footer {
    background-color: var(--color-primary-menu);
    color: #fff;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 37px;
    position:absolute;
    width:100%;
}

.footer .about,
.footer .copyright {
    height: var(--footer-height);
}

.about h4 {
    font-size: 25px;
    font-weight: 600;
}

body .policy {
    min-height: calc(100vh - 128px) !important;
}

.img_tool {
    width: 20px;
}

.c-pointer {
    cursor: pointer;
}

.btn-icon-download {
    font-size: 27px;
    color: var(--color-primary);
}

/* table */

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th,
table.dataTable {
    border: 1px solid #999999;
    vertical-align: middle;
    font-size: 14px;
    color: #333333;
}

.table-bordered>thead>tr>th {
    /* background-color: #ccc; */
}

table.dataTable {
    width: 100%;
}

.dt-search,
.dt-layout-cell.dt-start .dt-info {
    display: none;
}

.table-bordered {
    clear: both !important;
    margin-bottom: 0 !important;
    max-width: none !important;
    border-spacing: 0 !important;
}

/* end-table */

.min-w-100 {
    min-width: 100px;
}

.min-w-110 {
    min-width: 110px;
}

.min-w-120 {
    min-width: 120px;
}

.min-w-150 {
    min-width: 150px !important;
}

.min-w-200 {
    min-width: 200px;
}

.min-w-310 {
    min-width: 310px;
}

.max-w-100 {
    max-width: 100px;
}

.max-w-120 {
    max-width: 120px;
}

.max-w-150 {
    max-width: 150px;
}

.max-w-200 {
    max-width: 200px;
}

.flex-1 {
    flex: auto 1 1
}

.c-gap-5 {
    gap: 5px;
}

.gap-10 {
    gap: 10px;
}

.gap-20 {
    gap: 20px;
}

.gap-30 {
    gap: 30px;
}

.gap-40 {
    gap: 40px;
}

.gap-50 {
    gap: 50px;
}

.gap-60 {
    gap: 60px;
}

.gap-70 {
    gap: 70px;
}

.gap-80 {
    gap: 80px;
}

.gap-90 {
    gap: 90px;
}

.gap-100 {
    gap: 100px;
}

.h-32 {
    height: 32px !important;
}

.-mt-10 {
    margin-top: -10px !important;
}

/* .btn-user-header {
  width: 35px;
  height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50px;
  color: rgba(255, 255, 255, 0.55);
  cursor: pointer;
} */

/* paging */
.per_page {
    width: 100px;
    min-width: 100px;
}

.paging {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    margin-bottom: 0px;
}

.page-link {
    font-size: var(--font-size-app-17) !important;
}

.paging .paging-items {
    display: flex;
    color: #3568b3;
    border: 1px solid #3568b3;
    background: #fff;
    border-radius: 3px;
    font-size: 12px;
}

.paging .paging-items .page-link {
    cursor: pointer;
    border-right: 1px solid #3568b3;
    padding: 4px 15px;
    font-weight: 700;
}

.paging .paging-items .active {
    background-color: var(--color-primary);
    color: #ffffff;
    cursor: default;
}

.paging .paging-items .page-link:last-of-type {
    border-right: unset;
}

.paging .paging-item a {
    border: 1px solid #3568b3;
    background: #fff;
    border-radius: 3px;
    color: #3568b3;
    cursor: pointer;
    display: block;
    padding: 4px 10px;
    font-size: 12px;
}

.paging .paging-item a i {
    font-size: 14px;
}

/* end-paggin */
.container-datepicker {
    position: relative;
}

.search-block .input-group-addon {
    right: 0;
    top: 0;
}

.search-block .input-group-addon .fa {
    cursor: pointer;
    font-size: 14px;
    font-weight: unset;
}

.border-r-radius-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.c-btn.btn-width-default {
    min-width: 150px;
}

.c-btn {
    display: inline-block;
    height: 40px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0 25px;
    font-size: 15px;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.c-btn-primary {
    color: #fff;
    background-color: var(--color-primary);
}

.c-btn-outline-primary {
    color: var(--color-primary);
    border: thin solid var(--color-primary);
}

.c-btn-outline-primary:hover {
    color: #fff;
    background-color: var(--color-primary);
}

.c-btn-outline-secondary {
    color: var(--bs-gray-color);
    border: thin solid var(--bs-border);
    background-color: transparent;
}

.c-btn-outline-secondary:hover {
    color: #fff;
    background-color: var(--bs-gray-color);
}

.form-control {
    transition: none !important;
}

.form-control:focus {
    outline: none !important;
}

.form-control:focus,
.pagination .page-item .page-link:focus,
.select-option select:not([readonly]):focus,
:focus-visible {
    border: 1px solid #003586 !important;
    box-shadow: 0 0 0 1px #003586 !important;
    outline: 0 !important;
}

.form-control.is-invalid:focus {
    border-color: var(--bs-form-invalid-border-color) !important;
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25) !important;
  }

#navbarTogglerDemo01 .nav-item {
    padding: 0 5px;
}

.form-inline-header-login {
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.form-inline-header-login .user,
.form-inline-header-login li a {
    align-items: center;
    color: #fff;
    display: flex;
    font-weight: 700;
    height: 75px;
    padding: 0 15px;
    text-decoration: none;
}

.form-inline-header-login i {
    font-size: var(--font-size-app);
    padding-right: 10px;
}

.form-inline-header-login li a:hover {
    background: #fff;
    color: #003586;
    text-decoration: none;
}

.morelink a {
    float: right;
    margin-top: 10px;
    font-weight: 500;
    line-height: 18px;
    transform: rotate(0.03deg);
    color: #003586;
    text-decoration: none;
}

.morelink a:before {
    color: #003586;
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 900;
    padding-right: 5px;
}

#navbarTogglerDemo01.custom_menu_power .nav-item {
    /* padding: 0 0; */
}

.custom_menu_power .custom_menu {
    display: flex !important;
}

.custom_menu_power .custom_menu a {
    display: grid !important;
    text-align: center;
    padding: 3px 4px;
}
.maxw-600 {
    max-width: 600px ;
}
/* (1920x1080) Full HD Display */
@media (min-width: 1920px) and (max-width: 2560px) {
    #navbarTogglerDemo01.custom_menu_power .nav-item {
        padding: 0 5px;
    }

    .custom_menu_power .custom_menu {
        display: flex !important;
    }

    .custom_menu_power .custom_menu a {
        display: flex !important;
        text-align: unset;
        padding: 20px 15px;
    }
}

/*screen download pdf*/
.download-document {
    display: flex;
    width: 900px;
    height: 550px;
    background: rgb(226, 226, 226);
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.download-term {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-top: 25px;
    width: 500px;
}
.warning-message{
    font-size: 12px;
}
.select-sort {
    border-color: #003586;
    cursor: pointer;
}
.reissue-password span{
    font-size: 14px !important;
}

.accordion-button {
    cursor: pointer;
    border-radius: 0 !important;
}
.accordion .accordion-item:first-child {
    border-top: 0;
}
.accordion-button:not(.collapsed) {
    background-color: #ffffff;
}
.accordion .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.accordion-header {
    margin-bottom: 0;
}
.accordion-header .accordion-item .accordion-button, .accordion-header .accordion-item .accordion-button.collapsed {
    border-radius: 0;
}
.text-collapsed {
    align-items: center;
}
.text-collapsed i, .accordion-body i {
    font-size: 50px;
    color: rgb(255, 77, 89);
    margin-right: 20px;
}
.accordion-body i {
    color: rgb(84, 149, 255) !important;
}
.accordion-body {
    word-break: break-word; 
    white-space: pre-line;  
}
.text-collapsed .content {
    text-decoration: underline;
    white-space: pre-line;
}
.accordion-item {
    color: var(--bs-accordion-color);
    border-bottom: var(--bs-accordion-border-width) solid var(--bs-accordion-sty-border-color);
}
.accordion-item {
    color: #333;
    background-color: var( --ms-info-background-color);
    border: 1px solid var(--bs-border);
}

.link-text {
    text-decoration: auto;
}
a {
    cursor: pointer;
}

.content-mark .logo-mark {
    width: 100%;
}

.release-note {
    border-bottom: 1px solid #ccc;
}

.about h5, .release-note, .reversion h3, .text-cpat {
    font-size: var(--font-size-app-19);
    font-weight: 600;
    transform: rotate(0.03deg);
    color: #333;
    font-family: "Yu Gothic Medium", 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, Meiryo, sans-serif;
}

/* scroll table */
#table-product-list.scroll thead {
    position: sticky;
    top: 0;
}

.tableFixHead {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

#table-product-list.scroll thead th:after {
    border-top: 1px solid #999999 !important;
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#table-product-list.scroll thead th::before {
    border-bottom: 1px solid #999999 !important;
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

#table-product-list.scroll tbody {
    height: 425px;
    overflow-y: auto;
    overflow-x: hidden;
}

#table-product-list.scroll thead th {
    border-bottom: 0 !important;
}

#table-product-list.scroll tbody td,
#table-product-list.scroll thead th {
    height: 41px;
    border: 1px solid #999999;
    width: 33.3%;
    display: table-cell;
    float: none;
    border-top: 0;
}

#table-product-list.scroll thead tr,
#table-product-list.scroll tbody tr {
    border-width: 0 !important;
    display: table-row;
}

.has-danger input, .has-danger input:focus, .has-danger textarea, .has-danger .circle,
.has-danger .selectWrapper, .has-danger .tox-tinymce {
    border: 1px solid #CC0000 !important;
    border-color: #CC0000 !important;
    box-shadow: none !important;
}

.dropdown-menu-sys
{
    background-color: var(--color-primary-menu);
    padding: 0;
    border-radius: 0;
    min-width: 215px;
}

.dropdown-menu-sys li {
    padding: 0;
}

.dropdown-menu-sys li a {
    padding: 15px !important;
    height: auto;
}

#editLoanApplication .modal-dialog.modal-dialog-centered {
    max-width: 800px;
}

#loanApplicationModalDetail .modal-dialog.modal-dialog-centered {
    max-width: 1000px;
}

.tableFixHead {
    max-height: 305px;
    overflow-y: auto;
    overflow-x: hidden;
}

.list-program {
    list-style-type: none;
    padding: 0 !important;
}

#table-product-list tr td,
#table-product-list thead th {
    font-size: 12px !important;
}

.w-5 {
    width: 5%;
}

.w-7 {
    width: 7%;
}

.w-99 {
    width: 99.99%;
}

 .w-100 {
     width: 100%;
 }
 
 .px-30 {
     padding: 0px 30px;
 }
 
 .pb-20 {
     padding-bottom: 20px;
 }
 
 .mb-30 {
     margin-bottom: 30px;
 }

 .mt-30 {
     margin-top: 30px;
 }

.ui-datepicker {
    z-index: 9999 !important;
}

#table-loan-application .btn {
    height: 40px;
    font-size: 13px !important;
    min-width: 120px !important;
}

#table-product-list .btn {
    height: 35px;
    font-size: 12px !important;
    min-width: 100px !important;
}

#table-loan-application tr td,
#table-loan-application thead th {
    font-size: 12px !important;
}

#table-loan-application .btn {
    height: 40px;
    font-size: 13px !important;
    min-width: 120px !important;
}

#table-loan-application .btn#inquiry_go{
    min-width: 150px !important;
}

#table-loan-application .btn#detail_go{
    min-width: 90px !important;
}

#navbarTogglerDemo01 .nav-item {
    padding: 0 20px;
}

#navbarTogglerDemo01 .navbar-nav .active .show {
    color: var(--color-primary) !important;
}

#navbarTogglerDemo01 .dropdown-menu {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 3px 4px #00000029;
    border-radius: 0;
    padding: 0;
}

#navbarTogglerDemo01 .dropdown-menu li {
    border-bottom: 1px solid #ddd;
    padding: 5px;
}

#navbarTogglerDemo01 .dropdown-menu li a {
    color: var(--color-primary);
    font-weight: 700;
    padding: 4px 16px !important;
    text-align: left;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding-right: 8px !important;
}

#navbarTogglerDemo01 .dropdown-item.active,
#navbarTogglerDemo01 .dropdown-item:active {
    color: #fff !important;
    background-color: var(--color-primary-menu);
}

#navbarTogglerDemo01 .nav-link .num-cart {
    position: absolute;
    top: 10px;
    right: 0;
}

.tableFixHead.loan-detail {
    max-height: 235px !important;
}

#table-product-list.scroll.loan-detail tbody {
    height: auto;
}

#table-product-list.scroll thead th {
    border-bottom: 0 !important;
}

#table-product-list.scroll.loan-detail tbody td,
#table-product-list.scroll.loan-detail thead th {
    width: 13% !important;
}

.free-download {
    border: 1px solid #010044;
    border-radius: 20px;
    cursor: pointer;
    margin-left: 50px;
    text-align: center;
}
 
.free-download a {
    display: inline-block;
    padding: 10px 30px;
    text-decoration: none;
}

#table-loan-detail_wrapper .btn {
    height: 35px;
    font-size: 12px !important;
    min-width: 100px !important;
}

div.dt-container div.dt-layout-row.dt-layout-table {
    display: table !important;
}

tr.row-disabled,
tr.row-disabled>td {
    background-color: #9e9e9e !important;
    border-color: #555 !important;
}

tr.row-disabled {
    color: #555 !important;
    opacity: 0.8;
    pointer-events: none;
}

tr.row-disabled a#detail_go {
    border: 1px solid #555 !important;
    pointer-events: auto !important;
}