/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017/07/11, 21:56:31
    Author     : admin
*/

body {
    background: #fff;
}


a,abbr,address,article,aside,audio,b,blockquote,body,button,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,input,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,p,pre,q,samp,section,select,small,span,strong,sub,summary,sup,table,tbody,td,textarea,tfoot,th,thead,time,tr,ul,var,video {
    border: 0;
    line-height: 1.2;
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
body .container.body .right_col {
    padding-bottom: 80px;
}

.contents_wrapper {
    padding: 10px;
}
.contents_wrapper_wide {
    padding: 10px 0;
}


@media (max-width: 991px) {
	html, body {
		height: 100%;
        background:#F7F7F7;
	}
	.container, right_col, .main_container, .right_col {
		/* height: 100%; */
	}
	.right_col {
		/* overflow-y: auto; */
	}
    body .container.body .right_col {
        padding-bottom: 150px !important;
    }
}
body.nav-md .container.body .right_col {
    padding-bottom: 80px;
    position: relative;
    background: #fff;
    display: flex;
    flex-direction: column;
}
body.nav-sm .container.body .right_col {
    padding: 10px 20px 70px 20px;
    margin-left: 70px;
    padding-top: 70px !important;
    z-index: 2;
	background: #fff;
}
@media (max-width: 767px) {
	body.nav-sm .container.body .right_col {
/*		margin: 0;*/
	}
}
body.mobile .container.body .right_col {
    /* padding-top: 120px !important; */
}

@media (max-width: 767px) {
    body.nav-md .container.body .right_col {
		/* padding-top: 125px !important; */
    }
	.top_search {
		display: none;
	}
}
body.nav-md .container.body .col-md-3.left_col {
    padding-bottom: 80px;
    z-index: 120;
}
textarea {
	resize: none;
}
.wrapper_body {
	width: 80%;
	margin: 0 auto;
}
a:hover {
    text-decoration: none;;
}
.w100, .w100 img {
	width: 100%;
}
.w90 {width:90%;}
.w80 {width:80%;}
.w70 {width:70%;}
.w60 {width:60%;}
.w50 {width:50%;}
.w40 {width:40%;}
.w30 {width:30%;}
.w20 {width:20%;}
.w10 {width:10%;}

.flex-0 { flex: 0 !important;}
.flex-1 { flex: 1 !important;}
.flex-2 { flex: 2 !important;}
.flex-3 { flex: 3 !important;}
.flex-4 { flex: 4 !important;}
.flex-5 { flex: 5 !important;}
.flex-6 { flex: 6 !important;}
.flex-7 { flex: 7 !important;}

.h100 {
	height: 100%;
}

/* table */

.table_wrapp table th.sort_col {
    width: 70px;
}
.table_wrapp table th.thum_col {
    width: 100px;
}
.table_wrapp table th.operation {
}
.table_wrapp table tr td:first-child {
    border-left: 1px solid #dfdfdf;
}
.table_wrapp table tr td:last-child {
    border-right: 1px solid #dfdfdf;
}
.table_wrapp table tr:last-child td {
    border-bottom: 1px solid #dfdfdf;
}
.table_wrapp table tr td {
    vertical-align: middle;
}
.table_wrapp .table {
    background: #fff;
    border-radius: 5px;
    border-collapse: initial;
}
.table_wrapp .table thead tr th {
    padding: 8px;
}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f8f4e6;
    vertical-align: middle;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    font-size: 1.2rem;
    color: #555;
}
.table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	vertical-align: middle;
}

/* table */
/* table ul */

.data_row {
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}
.action_rows {
    padding: 8px;
}
/* table */

/* original tab */
.list_tab_wrapp {
    list-style: none;
    padding: 0;
	margin: 0;
	white-space: nowrap;
	display: flex;
	align-items: center;
}
@media (max-width: 991px) {	
	.list_tab_wrapp {
		overflow-x: auto;
	}
}
.list_tab_wrapp li {
    display: inline-block;
    
    border: 2px solid #004068 ;
	border-left: none;
    min-width: 120px;
    
    background: #fff;
    text-align: center;
}
.list_tab_wrapp li:first-child {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-left: 2px solid #004068 ;
}
.list_tab_wrapp li:last-child {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.list_tab_wrapp li.active {
    background: #004068;
}
.list_tab_wrapp li a {
    text-decoration: none;
    color: #004068;
    display: block;
    padding: 6px 14px;
}
.list_tab_wrapp li:hover {
    background: #004068;
}
.list_tab_wrapp li:hover a {
    color: #fff;
}
.list_tab_wrapp li.active a {
    text-decoration: none;
    color: #fff;
}



.list_tab_wrapp.language_tab_wrapp li:first-child {
    margin-left: 0;
}
.list_tab_wrapp.language_tab_wrapp li {
    display: inline-block;
    border: 2px solid #667aa7 ;
	border-left: none;
    min-width: 120px;
    background: #fff;
    text-align: center;
}
.list_tab_wrapp.language_tab_wrapp li:first-child {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-left: 2px solid #667aa7 ;
}
.list_tab_wrapp.language_tab_wrapp li:last-child {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

.list_tab_wrapp.language_tab_wrapp li.active {
    background: #667aa7;
}
.list_tab_wrapp.language_tab_wrapp li a {
    text-decoration: none;
    color: #667aa7;
    display: block;
    padding: 6px 14px;
}
.list_tab_wrapp.language_tab_wrapp li:hover {
    background: #869ab7;
}
.list_tab_wrapp.language_tab_wrapp li:hover a {
    color: #fff;
}
.list_tab_wrapp.language_tab_wrapp li.active a {
    text-decoration: none;
    color: #fff;
}
/* original tab */


/* link btn */
.btn-sm {
	padding: 3px 8px !important;
}
.sort_btn {
    border: 2px solid #667aa7;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 5px;
    display: inline-block;
    /* line-height: 24px; */
    text-align: center;
    cursor: pointer;
}
.sort_btn:hover {
    background: #667aa7;
    color: #fff;
}
.edit_btn {
    background: #fff;
    color: #F05A24;
    border: 2px solid #F05A24;
    height: auto;
    min-width: 50px;
    padding: 5px 10px;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    line-height: 1.2;
}
.edit_btn:hover {
    background: #F05A24;
    color: #fff;
    text-decoration: none;
}
.delete_btn {
    background: #fff;
    color: #d9534f;
    border: 2px solid #d9534f;
    height: auto;
    min-width: 50px;
    padding: 5px 10px;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    line-height: 1.2;
}
.delete_btn:hover {
    background: #d9534f;
    color: #fff;
    text-decoration: none;
}
.info_btn {
    background: #fff;
    color: #5bc0de;
    border: 2px solid #5bc0de;
    height: auto;
    min-width: 50px;
    padding: 5px 10px;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    line-height: 1.2;
}
.info_btn:hover {
    background: #5bc0de;
    color: #fff;
    text-decoration: none;
}
.info_btn.active {
    background: #5bc0de;
    color: #fff;
    text-decoration: none;
}
.primary_btn {
    background: #fff;
    color: #165e83;
    border: 2px solid #165e83;
    height: auto;
    min-width: 50px;
    padding: 5px 10px;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    line-height: 1.2;
}
.primary_btn:hover {
    background: #165e83;
    color: #fff;
    text-decoration: none;
}
.btn-success {
	background: #82ae46;
	border: 1px solid #82ae46;
}
.success_btn {
    background: #fff;
    color: #82ae46;
    border: 2px solid #82ae46;
    height: auto;
    min-width: 50px;
    padding: 5px 10px;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    line-height: 1.2;
}
.success_btn:hover {
    background: #82ae46;
    color: #fff;
    text-decoration: none;
}
.warning_btn {
    background: #fff;
    color: #f0ad4e;
    border: 2px solid #f0ad4e;
    height: auto;
    min-width: 50px;
    padding: 5px 10px;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    line-height: 1.2;
}
.warning_btn:hover {
    background: #f0ad4e;
    color: #fff;
    text-decoration: none;
}
.dark_btn {
    color: #aaa;
    background-color: #666;
    border: 2px solid #666;
    height: auto;
    min-width: 50px;
    padding: 5px 10px;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    line-height: 1.2;
}
.dark_btn:hover {
    color: #aaa;
    text-decoration: none;
}
.circle_btn {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    line-height: 30px;
    padding: 5px;
    color: #2a82a3;
    display: inline-block;
    text-align: center;
}
.big_btn {
    width: 100%;
    height: auto;
    border-radius: 4px;
    padding: 15px 10px;
}
.small_btn {
	min-width: auto;
}
.default_btn {
    cursor: pointer;
}
.fix_btn {
    min-width: 200px;
}
/* link btn */
.smart_operate {
	
}

/*info box*/
.sales_info {
    border: 2px solid #c7dc68;
    border-radius: 30px;
    min-width: 240px;
    background: #fff;
    display: table;
    padding: 10px 20px;
    position: relative;
    vertical-align: middle;
    margin-left: auto;
}
.sales_info h2 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 150%;
    font-weight: 600;
    border-right: 2px solid #c7dc68;
    padding-right: 20px;
}
.sales_info div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-left: 30px;
}
.sales_info div.month_money {
    font-size: 150%;
    font-weight: 600;
}
.info_box {
    border: 2px solid #c7dc68;
    border-radius: 30px;
    min-width: 240px;
    background: #fff;
    padding: 10px 20px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: auto;
    text-align: center;
}
/*info box*/

/*caption*/
.caption_info {
    border: 2px solid #c7dc68;
    border-radius: 20px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: auto;
    text-align: center;
}
.caption_warning {
    border: 2px solid #f0ad4e;
    border-radius: 20px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: auto;
    text-align: center;
}
.caption_danger {
    border: 2px solid #d9534f;
    border-radius: 20px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: auto;
    text-align: center;
}
.modal-body .caption_info {
    padding: 6px 10px;
    font-size: 1rem;
    margin-bottom: 5px;
}
/*caption*/





/*label*/
.label {
    border-radius: 3px;
    padding: 5px 8px;
    display: inline-block;
}




.color_image {
    border-width: 4px;
}
.fixed {
    position: fixed;
    top: 115px;
    background: #fff;
    z-index: 99;
    border-radius: 0 !important;
}
.customer_search_panel {
    background: #fff;
    border: 1px solid #ccc;
}
#customer_table_head {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px 5px 0 0;
}
#customer_table_head li {
	border-right: 1px solid #ccc;
}
#customer_table_head li:last-child {
	border-right: none;
}

.customer_data_wrapp {
    background: #fff;
}
.customer_table_wrapp {
    padding: 10px;
}
div.sort_link {
    position: absolute;
    right: 0px;
    top: 8px;
}
.pager_wrapp {
    padding-left: 10px;
    padding-right: 10px;
}

.main_container .top_nav {
    padding: 0 !important;
    display: block;
    padding: 10px 20px 0;
    background: #EDEDED;
    border-bottom: 1px solid #D9DEE4;
    width: 100%;
    z-index: 111;
    top: 0;
    position: sticky;
}

/*header*/
.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 12px 20px;
    position: sticky;
    height: 40px;
    background: #fff;
    z-index: 99;
    left: 0;
    top: 60px;
    height: auto;
}
.section-header.close_menu {
	padding-left: 10px;
}
@media (max-width: 991px) {
    .section-header {
        padding-left: 10px;
    }
}
@media (max-width: 767px) {
    .section-header {
        padding-left: 10px;
/*        display: none;*/
    }
	.section-header.close_menu {
/*        padding-left: 10px;*/
	}
}
.section-header h2 {
}
.section-header .description {
    float: left;
    font-size: 1.3rem;
    line-height: 1.5;
    margin-top: 10px;
}
.section-header .left {
    display: table-cell;
    vertical-align: middle;
    width: 80%;
}
.section-header .right {
    display: table-cell;
    width: auto;
    font-size: 1.3rem;
    vertical-align: middle;
    white-space: nowrap;
}
.section-header .right select {
    margin: 0px;
    display: inline-block;
    width: auto;
}
/*header end*/

.section-header-sub {
    display: table;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 6px 20px;
    margin-bottom: 12px;
    position: fixed;
    top: 100px;
    padding-left: 250px;
    height: 40px;
    background: #fff;
    z-index: 99;
    left: 0;
}

/*header*/
.section-detail-header {
    display: table;
    width: 100%;
    border-bottom: 1px solid #ccc ;
    padding: 6px 20px;
    margin-bottom: 12px;
    left: 0;
    height: 30px;
    background: #fff;
}
.section-detail-header h2, .section-detail-header h3 {
    line-height: 1.4;
    font-size: 1.7rem;
}
.section-detail-header .description {
    float: left;
    font-size: 1.3rem;
    line-height: 1.5;
    margin-top: 10px;
}
.section-detail-header .left {
    display: table-cell;
    vertical-align: middle;
    width: 80%;
}
.section-detail-header .right {
    display: table-cell;
    width: auto;
    font-size: 1.3rem;
    margin-top: 10px;
    vertical-align: middle;
}
.section-detail-header .right select {
    margin: 0px;
    display: inline-block;
    width: auto;
}
.section-detail-header .right {
    display: table-cell;
    width: auto;
    font-size: 1.3rem;
    margin-top: 10px;
    vertical-align: middle;
    text-align: right;
}

/*header end*/




.formItem input[type="text"], .formItem input[type="email"], .formItem input[type="url"], .formItem input[type="tel"], .formItem input[type="number"], .formItem input[type="password"],
.formItem input[type="button"], .formItem input[type="submit"], .formItem textarea, .formItem select, .section-header select, .formItem button, .control-footer button, .shift_table select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.formItem input[type="text"], .formItem textarea, .formItem input[type="email"], .formItem input[type="url"], .formItem input[type="tel"],
.formItem input[type="number"], .formItem input[type="password"] {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    padding: 8px;
/*    font-size: 16px;
    height: 44px;
    line-height: 44px;*/
    color: #555;
    height: 35px;
}
.formItem textarea {
    height: auto;
    line-height: 24px;
	padding: 8px;
}

.formItem select, .section-header select {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    padding: 8px 28px 8px 8px;
/*    font-size: 14px;*/
    background: #fff url(/images/select_arrow.png) right center no-repeat;
    background-size: 20px auto;
    color: #555555;
    height: auto;
}

.formItem [type="submit"], .formItem [type="button"], .formItem button, .formItem .button, .control-footer button, .control-footer [type="button"], .control-footer [type="submit"], .control-footer a {
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #C7C7C7;
    /* border-bottom-width: 2px; */
    border-radius: 4px;
    background: #FAFAFA;
    color: #777;
    min-width: 120px;
    height: 35px;
    /* padding: 8px; */
    cursor: pointer;
    text-decoration: none !important;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    outline: none;
}

.nav_menu {
    z-index: 100;
	white-space: nowrap;
	height: 60px;
}
.navbar-right {
    margin-right: 10px !important;
}

.nav-tabs {
/*    margin-top: 10px;*/
    width: auto;
}
.nav-tabs>li.active:first-child {
    border-top-left-radius: 5px;
}
.nav-tabs>li.active:last-child {
    border-top-right-radius: 5px;
}
.nav-tabs>li:first-child a {
    border-top-left-radius: 5px;
}
.nav-tabs>li:last-child a {
    border-top-right-radius: 5px;
}

.iconLabel {
    display: inline-block;
    background: #fc6356;
    color: #fff;
    font-weight: 400;
    line-height: 1;
    padding: 2px 4px;
    font-size: 10px;
    border-radius: 2px;
    vertical-align: middle;
    margin: 0 6px;
    position: relative;
    top: -1px;
}

.control-footer-right {
    position: fixed;
    right: 0;
    margin: 0;
    bottom: 0;
    text-align: right;
}
.control-footer-right {
    padding: 12px 12px 12px 12px;
    bottom: 0;
    right: 0;
    z-index: 30;
/*    font-size: 0;*/
}
control-footer-right:after {
    display: block;
    content: '';
    clear: both;
}
.control-footer-right a {
    margin-top: 15px;
    margin-left: auto;
    margin-right: 0;
}
.control-footer-right a.new {
    width: 90px;
    height: 90px;
}
.control-footer-right a.new.dark, .control-footer-right a.dark {
    color: #E9EDEF;
    background-color: rgba(52, 73, 94, 0.88);
    border-color: rgba(52, 73, 94, 0.88);
}
.control-footer-right a.new i {
    line-height: 90px;
}
.control-footer-right a {
    background: #f0bd5e;
    border-color: #f0cd5e;
    color: #fff;
}
.control-footer-right a {/*円*/
    display: block;
    position:relative;
    bottom: 20px;
    width: 66px;
    height: 66px;
    background: #03a9f4;
    text-align: center;
    border-radius: 50%;
    transition: .2s;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.12), 0 2px 2px 0 rgba(0,0,0,.24);
}
.control-footer-right a:hover {
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);}
.control-footer-right a i {/*アイコン*/
  color: white;
  line-height: 66px;
  vertical-align: middle;
  font-size: 24px;
  transition: 0.2s;
}
.control-footer-right a:hover {/*ホバーでアイコン回転*/
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}




/* control-footer */
.control-footer {
    position: fixed;
/*    width: 100%;*/
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    transition: .15s;
}
.control-footer {
	display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 12px 12px 12px 250px;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255,255,255,0.8);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
    z-index: 30;
/*    font-size: 0;*/
}
.control-footer button, .control-footer .button, .control-footer input[type="button"], .control-footer input[type="submit"], .control-footer a {
    margin: 0;
    width: auto;
    min-width: 240px;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: 10px;
    line-height: 35px;
    height: 35px;
}
@media (max-width: 991px) {
    .control-footer {
        padding: 12px 12px 12px 12px;
    }
    .control-footer button, .control-footer .button, .control-footer input[type="button"], .control-footer input[type="submit"], .control-footer a {
        min-width: 120px;
        font-size: 1rem;
    }
}

.control-footer button:nth-last-child(1), .control-footer .button:nth-last-child(1), .control-footer input[type="button"]:nth-last-child(1), .control-footer input[type="submit"]:nth-last-child(1) {
/*    margin-left: 0;*/
}
.control-footer button, .control-footer .button, .control-footer input[type="button"], .control-footer input[type="submit"], .control-footer a {
    margin: 0;
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    /* height: auto; */
    justify-content: center;
}
.control-footer:after {
    display: block;
    content: '';
    clear: both;
}
.control-footer.hidden_bottom {
    bottom: -100px;
}
.control-footer .primary {
    background-color: #004098;
    border-color: #004098;
    color: #fff;
}
.control-footer .info {
    background-color: #20aee5;
    border-color: #2f9ac4;
    color: #fff;
}
.control-footer .success {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
}
.control-footer .warning {
    background: #f0bd5e;
    border-color: #f0cd5e;
    color: #fff;
}
.control-footer .danger {
    background: #d9534f;
    border-color: #d9534f;
    color: #fff;
}
.control-footer .dark {
    color: #E9EDEF;
    background-color: rgba(52, 73, 94, 0.88);
    border-color: rgba(52, 73, 94, 0.88);
}
.control-footer .introduction {
    font-size: 1.2rem;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 270px;
}
.control-footer .introduction p {
    margin: 0;
    padding: 0;
}
.control-footer .introduction p.month_money {
    font-size: 200%;
    font-weight: 600;
    text-align: center;
}
.control-footer .caution {
    font-size: 1.4rem;
    font-weight: 600;
    display: inline-block;
    padding: 8px;
    background: #f0bd5e;
    border-color: #f0cd5e;
    color: #fff;
    border-radius: 20px;
}
.control-footer .footer-discription {
    font-size: 1.4rem;
    display: inline-block;
    padding: 0 8px;
    line-height: 44px;
    border-radius: 20px;
}
.control-footer form {
    display: inline-block;
}

.control-footer .control-footer-left {
    display: inline-block;
    position: absolute;
    left: 250px;
}

.control-footer a {
    margin-bottom: 4px;;
}
/* control-footer end */

/*global-header*/
.global-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
}
.global-header {
    box-sizing: border-box;
    width: 100%;
}
.global-header__innerBox {
    box-sizing: border-box;
    background-color: #20AEE5;
    color: #fff;
    position: relative;
    height: 52px;
}
.global-header-zeroFlat-plf-store__innerBox .global-header__ttlPage {
    box-sizing: border-box;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 600px;
    text-align: center;
    margin-top: -13px;
    margin-left: -250px;
    line-height: 1.4;
    font-size: 22px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}
/*global-header end*/

/*formItem*/
.formItem:first-of-type {
    border-top: 1px solid #e7e7e7;
}
#reserve_info .formItem, #payment_info .formItem, #customer_info .formItem {
    border-top: none !important;
}

.formItem {
    border-bottom: 1px solid #e7e7e7;
    display: table;
    width: 100%;
    margin-bottom: 0;
}

/*  dt  */
.formItem.unable .formItem_label {
    padding-top: 16px;
}
.formItem_label {
    width: 220px;
    padding: 16px 16px 16px 4px;
    font-weight: bold;
}
.formItem_label, .formItem__data {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.formItem_label:after, .formItem__data:after {
    display: block;
    clear: both;
    content: "";
}

/* dd  */
.formItem.unable .formItem__data {
    padding: 16px 1rem;
    word-break: break-all;
}
.formItem__data {
    position: relative;
    padding: 16px 0;
}
.formItem_label, .formItem__data {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.formItem_label:after, .formItem__data:after {
    display: block;
    clear: both;
    content: "";
}
.formItem .search_box {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.modal-body .formItem .formItem_label {
    padding-top: 12px;
}
.modal-body .formItem_label {
    width: 30%;
    padding: 14px 10px 12px 0;
    font-weight: bold;
    font-size: 13px;
}
.modal-body .formItem .formItem__data {
    padding: 12px 0;
    word-break: break-all;
    font-size: 13px;
}
.modal-body .error_txt {
    margin: 0;
    text-align: left !important;
}


.error_message,.error_txt {
    color: #f00 !important;
    margin: 0px;
}




/*layout*/
.core-wrapper.-project {
    transition-timing-function: ease-out;
    transition-duration: .15s;
    transition-property: padding-left;
}



.w90 {
    width: 90% !important;
}
.w80 {
    width: 80% !important;
}
.w70 {
    width: 70% !important;
}
.w50 {
    width: 50% !important;
}
.w30 {
    width: 30% !important;
}
.w-auto {
    width: auto !important;
}
.m-auto {
    margin-left: auto;
    margin-right: auto;
}
.m0 {
    margin: 0 !important;
}
.mt20 {
    margin-top:20px !important;
}
.mt30 {
    margin-top:30px !important;
}
.mt60m {
    margin-top: -60px;
}
.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb0 {
    margin-bottom: 0 !important;
}
.pl0 {
    padding-left: 0 !important;
}
.pr0 {
    padding-right: 0 !important;
}
.lh20 {
    line-height: 20px !important;
}
.va-top {
    vertical-align: top !important;
}
.no_border {
    border: none !important;
}
.disabled {
    background: #aaa !important;
    border: 1px solid #888 !important;
}
@media (max-width: 992px) {
.disabled {
    background: none !important;
    border: none !important;
}
}
.tagsinput {
    padding: 8px;
    border-radius: 4px;
}
#caution_area {
    position: fixed;
    bottom: 0;
    left: 50%;
    padding-left: 250px;
    width: 70%;
    z-index: 999;
    padding: 1rem;
    margin: 0 auto;
    transform: translateX(-50%);
}
#caution_area .alert {
    opacity: 1;
}
@media screen and (min-width: 480px) {
.formItem [type="submit"], .formItem [type="button"] {
    padding: 8px;
}
}
@media (max-width: 992px) {
    .control-footer .control-footer-left {
        display: none;
    }
}

.modal {
    z-index: 2050 !important;
}



.wizard_horizontal ul.wizard_steps {
    display: table;
    table-layout: fixed;
    list-style: none;
    position: relative;
    width: 60%;
    margin: 10px auto;
    padding: 0;
}
@media (max-width: 992px) {
    .wizard_horizontal ul.wizard_steps {
        width: 100%;
    }
}

.wizard_horizontal ul.wizard_steps li {
    display: table-cell;
    text-align: center;
}

.wizard_horizontal ul.wizard_steps li a,
.wizard_horizontal ul.wizard_steps li:hover {
    display: block;
    position: relative;
    -moz-opacity: 1;
    filter: alpha(opacity: 100);
    opacity: 1;
    color: #666;
}

.wizard_horizontal ul.wizard_steps li a:before {
    content: "";
    position: absolute;
    height: 4px;
    background: #ccc;
    top: 20px;
    width: 100%;
    z-index: 4;
    left: 0;
}

.wizard_horizontal ul.wizard_steps li a.disabled .step_no {
    background: #ccc;
}

.wizard_horizontal ul.wizard_steps li a .step_no {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    display: block;
    margin: 0 auto 5px;
    font-size: 16px;
    text-align: center;
    position: relative;
    z-index: 5;
}

.wizard_horizontal ul.wizard_steps li a.selected:before,
.step_no {
    background: #73C017;
    color: #fff;
}

.wizard_horizontal ul.wizard_steps li a.done:before,
.wizard_horizontal ul.wizard_steps li a.done .step_no {
    background: #1ABB9C;
    color: #fff;
}

.wizard_horizontal ul.wizard_steps li:first-child a:before {
    left: 50%;
}

.wizard_horizontal ul.wizard_steps li:last-child a:before {
    right: 50%;
    width: 50%;
    left: auto;
}
.wizard_horizontal ul.wizard_steps li a.disabled {
    border: none !important;
    background: none !important;
}


/**
* burger menu
*/
.burger-menu {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 48px;
  height: 48px;
  cursor: pointer;
  z-index: 1030;
}
.burger-menu.close_menu {
  display: none !important;
}
@media (max-width: 767px) {
	.burger-menu.close_menu {
/*	  display: block !important;*/
	}
}
.burger-menu:after, .burger-menu:before {
  content: "";
}
.burger-menu span, .burger-menu::after, .burger-menu::before {
  backface-visibility: hidden;
  position: absolute;
  left: 8px;
  right: 8px;
  border-top: 4px solid #666;
  transition: .2s;
  border-radius: 7px;
}
.burger-menu::before {
  top: 0;
}
.burger-menu span {
  top: 11px;
}
.burger-menu::after {
  top: 22px;
}
.burger-menu.active::before, .burger-menu.active::after {
  top: 12px;
  backface-visibility: hidden;
  transition: .3s;
}
.burger-menu.active::before {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.burger-menu.active span {
  opacity: 0;
}
.burger-menu.active::after {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.burger {
  position: absolute;
  top: 11px;
  left: 10px;
}
@media (min-width: 992px) {
  .burger {
    display: none;
  }
}
.burger-menu.btnMenu {
    position: fixed;
}

.header_account li {
	padding: 10px;
	color: #333;
}
.inline_btn {
	display: inline !important;
	padding: 5px 10px !important;
	clear: none !important;
}
.position-r {
	position: relative;
}
.position-a {
	position: absolute;
}
.d-table {
	display: table;
	width: 100%;
}
.d-table-cell {
	display: table-cell !important;
	width: auto !important;
}
.d-table .inline_btn {
}
.top_nav .dropdown-menu {
	border: 1px solid #c7dc68 !important;
}
.top_nav .header_account .dropdown-menu {
	width: 320px !important;
}
.header_account .comment_avatar {
	border: 1px solid #c7dc68 !important;
}
@media (min-width: 992px) {
	.navbar-left {
		
	}
	.navbar-left.close_menu {
		margin-left: 20px;
	}
}
@media (max-width: 991px) {
	.navbar-left {
/*		margin-left: 80px;*/
		display: none;
	}
	#menu_toggle {
/*		display: none;*/
	}
}
@media (max-width: 767px) {
	.navbar-left {
		display: none;
	}
}
.header_meter .progress {
	margin-bottom: 0 !important;
	margin-top: -8px;
}
.cursor_not {
	cursor: default;
}
.nav.navbar-nav>li>a:not(.cursor_not):hover {
	color: #739817 !important;
	transition: 0.3s ;
}
p.shift_pattern {
	border: 1px solid #cccccc;
	padding: 6px 10px;
	text-align: center;
	border-radius: 4px;
	max-width: 200px;
	margin: 0;
	font-weight: bold;
}
.notice_bell_area {
	position: relative;
}
.notice_bell {
    position: absolute;
    top: 16px;
    right: 28px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
	background: #FF2819;
}
.notice_acount {
    position: absolute;
    top: 4px;
    right: 22px;
    border-radius: 5px;
	color: #FF2819;
}
.rotate_bell {
  animation-name:turnY;
  animation-duration:1s;
  animation-iteration-count:1;
}
.invite_area {
	position: relative;
	padding-bottom: 0;
}
.invite_area a {
	width: 160px !important;
	text-align: center;
	display: inline-block !important
}
.invite_badge {
	position: absolute;
	top: -2px;
	left: 10px;
	border-radius: 3px;
}


@keyframes turnY{
	
	0%{
		transform:rotateY(0deg) scale(1);
	}
	50% {
		transform:rotateY(270deg) scale(1.8);
	}
	100%{
		transform:rotateY(360deg) scale(1);
	}
}



.tutorial_btn, .easy_btn {
    position: fixed;
    background: #fff;
    border-radius:40px;
    border: 2px solid #fff;
    text-align: center;
    bottom: 20px;
    left: 20px;
    z-index: 1111;
    width: 200px;
    margin: 0 auto;
    font-weight: bold;
    cursor: pointer;
    background: #03a9f4;
	padding: 10px 40px;
    color: #fff;
    transition: .2s;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.12), 0 2px 2px 0 rgba(0,0,0,.24);
}
.tutorial_btn:hover {/*ホバーでアイコン回転*/
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.easy_btn {
	display: block;
	text-decoration: none;
}
.easy_btn:hover {
	text-decoration: none;
}
[off-canvas] {
	background: rgba(0,0,0,0.3) !important;
	overflow: hidden !important;
}
[off-canvas*=bottom] {
	height: 50% !important;
}
[off-canvas*=bottom].campaign_area {
	height: 160px !important;
}
#panel-btn, #panel-btn2 {
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  margin: 10px 0 10px;
  border-radius: 50%;
}
#panel-btn:hover{
}
#panel-btn-icon, #panel-btn-icon2{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 2px;
  margin: -1px 0 0 -7px;
  background: #fff;
  transition: .2s;
  opacity: 1;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 34px;
  height: 2px;
  background: #fff;
  transition: .3s;
}
#panel-btn-icon2:before, #panel-btn-icon2:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 34px;
  height: 2px;
  background: #fff;
  transition: .3s;
}
#panel-btn-icon:before{
  margin-top: -6px;
}
#panel-btn-icon:after{
  margin-top: 4px;
}
#panel-btn-icon2:before{
  margin-top: -6px;
}
#panel-btn-icon2:after{
  margin-top: 4px;
}
#panel-btn .close, #panel-btn2 .close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn2 .close:before, #panel-btn2 .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn2 .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
#panel-btn2 .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.tutorial_contents {
	padding: 10px 190px 10px 60px;
}
.tutorial_contents .bs-glyphicons {
}
.tutorial_contents .bs-glyphicons-list {
	height: 400px;
	overflow: auto;
}
.tutorial_contents .bs-glyphicons-list li {
	margin: 10px;
	height: 140px;
/*	width: 15%;*/
	min-width: 120px;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	display: inline-block;
	float: none;
}
.tutorial_contents .bs-glyphicons-list li.finished {
	background: rgba(128, 128, 128, 1);
}
.tutorial_contents .bs-glyphicons-list li.finished:after {
    content: "済";
    position: absolute;
    font-size: 80px;
    font-weight: bold;
    top: 0;
    left: 0;
    color: #999;
}
.tutorial_contents .bs-glyphicons-list li .glyphicon, .tutorial_contents .bs-glyphicons-list li .fa {
	position: absolute;
    font-size: 100px;
    right: -10px;
    bottom: 0px;
	opacity: 0.2;
	z-index: 1;
}

.tutorial_contents .bs-glyphicons-list li .no_i {
	position: absolute;
    font-size: 100px;
    left: -20px;
    top: -30px;
	opacity: 0.2;
	z-index: 1;
	font-weight: bold;
}
.tutorial_contents .bs-glyphicons-list li a:hover {
	text-decoration: none;
}
.tutorial_contents .bs-glyphicons-list li .glyphicon-class {
	color: #333;
	font-size: 2vmin;
	font-weight: 700;
	word-break: break-all;
	padding-top: 20px;
	z-index: 2;
	position: relative;
}
.tutorial_contents .tutorial_finish_btn {
	position: absolute;
	right: 20px;
	top: 20px;
	background: #c3d825;
	color: #fff;
	padding: 14px;
	height: 200px;
	width: 150px;
	padding-top: 90px;
	border-radius: 4px;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 1.5rem;
	font-weight: 700;
}
.tutorial_contents .tutorial_finish_btn:hover {
	text-decoration: none;
	background: #739817;
}
.tutorial_contents .list-icon {
	position: absolute;
    font-size: 80px;
    right: -10px;
    top: 130px;
	opacity: 0.2;
	z-index: 1;
}
.tutorial_flow li {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.tutorial_flow img {
	margin: 14px;
	max-width: 90%;
}

.setting_rows .grad_hr {
	background: -webkit-linear-gradient(to left, #fff, #fff 30%, #ccc 75%, #ccc 75%);
    background:    -moz-linear-gradient(to left, #fff, #fff 30%, #ccc 75%, #ccc 75%);
    background:      -o-linear-gradient(to left, #fff, #fff 30%, #ccc 75%, #ccc 75%);
    background:         linear-gradient(to left, #fff, #fff 30%, #ccc 75%, #ccc 75%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#ffffff', GradientType=1)";
    padding: 1px 0;
}
.setting_rows {
}
.setting_rows h3 {
	margin: 0;
	font-size: 2rem;
}
.action_rows ul {
	white-space: nowrap;
	overflow-x: auto;
}
.action_rows li {
	margin: 10px;
	height: 220px;
	width: 220px;
	border-radius: 8px;
	display:inline-block;
	position: relative;
	background: #fff;
	border: 2px solid #004068;
	vertical-align: middle;
}
.action_rows li a {
	white-space: nowrap;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.action_rows  li a:hover {
	background: #004068;
}
.action_rows  li a:hover i {
    opacity: 0.4;
    color: #fff;
}
.action_rows .bs-glyphicons-list li .glyphicon, .action_rows li .fa {
	position: absolute;
    font-size: 200px;
    right: -20px;
    top: 60px;
	z-index: 1;
	color: #007bbb;
	opacity: 0.2;
}
.action_rows li a {
	color: #666;
}
.action_rows li a:hover {
	text-decoration: none;
	color: #fff;
}
.action_rows li .glyphicon-class {
	font-size: 20px;
	font-weight: 700;
	word-break: break-all;
	z-index: 2;
	vertical-align: middle;
	position: relative;
	line-height: 220px;
}
.modal-body-section {
	margin-top: 10px;
}
.modal-body-section h5 {
    font-weight: bold;
    padding: 10px;
    border: 2px solid #666;
    display: inline-block;
    margin: 0 auto;
	border-radius: 6px;
	padding: 8px 14px;
}
.help_body {
	line-height: 150%;
	position: relative;
	padding-left: 40px;
	font-size: 1.5rem;
}
.help_body:before {
	font-family: FontAwesome;
	content: "\f05a";
	position: absolute;
	width: 20px;
	height: 20px;
	font-size: 20px;
	top: calc(50% - 14px);
	left: 20px;
	color: #739817;
}
.floating_btn {
	position: fixed;
    background: #fff;
    border-radius: 40px;
    border: 2px solid #fff;
    text-align: center;
    bottom: 20px;
    left: calc(50% - 150px);
    z-index: 98;
    width: 300px;
    margin: 0 auto;
    font-weight: bold;
    cursor: pointer;
    background: #FF2819;
    padding: 10px 40px;
    color: #fff;
    transition: .2s;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.12), 0 2px 2px 0 rgba(0,0,0,.24);
}
.floating_btn:hover {
	transform: scale(1.1);
}
[off-canvas*=overlay] {
	z-index: 9997 !important;
}

.gallery_item_area {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	padding-top: 60px;
}
.gallery_item {
	margin: 10px;
}
.galler_select_header{
    height: 66px;
    width: calc(100% - 76px);
    padding: 26px 30px 20px;
    left:38px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.Option__Select__header{
    height: 66px;
    width: calc(100% - 76px);
    padding: 26px 30px 20px;
    left:38px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.Option__Select__Txt{
  font-size: 1.8rem;
  margin: 0
}
.Option__Select__SubTxt{
  font-size: 1.3rem;
  margin: 0
}
.Option__Select__header:after{
  bottom: 0px;
  width: calc(100% - 60px);
}
.Option__Select__header{
    width: 100%;
    height: 66px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 99;
}
.Option__Select__header:after{
  content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: calc(100% - 38px);
    height: 2px;
    background-color: #1A1A1A;
    transform: translate(-50%,0);

}
.js-add_gallery.selected {
	color: #fff;
	background: #5bc0de;
}
.dz-image {
}
.shop_image {
    border-width: 8px;
    border-radius: 4px;
    width: 120px;
    border-radius: 50%;
    margin: auto;
}

.shift_table select {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    padding: 0 28px 0 8px;
    font-size: 16px;
    height: 44px;
    background: #fff url(/images/select_arrow.png) right center no-repeat;
    background-size: 20px auto;
    color: #555555;
}

.bt-none {
	border-top: none !important;
}
.bb-none {
	border-bottom: none !important;
}
.detail_label {
	display:inline-block;
	width: 160px;
	font-size: 11px;
}
.detail_label_middle {
	display:inline-block;
	width: 100px;
	font-size: 11px;
}
.detail_label_short {
	display:inline-block;
	width: 60px;
	font-size: 11px;
}
.payment_info {
	padding: 1rem 24px;
	border: 2px solid #333;
	border-radius: 4px;
	text-align: center;
	min-width: 360px;
	display: inline-block;
	font-weight: 700;
	font-size: 15px;
}
.table_wrapp {
	padding-bottom: 40px;
}
.pb0 {
	padding-bottom: 0px;
}
.scroll_area_hor {
	width: 100%;
	overflow-x: auto;
}

.mt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.title_text {
	font-weight: bold;
	font-size: 1.2rem;
}
.pb100 {
	padding-bottom: 100px !important;
}
.pb60 {
	padding-bottom: 60px !important;
}

@media(max-width: 991px) {
	.dz-preview-row {
		background-color: rgb(237, 237, 237);
		margin-bottom:10px;
		padding:5px;
	}
	.dropzone-preview-add-form div.dz-preview {
		clear:both;
		width:100% !important;
		float: none !important;
	}
	.dropzone-preview-add-form div.comment {
		width:100% !important;
		float:none !important;
	}
	.my-awesome-dropzone-add-form {
		clear:both;
	}
}
.new_function {
	color: #fff;
	background: #d3381c;
	padding: 3px 6px;
	text-align: center;
	font-size: 13px;
	position: absolute;
	right: -8px;
	top: -4px;
	border-radius: 3px;
	z-index: 99;
}
.pos-l {
	position: relative !important;
}
.line_icon {
	color: #fff;
	background: #00B900;
	width: 16px;
	height: 16px;
	display: inline-block;
	text-align: center;
	line-height: 16px;
	font-weight: bold;
	font-style: normal;
}
.tmp_icon {
	color: #fff;
	background: #008899;
	width: 16px;
	height: 16px;
	display: inline-block;
	text-align: center;
	line-height: 16px;
	font-weight: bold;
	font-style: normal;
}

.merge_table {
	width: auto;
	table-layout: fixed;
	border-collapse: collapse;
}
.merge_table td, .merge_table th {
	border-bottom: 1px solid #ccc;
	border-right: none !important;
	padding: 8px;
    min-width: 180px;
    max-width: 180px;
    word-break: break-all;
    white-space: normal;
	background: #fff;
	vertical-align: top;
	border: 1px solid #ccc;
}
.merge_table th {
	background: #f9f9f9;
}
.merge_table td {
	padding: 0;
}
.merge_table td label {
	display: block;
	padding: 8px;
	margin: 0;
}

.form_info_text {
    border-left: 5px solid #83ccd2;
    border-radius: 2px;
    background-color: #f3f3f3;
    padding: 8px;
    color: #333;
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin: 4px 0;
}
.form_danger_text {
    border-left: 5px solid #a00;
    border-radius: 2px;
    background-color: rgba(255,55,55,0.1);
    padding: 8px;
    color: #333;
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin: 4px 0;
}
.form_normal_text {
    border-radius: 2px;
    background-color: #f3f3f3;
    padding: 8px;
    color: #333;
    font-size: 13px;
    font-weight: bold;
    border: 1px solid #ddd;
    margin: 4px 0;
}



.caution {
  border: 1px solid rgba(128, 128, 128, 0.2);
  border-radius: 2px;
  background-color: rgba(193, 193, 193, 0.2);
  padding: 6px;
  color: #333;
  font-size: 12px;
  width: max-content;
  margin: 3px 0;
  line-height: 1.3;
}
.caution_warning {
    border: 1px solid rgba(228, 168, 33, 0.2);
    border-radius: 2px;
    background-color: rgba(228, 168, 33, 0.2);
    padding: 6px;
    color: #333;
    font-size: 12px;
    width: max-content;
    margin: 3px 0;
    line-height: 1.3;
}
.caution_danger {
    border: 1px solid rgba(228, 33, 33, 0.2);
    border-radius: 2px;
    background-color: rgba(228, 33, 33, 0.2);
    padding: 6px;
    color: #333;
    font-size: 12px;
    width: max-content;
    margin: 3px 0;
    line-height: 1.3;
}
  .caution::before, .caution_warning::before, .caution_danger::before {
  margin-right: 5px;
  font-size: 16px;
  content: "\f06a";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: inherit;
  color: inherit;
  color: #2171A3;
  margin-right: 4px;
}
.sub_text {
	border: 1px solid rgba(0, 0, 220, 0.2);
	border-radius: 2px;
	background-color: rgba(0, 128, 220, 0.2);
	margin-bottom: 4px;
	padding: 6px;
	color: #333;
	font-size: 12px;
	width: max-content;
    margin: 3px 0;
    line-height: 1.3;
}
.sub_text::before {
	margin-right: 5px;
	font-size: 16px;
	content: "\f06a";
	font-family: "FontAwesome";
	font-weight: 900;
	font-size: inherit;
	color: inherit;
	color: #2171A3;
	margin-right: 4px;
}
.caution.not_mark::before, .caution_warning.not_mark::before, .caution_danger.not_mark::before, .sub_text.not_mark::before {
    content: none;
}

.sort_handle {
	width: 24px;
	height: 24px;
	border: 1px solid #ccc;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f9f9f9;
	margin: auto;
}
.sort_handle i {
}
.sortable {
	overflow: auto;
}
.list_table {
	padding: 0;
	margin: 0;
	min-width: 1200px;
}
.list_row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
	padding: 4px;
}
.table_header {
	font-weight: 700;
}
.table_body .list_row:nth-child(odd) {
	background: #f8f4e6;
}

.list_row > div {
	width: 60px;
	overflow: hidden;
	padding: 2px 4px;
}
.list_row > div.ope_cell {
	width: 240px !important;
}
.list_row > div.xl_cell {
	width: 220px;
	flex-grow: 1;
}
.list_row > div.xxxl_cell {
	width: 400px;
	flex-grow: 1;
}
.list_row > div.xxl_cell {
	width: 300px;
	flex-grow: 1;
}
.list_row > div.l_cell {
	width: 160px;
	flex-grow: 1;
}
.list_row > div.m_cell {
	width: 100px;
	flex-grow: 1;
}
.list_row > div.sm_cell {
	width: 80px;
	flex-grow: 1;
}
.list_row > div.s_cell {
	width: 60px;
}
.list_row > div.ss_cell {
	width: 28px;
}
.list_row > div.operation {
	min-width: 240px;
}


.order_display {
	display: flex;
	justify-content: center;
	align-items: center;
}
.order_label {
	font-size: 30px;
	font-weight: 700;
	width: 50%;
	text-align: center;
}
.order_count {
	font-size: 30px;
	font-weight: 700;
	padding: 8px 16px;
	width: 50%;
	text-align: center;
}
.next_order_display {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 1rem;
}
.next_order_label {
	font-size: 18px;
	font-weight: 700;
	width: 50%;
	text-align: center;
}
.next_order_count {
	font-size: 18px;
	font-weight: 700;
	padding: 8px 16px;
	width: 50%;
	text-align: center;
}

.wrapp_header {
	margin-right: 0;
    line-height: 1.42857143;
    border: 1px solid #ccd1d9;
    border-bottom-color: #c7dc68;
    text-align: center;
    border-radius: 0;
	position: relative;
    display: block;
    padding: 13px 15px 7px;
	background: #F7F7F7;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.p-rel {
	position: relative !important;
}
.p-fix {
	position: fixed !important;
}
.p-abs {
	
}
.call_info_area {
	display: flex;
}

.call-btn,
.call-btn a {
}
.call_info_item {
	
}
.call_info_item .call-btn, .call_info_item .regist-btn {
	border: 2px solid #82ae46;
	background: #aacf53;
	color: #fff;
	border-radius: 4px;
	padding: 1rem;
	margin: 0 1rem 1rem;
	display: block;
	height: 100%;
	text-decoration: none;
	cursor: pointer;
}
.call_info_item .call-btn:hover {
	opacity: 0.8;
}
.call_info_item .call-btn.dark {
	background: #666;
	border-color: #555;
	color: #ccc;
}
.btn-label {
	font-size: 32px;
    font-weight: bold;
    line-height: 1.65857143

}
.btn-sub_label {
	font-size: 24px;
    font-weight: bold;
    line-height: 1.65857143

}

@media(max-width: 991px) {
	.call_info_item .call-btn, .call_info_item .regist-btn {
		font-size: 20px;
	}
	.btn-label {
		font-size: 20px;
		font-weight: bold;
		line-height: 1.65857143

	}
	.btn-sub_label {
		font-size: 16px;
		font-weight: bold;
		line-height: 1.65857143

	}
	.order_label {
		font-size: 20px;
		font-weight: 700;
		width: 50%;
		text-align: center;
	}
	.order_count {
		font-size: 20px;
		font-weight: 700;
		padding: 8px 16px;
		width: 50%;
		text-align: center;
	}
	.next_order_label {
		font-size: 14px;
		font-weight: 700;
		width: 50%;
		text-align: center;
	}
	.next_order_count {
		font-size: 14px;
		font-weight: 700;
		padding: 8px 16px;
		width: 50%;
		text-align: center;
	}

}


/* トグルスイッチ */
.toggle-switch {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
  cursor: pointer;
  padding: 8px 16px;
  height: 30px;
  width: 80px;
}
.toggle-switch-bg {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: gray;
  border-radius: 15px;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.toggle-switch span {
  color: #fff;
}
.toggle-switch .toggle-switch--on, .toggle-switch .toggle-switch--off {
  white-space: nowrap;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.toggle-switch .toggle-switch--on {
  left: 8px;
}
.toggle-switch .toggle-switch--off {
  right: 8px;
}
.toggle-switch input[type=checkbox] + .toggle-switch--on {
  opacity: 0;
}
.toggle-switch input[type=checkbox]:checked + .toggle-switch--on {
  opacity: 1;
}
.toggle-switch input[type=checkbox]:checked + .toggle-switch--on + .toggle-switch--off {
  opacity: 0;
  white-space: nowrap;
}
.toggle-switch input {
  display: none;
}
.toggle-switch input[type=checkbox]:checked + span + span + div + .toggle-switch-circle {
  -webkit-transform: translate(calc(80px - 100% - 8px), -50%);
          transform: translate(calc(80px - 100% - 8px), -50%);
}
.toggle-switch .toggle-switch-circle {
  content: "";
  position: absolute;
  z-index: 1;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(8px, -50%);
          transform: translate(8px, -50%);
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.toggle-switch--sm {
  width: 60px;
  font-size: 10px;
  padding: 6px 10px;
  height: 25px;
}
.toggle-switch--sm .toggle-switch--on, .toggle-switch--sm .toggle-switch--off {
  font-size: 9px;
}
.toggle-switch--sm .toggle-switch-circle {
  -webkit-transform: translate(5px, -50%);
          transform: translate(5px, -50%);
  height: 15px;
  width: 15px;
}
.toggle-switch--sm input[type=checkbox]:checked + span + span + div + .toggle-switch-circle {
  -webkit-transform: translate(calc(60px - 100% - 5px), -50%);
          transform: translate(calc(60px - 100% - 5px), -50%);
}
.bg-primary, #tableAllCheck a, .toggle-switch input[type=checkbox]:checked + span + span + .toggle-switch-bg {
  background-color: #5cb85c !important;
}

.max_limit {
	background: #aaa !important;
}
input.color_code {
	border-bottom-right-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.text-red {
	color: #f00 !important;
}
.text-gray {
	color: #ccc !important;
}

.input {
    padding: 6px 8px;
    border: 1px solid #ccc;
    border-radius: 4px;;
}

.tab-content {
    margin-top: 10px;
}
#prev_week, #prev_day {
}
#next_week, #next_day {
}
.single_cal2 {
}
.day_link {
    margin-bottom: 10px;
}
.day_link .btn {
	font-size: 1.2rem;
	font-weight: bold;
}

.shift_pattern_item, .curriculum_item {
    display: flex;
    justify-content: space-between;
  position: relative;
  overflow: hidden;
  border: 2px solid #ccc;
  border-radius: 4px;
  width: max-content;
  min-width: 120px;;
  height: 30px;
  color: #666;
  font-weight: bold;;
  cursor: pointer;
  margin: 3px;
}
.shift_pattern_item, .curriculum_item {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	border: 2px solid #aaa;
	border-radius: 3px;
	flex-wrap: nowrap;
}
.shift_pattern_item .s_box {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	padding: 3px 8px;
    flex-grow: 1;
    background: #fff;
}
.shift_pattern_item .s_box.head {
	background: #eee;
    width: 30px;
    flex-grow:0;
}
.shift_pattern_item .s_box label, .shift_pattern_item .s_box ul {
	margin: 0;
	padding: 0;
}
.shift_table td .shift_pattern_item {
    width: auto;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.mx-1 {
    margin-left: 3px !important;
    margin-right: 3px !important;
}
.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.my-1 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
}


.timetable_table .time_table {
    text-align: center;
    margin: 5px;
    border: 1px solid #999;
    cursor: pointer;
    font-size: 12px;
}
.timetable_table .time_table .head {
    background: #2a83a2;
    padding: 4px;
    color: #fff;
}
.timetable_table .time_table .cont {
    padding: 4px;
}

.modal-footer .btn {
    min-width: 120px;
}
.modal .caution, .modal .caution_warning, .modal .sub_text {
    width: 100%;
}
.modal-dialog{
    display: flex;
    align-items: center;
    min-height: 100%;
    justify-content: center;
}
.modal-m {
    max-width: 500px;
}
.modal-content {
    width: 100%;
    border-radius: 0;
}


.modal-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #165e83 ;
    color: #fff;
    border-bottom: none;
    /* height: 100px; */
    /* background: url(/images/custom-s1.png) no-repeat;
    background-position: center;
    background-size: cover; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 200;
    /* border: 3px solid #fff; */
}
.modal-header.primary {
    background: #165e83;
}
.modal-header.danger {
    background: #b94047;
}
.modal-header.warning {
    background: #d0af4c;
}
.modal-header.success {
    background: #82ae46;
}


.modal-title {
    font-weight: 200;
    letter-spacing: 3px;
    padding-top: 50px;
}
.modal-title:before {
    position: absolute;
    content: "\f15c";
    font-family: "FontAwesome";
    font-weight: 200;
    font-size: 35px;
    color: #eee;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
}
.modal-header.danger .modal-title:before {
    position: absolute;
    content: "\f1f8";
    font-family: "FontAwesome";
    font-weight: 200;
    font-size: 45px;
    color: #eee;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.modal-body {
    position: relative;
    padding: 25px 15px 45px;
    background: #fff;
    color: #333;
    font-size: 16px;
}
.modal-body p.modal_main_text {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
}
.modal-body p.modal_sub_text {
    font-size: 13px;
    font-weight: 200;
    letter-spacing: 1px;
    color: #777;
    text-align: left;
    width: 80%;
    margin: 1rem auto;
}
.modal-body p.modal_sub_text.caution_danger {
    color: #d3381c;
}
.modal-body p {
    font-size: 13px;
    color: #444;
}




.modal-footer {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0;
    border-top: none;
    background: #fff;
	flex-wrap: nowrap;
}
.modal-footer .btn {
    border-radius: 0;
    width: 100%;
    flex-grow: 1;
    margin: 0 !important;
    padding: 2rem 1rem;
}
.modal-footer .btn.btn-primary {
    background: #007bbb !important;
    border-color: #007bbb !important;
}
.modal-footer .btn.btn-primary:hover {
    opacity: 0.7;
}
.modal-footer .btn.btn-success {
    background: #82ae46 !important;
    border-color: #82ae46 !important;
}
.modal-footer .btn.btn-success:hover {
    opacity: 0.7;
}
.modal-footer .btn.btn-danger {
    background: #b94047 !important;
    border-color: #b94047 !important;
}
.modal-footer .btn.btn-danger:hover {
    opacity: 0.7;
}
.modal-footer .btn.btn-warning {
    background: #d0af4c !important;
    border-color: #d0af4c !important;
}
.modal-footer .btn.btn-warning:hover {
    opacity: 0.7;
}
.modal-footer .btn.btn-default {
    background: #eee !important;
    border-color: #eee !important;
}
.modal-footer .btn.btn-dark {
    background: #999 !important;
    border-color: #999 !important;
    color: #fff;
}
.modal-footer .btn.btn-default:hover {
    opacity: 0.7;
}


.modal-header .close {
    position: absolute;
    right: 5px;
    top: 5px;
    /* background: #3a5b52;
    border: 3px solid #fff; */
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    opacity: 0.6;
    line-height: 24px;;
    font-weight: 200;
}
.modal-header .close:hover {
    opacity: 1;
    /* color: #555;
    font-weight: 700;
    background: #eee;
    border: 3px solid #3a5b52; */
}

.modal-body .confirm_modal td, .modal-body #confirm_modal_table td, .modal-body #confirm_add_modal_table td {
    font-size: 13px;
}
.modal-body .confirm_modal th, .modal-body #confirm_modal_table th, .modal-body #confirm_add_modal_table th {
    font-size: 13px;
}
.modal-body .table-striped>tbody>tr:nth-child(odd)>td, .modal-body .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f3fcf6;
}
table.confirm_modal {
    border-bottom: 1px solid #ddd;
}
.modal-body .dropzone {
    min-height: 90px;
}
.modal-lg {
    max-width: 800px;
}


@media (max-width: 992px) {
	.formItem {
		display: block;
	}
	.formItem_label {
		display: block;
		padding: 10px 10px 0;
		font-weight: bold;
	}
	.modal-body .formItem_label {
        width: auto;
		min-width: 30%;
		padding: 6px;
		font-weight: bold;
	}
	.formItem__data {
		display: block;
		padding: 8px;
	}
    .caution, .caution_warning, .caution_danger, .sub_text  {
        width: 100%;
    }
}





#flash_area {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    height: 100%;
    width: 100%;
}


.toast {
    width: 350px;
    max-width: 100%;
    font-size: 0.875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
  }
  .toast:not(.showing):not(.show) {
    opacity: 0;
  }
  .toast.hide {
    display: none;
  }
  
  .toast-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none;
  }
  .toast-container > :not(:last-child) {
    margin-bottom: 0.75rem;
  }
  
  .toast-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.5rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
  }
  .toast-header .btn-close, .toast-header .close {
    margin-right: -0.375rem;
    margin-left: 0.75rem;
  }
  
  .toast-body {
    padding: 0.75rem;
    word-wrap: break-word;
  }
.toast-container {
position: fixed;
z-index: 1000;
}

.toast {
border: none;
overflow: hidden;
-webkit-animation-name: slidein;
        animation-name: slidein;
-webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;

}
.toast .alert {
position: relative;
margin-bottom: 0;
color: #fff;
background-color: #1f3134;
border: none;
padding: 1.5rem;
border-radius: 0;
}
.toast .alert::after {
position: absolute;
content: "\f0a1";
font-family: "FontAwesome";
font-weight: 200;
font-size: 87px;
color: #fff;
bottom: -22px;
left: 5px;
opacity: 0.1;
-webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
}
.toast-body {
letter-spacing: 0.1em;
font-size: 14px;
}
.toast .alert-success {
border-left: 5px solid rgb(71, 207, 95);
}
.toast .alert-danger {
border-left: 5px solid #b60033;
}
.toast .alert-warning {
border-left: 5px solid rgb(243, 185, 0);
}
.toast .close {
position: relative;
height: 20px;
width: 20px;
background-color: #fff;
font-size: 10px;
}
.toast .close::before {
color: #333;
}
.toast .close span {
position: absolute;
top: 50%;
left: 50%;
height: 3px;
width: 16px;
background-color: #fff;
-webkit-transform-origin: center;
        transform-origin: center;
}
.toast .close span:nth-of-type(1) {
-webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
}
.toast .close span:nth-of-type(2) {
-webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
}

.close_toast {
    height: 14px;
    width: 14px;
    background-image: none;
    background-color: #212529;
    opacity: 1;
    border-radius: 50%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.close_toast::before {
    position: absolute;
    content: "\f00d";
    font-family: "FontAwesome";
    font-weight: 200;
    font-size: 16px;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
@-webkit-keyframes slidein {
    from {
        opacity: 0;
        -webkit-transform: translatex(200px);
                transform: translatex(200px);
    }
    to {
        opacity: 1;
        -webkit-transform: translatex(0);
                transform: translatex(0);
    }
}

@keyframes slidein {
    from {
        opacity: 0;
        -webkit-transform: translatex(200px);
                transform: translatex(200px);
    }
    to {
        opacity: 1;
        -webkit-transform: translatex(0);
                transform: translatex(0);
    }
}

.visit_memo_conf, .memo_conf {
    cursor: pointer;
}
.no_wrap {
    white-space: nowrap;
}
.bg-dark {
    background: #ddd !important;
}

.wb-all {
    word-break: break-all !important;
    white-space: normal !important;
}

.menu_pattern .box.head label {
    margin: 0;
}
.modal-body p.caution {
    text-align: left;
}
.d-block {
    display: block !important;
}

#reserve_op_confirm_modal .modal-body {
    padding: 12px 15px;
}
.reserve_info_wrapp, .payment_info_wrapp, .customer_info_wrapp {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.reserve_info_wrapp .formItem, .customer_info_wrapp .formItem {
    flex: 1 0 50%;
    max-width: 50%;
}
.payment_info_wrapp .formItem {
    flex: 1 0 33%;
}

#reserve_op_confirm_modal .formItem .formItem_label, #reserve_op_confirm_modal .formItem .formItem_data {
    white-space: nowrap;
    overflow: hidden;
}
.curriculum_reserve_row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.curriculum_reserve_row .reserve_info_item {
    flex: 1 0 25%;
    font-size: 13px;
    border-bottom: 1px solid #ccc;
    height: 40px;
    display: flex;
    align-items: center;
}
.curriculum_reserve_row .reserve_info_item.head {
    font-weight: 600;
}
#time_change_area {
    display: none;
}

.form_info_text.p-narrow {
    padding: 4px 8px;
}
body .tooltip-inner {
    text-align: left;
}

.loading_icon {
    animation: rotate-animation 2s linear infinite;
  }

  /* アニメーション設定 */
  @keyframes rotate-animation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
.change_link {
    padding: 8px;
}
body.nav-sm .main_container .top_nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
body.nav-sm .container.body .right_col {
    padding-top: 70px;
}
.code_box {
    border: 1px solid #ccc;
    padding: 6px;
}

.g-10 {
	gap: 10px;
}
.fbox {
    flex-wrap: nowrap;
    max-width: 100%;
    width: 100%;
    pointer-events: all;
    z-index: 0;
    -webkit-overflow-scrolling: touch;
    align-content: center;
    align-items: stretch;
    display: flex;
    flex: 1;
    flex-direction: row;
    position: relative;
	flex-wrap: wrap;
	gap: 10px;
	word-break: break-all;
}
.fbox-v {
    flex-wrap: nowrap;
    max-width: 100%;
	width: 100%;
    pointer-events: all;
    z-index: 0;
    -webkit-overflow-scrolling: touch;
    align-content: center;
    align-items: stretch;
    display: flex;
    flex: 1;
    flex-direction: column;
    position: relative;
	gap: 10px;
	word-break: break-all;
}
.box_wrapp {
	align-content: center;
    align-items: center;
    background: transparent;
    flex: 2;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    justify-content: flex-start;
    width: auto;
    --gap-h-0e7a80e2-b1fc-4354-8305-2ce4658c75cb: 0px;
    --gap-v-0e7a80e2-b1fc-4354-8305-2ce4658c75cb: 10px;
    --gap-uuid: 0e7a80e2 -b1fc-4354-8305-2ce4658c75cb;
    max-width: 100%;
    min-width: 400px;
	border: 1px solid #ccc;
	gap: 0;
}
.box_header {
	align-content: flex-start;
    align-items: flex-start;
    background: #007bbb;
    border-bottom: 1px solid #165e83;
    border-left: 0px solid #165e83;
    border-right: 0px solid #165e83;
    border-top: 0px solid #165e83;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 40px;
    justify-content: center;
    padding: 0px 0px 0px 20px;
    width: 100%;
    max-width: 100%;
}
.box_title {
    color: #FFFFFF;
    font-family: var(--s-font-2db8b24b);
    font-size: 16px;
    font-weight: 700;
    height: auto;
    line-height: 1.4;
    text-align: left;
    width: auto;
    max-width: 100%;
    justify-content: flex-start;
}
.box_body {
	width: 100%;
	padding: 1rem;
	flex: 1;
	background: #FFFFFF;
}
.box_footer {
    background: #FFFFFF;
    flex: none;
    height: 40px;
    justify-content: flex-end;
    padding: 10px;
    width: 100%;
    max-width: 100%;
}
.formItem:first-child {
	border-top: none;
}
.formItem:last-child {
}
.border-none {
	border: none !important;
}
.border-b-none {
	border-bottom: none !important;
}
.border-t-none {
	border-top: none !important;
}
.form_label {
	flex: 1;
}
.form_data {
	flex: 2;
}
.item-center {
	align-items: center;
}
.item-end {
	align-items: flex-end;
}
.flex-start {
	justify-content: flex-start;
}
.flex-end {
	justify-content: flex-end;
}
.flex-nowrap {
	flex-wrap: nowrap;
}
.item_row, .dep_item_row, .reception_row {
	padding: 1rem 0;
	border-bottom: 1px solid #ccc;
}
.item_row:last-child, .dep_item_row:last-child, .reception_row:last-child {
	border-bottom: none;
}
.recept_row {
	padding: 1rem;
}
.recept_detail_row {
	padding-top: 4px;
	padding-bottom: 4px;
}
.recept_wrapp {
	width: 80mm !important;
	border: 1px solid #999;
	flex: none;
	padding: 14px 4px;
}
.recept_wrapp .fbox, .recept_wrapp .fbox-v {
	padding: 4px 0;
	font-size: 12px;
}
.recept_wrapp .fbox:last-child {
	border-bottom: none;
}
.sub_check {
	font-weight: 400;
}
.tile {
	flex: 1;
}
.tile a {
	overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex: 1;
    border: 1px solid #c6ccd8;
    min-height: 100px;
	font-weight: 700;
}
.tile a:hover {
	background: #d9e8f1;
	color: #fff;
}
.time_head {
	line-height: 14px;
}
.table>thead>tr>th {
	border-bottom: none;
}
.event_time_table td {
	border-left: 1px solid #ccc;
}
.event_time_table td:last-child {
	border-right: 1px solid #ccc;
}
.event_time_table .bg_red {
    background: #f00;
    opacity: 0.5;
}
.search_box_wrap {
	row-gap: 16px;
}
.search_box {
	width: 30%;
	min-width: 400px;
	max-width: 33%;
	flex: 1;
}
.check_label {
	font-weight: 400;
}

.w300p {
    width: 300px;
}

body.nav-md .container.body .col-md-3.left_col {
	background: #004068;
}
.nav_title {
	background: #004068;
}
.nav.side-menu> li.active > a {
	background: #003066;
}
li.current-page {
	background: #003066;
}
.label {
	display: inline-block;
	padding: 4px 6px;
}
.recept_wrapp {
	background: #fff;
}
.set_delete_item {
	position: absolute;
	right: -10px;
	top: -10px;
	background: #d9534f;
	color: #fff;
}

.dropzone-preview-add-form {
	display: flex;
}
.dz-preview-row {
	display: flex;
	gap: 10px;
}
.dropzone-preview-add-form div.dz-preview {
	width: auto !important;
}
.modaal-close {
	position: absolute !important;
	top: -40px !important;
	right: -40px !important;
}
.modaal-wrapper .modaal-close {
}

.modaal-close:before, .modaal-close:after {
}
.modaal-close:focus, .modaal-close:hover {
	background: none !important;
}

.label {
	display: inline-block;
    padding: 4px 6px;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
    margin: 2px;
}
.file_list li {
	border-bottom: 1px solid #ccc;
}
.file_list li a {
	display: block;
	font-size: 14px;;
	padding: 6px;
}
.file_list li a:hover {
	background: #eee;
}
.table_wrapp th {
	white-space: wrap;
}