@charset "utf-8";

sup,
sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
img {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
    image-rendering: -webkit-optimize-contrast;
}
body {
    background: #F4F5F7;
    font-size: 1.3rem;

}
h3, .h3, .h3 {
  font-size: 1.2rem;
}
.rate-percentage {
    font-size: 1.5rem;
}
.rate-percentage-sub  {
    font-size: 1rem;
}
.message_logo img {
    max-width: 180px;
}
.message_body {
    background: #F4F5F7;
}
.message_body td:first-child {
    border-top: solid 1px #dee2e6;
}
.message_body a {
    text-decoration: none;
}
.content-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    padding: 30px;
}
.content-wrapper.no-title {
    padding: 15px 30px;
}
.table th,
.table td {
    padding: 0.8rem;
}
.table td {
    font-family: monospace;
}
.table td .btn {
    padding: 0.5rem 1rem;
}
.table tr.disabledtr {
    background-color: #ccc !important;
    --bs-table-accent-bg: rgba(204, 204, 204, 100) !important;
}
.table td .w_100 {
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.table td .w_150 {
    width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.table td .w_200 {
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sp_header_company {
    padding-top: 5px !important;
}
.main-panel {
    background: #F4F5F7;
}
.navbar {
    border-bottom: solid 1px #eee;
}
.navbar .navbar-brand-wrapper {
    height: 70px;
    padding: 10px 1px 10px 15px;
    background-color: #fff;
}
.navbar .navbar-brand-wrapper .navbar-brand img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.navbar .navbar-menu-wrapper {
    background-color: #fff;
    height: 70px;
    box-shadow: 2px 2px 2px 0px rgba(150,150,150,0.1);
    padding-left: 0;
    padding-top: 25px;
}
.sidebar {
    padding-top: 10px;
    min-height: calc(100vh - 70px);
    background-color: #fff;
    border-right: solid 1px #eee;
    border-left: solid 1px #eee;
    box-shadow: 1px 1px 3px 0px rgba(150,150,150,0.1);
}
.sidebar .nav .nav-item.active {
    border-radius: 0;
}
.sidebar .nav .nav-item.active > .nav-link {
    border-radius: 0;
    background-color: #fff;
}
.sidebar .nav .nav-item.active .nav-link:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 0;
    background: #1F3BB3;
}
.sidebar .nav .nav-item .nav-link {
    padding: 10px 20px 10px 20px;
}
.sidebar .nav .nav-item .nav-link i.menu-icon {
    background-color: #595757;
    color: #fff;
    border-radius: 5px;
    padding: 1px 3px;
}
.sidebar .nav .nav-item .nav-link i.menu-icon.mdi-home,
.sidebar .nav .nav-item .nav-link i.menu-icon.mdi-cash-multiple,
.sidebar .nav .nav-item .nav-link i.menu-icon.mdi-cloud-download {
    background-color: #5494a6;    
}
.sidebar .nav .nav-item .nav-link i.menu-icon.mdi-chart-bar,
.sidebar .nav .nav-item .nav-link i.menu-icon.mdi-file-document,
.sidebar .nav .nav-item .nav-link i.menu-icon.mdi-chart-gantt,
.sidebar .nav .nav-item .nav-link i.menu-icon.mdi-alert-octagon {
    background-color: #d66385;
}
.sidebar .nav .nav-item .nav-link i.menu-icon.mdi-briefcase,
.sidebar .nav .nav-item .nav-link i.menu-icon.mdi-screwdriver,
.sidebar .nav .nav-item .nav-link i.menu-icon.mdi-ruler,
.sidebar .nav .nav-item .nav-link i.menu-icon.mdi-tie,
.sidebar .nav .nav-item .nav-link i.menu-icon.mdi-credit-card,
.sidebar .nav .nav-item .nav-link i.menu-icon.mdi-pen,
.sidebar .nav .nav-item .nav-link i.menu-icon.mdi-wrench,
.sidebar .nav .nav-item .nav-link i.menu-icon.mdi-account,
.sidebar .nav .nav-item .nav-link i.menu-icon.mdi-monitor {
    background-color: #cfcf33;
}
.hontsuka_admin_menu .nav-item .nav-link i.menu-icon {
    background-color: #595757 !important;
}
.sidebar-icon-only .sidebar .nav .nav-item .nav-link {
    display: flex !important;
}
.sidebar-icon-only .sidebar .nav .nav-item .nav-link i.menu-icon {
    margin: 0 auto;
}
.sidebar .nav .nav-item .nav-link .menu-title {
    padding-top: 3px;
    font-size: 11px;
}
.sidebar .nav .nav-link-hontsuka {
    padding: 10px 20px 10px 20px;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    white-space: nowrap;
    color: #484848;
    -webkit-transition-duration: 0.45s;
    -moz-transition-duration: 0.45s;
    -o-transition-duration: 0.45s;
    transition-duration: 0.45s;
    transition-property: color;
    -webkit-transition-property: color;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    font-size: 11px;
    margin-top: 10px;
    border-top: solid 1px #eee;
    border-radius: 0;
    border-bottom: solid 1px #eee;
    /*background-color: #bce2e5;*/
    background-color: #f5f5f5;
}
.sidebar .nav:not(.sub-menu) > .nav-item {
    margin-top: 0;
}
.sidebar .nav .nav-item .nav-link-hontsuka i.menu-icon {
    font-size: 22px;
    line-height: 1;
    margin-right: 1rem;
    color: #484848;
}
.sidebar .nav .logo_kaikei.nav-item .nav-link-hontsuka {
    padding: 5px 10px 5px 10px;
    position: relative;
}
.sidebar .nav .logo_kaikei.nav-item .nav-link-hontsuka img {
    width: 50px;
    margin-right: 5px;
}
.sidebar .nav .logo_kaikei.nav-item .nav-link-hontsuka i.menu-icon {
    font-size: 50px;
    height: 50px;
    margin-right: 5px;
}
.sidebar .nav .logo_kaikei.nav-item .nav-link {
    padding: 10px 35px 10px 10px;
}
.sidebar .nav .logo_kaikei.nav-item .nav-link img {
    width: 50px;
    margin-right: 10px;
}
.hontsuka_sidemenu_button {
    cursor: pointer;
    transition: 0.5s;
}
.hontsuka_sidemenu_button:hover {
    opacity: 0.8;
}
.hontsuka_sidemenu {
    display: none;
    padding-top: 10px;
}
.hontsuka_sidemenu_button .menu-title {
    overflow: hidden;
}
.hontsuka_sidemenu_button .menu-title:after {
    position: absolute;
    right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
}
.hontsuka_sidemenu_button.active .menu-title:after {
    content: "\f078";
}
body.sidebar-icon-only .hontsuka_sidemenu_button .menu-title:after {
    display: none;
}
#menu_common {
    border-bottom: solid 1px #eee;
    padding-bottom: 10px;
}
.page-body-wrapper {
    min-height: calc(100vh - 70px);
    padding-top: 70px;
}
@media (min-width: 992px) {
    .sidebar-icon-only .sidebar .nav .nav-item .nav-link i.menu-icon,
    .sidebar-icon-only .sidebar .nav .nav-item.actve .nav-link i.menu-icon {
        color: #fff !important;
    }
}
@media (max-width: 991px) {
    .content-wrapper {
        padding: 15px;
        padding-top: 30px;
    }
    .content-wrapper.no-title {
        padding-top: 5px;
    }
    .navbar {
        box-shadow: 2px 2px 2px 0px rgba(150,150,150,0.1);
    }
    .navbar .navbar-menu-wrapper {
        box-shadow: none;
        width: calc(100% - 70px);
    }
    .navbar .navbar-brand-wrapper {
        padding: 20px 0;
        width: 70px;
    }
    .navbar .navbar-brand-wrapper .navbar-brand img {
        width: auto;
        max-width: none;
        height: 70px;
    }
    .sidebar {
        padding-top: 0;
        border-left: solid 1px #eee;
        box-shadow: -1px -1px 3px 0px rgba(150,150,150,0.1);
    }
    .sidebar-offcanvas {
        max-height: calc(100vh - 70px);
        top: 70px;
    }
}
.home-tab .tab-content {
    padding: 0;
}
.home-tab .btn {
    padding: 0.875rem 1.5rem;
    border: 1px solid transparent;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1;
    margin-bottom: 0;
    margin-right: 0;
}
.home-tab .nav-tabs .nav-item .nav-link {
    border: none;
    background-color: #fff;
    border: solid 1px #1b83d1;
    color: #1b83d1;
    font-weight: bold;
    border-radius: 2px;
    margin-right: 8px;
}
.home-tab .nav-tabs .nav-item:first-child .nav-link {
    border-radius: 2px;
}
.nav-tabs .nav-item:last-child .nav-link {
    border-radius: 2px;
}
.nav-tabs .nav-item:last-child .nav-link {
    margin-right: 0;    
}
.home-tab .nav-tabs .nav-item .nav-link.active {
    background-color: #1F3BB3;
    border: solid 1px #1F3BB3;
    color: #fff;
}
a.home_main_title {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
}
a.home_main_title i.fa {
    color: #fff;
    margin-left: 10px;
    font-size: 105%;
    transition: 0.5s;
}
a.home_main_title:hover i.fa {
    margin-left: 15px;
    color: #fff;
}
.home_title,
.home_title a {
    text-decoration: none;
    color: #666;
    font-weight: bold;
}
.home_title i.mdi {
    background-color: #5494a6;
    color: #fff;
    border-radius: 5px;
    margin-right: 10px;
    padding: 5px 5px 1px 5px;
}
.home_title i.fa {
    color: #5494a6;
    margin-left: 10px;
    font-size: 105%;
    transition: 0.5s;
}
.home_title a:hover i.fa {
    margin-left: 15px;
}
.home_title h4 {
    font-weight: bold;
}
.home_title.pink i.mdi {
    background-color: #d66385;
}
.home_title.yellow i.mdi {
    background-color: #cfcf33;
}
.home_title.gray i.mdi {
    background-color: #595757;
}
.home_title.blue i.mdi {
    background-color: #5781D6;
}
.home_title span.small {
    font-weight: none;
    font-size: 0.7rem;
}
span.home_subtitle {
    font-size: 1rem !important;
    font-weight: normal;
}
span.home_subtitle.home_alert {
    font-size: 1.8rem !important;
}
.home_card_title {
    padding: 0.5rem 1.0rem;
    background-color: #5494a6;
}
.home_card_title.pink {
    background-color: #d66385;
}
.home_card_title.yellow {
    background-color: #cfcf33;
}
.home_card_title.gray {
    background-color: #595757;
}
.home_card_title.blue {
    background-color: #5781D6;
}
.card.home_card_title .card-title.card-title-dash {
    color: #fff;
}
.home_card_title .card-title i.menu-icon {
    color: #fff;
}
.home_rate_percentage {
    font-style: normal;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1;
    color: #000000;
    margin-bottom: 0;
}
.home_rate_percentage.home_alert {
    font-size: 1.8rem;
}
.home_label span {
    background-color: #5494a6;
    border-radius: 10px;
    padding: 2px 15px;
    color: #fff;
    font-weight: bold;
    font-size: 0.812rem;
    line-height: 1.3rem;
}
.home_label.pink span {
    background-color: #d66385;
}
.home_label.yellow span {
    background-color: #cfcf33;
}
.home_label.gray span {
    background-color: #595757;
}
.home_label.blue span {
    background-color: #5781D6;
}
.home_graph_body {
    position: relative;
}
.home_graph_body.doughnut {
    min-height: 225px;
}
.home_graph_body.chart {
    min-height: 300px;
}
.home_graph_outer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
}
.home_graph_inner {
    position: relative;
    width: 100%;
}
.home_graph_value {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.chartjs-size-monitor {
    position: relative;
}
#home_graph_cash,
#home_graph_prospect,
#home_graph_profit_rslt,
#home_graph_profit_plan {
    width: auto !important;
    height: 100vh !important;
    max-height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#home_graph_profit_daily_legend,
#home_graph_getsumatsu_legend {
    padding-right: 4rem;
}
#home_graph_profit_daily,
#home_graph_getsumatsu {
    margin-top: 2rem;
    width: auto !important;
    height: 100vh !important;
    max-height: 200px;
}
#home_graph_profit_daily {
    margin-top: 0;
}
.home_graph_profit_daily_wrapper,
.home_graph_getsumatsu_wrapper {
    padding: 0 1rem;
}
.home_graph_profit_daily_yaxes_r {
    display: none;
    text-align: right;
    padding: 10px 1.2rem 5px 0;
    font-size: 10px;
    color: #6B778C;
}
@media (max-width: 1200px) {
    #home_graph_profit_daily_legend,
    #home_graph_getsumatsu_legend {
        padding-right: 0;
    }
    .home_graph_profit_daily_wrapper,
    .home_graph_getsumatsu_wrapper {
        padding: 0 1rem;
    }
    .home_graph_profit_daily_yaxes_r {
        padding: 40px 0.2rem 3px 0;
    }
}
@media (max-width: 769px) {
    .home_graph_profit_daily_wrapper,
    .home_graph_getsumatsu_wrapper {
        padding: 0 0rem;
    }
}



.card .card-body.home_card {
    padding: 1.3rem 1.3rem;
}
.form-check {
    margin-top: 7px;
    margin-bottom: 0;
}
.input-group-text {
    color: #666 !important;
}
.input-group select.form-control {
    margin-top: 1px;
    height: 1.86rem;
}
select.form-control {
    background-color: #fff !important;
    color: #333 !important;
}
.input-group-select {
    display: flex;
    align-items: center;
    border: none;
    margin-bottom: 0;
    position: relative;
    padding-top: 1px;
    padding-bottom: 1px;
}
.input-group-select:after {
    position: absolute;
    right: 10px;
    width: 10px;
    height: 7px;
    background-color: #555;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
    z-index: 3;
}
.input-group-select select {
    appearance: none;
    cursor: pointer;
    border-radius: 0;
}
.input-group-select select.form-control {
    margin-top: 0;
    margin-left: 1px;
    padding-right: 30px;

}
.hontsuka_sp_menu,
.hontsuka_sp_menu_username {
    border-bottom: solid 1px #eee;
}
.hontsuka_sp_menu_username {
    padding-top: 10px;
    background-color: #f5f5f5;
}
.sidebar .nav .hontsuka_sp_menu .nav-item .nav-link i.menu-icon.mdi-account-outline {
    background-color: #fff;
    color: #eee;
    border-radius: 50%;
    padding: 1px 3px;
}
.sidebar .nav .hontsuka_sp_menu .nav-item.hontsuka_sp_menu_username .menu-title {
    color: #595757;
}
.hontsuka_admin_menu {
    margin-top: 25px;
    padding-right: 20px;
    padding-bottom: 20px;
    background-color: #d6fcff;
    /*background: radial-gradient(#f0ffff, #d6fcff);*/
    background: radial-gradient(rgba(240,255,255,0.5), rgba(214,252,255,0.5));
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}
.hontsuka_admin_menu_category {
    border: none !important;
    margin-left: 20px !important;
    padding-bottom: 10px !important;
}
.sidebar-icon-only .sidebar .hontsuka_admin_menu {
    padding-top: 20px;
}
.sidebar-icon-only .sidebar .nav .hontsuka_admin_menu .nav-item .nav-link {
    padding-left: 1.1rem;
    padding-right: 0.5rem;
    text-align: center;
    position: static;
    margin: 0 auto;
}
.section_title {
    opacity: 0.9;
    padding: 17px 1rem;
    border-radius: 2px;
    color: #F95F53;
    font-weight: bold;
    font-size: 1rem;
}
.section_title_note {
    margin-top: 5px;
    font-size: 15px;
    font-weight: normal;
    background-color: #d39caa;
}
.card.card-rounded {
    border-radius: 2px;
    border: solid 1px #eee;
    box-shadow: 1px 1px 3px 0px rgba(200,200,200,0.1);
}
.card-title i.menu-icon {
    font-size: 22px;
    line-height: 1;
    margin-right: 10px;
    color: #999;
}
.card-title i.menu-icon:before {
    vertical-align: middle;
}
.card_height_scroll {
    max-height: 555px;
    overflow: scroll;
}
.card_height_half_scroll {
    max-height: 215px;
    min-height: 165px;
    overflow: scroll;
}
.card_height_tall_scroll {
    max-height: 600px;
    overflow: scroll;
}
.card_height_05_scroll {
    max-height: 215px;
    min-height: 165px;
    overflow: scroll;
}
.card_height_10_scroll {
    max-height: 265px;
    min-height: 215px;
    overflow: scroll;
}
.card_height_15_scroll {
    max-height: 385px;
    min-height: 335px;
    overflow: scroll;
}
.table_header_fixed th {
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    left: 0;
}
.table_header_fixed th:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #dee2e6;
    z-index: -1;
}
.hontsuka_message .card-body {
    padding: 1rem;
    font-size: 0.9rem;
}
.hontsuka_label {
    color: #666;
    font-size: 0.85rem;
}
.hontsuka_list_subtitle {
    color: #aaa;
    font-size: 0.8rem;
}
.home_card_title .hontsuka_list_subtitle {
    color: #fff;
}
.hontsuka_list .card-header {
    background-color: transparent;
}
.card-header {
    background-color: transparent;
}
.hontsuka_list .card-body {
    padding-top: 0;
}
.card_body_p_half {
    padding: 1rem !important;
}
.card_body_pt_half {
    padding-top: 0.5rem !important;
}
.card-footer {
    background-color: transparent;
}
.hontsuka_list .table th,
.hontsuka_list .table td {
    padding: 0.1rem;
}
/*
.table > :not(caption) > * > * {
    background-color: transparent;
}
*/
.hontsuka_bordertbl th,
.hontsuka_bordertbl td {
    border: solid 1px #ddd !important;
}
.hontsuka_summarytbl {
    width: 100%;
    border: solid 1px #eee;
    background-color: rgba(220, 220, 220, 0.2);
}
.hontsuka_summarytbl th,
.hontsuka_summarytbl td {
    vertical-align: middle;
    font-weight: normal;
    padding: 0.7em;
    font-size: 0.8rem;
}
.hontsuka_summarytbl.table thead th {
    font-size: 0.8rem;
}
.hontsuka_summarytbl.narrow th,
.hontsuka_summarytbl.narrow td {
    padding: 0.3em;
}
.hontsuka_summarytbl th {
    background-color: #88c8da;
    color: #fff;
    border-left: solid 1px #dfdfdf;
}
.hontsuka_summarytbl.pink th {
    background-color: #E59FB3;
}
.hontsuka_summarytbl.yellow th {
    background-color: #cfcf33;
}
.hontsuka_summarytbl.gray th {
    background-color: #8d8b8b;
}
.hontsuka_summarytbl.blue th {
    background-color: #8bb5ff;
}
.hontsuka_summarytbl td {
    border-left: solid 1px #dfdfdf;
}
.hontsuka_summarytbl tr th:first-child,
.hontsuka_summarytbl tr td:first-child {
    border-left: none;
}
.hontsuka_mastertbl {
    width: 100%;
    border: solid 1px #eee;
    background-color:rgba(220, 220, 220, 0.1);
}
.hontsuka_mastertbl th,
.hontsuka_mastertbl td {
    vertical-align: middle;
    font-weight: normal;
    padding: 0.7em;
    font-size: 0.8rem;
}
.hontsuka_mastertbl.table thead th {
    font-size: 0.8rem;
}
.hontsuka_mastertbl.narrow th,
.hontsuka_mastertbl.narrow td {
    padding: 0.2em;
}
.hontsuka_mastertbl th {
    background-color: #cfcf33;
    color: #fff;
    border-left: solid 1px #dfdfdf;
}
.hontsuka_mastertbl th a {
    color: #fff;
}
.hontsuka_mastertbl td {
    border-left: solid 1px #dfdfdf;
}
.hontsuka_mastertbl tr th:first-child,
.hontsuka_mastertbl tr td:first-child {
    border-left: none;
}
.hontsuka_mastertbl td .form-check .form-check-label {
    font-size: 0.7rem;
}
.hontsuka_infotbl {
    width: 100%;
}
.hontsuka_infotbl th,
.hontsuka_infotbl td {
    vertical-align: top;
    font-size: 0.8rem;
}
.hontsuka_infotbl th {
    width: 1px;
    white-space: nowrap;
    padding-right: 2em;
    font-weight: normal;
}
.hontsuka_infotbl td {
    white-space: pre-wrap;
    word-wrap: break-word;
}
.hontsuka_infotbl tbody tr td.category {
    width: 1px;
    white-space: nowrap;
    padding-right: 2em;
}
.hontsuka_infotbl tr:not(:first-child) th,
.hontsuka_infotbl tr:not(:first-child) td {
    padding-top: 1em;
    border-top: solid 1px #f5f5f5;
}
.hontsuka_infotbl tr:not(:last-child) th,
.hontsuka_infotbl tr:not(:last-child) td {
    padding-bottom: 1em;
}
.form-check-label {
    cursor: pointer;
}
.hontsuka_dl {
    display: flex;
    flex-wrap: wrap;
}
.hontsuka_dl dd:before {
    content: ":";
    margin-left: 5px;
    margin-right: 5px;
}
.hontsuka_graph_unit {
    color: #666;
    font-size: 0.6rem;
}
#fund input {
    border: solid 1px #ccc;
    border-radius: 3px;
    width: 100%;
    font-size: 0.9rem;
    margin: 0 auto;
    padding-left: 5px;
    padding-right: 5px;
}
#fund .table td.input_padding_narrow {
    padding: 0.6rem 0.5rem;
}
#fund_column1,
#fund_column2,
#fund_column3,
#fund_cash_column1,
#fund_cash_column2,
#fund_cash_column3 {
    width: 22%;
}
#profit .profit_graph_ranking {
    height: 450px !important;
}
#profit .card_height_half_scroll .profit_graph_ranking {
    height: 165px !important;
}
#profit .profit_graph_manage {
    height: 165px !important;
}
#profit .card_height_05_scroll .profit_graph_ranking {
    height: 165px !important;
}
#profit .card_height_10_scroll .profit_graph_ranking {
    height: 215px !important;
}
#profit .card_height_15_scroll .profit_graph_ranking {
    height: 335px !important;
}
#profit .stock_table .column_01 { width: 40px; }
#profit .stock_table .column_02 { width: auto; }
#profit .stock_table .column_03 { width: 150px; }
#profit .stock_table .column_04 { width: 100px; }
#profit .stock_table .column_05,
#profit .stock_table .column_06,
#profit .stock_table .column_07,
#profit .stock_table .column_08,
#profit .stock_table .column_09,
#profit .stock_table .column_10,
#profit .stock_table .column_12 {
    width: 70px;
}
#profit .stock_table .column_11 {
    width: 85px;
}
#profit .stock_table .column_13 {
    width: 90px;
}
#profit .stock_table th {
    white-space: nowrap;
    font-size: 0.7rem;
}
#profit .stock_table td {
    font-size: 0.8rem;
}
#profit .stock_table td.column_02,
#profit .stock_table td.column_03,
#profit .stock_table td.column_04 {
    white-space: wrap;
}
@media (max-width: 1300px) {
    #profit .stock_table .column_03 { width: auto; }
    #profit .stock_table .column_04 { width: auto; }
}
@media (max-width: 1200px) {
    #profit .stock_table .column_02 { width: 300px; }
    #profit .stock_table .column_03 { width: 150px; }
    #profit .stock_table .column_04 { width: 100px; }
}
@media (max-width: 769px) {
    #profit .stock_table td.column_02 { white-space: nowrap; }
    #profit .stock_table td.column_03 { white-space: nowrap; }
    #profit .stock_table td.column_04 { white-space: nowrap; }
    #profit .stock_table .column_05,
    #profit .stock_table .column_06,
    #profit .stock_table .column_07,
    #profit .stock_table .column_08,
    #profit .stock_table .column_09,
    #profit .stock_table .column_10,
    #profit .stock_table .column_11,
    #profit .stock_table .column_12,
    #profit .stock_table .column_13 {
        width: 1px;
    }    
}
#profit .profit_select_area {
    padding: 0.5rem 0.5rem 0.1rem 0.5rem;
}
#profit .profit_select_area .form-check {
    margin-top: 0;
}
.bumon_search_display_hide {
    display: none;
}
.card-form {
    margin-bottom: 0;
}
.card-form label {
    margin-bottom: 0;
}
.card-notes {
    color: #999;
    font-size: 12px;
    text-align: right;
}
.reg-notes {
    color: #999;
    font-size: 12px;
}
#card-element {
    border: solid 1px #eee;
    border-radius: 5px;
    padding: 5px 10px ;
    font-size: 13px;
}
.hontsuka_card .table tr {
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
}
.hontsuka_card .table tr:first-child {
    border-top: solid 1px #eee;
}
.hontsuka_plan {
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    padding: 0 15%;
}
.hontsuka_plan_title {
    text-align: center;
    color: #5ac296;
    font-weight: bold;
    font-size:  20px;
    background: linear-gradient(0deg, #5ac296, #2ca9e1);
    background: -webkit-linear-gradient(0deg, #5ac296, #2ca9e1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hontsuka_plan_head {
    padding: 10px 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-radius: 10px 10px 0 0;
}
.hontsuka_plan_body {
    padding: 20px;
    border: solid 2px;
    border-radius: 0 0 10px 10px;
    text-align: center;
}
.hontsuka_plan_price {
    font-size: 30px;
    font-weight: bold;
}
.hontsuka_plan .green .hontsuka_plan_head {
    background-color: #5ac296;
}
.hontsuka_plan .green .hontsuka_plan_body {
    border-color: #5ac296;
}
.hontsuka_plan .green .hontsuka_plan_price {
    color: #5ac296;
    padding: 0 10px;
}
.hontsuka_plan .blue .hontsuka_plan_head {
    background-color: #2ca9e1;
}
.hontsuka_plan .blue .hontsuka_plan_body {
    border-color: #2ca9e1;
}
.hontsuka_plan .blue .hontsuka_plan_price {
    color: #2ca9e1;
    padding: 0 10px;
}
.disable_label {
    border: 1px solid #dee2e6;
    font-weight: 400;
    font-size: 0.875rem;
    border-radius: 4px;
    height: 2rem;
    padding: 5px 22px;
    background-color: #eee;
    color: #999;
}
.selected_bumon {
    background-color: #0F0;
}
.tbl_component {
    width: 100%;
}
.tbl_component tr,
.tbl_component td {
    padding: 10px;
}
.tbl_component td {
    font-size: 1.5rem;
}
.tbl_component_bold {
    font-size: 1.8rem;
    font-weight: 500;;
    margin-right: 10px;
}
.tbl_component_list tr:first-child {
    border-top: solid 1px #dee2e6;
}
.balloon_card {
    background-color: transparent;
}
.balloon_card.card-rounded {
    border: none;
    box-shadow: none;
}
.balloon_man {
    position: relative;
    display: inline-block;
    background: #bce2e8;
    /*background: radial-gradient(#f0ffff, #d6fcff);*/
    background: radial-gradient(rgba(240,255,255,0.5), rgba(214,252,255,0.5));
    border: solid 1px #a2c8ce;
    border-radius: 5px;
    font-size: 0.9rem;
    padding: 1rem !important;
    letter-spacing: 0.05em;
    color: #064658;
}
.hontsuka_ballon_tbl {
    display: table;
}
.hontsuka_ballon_tbl_l,
.hontsuka_ballon_tbl_r {
    display: table-cell;
}
.hontsuka_ballon_tbl_l {
    width: 100%;
    vertical-align: middle;
    padding: 0 1em;
}
.hontsuka_ballon_tbl_r {
    width: 80px;
    vertical-align: bottom;
}
.img_character {
    width: 80px;
}
.img_character {
    -moz-animation: swing linear 5s infinite;
    -moz-transform-origin: center bottom 0;
    -webkit-animation: swing linear 5s infinite;
    -webkit-transform-origin: center bottom 0;
    -ms-animation: swing linear 5s infinite;
    -ms-transform-origin: center bottom 0;
    -o-animation: swing linear 5s infinite;
    -o-transform-origin:center bottom 0;
    animation: swing linear 5s infinite;
    transform-origin: center bottom 0;
    display: block;
    float:left;
}
 @-moz-keyframes swing {
    0% { -moz-transform: rotate(0deg) }
    25% { -moz-transform: rotate(5deg); }
    50% { -moz-transform: rotate(0deg); }
    75% { -moz-transform: rotate(-5deg); }
    100% { -moz-transform: rotate(0deg); }
}
@-webkit-keyframes swing {
    0% { -webkit-transform: rotate(0deg); }
    25% { -webkit-transform: rotate(5deg); }
    50% { -webkit-transform: rotate(0deg); }
    75% { -webkit-transform: rotate(-5deg); }
    100% { -webkit-transform: rotate(0deg); }
}    
@-o-keyframes swing {
    0% { -o-transform: rotate(0deg); }
    25% { -o-transform: rotate(5deg); }
    50% { -o-transform: rotate(0deg); }
    75% { -o-transform: rotate(-5deg); }
    100% { -o-transform: rotate(0deg); }
}
@-ms-keyframes swing {
    0% { -ms-transform: rotate(0deg); }
    25% { -ms-transform: rotate(5deg); }
    50% { -ms-transform: rotate(0deg); }
    75% { -ms-transform: rotate(-5deg); }
    100% { -ms-transform: rotate(0deg); }
}
@keyframes swing {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(5deg); }
    50% { transform: rotate(0deg); }
    75% { transform: rotate(-5deg); }
    100% { transform: rotate(0deg); }
}
.accordion-button {
    opacity: 0.8;
    padding: 0;
    padding-left: 1em;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    background-color: #1b83d1;
    border: none;
    border-radius: 2px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
.accordion-button::after {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    margin-left: auto;
    background-image: none;    
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
    background-color: #1F3BB3;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    color: #fff;
    text-align: center;
    padding-top: 18px;
}
.accordion-button:not(.collapsed) {
    border: none;
    box-shadow: none;
    border-radius: 2px;
    color: #fff;
    font-weight: bold;
    background-color: #1b83d1;
}
.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: rotate(-180deg);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    color: #fff;
    
}
.hontsuka_note {
    width: 100%;
    padding: 0.5rem 1.25rem;
    color: #666;
    background-color: #eee;
    border-radius: 5px;
    font-size: 0.8rem;
}
.hontsuka_note_admin {
    width: 100%;
    padding: 10px 1rem;
    color: #666;
    background-color: #eee;
    border: solid 1px #ddd;
    border-radius: 2px;
    font-size: 0.8rem;
}
.card.card-rounded.hontsuka_note_admin {
    border-radius: 2px;
    border: solid 1px #ddd;
    box-shadow: none;
}
.hontsuka_note_span {
    padding: 10px 1rem;
    color: #aaa;
    font-size: 0.8rem;
}
.hontsuka_note_home {
    padding: 0 1rem;
    width: 100%;
    color: #666;
    font-size: 0.8rem;
}
.hontsuka_note_home a {
    text-decoration: none;
    font-size: 14px;
}
.hontsuka_note_home a i.fa {
    margin-left: 10px;
    font-size: 105%;
    transition: 0.5s;
}
.hontsuka_note_home a:hover i.fa {
    margin-left: 15px;
}
.hontsuka_alert {
    width: 100%;
    padding: 0.5rem 1.25rem;
    font-size: 15px;
    background-color: #fff;
    border-radius: 5px;
    font-size: 0.8rem;
}
.hontsuka_frame {
    width: 100%;
    padding: 0.5rem 1.25rem;
    font-size: 15px;
    border: solid 1px #ddd;
    border-radius: 5px;
    font-size: 0.8rem;
}
.hontsuka_msg_demo {
    font-size: 0.8rem;
    color: #5494a6;
    font-weight: bold;
    border: solid 1px #5494a6 !important;
}
.hontsuka_msg_demo.demo_alert {
    color: #d66385;
    border: solid 1px #d66385 !important;
}
.hontsuka_msg_demo.demo_warning {
    color: #b5b519;
    border: solid 1px #b5b519 !important;
}
.hontsuka_badge_wrap {
    position: relative;
}
.hontsuka_badge {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: -11px;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: table;
    text-align: center;
}
.hontsuka_badge_text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.hontsuka_bullets {
    display: table;
    width: 100%;
}
.hontsuka_bullets_l,
.hontsuka_bullets_r {
    display: table-cell;
    vertical-align: top;
}
.hontsuka_bullets_l {
    white-space: nowrap;
    width: 1px;
}
.hontsuka_ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.hontsuka_ul li {
    list-style: none;
    margin-right: 20px;
}
.hontsuka_ul li:last-child {
    margin-right: 0;
}
.form-check .form-check-label input[type="checkbox"]:disabled + .input-helper:before,
.form-control select {
    background: transparent;
    border: solid 1px #EBEDF2;
}
textarea.form-control {
    height: auto;
    line-height: 1.2em;
}
.hontsuka_disabled {
    color: #d1d3d8;
}
.hontsuka_nodata {
    padding: 1rem;
    color: #888;
    font-size: 0.8rem;
    border-radius: 2px;
}
.hontsuka_list_nodata {
    color: #888;
    padding: 0.8em;
    font-size: 0.7rem !important;
}
.datepicker {
    cursor: pointer;
}
#prospect .home-tab .chartjs-wrapper {
    height: 195px !important;
}
#prospect_graph_legend ul{
	display: flex;
    flex-wrap: wrap;
	list-style: none;
	padding-left: 0;
	text-align: center;
}
.prospect_graph_label {
    width: 100%;
    display: table;
}
.prospect_graph_label_l,
.prospect_graph_label_r {
    width: 50%;
    display: table-cell;
    font-size: 12px;
}
.prospect_graph_label_l {
    text-align: left;
    padding-left: 0.3em;
}
.prospect_graph_label_r {
    text-align: right;
    padding-right: 0.3em;
}
.modal .modal-dialog.modal-dialog-centered {
    margin-top: 0px;
}
.hontsuka_modal .modal-dialog .modal-content .modal-header {
    padding: 15px;
}
.hontsuka_modal .modal-dialog .modal-content .modal-body {
    padding: 0 15px;
    max-height: 50vh;
    overflow-y: scroll;
}
.hontsuka_modal .modal-dialog .modal-content .modal-footer {
    padding: 15px;
}
.hontsuka_modal .modal-dialog .modal-body {
    white-space: pre-wrap;
    word-wrap: break-word;
}
#admin_contract .grid-margin {
    margin-bottom: 10px;
}
#admin_contract .card .card-body {
    padding: 5px 10px 10px 10px;
}
.card .card-body.sales_select_area {
    padding: 0.1rem 0.5rem 0.1rem 0.5rem;
}
#admin_contract .card-footer {
    padding: 5px 10px;
}
#admin_contract .btn {
    padding: 5px 10px;
    font-size: 12px;
}
#admin_contract .table th,
#admin_contract .table td,
#admin_entry_list .table th,
#admin_entry_list .table td,
#admin_order_list .table th,
#admin_order_list .table td {
    padding: 5px;
    font-size: 12px;
}
#admin_contract_list {
    overflow: scroll;
}
#admin_entry_list .table td .btn,
#admin_order_list .table td .btn,
.btn.btn_select,
.btn.btn_release {
    cursor: pointer;
    padding: 5px 10px !important;
    font-size: 12px;
}
.hontsuka_payment {
    padding: 3px 1.5em 3px 5px;
    position: relative;
    border-radius: 5px;
    background-color: #ddd;
    color: #999;
}
.hontsuka_payment i {
    position: absolute;
}
.hontsuka_payment.success {
    background-color: #d7f8c2;
    color: #006d0e;
}
.hontsuka_payment.failure {
    background-color: #ffe3f0;
    color: #ad153e;
}
.hontsuka_payment.normal {
    background-color: #eeeeee;
    color: #666666;
}
.help_tips_wrap {
    display: table;
}
.help_tips_wrap.center {
    width: auto;
    margin: 0 auto;
}
.help_tips_wrap.right {
    width: 100%;
}
.help_tips_wrap_l,
.help_tips_wrap_r,
.help_tips_wrap_r2 {
    display: table-cell;
    vertical-align: middle;
}
.help_tips_wrap_r {
    width: 20px;
    padding-left: 5px;
}
.help_tips_wrap_r2 {
    width: 1px;
    white-space: nowrap;
}
.help_tips {
    cursor: pointer;
    content: url(../img/help_tip.png);
    vertical-align: middle;
}
.form-group .help_tips_wrap_r .help_tips {
    position: static;
    margin-bottom: 0.7rem;
}
.form-group .help_tips_wrap_r2 span {
    position: relative;
    margin-bottom: 0.7rem;
    vertical-align: middle;
    top: -0.6em;
}
.hontsuka_tooltip {
    z-index: 1000;
    position: fixed;
    left: 0;
    right: 0;
    bottom: -55px;
    padding: 10px 10px 15px 10px;
    background-color: #5494a6;
    transition: 1s;
    line-height: 1em;
    border-top: solid 1px #fff;
}
#hontsuka_tooltip {
    color: #fff;
    font-size: 1rem;
    font-style: normal;
    font-weight: bold;
}
@media (max-width: 991px) {
    .hontsuka_infotbl th,
    .hontsuka_infotbl td {
        display: block;
        width: 100%;
    }
    .hontsuka_infotbl td {
        padding-left: 1em;
    }
    .hontsuka_infotbl tr:not(:first-child) th {
        padding-top: 1em;
        border-top: solid 1px #f5f5f5;
    }
    .hontsuka_infotbl tr:not(:first-child) td {
        padding-top: 0;
        border-top: none;
    }
    .hontsuka_infotbl tr:last-child th,
    .hontsuka_infotbl tr:last-child td {
        padding-bottom: 1em;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 50%;
        margin: 30px auto;
    }
    .modal-dialog-centered {
        min-height: calc(100% - 60px);
    }
}

@media (max-width: 575px) {
    .home_title h4 {
        font-size: 0.9rem;
    }
    .sp_pe_add {
        padding-right: 0.75em !important;
    }
    .sp_ps_add {
        padding-left: 0.75em !important;
    }
}

@media (max-width: 769px) {
    .tbl_component_bold {
        font-size: 1.5rem;
    }
    .sp_title_pe_add {
        padding-right: 0.75em !important;
    }
    .sp_title_ps_add {
        padding-left: 0.75em !important;
    }
}

.wareki_label {
    width: 85px;
    min-width: 85px;
    min-height: 32px;
    text-align: center;
    display: block;
}
.wareki_label_list {
    width: 85px;
    min-width: 85px;
}

#card-errors {
    font-size: 0.9rem;
}

.subscription_btn_area {
    display: table;
    width: 100%;
}
.subscription_btn_area_l,
.subscription_btn_area_r {
    display: table-cell;
    vertical-align: middle;
}

/* Datepicker */
.datepicker-switch {
    font-size: 0.9rem;
}
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed thead tr th.datepicker-switch,
.datepicker.datepicker-inline .datepicker-days table.table-condensed thead tr th.datepicker-switch {
    font-size: 0.9rem;
}
.datepicker.datepicker-dropdown,
.datepicker.datepicker-inline {
    max-width: 300px;
    width: 100%;
}
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed thead tr th.dow,
.datepicker.datepicker-inline .datepicker-days table.table-condensed thead tr th.dow {
    width: 14%;
}
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody,
.datepicker.datepicker-inline .datepicker-days table.table-condensed tbody {
  top: 0px;
}
.datepicker > div .month,
.datepicker > div .year,
.datepicker > div .century,
.datepicker > div .decade {
    padding: 0 5px;
}
.datepicker > div .month:first-child,
.datepicker > div .year:first-child,
.datepicker > div .century:first-child,
.datepicker > div .decade:first-child {
    padding-right: 0;
}
.datepicker > div .month:last-child,
.datepicker > div .year:last-child,
.datepicker > div .century:last-child,
.datepicker > div .decade:last-child {
    padding-left: 0;
}
.datepicker-months .month {
    font-size: 0.9rem;
}
.datepicker-months .table-condensed {
    width: 100%;
}
.datepicker-months table tbody tr td:first-child {
    width: 100%;
}
.datepicker-months .month {
    display: block;
    width: 23%;
    margin: 0 1%;
    padding: 10px 5px !important;
    float: left;
    margin-top: 20px;
    background-color: #eee;
    border-radius: 2px;
}

@media (max-width: 769px) {

    .datepicker.datepicker-dropdown,
    .datepicker.datepicker-inline {
        width: 100%;
    }

}

/* pagenate */
nav[role="navigation"] * {
    box-shadow: none !important;
    border: none !important;
    text-align: center;
}
nav[role="navigation"] {
    padding: 10px;
    border-bottom: solid 1px #eee;
}
nav[role="navigation"] a {
    text-decoration: none;
    cursor: pointer;
}
nav[role="navigation"] > div:first-child {
    display: none;
}
nav[role="navigation"] svg {
    width: 30px;
}
nav[role="navigation"] p {
    color: #999;
}
nav[role="navigation"] .py-2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
nav[role="navigation"] .px-4 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

/*
    フロントページ
*/
.hontsuka_front .navbar .navbar-brand-wrapper .navbar-brand img {
    width: 180px;
}
.hontsuka_front .page-body-wrapper {
    min-height: calc(100vh - 80px);
    padding-top: 80px;
}
.hontsuka_front .navbar {
    background: #FFF;
}
.hontsuka_front .navbar .navbar-brand-wrapper {
    width: 270px;
    height: 80px;
    background: #FFF;
    padding: 5px 35px;
}
.hontsuka_front .navbar .navbar-menu-wrapper {
    height: 80px;
    background: #FFF;
    width: calc(100% - 270px);
    padding-top: 5px;
    padding-bottom: 5px;
}
.hontsuka_front .navbar .navbar-menu-wrapper .navbar-nav .nav-item {
    margin-left: 1rem;
    font-weight: bold;
}
.hontsuka_link_button {
    padding: 10px !important;
    border-radius: 5px;
    color: #fff !important;
}
.hontsuka_link_button.help {
    background-color: #d0cf33;
}
.hontsuka_link_button.demo {
    background-color: #5394a6;
}
.sp {
    display: none;
}
@media (max-width: 991px) {
    .hontsuka_front .navbar .navbar-brand-wrapper .navbar-brand img {
        width: 70px;
    }
    .navbar .navbar-menu-wrapper .navbar-toggler.navbar-toggler-right {
        padding-top: 15px;
    }
}
@media (max-width: 769px) {
    .hontsuka_front .navbar .navbar-brand-wrapper {
        width: 80px;
        padding: 5px 20px;
    }
    .hontsuka_front .navbar .navbar-menu-wrapper {
        width: calc(100% - 80px);
    }
}
@media (max-width: 767px) {
    .sp {
        display: block;
    }
    .hontsuka_front .navbar .navbar-menu-wrapper .navbar-nav .nav-item .nav-link {
        margin-left: 0;
        margin-right: 0;
    }
}
.home_card_title,
.section_title,
.accordion-button,
.hontsuka_summarytbl th,
.hontsuka_mastertbl th {
    background-image: url("../img/texture.png");
}
/* ローディング画面背景 */
.loader-bg {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
} 
/* ローディングアニメーション */
.loader {
    font-size: 10px;
    margin: 50px auto;
    text-indent: -9999em;
    width: 5em;
    height: 5em;
    border-radius: 50%;
    background: #5494a6;
    background: -moz-linear-gradient(left, #5494a6 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #5494a6 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #5494a6 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #5494a6 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #5494a6 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: nowloading 1.4s infinite linear;
    animation: nowloading 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.loader:before {
    width: 50%;
    height: 50%;
    background: #5494a6;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}
.loader:after {
    background: #eee;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
@-webkit-keyframes nowloading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes nowloading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.loader_logo {
    width: 180px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
}
.loader_logo img {
    width: 100%;
}
.hontsuka_loading {
    position: relative;
    width: 100%;
    opacity: 30%;
}
.hontsuka_loading.h_24 {
    height: 24px !important;
}
.hontsuka_loading.h_28 {
    height: 28px !important;
}
.hontsuka_loading.h_32 {
    height: 32px !important;
}
.hontsuka_loading.h_35 {
    height: 35px !important;
}
.hontsuka_loading.h_40 {
    height: 40px !important;
}
.hontsuka_loading.h_68 {
    height: 68px !important;
}
.hontsuka_loading.h_200 {
    height: 200px !important;
}
.hontsuka_loading.h_250 {
    height: 250px !important;
}
.hontsuka_loading img {
    width: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.hontsuka_hr {
    width: 100%;
    height: 1px;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #fff;
}
.tab_parent,
.tab_child_uriage,
.tab_child_arari,
.tab_child_juchu,
.tab_child_shire {
    border-bottom: solid 1px #fff !important;
}
.tab_parent:after,
.tab_child_uriage:after,
.tab_child_arari:after,
.tab_child_juchu:after,
.tab_child_shire:after {
    content: "";
    width: 100%;
    height: 1px;
    border-top: solid 1px #ddd;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item .welcome-text {
    line-height: 0.5em;
    margin-bottom: 0;
}
.lastupload {
    color: #8D8D8D;
    font-size: 0.6rem;
}
.lastupload i {
    font-size: 0.8rem;
    vertical-align: middle;
}
.lastupload_box {
    line-height: 0;
    margin-top: 5px;
}
.sp_lastupload_box {
    line-height: 1em;
}
.sp_menubar_wrap {
    width: 40px;
	height: 40px;
	padding: 2px;
	border-radius: 50%;
	border: solid 2px #f5f5f5;
	position: fixed;
	clear: both;
	right: 10px;
	top: 15px;
	cursor: pointer;
	z-index: 9;
	transition: 0.5s;
	background-color: #f5f5f5;
}
.sp_menubar_wrap.open {
    background-color: #fff;
}
.sp_menubar_innr {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #f5f5f5;
	line-height: 44px;
	font-size: 1.8rem;
	position: relative;
}
.sp_menubar i {
	display: block;
	height: 2px;
	background-color: #999;
	position: absolute;
	transition: transform 0.5s, opacity 0.5s;
}
.sp_menubar i:nth-child(1) {
	width: 20px;
	top: 35%;
	left: 50%;
	transform: translate(-50%, -35%);
	-webkit-transform: translate(-50%, -35%);
	-ms-transform: translate(-50%, -35%);
}
.sp_menubar i:nth-child(2) {
	width: 20px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.sp_menubar i:nth-child(3) {
	width: 20px;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -65%);
	-webkit-transform: translate(-50%, -65%);
	-ms-transform: translate(-50%, -65%);
}
.sp_menubar_wrap.open .sp_menubar i:nth-child(1) {
	transform: translate(-10px, 4px) rotate(-45deg);
}
.sp_menubar_wrap.open .sp_menubar i:nth-child(2) {
	opacity: 0;
}
.sp_menubar_wrap.open .sp_menubar i:nth-child(3) {
	transform: translate(-10px, -6px) rotate(45deg);
}
td.bt_app {
    border-top: solid 2px #ddd;
}
.stepBar {
    padding-left: 0;
    display: flex;
    position: relative;
    margin: 5px auto;
    text-align: center;
}
.stepBar li {
    font-size: 10px;
    list-style: none;
    position: relative;
    width: 16%;
}
.stepBar li:after {
    background: #D0E1F9;
    content: "";
    width: calc(100% - 16px);
    height: 3px;
    position: absolute;
    left: calc(-50% + 8px);
    top: 8px;
}
.stepBar li:first-child:after {
    display: none;
}
.stepBar li span {
    background: #D0E1F9;
    color: #ffffff;
    display: inline-block;
    height: 16px;
    margin-bottom: 3px;
    line-height: 16px;
    width: 16px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-weight: bold;
}
.stepBar .visited:after,
.stepBar .visited span {
    background: #4D648D;
}
.stepBar .visited.ng:after,
.stepBar .visited.ng span {
    background: #F95F53;
}
.order_list_subsctiption {
    width: 100%;
    font-size: 0.6rem;
}
.order_list_subsctiption td {
    border: none;
}
.order_list_subsctiption tr:not(:first-child) {
    border-top: dashed 1px #ddd;
}
.hontsuka_billing {
    color: #aaa;
}
.hontsuka_billing span {
    padding: 3px;
    background-color: #ccc;
    color: #fff;
}
.hontsuka_billing.success span {
    color: #006d0e;
    background-color: #d7f8c2;
}
.hontsuka_billing_mail {
    font-size: 1.0rem;
}
.hontsuka_billing_mail.sent {
    color: #ffaf00;
    transform: scale(-1, 1);
    display:inline-block;
}
.hontsuka_billing_mail.unsent {
    color: #eee;
}
#subscription_edit,
#subscription_exec {
    display: none;
}
.double_sending_dummy {
    display: none;
}
.pagetop {
	display: table;
	width: 50px;
	height: 50px;
	cursor: pointer;
	position: fixed;
	right: 30px;
	bottom: 30px;
	background-color: #595757;
	border: solid 1px #fff;
	border-radius: 100%;
    transition: 0.5s;
    z-index: 999;
}
.pagetop:hover {
	opacity: 0.8;
}
.pagetop_inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.pagetop_inner img {
	width: 30px;
	margin: 0 auto;
}
.ht_tbl {
    width: 100%;
    display: table;
}
.ht_tbl_cel {
    display: table-cell;
}
.va_top {
    vertical-align: top;
}
.va_mid {
    vertical-align: middle;
}
.va_bot {
    vertical-align: bottom;
}
.cel_nw {
    width: 1px;
    white-space: nowrap;
}
@media (max-width: 575px) {
    .ht_tbl,
    .ht_tbl_cel {
        display: block;
    }
}
.lbl_tbl {
    margin-left: 3px;
    border-radius: 3px;
    padding: 0px 0px 1px 3px;
    color: #fff;
    font-weight: bold;
    border: solid 1px #ddd;
}
.lbl_tbl:before {
    margin-right: 3px;
}
.lbl_tbl.kai {
    background-color: #e0122a;
}
.lbl_tbl.kon {
    background-color: #4380b2;
}
.lbl_tbl.kan {
    background-color: #ea7e1e;
}
.lbl_tbl.kai:before {
    content: "会";
}
.lbl_tbl.kon:before {
    content: "魂";
}
.lbl_tbl.kan:before {
    content: "管";
}
.bg-hontsuka-alert {
    background-color: #fff;
    border: solid 1px #ccc;
    color: #666;
}
.exists .bg-hontsuka-alert {
    background-color: #bf3434;
    border: solid 1px #fff;
    color: #fff;
    animation: bound 3s infinite;
}
@keyframes bound {
    0% { transform:translateY(0) }
    5% { transform:translateY(0) }
    10% { transform:translateY(0) }
    20% { transform:translateY(-3px) }
    25% { transform:translateY(0) }
    30% { transform:translateY(-1px) }
    50% { transform:translateY(0) }
    100% { transform:translateY(0) }
}
#alert_index .card .card-body {
    padding: 1rem 1.5rem;
}
#alert_index a {
    color: #F95F53;
    font-size: 0.6em;
    line-height: 2em;
}
#alert_index a:before {
    content: '※';
}
.ht_alert_tbl {
    width: 100%;
    display: table;
}
.ht_alert_tbl_cel {
    display: table-cell;
    width: 20%;
}
@media (max-width: 575px) {
    .ht_alert_tbl,
    .ht_alert_tbl_cel {
        display: block;
        width: 100%;
    }
}

.alert_icon_wrap {
    position: relative;
}
.alert_icon {
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: 5;
    display: none;
    -webkit-animation:blink 1s ease-in-out infinite alternate;
    -moz-animation:blink 1s ease-in-out infinite alternate;
    animation:blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
.alert_hidden {
    display: none;
}
.alert_icon.show {
    display: inline;
}
@media (max-width: 575px) {
    .alert_icon {
        left: 1px;
    }
}
#search_data_component_kougaku_normal tr:hover,
#search_data_component_kougaku_except tr:hover
/*
#search_data_shikinguri_nyukin tr:hover
#search_data_shikinguri_shiharai tr:hover
*/
{
    cursor: pointer;
    --bs-table-bg: #5494a6;
    --bs-table-striped-bg: #5494a6;
    background-color: #5494a6;
    color: #fff;
}
@media (min-width: 576px) {
    #modal_profit .modal-dialog {
        max-width: 80%;
    }
}
#modal_loading {
    opacity: 0.3;
    text-align: center;
}
#modal_profit .modal-header {
    background-image: url("../img/texture.png");
    background-color: #5494a6;
    color: #fff;
}
#modal_profit.hontsuka_modal .modal-dialog .modal-body {
    white-space: normal;
    padding: 30px;
    font-size: 1.1rem;
}
#modal_profit .input-group-text {
    min-width: 100px;
}
#home_graph_profit_daily_nodata,
#home_graph_profit_tantosya_nodata,
#home_graph_profit_bumon_nodata {
    display: none;
}
.alert_lastupdate {
    margin-left: 15px;
    font-size: 0.8rem;
    font-weight: normal;
}
.lastlogin {
    line-height: 1.2em;
    font-size: 0.6rem;
    color: #212121;
}
.btn_show_hide {
    border: solid 1px #ddd;
    padding-top: 8px;
    padding-bottom: 8px;
}
.btn_show_hide:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.9em;
}
.btn_show_hide.hide:after {
    content: "\f070";
}
.btn_show_hide.show:after {
    content: "\f06e";
}
#pw_indicator {
    color: #666;
    font-size: 0.8rem;
    margin-top: 10px;
    background-color: #f5f5f5;
    height: 21px;
    border-radius: 3px;
    padding: 3px 5px;
}
#pw_indicator.very-weak,
#pw_indicator.not-match {
  background-color:#ffc0cb;
}
#pw_indicator.weak {
  background-color:#ffdab9;
}
#pw_indicator.average {
  background-color:#fffacd;
}
#pw_indicator.strong {
  background-color:#b0e0e6;
}
#pw_indicator.very-strong {
  background-color: #98fb98;
}
.navbar .navbar-menu-wrapper .navbar-nav.hontsuka-header-items .nav-item {
    margin-left: 10px;
}
.navbar .navbar-menu-wrapper .navbar-nav.hontsuka-header-items .nav-item i {
    margin-right: 1px;
}
.hontsuka-request {
    line-height: 1.1em;
    text-align: center;
    background-color: #5494a6;
    border-radius: 5px;
    padding: 0 10px;
    transition: 0.5s;
}
.hontsuka-request:hover {
    opacity: 0.8;;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.hontsuka-request .nav-link {
    font-weight: bold;
    color: #fff;
}
.hontsuka-request i {
    display: block;
    color: #fff;
	text-shadow: 0px 1px 4px rgba(0,0,0,0.3);
}
.sp-hontsuka-request {
    padding: 5px 10px;
}
.sp-hontsuka-request a {
    background-color: #5494a6;
    border-radius: 5px !important;
    padding: 10px 13px !important;
    color: #fff !important;
    line-height: 1.2em;
    font-size: 11px;
    font-weight: bold !important;
    transition: 0.5s;
}
.sp-hontsuka-request a:hover i {
    color: #fff !important;
}
.sp-hontsuka-request i {
    font-size: 22px;
    margin-right: 18px;
}
.sp-hontsuka-graph-table-wrap {
    padding: 0.5em;
}
.sp-hontsuka-graph-table {
    width: 100%;
    font-size: 0.7rem;
    color: #666;
    border-top: solid 1px #f5f5f5;
}
.sp-hontsuka-graph-table th {
    width: 1.2em;
    vertical-align: top;
    border-bottom: solid 1px #f5f5f5;
    text-align: left;
}
.sp-hontsuka-graph-table td {
    width: 100%;
    vertical-align: top;
    border-bottom: solid 1px #f5f5f5;
}
.tbl_manager_name td {
    border: none;
    padding: 0 !important;
}
.tbl_manager_name tr td:first-child {
    padding-right: 0.5em !important;
}
.manager_name_kana td {
    font-size: 0.5rem !important;
    padding-bottom: 1px !important;
}
.sales_total {
    font-size: 1.6rem;
    padding-bottom: 10px;
}
.sales_total_detail {
    font-size: 0.8rem;
    margin-left: auto;
    width: 100%;
    border-top: solid 1px #eee;
}
.sales_total_detail th {
    font-weight: normal;
    text-align: right;
    padding-right: 15px;
    border-bottom: solid 1px #eee;
}
.sales_total_detail td {
    text-align: right;
    width: 0;
    white-space: nowrap;
    padding-right: 10px;
    border-bottom: solid 1px #eee;
}
.tbody_sales {
    border-bottom: solid 1px #ddd;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
}
.tbody_sales td {
    border: none;
}
tr.sales_odd td {
    background-color: #fff !important;
}
tr.sales_even td {
    background-color: #f5f5f5 !important;
}
td.sales_parent {
    border-top: solid 1px #ddd !important;
    border-left: solid 1px #ddd !important;
}
td.sales_child {
    border-left: solid 1px #ddd !important;
}
td.sales_common  {
    border: solid 1px #ddd !important;
}
td.sales_price.success {
    color: #006d0e;
}
td.sales_price.failure {
    color: #ad153e;
}
.sales_common .hontsuka_payment {
    padding: 1px 1.2em 2px 4px;
}
.sales_status.success {
    color: #006d0e;
}
.sales_status.failure {
    color: #ad153e;
}
tr.sales_status.success {
    background-color: rgba(240, 252, 232, 0.5);
}
.sales_status.failure {
    background-color: rgba(255, 229, 241, 0.4);
}

