/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the
 * later versions of this theme.
 *
 * We advise that you use use this CSS to override
 * SmartAdmin styles.
 *
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 *
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

/*=================================*/
/* [smartadmin-production.min.css] */
/*=================================*/
.smart-form textarea.input-xs{font-size:11px;line-height:1.5}
.smart-form section{margin-bottom: 7px}
.smart-form fieldset{padding: 7px 10px 5px}
input.input-sm{padding: 5px !important}
select.input-sm, textarea.input-sm{padding: 5px !important}
.smart-form .label{white-space:nowrap}
.smart-form select.input-xs+i{top: 7px;box-shadow: 0 0 0 9px rgba(255,255,255,0)}
.smart-form input.input-xs{padding: 2px 5px !important}
.smart-form select.input-xs, textarea.input-xs{padding: 2px 5px !important}
.smart-form select.input-xs{height: 24px}
.smart-form i.icon-xs{height: 15px;line-height: 15px}
.state-error input, .state-error select, .state-error select+i, .state-error textarea{
/*background:#FFFFFF !important;*/
}
.state-error select+i, .state-error input+i{
/*background:#FFFFFF !important;*/
box-shadow:0 0 0 0 #FFFFFF !important;
}
.smart-form .state-error~em{display:block;margin-top:6px;padding:0 1px;font-style:normal;font-size:11px;line-height:15px;color:#D56161}
.jarviswidget tbody tr:last-child td{border-bottom:1px solid #CCC;}
.jarviswidget td:last-child, .jarviswidget th:last-child{border-right:1px solid #CCC;}
.smart-form .input-file .button {
font-size: 12px;
}
.smart-form .button.state-disabled,.smart-form .checkbox.state-disabled,.smart-form .input.state-disabled input,.smart-form .radio.state-disabled,.smart-form .select.state-disabled,.smart-form .textarea.state-disabled,.smart-form .toggle.state-disabled{cursor:not-allowed!important;opacity:1!important}

.smart-form .input input:hover+.tooltip,.smart-form .textarea textarea:hover+.tooltip,.smart-form .input i.fa-question-circle:hover+input+.tooltip{opacity:1}
.smart-form .input input:hover+.tooltip-top-right,.smart-form .textarea textarea:hover+.tooltip-top-right,.smart-form .input i.fa-question-circle:hover+input+.tooltip-top-right{right:0;left:auto;margin-bottom:5px}
.smart-form .input input:hover+.tooltip-top-left,.smart-form .textarea textarea:hover+.tooltip-top-left,.smart-form .input i.fa-question-circle:hover+input+.tooltip-top-left{right:auto;left:0;margin-bottom:5px}
.smart-form .input input:hover+.tooltip-right,.smart-form .textarea textarea:hover+.tooltip-right,.smart-form .input i.fa-question-circle:hover+input+.tooltip-right{left:100%;margin-left:5px}
.smart-form .input input:hover+.tooltip-left,.smart-form .textarea textarea:hover+.tooltip-left,.smart-form .input i.fa-question-circle:hover+input+.tooltip-left{right:100%;left:auto;margin-right:5px}
.smart-form .input input:hover+.tooltip-bottom-right,.smart-form .textarea textarea:hover+.tooltip-bottom-right,.smart-form .input i.fa-question-circle:hover+input+.tooltip-bottom-right{right:0;left:auto;margin-top:5px}
.smart-form .input input:hover+.tooltip-bottom-left,.smart-form .textarea textarea:hover+.tooltip-bottom-left,.smart-form .input i.fa-question-circle:hover+input+.tooltip-bottom-left{right:auto;left:0;margin-top:5px}

.smart-form button.btn+.tooltip{opacity:0}
.smart-form button.btn+.tooltip-top-right{right:0;left:auto;margin-bottom:5px}
.smart-form button.btn+.tooltip-top-left{right:auto;left:0;margin-bottom:5px}
.smart-form button.btn+.tooltip-right{left:100%;margin-left:5px}
.smart-form button.btn+.tooltip-left{right:100%;left:auto;margin-right:5px}
.smart-form button.btn+.tooltip-bottom-right{right:0;left:auto;margin-top:5px}
.smart-form button.btn+.tooltip-bottom-left{right:auto;left:0;margin-top:5px}

.smart-form .col > .col{min-height: 1px;padding-right: 15px;padding-left: 15px;box-sizing: border-box;float: none;}
#main{padding-bottom:100px;}

/*=====================*/
/* 独自実装 */
/*=====================*/
.btn-fix-wid {
	width: 84.55px !important;
}


/*=====================*/
/* [bootstrap.min.css] */
/*=====================*/
.form-control[readonly]{cursor:not-allowed}
.breadcrumb>li+li:before{content:">\00a0";}
.input-group .form-control{z-index:auto;}
.input-group .form-control:focus{z-index:auto;}

/*.smart-form .label {white-space:normal;background-color:#DDEEFF;width:100%;}*/
.tooltip{white-space:nowrap;}

/*=============================*/
/* [handsontable.full.min.css] */
/*=============================*/
.handsontable table.htCore {color:#000 !importants;}
.handsontable .htDimmed{color:#000;background-color:#eeeeee;}
.handsontable .htRequired{color:#000;background-color:#ffffa0;}

/*==================*/
/* [toastr.min.css] */
/*==================*/
#toast-container>div{
	width:750px;
}
#div-toastr::-webkit-scrollbar{
	width:12px;
	height:12px;
}
#div-toastr::-webkit-scrollbar-corner{
	display:none;
}
#div-toastr::-webkit-scrollbar-track{
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
	border-radius:10px;
}
#div-toastr::-webkit-scrollbar-thumb{
	border-radius:10px;
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
}
#div-toastr {
	height:auto;
	/*max-height:200px;*/
	/*min-height:60px;*/
	/*overflow:scroll;*/
}
#div-toastr div{
	/*width:auto;*/
}

#pagetop {
	position: fixed;
	bottom: 60px;
	right: 10px;
	z-index: 999;
}

#pagetop a {
	display: block;
	padding: 8px 0 0 0;
	border-radius: 30px;
	width: 35px;
	height: 35px;
	background-color: #3276b1;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

#pagetop a:hover {
	text-decoration: none;
	opacity: 0.7;
}

#pagebottom {
	position: fixed;
	bottom: 20px;
	right: 10px;
	z-index: 999;
}

#pagebottom a {
	display: block;
	padding: 8px 0 0 0;
	border-radius: 30px;
	width: 35px;
	height: 35px;
	background-color: #3276b1;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

#pagebottom a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.tooltip_input{
border-width:0px !important;
padding:0px !important;
}

.form-control[required],.form-control[required]+i{
background-color:#FFFFCC;
}
.form-control[required], .form-control[required]~i {
	background-color: #FFFFCC;
}
.smart-form .checkbox i.importance_back {
	background-color: #FFFFCC;
}

.condition_required{
background-color:#FFFFCC;
}

.change_item0[required],.change_item0[required]+i,.change_item0,.change_item0+i {
background-color:#CCFFCC;
}
.change_item_mark0 {
color:#32DE32;
}

.change_item[required],.change_item[required]+i,.change_item,.change_item+i {
background-color:#CCFFFF;
}
.change_item_mark {
color:#2BCCCC;
}
.change_itemX[required],.change_itemX[required]+i,.change_itemX,.change_itemX+i {
background-color:#EEEEEE;
}

.form-control[readonly],.form-control[disabled],.form-control[disabled]~i{
background-color:#EEEEEE;
cursor:not-allowed;
}

label input:disabled,label textarea:disabled,label select:disabled{
background-color:#EEEEEE;
cursor:not-allowed;
}

.duallistbox-smart-form.state-error select[required]{
background: #fff0f0;
border-color: #A90329;
}
.duallistbox-smart-form.state-error+em {
	display: block;
	margin-top: 6px;
	padding: 0 1px;
	font-style: normal;
	font-size: 11px;
	line-height: 15px;
	color: #D56161;
}
#logo-group span#activity2 {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: default!important;
    display: inline-block;
    font-weight: 700;
    height: 24px;
    width: 24px;
    padding: 2px;
    text-align: center;
    text-decoration: none!important;
    -moz-user-select: none;
    -webkit-user-select: none;
    background-color: #f8f8f8;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));
    background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
    border: 1px solid #bfbfbf;
    color: #c4bab6;
    font-size: 19px;
    margin: 10px 0 0;
    position: relative;
}
#logo-group span#activity2:hover {
    border: 1px solid #bfbfbf;
    transition: all 0s;
    cursor: pointer!important;
    -webkit-box-shadow: inset 0 0 4px 1px rgba(0,0,0,.08);
    box-shadow: inset 0 0 4px 1px rgba(0,0,0,.08);
}
#activity2 b.badge {
    position: absolute;
    top: -5px;
    right: -5px;
    cursor: pointer;
    background: #0091d9;
    display: inline-block;
    font-size: 10px;
    box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 2px 4px 3px;
    text-align: center;
    line-height: normal;
}
#activity2.active .badge {
    background: #006fa6!important;
}
.fixed-header #header .ajax-dropdown2 {
    z-index: 906;
}
.ajax-dropdown2 > :first-child {
    margin: 0 0 3px;
    padding: 0 0 9px;
}
.ajax-dropdown2 {
    position: absolute;
    display: none;
    z-index: 905;
    top: 48px;
    left: 16px;
    width: 344px;
    height: 450px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-box-shadow: 0 2px 4px rgba(30,30,100,.25);
    -moz-box-shadow: 0 2px 4px rgba(30,30,100,.25);
    box-shadow: 0 2px 4px rgba(30,30,100,.25);
    padding: 10px;
    background: #fff;
    border: 1px solid #b3b3b3;
}
.ajax-dropdown2:after,
.ajax-dropdown2:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.ajax-dropdown2:after {
    border-color: rgba(255,255,255,0);
    border-bottom-color: #fff;
    border-width: 7px;
    left: 50%;
    margin-left: -7px;
}
.ajax-dropdown2:before {
    border-color: rgba(131,131,131,0);
    border-bottom-color: #838383;
    border-width: 8px;
    left: 50%;
    margin-left: -8px;
}
.ajax-dropdown2 .btn-group .btn {
    font-weight: 700;
    text-transform: capitalize;
}
.ajax-dropdown2 .btn-group > :nth-child(2) {
    border-right-width: 0;
    border-left-width: 0;
}
.ajax-dropdown2 .btn-group > :last-child {
    border-right-width: 1px!important;
}
.ajax-dropdown2 .btn-group .btn:active {
    top: 0;
    left: 0;
}
.ajax-dropdown2 > :last-child {
    font-size: 13px;
    display: block;
    padding: 5px 0;
    line-height: 22px;
    font-weight: 400;
}
.ajax-dropdown2 .fa-4x.fa-border {
    border-width: 3px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: block;
    margin: 0 auto;
    width: 46px;
    text-align: center;
    color: #D1D1D1;
    border-color: #D1D1D1;
}
.active+.ajax-dropdown2 {
    -webkit-animation-name: flipInY;
    -moz-animation-name: flipInY;
    -o-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -o-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
@media only screen and (min-width:320px) and (max-width:479px) {
    .ajax-dropdown2 {
        width: 299px;
        height: 320px;
        left: 0;
        top: 49px;
    }
    .ajax-dropdown2:before {
        margin-left: -14px;
    }
    .ajax-dropdown2:after {
        margin-left: -13px;
    }
}

.no-overflow {
	overflow:visible !important;
}



nav ul ul ul li a {
    color: #bfbfbf;
    padding: 8px 10px 8px 50px;
    font-size: 10pt;
}

.table-striped>tr:nth-child(odd){
   background-color:red !important;
}

.wpfj02 {
    color: red !important;
    font-weight: bold !important;
}
.wpfj02B {
    font-weight: bold !important;
}
.wpfj02B-Line {
    border-top-style: dashed;
    border-color:#CCCCCC;
}

/* サービス申込 Step3　共通部 */
/* .WPFC02C_head_div .main {
	padding: 20px;
	background-color: white;
	margin-bottom: 2em;
}
.WPFC02C_head_div .main div {
	font-weight: bold;
}
.WPFC02C_head_div .main div:first-child {
	font-size: 18px;
}
.WPFC02C_head_div table tr:nth-child(even) {
	background-color: #ebcbea;
}
.WPFC02C_head_div table th {
	background-color: aqua;
}
.WPFC02C_head_div table {
	margin-left: 1em;
} */

/* 必須ラベル */
div.importance_block {
	position : absolute;
	top : 0;
	right : 0;
}
div.importance_label {
	display: inline-block;
	height: 32px;
}
div.importance_label:before {
	content: '必須';
	background-color: red;
	color: white;
	padding: 1px 5px;
	font-weight: bold;
	vertical-align: middle;
	vertical-align: -webkit-baseline-middle;
}
input[type=text]::-ms-clear {
    display: none;
}
/* .ht_clone_top > .wtHolder{overflow:hidden;} */
/* .ht_clone_left > .wtHolder{overflow:hidden;} */
