@charset "UTF-8";
/*//// LAYOUT MODIFCATION FIXED */
#wrap.ignored-height{
	height: 10000px!important;
}
.ignored-height{
	height: auto!important;
}
.ignored-height .btn-sixth{
	color: #1b1b1b;
	margin: 0 auto;
}
#htmlBodyDiv{
	height: 100%;
}
#wrap,
.content,
.main-visual,
section.main-visual .inner{
	/* min-height: 100%;
	box-sizing: border-box; */
}
section.main-visual .inner{
	/*box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.32);*/
}
.form,
.form-wrap,
.step-tab-wrap{

}
.f-w-100{
	width: 100%;
}
.m-l-x1{
	margin-left: var(--base-p);
}
.m-b-x1{
	margin-bottom: var(--base-p);
}
ul.disc-style li{
    list-style: disc;
}
.step-tab-wrap .step-tab.fixedStartElm{
	/* background-color: #fcfcfc; */
	z-index: 40;
}
.color-box-wrap{
	padding: 20px;
	background-color: white;
	margin: 0 auto 40px;
}
.color-box-ttl{
	font-weight: 900;
}
.color-box{
	display: inline-block;
	margin: 10px;
	width: 200px;
	height: 40px;
	line-height: 40px;
	color: white;
}
.color-box.f-b{
	color: #1b1b1b;
}
.loader-bar-wrap{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -140px;
	width: 280px;
	height: 50px;

	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.loader-bar-wrap{

	box-sizing:border-box;
	overflow: hidden;
	z-index: -99;
}
.loader-bar-wrap #loader-bar{
	height: 20px;
}
.loader-bar-wrap #loader-bar .progressbar-text{
	text-align: center;
}
.blink{
	margin:10px auto 0;
	width:230px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: white;
	background-color: #13913A;
}
.blink span{
	font-size: 14px;
	animation: blink 1s linear infinite;
}
@keyframes blink{
	0%{opacity: 0;}
	50%{opacity: .5;}
	100%{opacity: 1;}
}

/*//// BUTTONS */
.btn-primary{
	border:none;
	border: 1px solid #13913A;
	border-radius: 20px;
	width: 240px;
	max-width: 240px;
	line-height: 40px;
	text-align: center;
	color: white;
	background-color: #13913A;

	padding: 0;
	margin:10px auto;
	display: block;
	font-size: 12px;
	font-weight: 700;

	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0); 
}
.btn-primary.size02{
	width: 200px;
}
.btn-primary.type02{
	width: 160px;
}
.btn-primary.type02.form-btn{
	margin: 30px auto 0;
}
.btn-primary.type02.form-btn.margin-less{
	margin: 18px auto 0;
}
.btn-primary:hover{
	color: white;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.48);
    border: 1px solid #45bd6a;
    background-color: #45bd6a;
}
.btn-primary.m-t-adj{
	margin: 20px auto 10px;
}
.btn-primary.style02{
	background-color: #FFC700;
	color: #1b1b1b;
	border: 1px solid #FFC700;

}
.btn-primary.style02:hover{
	background-color: #FFDF5A;
	border: 1px solid #FFDF5A;
	color: #1b1b1b;
}
.btn-primary.style03{
	background-color: #C70000;
	border: 1px solid #C70000;	
}
.btn-primary.style03:hover{
	background-color: #F25F5F;
	border: 1px solid #F25F5F;	
}

.lock{
	pointer-events: none;
}

a[disabled],
.disabled{
	opacity: 0.6!important;
	pointer-events: none;
}

a[disabled]:hover,
.disabled:hover{
	/* cursor: default!important; */
	cursor: not-allowed!important;
	opacity: 0.6!important;
	pointer-events: none;
}

a[disabled].btn-primary:hover,
.btn-primary.disabled:hover{
	border: 1px solid #13913A;
	background-color: #13913A;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0); 	
	pointer-events: none;
}

a[disabled].btn-primary.style02:hover,
.btn-primary.style02.disabled:hover{
	background-color: #FFC700;
	color: #1b1b1b;
	border: 1px solid #FFC700;
	pointer-events: none;
}

a[disabled].btn-primary.style03:hover,
.btn-primary.style03.disabled:hover{
	background-color: #C70000;
	border: 1px solid #C70000;	
	pointer-events: none;
}

.btn-second{
	border:none;
	border: 1px solid #13913A;
	border-radius: 20px;
	width: 240px;
	max-width: 240px;
	line-height: 40px;
	text-align: center;
	color: #13913A;
	background-color: white;

	padding: 0;
	margin:10px auto;
	display: block;
	font-size: 12px;
	font-weight: 700;

	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0); 	
}
.btn-second:hover{
	color: white;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.48);
    border: 1px solid #45bd6a;
    background-color: #45bd6a;
}
.btn-second.o8{
	opacity: 0.8;
}
.btn-second.o8:hover{
	opacity: 1;
}
.btn-second.style02{
	color: #FD9826;
	border: 1px solid #FD9826;
}
.btn-second.style02:hover{
	color: white;
	background-color: #FD9826;
}
.btn-second.style03{
	color: #FFC700;
	border: 1px solid #FFC700;
}
.btn-second.style03:hover{
	color: #1b1b1b;
	background-color: #FFC700;
}
.btn-second.style04{
	color: #23CCFD;
	border: 1px solid #23CCFD;
}
.btn-second.style04:hover{
	background-color: #23CCFD;
	color: #ffffff;
}
.btn-second.size02{
	width: 138px;
	line-height: 24px;
}
.btn-second.size03{
	width: 160px;
}
.btn-second.narrow-btn{
	width: 138px;
}
.btn-second.disabled:hover{
	color: #13913A;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0);
	border: 1px solid #13913A;
	background-color: white;
}
.btn-second.style02.disabled:hover{
	color: #FD9826;
	border: 1px solid #FD9826;
}
.btn-second.style03.disabled:hover{
	color: #FFC700;
	border: 1px solid #FFC700;
}
.btn-second.style04.disabled:hover{
	color: #23CCFD;
	border: 1px solid #23CCFD;
}
.btn-second.line-2-btn{
	line-height: 12px;
    padding: 7px 0px;
}
.btn-second.line-2-btn small{
    display: block;
    font-size: 10px;
    line-height: 10px;
    font-weight: 400;
    margin-top: 4px;
}
.btn-third{
	color: #13913A;
	display: block;
	border-radius: 13px;
	text-align: center;	
	margin:15px auto;
	background-color: rgba(252, 252, 252, 0.16);
	width: 64px;
	line-height: 26px;
	font-size: 12px;
	font-weight: 300;
	border: 1px solid transparent;
}
.btn-third:hover{
    border: 1px solid #45bd6a;
    background-color: #45bd6a;
	color: white;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.48);
}
.btn-third.disabled{
	display: none;
}
.btn-third.auto-w{
	width: auto;
	display: inline-block;
    padding: 0 12px;
}
.btn-third.disabled:hover{
    border: 1px solid transparent;
    background-color: rgba(252, 252, 252, 0.16);
	color: #13913A;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.btn-forth{
	color: white;
	display: block;
	border-radius: 13px;
	text-align: center;	
	margin:10px auto;
	background-color: #13913A;
	width: 64px;
	line-height: 26px;
	font-weight: 300;
	font-size: 10px;
}
.btn-forth.inline-btn{
	line-height: 20px;
	display: inline-block;
    margin: 0 0 0 8px;
	vertical-align: bottom;
}
.btn-forth:hover{
	color: white;
	background-color: #3DA75E;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.48);
}
.btn-forth.inactive{
	opacity: 0.6;
}

.btn-forth.style02{
	color: #1b1b1b;
	background-color: #FFC700;
}
.btn-forth.style02:hover{
	background-color: #FFDF5A;
}
.btn-forth.style02.inactive:hover{
	background-color: #FFC700;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.btn-forth.style04{
	background-color: #C70000;
}
.btn-forth.style04:hover{
	background-color: #F25F5F;
}
.btn-forth.style05{
	background-color: #FFC700;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: 8px 6px;
    -moz-background-size: auto 16px;
    -o-background-size: auto 16px;
    -webkit-background-size: auto 16px;
    background-size: auto 16px;
	background-image: url("/public/images/common/icon_refresh_w.png");
}

.btn-forth.disabled:hover{
	color: white;
	background-color: #13913A;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.btn-forth.disabled.style02{
	color: #1b1b1b;
	background-color: #FFC700;
}
.btn-forth.disabled.style04{
	background-color: #C70000;
}
.btn-forth.disabled.style05{
	background-color: #FFC700;
}
.btn-fifth{
	color: white;
	display: block;
	border-radius: 13px;
	text-align: center;	
	margin:10px auto;
	background-color: #13913A;
	width: 80px;
	line-height: 26px;
	font-weight: 300;
	font-size: 10px;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;	
}
.btn-fifth:hover{
	color: white;
	background-color: #3DA75E;

}
.btn-fifth.disabled:hover{
	color: white;
	background-color: #13913A;
	cursor: default;
}
.btn-sixth{
	display: block;
	font-weight: 700;
	width: 64px;
	line-height: 22px;
	text-align: center;
	border: 1px solid #ffffff;
	color: #ffffff;
	border-radius: 12px;	

	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;	
}
.btn-sixth:hover{
	background: #ffffff;
	color: #13913A;
}
.btn-sixth.disabled:hover{
	color: #ffffff;
}
.btn-seventh{
	border-radius: 15px;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 30px;
	display: block;
	background-color: white;

	color: #13913A;
	border: 1px solid #13913A;

	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;	
}
.btn-seventh:hover{
	color: white;
	border: 1px solid #45bd6a;
	background: #45bd6a;
}
.btn-seventh.style02{
	background-color: #13913A;
	color: white;
	border: 1px solid white;	
}
.btn-seventh.style02:hover{
	border: 1px solid #45bd6a;
	background-color: #45bd6a;
}
.btn-seventh.style03{
	background-color: #C70000;
	color: white;
	border: 1px solid white;		
}
.btn-seventh.style03:hover{
	border: 1px solid #F25F5F;
	background-color: #F25F5F;
}
.btn-seventh.disabled:hover{
	background-color: white;
	color: #13913A;
	border: 1px solid #13913A;
}
.btn-seventh.style02.disabled:hover{
	background-color: #13913A;
	color: white;
	border: 1px solid white;	
}
.btn-seventh.style03.disabled:hover{
	background-color: #C70000;
	color: white;
	border: 1px solid white;	
}
.btn-seventh.small-btn{
	font-size: 10px;
	padding-left: 6px;
    padding-right: 6px;
	line-height: 18px;
}
.btn-seventh.small-btn.narrow-btn{
	padding-left: 4px;
    padding-right: 4px;	
}

.btn-web-site{
	position: fixed;
	font-size: 10px;
	bottom: 35px;
	left: 18px;
	width: 160px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 15px;
	display: block;

	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;	
}
.btn-web-site img{
	width: 10px;
	margin-top: 9px;
	margin-left: 8px;
}
.btn-web-site:hover{
	color: #ffffff;
	border: 1px solid #45bd6a;
	background: #45bd6a;
}
.hide-click{
	display: block;
	line-height: 19px;
}
.hide-click.margin-adj{
	margin-left: 8px;
}
.hide-click.o0{
	opacity: 0;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;	
}
.hide-click.o0:hover{
	cursor: default;
}
.btn-waiting,
button:disabled,
input[type=submit]:disabled{
	opacity: 0.5
}
.btn-waiting:hover,
button:disabled:hover,
input[type=submit]:disabled:hover{
	cursor: default;
	opacity: 0.5!important;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0)!important;
}
.btn-primary.btn-waiting:hover,
.form button:disabled:hover,
input[type=submit]:disabled:hover{
    border: 1px solid #13913A;
    background-color: #13913A;
}
.remove-btn{
	/*opacity: 0.5;*/
}
.remove-btn:hover{
	cursor: default;
}
.remove-btn.enabled{
	opacity: 1;
}
.remove-btn.enabled:hover{
	cursor: pointer;
}
.col02{}
.form .border-fields hr{
	border-top: 1px solid #13913A;
    max-width: 100%;
    display: block;
    margin-left: 18px;
    margin-right: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.form .border-fields hr.grey{
	border-top: 1px solid #CCCCCC;
}
.form .border-fields hr.grey-dotted{
	border-top: 1px dotted #CCCCCC;
}
.form dt.field-ttl{
	text-align: center;
	font-weight: 700;
	margin-bottom: 10px;
	width: 100%;
	font-size: 14px;
}
.form dt.field-ttl span.bg-brown{
	background-color: #A38338;
	color: white;
	padding-left: 48px;
    padding-right: 48px;
    line-height: 26px;
    border-radius: 5px;
    display: inline-block;
}

.form dt.field-ttl.field-ttl-left{
	text-align: left;
}
.form dt.field-ttl a{
	width: 20px;
	height: 28px;
}
.form dt.field-ttl .icon{
	width: 14px;
	height: 14px;
	display: inline-block;
	background-image: url("/public/images/common/icon_lock.png");	

	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 14px;
	-moz-background-size: auto 14px;
	-o-background-size: auto 14px;
	-webkit-background-size: auto 14px;
	vertical-align: top;
	margin-left: 5px;
	margin-top: 6px;
/*	margin-right: 5px;*/
}
.form dt.field-ttl a:hover{
	cursor: pointer;
}
.form dt.field-ttl:hover .icon{
	background-position: right center;
}
.form dt.field-ttl:hover .lock .icon{
	background-position: left center;
}
.form dt.field-ttl .lock .icon{
	background-image: url("/public/images/common/icon_lock.png");	
}
.form dt.field-ttl .remove .icon{
	background-image: url("/public/images/common/icon_remove.png");	
}
.form dt.field-ttl.type02{

}
.form dt.field-ttl.type02 small{
	display: block;
	font-weight: 300;
	font-size: 14px;	
}
.form .narrow{
	line-height: 19px;
	margin-top: 10px;
	margin-bottom: 8px;
}
.form .sub-ttl{
	color: #A6A6A6;
}
.form dl.col02 dd{
	flex:1 0 50%;
	max-width: 50%;
}
.form dl.all-txt dd{
	padding-top: 9px;
    padding-bottom: 9px;
}
.form dl.col02.narrow-left dd{
	flex:1 0 60%;
	max-width: 60%;
}
.form dl.col02.narrow-left dd:first-of-type,
.form .col02.narrow-left .col-narrow{
	flex:1 0 40%;
	max-width: 40%;
}
.form dl.col02.narrow-right dd,
.form .col02.narrow-left .col-wide{
	flex:1 0 60%;
	max-width: 60%;
}
.form .col02 .label-txt{
	line-height: 40px;
}
.form .col02.narrow-left-type02 .col-narrow{
	flex:1 0 22%;
	max-width: 22%;
}
.form .col02.narrow-left-type02 .col-wide{
	flex:1 0 78%;
	max-width: 78%;
}
.form dl.col02.narrow-right dd:last-of-type{
	flex:1 0 40%;
	max-width: 40%;
}
.form dl.col02 dd{
	padding-right: 9px;
}
.form dl.col02 dd:last-child{
	padding-right: 18px;
	padding-left: 9px;
}
.form dl.col02-type02 dd.half{
	flex:1 0 50%;
	margin-bottom: 18px;
	max-width: 50%;
}
.form dl.col02-type02 dd.half{
	padding-right: 9px;
}
.form dl.col02-type02 dd.half:nth-child(odd){
	padding-right: 18px;
	padding-left: 9px;
}

.form dl.col02-type02 dd.lowerDD{

}
.form dl.col02-type02 dd.full-w{

}

.form dl.narrow dd{
	width: 87.5%;
}
.form dl.narrowest dt{
	text-align: center;
}
.form dl.narrowest dd{
	width: 37.5%;
}
.form dl dd.btn-wrap,
.form dl.col02 dd.btn-wrap{
	padding-right: 58px;
}
.form dl.auto-add{
	height: 0;
	opacity: 0;
	margin-bottom: 0;

	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.form .auto-add.active{
	height: 40px;
	opacity: 1;
	margin-bottom: 18px;
}
.form dl.col02-type02 dd.half.hidden-elm-row,
.form .hidden-elm-row{
	height: 0;
	margin-bottom: 0;
	opacity: 0;

	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.form dl.col02-type02 dd.hidden-elm-row.active{
	height: 40px;
	margin-bottom: 18px;
	opacity: 1;
}
.form dl.col02-type02 dd.hidden-elm-row.single-row.active{
	height: 40px;
	margin-bottom: 0px;
	opacity: 1;
}
.form dl.col02-type02 dd.hidden-elm-row.dynamic-h.active{
	height: auto;
	margin-bottom: 0px;
	opacity: 1;
}
.form dl.col02-type02 dd.hidden-elm-row.dynamic-h.ready{
	height: auto;
	opacity: 1;
}
.form .col3-narrow-even{
	margin-bottom: 18px;
}
.form .col3-narrow-m{
	position: relative;
	padding-right: 40px;
}
.form .col3-narrow-m .btn{
	right: 0;
	top: 34px;
}
.form .col3-narrow-m:first-child .btn.lock{
	top: 8px;
}
.form .col3-narrow-m .col-wide{
	width: calc(40% - 18px);
}
.form .col3-narrow-even .col-wide{
	width: calc(40% - 18px);
}
.form .col3-narrow-even .col-wide:last-child{
	margin-left: auto;
}
.form .col3-narrow-m .col-wide.type02{
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
.form .col3-narrow-m .col-narrow{
	width: 20%;
	margin-left: 18px;
	margin-right: 18px;
}
.form .col3-narrow-even .col-narrow{
	width: 20%;
	margin-left: 18px;
	margin-right: 18px;
}
.form .col3-narrow-even .select-items{
	left: 0;
	right: 0;
}
.form .col3-narrow-even.txt-only-wrap{
	margin-bottom: 9px;
}
.form .col3-narrow-even .txt-only{
	text-align: center;
}
.form .col3-narrow-even .txt-only a{
	display: inline-block;
}
.form .col3-narrow-even .txt-only .icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    background-image: url(/public/images/common/icon_lock.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 14px;
    -moz-background-size: auto 14px;
    -o-background-size: auto 14px;
    -webkit-background-size: auto 14px;
    vertical-align: top;
    margin-left: 5px;
    margin-top: 6px;
}

.form .col3-narrow-m .col-empty{
	width: 56px;
	height: 52px;
	margin-left: 0;
	margin-right: 18px;

}
.form .col3-narrow-m .gray-bg-col{
	background-color:#CCCCCC;
	padding: 6px;
	position: relative;
}
.form .col3-narrow-m .gray-bg-col .gray-tri{
	position: absolute;
	top:-17px;
	margin-left: -5px;
	left: calc(75% + 18px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 17px 10px;
	border-color: transparent transparent #CCCCCC transparent;
}
.form .col3-narrow-m .gray-bg-col.inside-col-03{
	padding: 6px 3px;
	display: flex;
}
.form .col-gray-bg-wrap{
	margin-bottom: 18px;
}
.form .col3-narrow-even .gray-bg-col,
.form .col-gray-bg-wrap .gray-bg-col{
	background-color:#CCCCCC;
	padding: 6px;
	position: relative;
}
.form .col3-narrow-m .inside-col-03 .inside-item{
	width: 33.333333%;
	padding-right: 3px;
	padding-left: 3px;
	box-sizing:border-box;
}
.gray-bg-col.type03{
	margin-top: -9px;
}
.gray-bg-col.type03 .inside-item{
	margin-bottom: 6px;
}
.gray-bg-col.type03 .inside-item:last-child{
	margin-bottom: 0;
}
.gray-bg-col.type03 .gray-tri{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5.5px 9px 5.5px;
	border-color: transparent transparent #CCCCCC transparent;
	position: absolute;
	top: -9px;
	left: 50%;
	margin-left: -5.5px;
}


.form .col3-narrow-m .inside-col-03 input:nth-child(2){
}
.form .col3-narrow-m .select-items{
	left: 0;
	right: 0;
}
.form .hidden-elm-row.active{
	height: 40px;
	margin-bottom: 18px;
	opacity: 1;
}
.form .fl-condition{
	width: 100%;
	height: 26px;
}
.form .fl-condition .sign-and-inner{
	line-height: 26px;
	width: 56px;
	margin: 0 auto;
	text-align: center;
}
.form .fl-condition .sign-and-inner.align-left-bg{
	margin:0;
}
.form .sign-and{
    position: absolute;
    left: 0;
    line-height: 40px;
    display: block;
    width: 200%;
    text-align: center;
    top: 0;
    padding-left: 18px;
    padding-right: 18px;
    box-sizing: border-box;
    z-index: 0;
}
.form .col3-narrow-even .sign-and{
	width: 100%;
}
.form .sign-and-inner{
	width: 100%;
	height: 100%;
	position: relative;
}
.form .sign-and-inner span{
	position: relative;
	z-index: 10;
}
.form .sign-and-inner .icon-arrow-full{
	position: relative;
	z-index: 10;
	width: 10px;
	margin-top: 15px;
}
.form .sign-and-inner .sign-and-bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
    opacity: 0.56;
    z-index: 0;
}
.form dl.col02 dd .btn-second{
	width: 100%;
	max-width: 100%;
	box-sizing:border-box;
}

.form .fl-ttl{
    width: 100%;
    position: relative;
	margin-bottom: 18px;
}
.form .fl-elm .fl-ttl.btn-wrap .btn{
	right: 40px;
	top: 0;
}
.form .fl-ttl p{
	box-sizing: border-box;
	text-align: center;
	color: white;
	font-size: 12px;
	padding-right: 9px;
	max-width: 50%;
	position: relative;
	z-index: 10;
	line-height: 26px;
}
.form .fl-ttl p span{
	width: 100%;
	border-radius: 5px;
	display: block;
	background-color: #A38338;
}
.form .fl-ttl hr.bdr{
	z-index: 0;
    width: 100%;
    left: 0;
    top: 12px;
    border-top: 1px dotted #CCCCCC;
    position: absolute;
    display: block;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.form .fl-ttl.btn-wrap hr.bdr{
	width: calc(100% - 64px);
}

.form .fl-else-if-btn{
    width: 100%;
    position: relative;
	margin-bottom: 18px;
}

.form .fl-else-if-btn a{
	box-sizing: border-box;
	text-align: center;
	color: white;
	font-size: 12px;
	padding-right: 9px;
	max-width: 50%;
	position: relative;
	z-index: 10;
	line-height: 26px;
}
.form .fl-else-if-btn a span{
	width: 100%;
	font-weight: 700;
	color: #A4A4A4;
	border: 1px solid #A4A4A4;
	border-radius: 13px;
	display: block;
	background-color: #ffffff;

	-moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.form .fl-else-if-btn a:hover span{
	color: white;
	border: 1px solid #45bd6a;
	background-color: #45bd6a;
}
.form .fl-else-if-btn hr.bdr{
	z-index: 0;
    width: 100%;
    left: 0;
    top: 12px;
    border-top: 1px dotted #CCCCCC;
    position: absolute;
    display: block;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}


.form .fl-btn{
	width: 100%;
	padding: 18px 0;
}
.form .fl-btn .half{
	width: 50%;
	text-align: center;
}
.form .fl-btn .half a{
	color: #A4A4A4;
	line-height: 24px;
	font-weight: 700;
}
.form .fl-btn .half a .icon{
	width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 0px;
    vertical-align: top;
    background-image: url(/public/images/common/icon_add.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 24px;
    -moz-background-size: auto 24px;
    -o-background-size: auto 24px;
    -webkit-background-size: auto 24px;
}
.form .fl-btn .half a:hover .icon{
    background-position: right center;
}
.form .fl-btn .half a:hover{
	color: #45BD6A;
}
.form .fl-elm .btn-wrap{
	padding-right: 40px;
	position: relative;
}
.form .fl-elm .btn-wrap .btn{
	right: 0;
}
.form .fl-elm .bdr{
    border-top: 1px dotted #CCCCCC;
	margin-left: 0;
    margin-right: 0;
    margin-top: 18px;
    margin-bottom: 18px;
}
.btn-wrap .btn{
	width: 24px;
	height: 24px;
	border-radius: 100%;
	/*border: 2px solid #A4A4A4;*/
	display: block;
	position: absolute;
    top: 8px;
    right: 18px;

}
.btn-wrap .btn:hover{
	opacity: 0.5;
}
.btn-wrap .btn .cross-line{
	position: absolute;
	left: 50%;
    margin-left: -6px;
    top: 50%;
    margin-top: -1px;
	width: 12px;
	height: 2px;
	display: block;
	background-color: #A4A4A4;
	border-radius: 1px;
}
.btn-wrap .btn .cross-line:first-child{
    margin-left: -1px;
    margin-top: -6px;	
	height: 12px;
	width: 2px;
}
.btn-close{
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.btn-add.green-btn{
	background-color: #13913A;
}
.btn-add.green-btn .cross-line{
	background-color: white;
}
.btn-wrap .btn .icon{
	width: 24px;
	height: 24px;
	display: block;
	background-image: url("/public/images/common/icon_lock.png");	
/*	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
*/	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 24px;
	-moz-background-size: auto 24px;
	-o-background-size: auto 24px;
	-webkit-background-size: auto 24px;
}
.btn-wrap .btn.lock .icon{
	background-image: url("/public/images/common/icon_lock.png");	
}
.btn-wrap .btn.remove .icon{
	background-position: left center;
	background-image: url("/public/images/common/icon_remove.png");	
}
.btn-wrap .btn.remove:hover,
.btn-wrap .btn.calendar:hover{
	opacity: 1;
}
.btn-wrap .btn.remove:hover .icon{
	background-position: right center;
}
.btn-wrap .btn.calendar .icon{
	background-position: left center;
	background-image: url("/public/images/common/icon_calendar.png");	
}
.btn-wrap .btn.calendar:hover .icon,
.btn-wrap .btn.calendar.active:hover .icon{
	background-position: center center;
}
.btn-wrap .btn.calendar.active .icon{
	background-position: right center;
}

.btn-wrap .btn .icon{

}
.btn-wrap .text-side{
	position: absolute;
    right: 27px;
    top: 6px;
}
.list-block .list-item{
	padding-top: 4px;
	padding-bottom: 4px;
	position: relative;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.list-block .click-wrap{
	width: 45px;
    display: inline-block;
    position: relative;
}
.list-block .list-item .field-name{
	width: calc(100% - 100px);
	padding-left: 10px;
}
.fixed-h{
	padding: 14px 0;
	margin-left: 18px;
	margin-right: 18px;
	background-color: rgba(252, 252, 252, 0.8);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.32);
}
.fixed-h dd{
	height: 180px;
}
/*//// TEXT */
.ttl{
	left: 100%;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #13913A;
	text-align: center;
	position: relative;
	z-index: 200;
	/*margin-left: 100%;*/
}
.ttl.margin-btm{
	margin-bottom: 15px;
}
.ttl.margin-wide{
	margin-bottom: 28px;
}
.ttl.type02{
	font-size: 16px;
	margin: 0 auto 6px;
}
.ttl.type02 img{
	width: 20px;
	margin-top: 3px;
	margin-right: 10px;
}
.ttl.type02 .web img{
	margin-top: 1px;
    margin-left: 1px;
    margin-right: 9px;
}
.ttl.fail{
	color: #C70000;
}
.part-ttl{
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
    margin: 0px auto 10px;		
}
.lead{
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	/* margin: 5px auto; updated the margin bottom in P4*/
	margin: 5px auto 10px;
	font-weight: 700;
}
.lead.normal{
	font-weight: 300;
}
.lead.small{
	font-size: 12px;
	line-height: 19px;
}
.lead.top-btm-wide{
	margin: 40px auto;
	font-size: 18px;
	line-height: 22px;
}
.lead.left-lead{
	text-align: left;
}
.lead.non-step{
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin: 5px auto 10px;
}
.lead.f-light{
	font-weight: 300;
}
.lead.wide{
	margin: 15px auto;
}
.reg-txt{
	font-size: 12px;
	line-height: 18px;
	font-weight: 300;
	text-align: center;
    margin: 5px auto;
}
.f-red{
	color: #C70000;
}
.reg-txt.reminder-under{
	text-align: left;
}
.reg-txt.reg-txt-left{
	text-align: left;
}
.reg-txt.strong{
	font-weight: 700;
}
.body-reg-txt{
	font-size: 12px;
	line-height: 18px;
	font-weight: 300;
	text-align: left;
    margin: 0px auto 18px;
}
.body-reg-txt.body-reg-txt-center{
	text-align: center;
}
.body-reg-txt.margin-adj{
	margin-top: 5px;
}
.or-txt{
    margin: 10px auto;
    font-weight: 700;
}
.or-txt .line{
    height: 1px;
    width: 30px;
    display: inline-block;
    background-color: #D0D0D0;
    vertical-align: text-top;
    margin-top: 8px;
    margin-left: 5px;
    margin-right: 5px;
}
.note{
	border: 1px dotted #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 9px 18px;
	font-weight: 300;
	font-size: 12px;
	line-height: 19px;
}
.note-strong{
	border: 1px dotted #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 9px 18px;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	line-height: 19px;
}
.hl-txt{
	color: #13913A;
	font-weight: 400;
}
.circle-txt{
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: 1px solid #1b1b1b;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    margin-right: 8px;

}
.circle-txt.adjust{
	line-height: 18px;
}
.circle-txt.small{
	width: auto;
    min-width: 14px;
    height: 14px;
    line-height: 14px;
    padding: 0 4px;
    border-radius: 2px;
}
.gray-box-txt{
	margin: 20px auto 0;
	padding: 10px;
	font-size: 12px;
	line-height: 14px;
	background-color: #E5E5E5;
}
.gray-box-txt p:last-of-type{
	margin-bottom: 0;
}
/*//// STEPS */
.step-tab-wrap{
	position: relative;
	z-index: 100;
}
.step-tab-wrap .step-tab{
	width: 100%;
	position: relative;
	/*float: left;*/
	left: 100%;
	display: none;
	opacity: 0;
	height: auto;
	z-index: 100;
	box-sizing: border-box;
	min-width: 320px;

/*	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;	*/
}
.step-tab-wrap .step-tab.prepared{
	position: absolute;
}
.step-tab-wrap .step-tab.main-adjust{
	padding-top: 30px;
}
.step-tab-wrap .step-tab .step-tab-inner{
	overflow: hidden;
	height: auto;
}
.step-tab-wrap .step-tab .step-tab-inner.bottom-tab{
	padding-top: 10px;
}
.full-page .step-tab-wrap .step-tab .step-tab-inner{
	height: 100%;
	display: table;
	position: relative;
	z-index: 10;
}
.full-page .step-tab-wrap .step-tab .step-tab-inner .conts-wrap-top{
	display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.fixPad{
	height: 120px;
}
.form-wrap{
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.form-wrap.ready{
	background: linear-gradient(to top, #D4F1FA 0%, #fcfcfc 100%);
}

/*.full-h-tab{
	background: linear-gradient(to top, #D4F1FA 0%, #fcfcfc 100%);
	z-index: 200;	
}*/
.step-tab-wrap .step-tab.lower .step-tab-inner{
	padding-top: 80px;
}
.step-tab-wrap .step-tab.lower-lvl02 .step-tab-inner{
	padding-top: 40px;
}
.step-tab-wrap .step-tab.active.loading{
  display: block;
  opacity: 0.5;
}
.step-tab-wrap .step-tab.ready{
	display: block;
}
.step-tab-wrap .step-tab.active{
  opacity: 1;
}
/*//// MISC */
.t-a-c{
	text-align: center;
}
.blk-link{
	display: block;
	margin: 16px auto;
}
.agree-box{}
.agree-box .wpcf7-list-item{
	position: relative;
	padding-left: 30px;
	font-weight: 300;
}
.form dl.agree-box dd{
	line-height: 18px;

}
.form dl.agree-box input[type="checkbox"]:not(:checked) + span:before, 
.form dl.agree-box input[type="checkbox"]:checked + span:before{
	top:-1px;
}
.form dl.agree-box input[type="checkbox"]:checked + span:after{
	top:2px;
	left: 1px;
}
/*//// PAGES PARTS */
.body-img{
	width: 100%;
	max-width: 320px;
	margin:10px auto;	
}
.top-visual{
	position: relative;
	width: 100%;
	height: 120px;
  	background-color: #D8EEF3;
	border-bottom: 1px solid #e8e8e8;
}
.top-visual .bg-visual{
	position: absolute;
	left: 0;
	bottom: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat-x;
	background-position: left bottom;
/*	-moz-background-size: auto 180px;
	-o-background-size: auto 180px;
	-webkit-background-size: auto 180px;
	background-size: auto 180px;*/
}
.btm-bg-grad{
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, #D4F1FA 0%, #fcfcfc 100%);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 50;
	display: none;
}
.btm-bg{
  height: 350px;
  background-image: url("/public/images/common/bg_bottom.png");
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
    background-repeat: repeat-x;
  background-position: left bottom;
  -moz-background-size: auto 320px;
  -o-background-size: auto 320px;
  -webkit-background-size: auto 320px;
  background-size: auto 320px;
  z-index: 60;
  display: none;
}
.btm-bg-grad.ready,
.btm-bg.ready{
	display: block;	
}
.btm-bg.active{
	margin-left: 0;
}
.login .fixedStartElm .btm-bg,
.login .fixedStartElm .btm-bg-grad{
	left: 0!important;
}
.btm-bg-lab{
  height: 350px;
  background-image: url("/public/images/common/bg_lab.png");
  position: fixed;
  bottom: 10px;
  left: 50%;
  margin-left: -160px;
  width: 320px;
    background-repeat: repeat-x;
  background-position: left bottom;
  -moz-background-size: 320px auto;
  -o-background-size: 320px auto;
  -webkit-background-size: 320px auto;
  background-size: 320px auto;
  z-index: 0;
}
.btm-bg-lab-desk{
	height: 10px;
	width: 100%;
	background-color: #A0CAEC;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 0;
	opacity: 0.25;
}
.btn-wrap.narrow{
	width: 87.5%;
    max-width: 320px;
    margin: 30px auto 18px;
}
.btn-wrap.col02 .item-wrap{
	flex: 1 0 50%;
	padding-left: 9px;
	padding-right: 9px;
	box-sizing: border-box;
}
.btn-wrap.col02 .item-wrap .btn-second{
	width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.multi-btns{
}
.multi-btns a{
	width: 28%;
	max-width: 100px;
}
.multi-btns a:first-child{
}
.project-details-bar{
	background-color: #13913A;
	position: relative;
	z-index: 100;	
}
.project-details-bar .inner{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: var(--base-p);
	padding-right: var(--base-p);
	align-items: center;
	font-size: 12px;
	font-weight: 700;
	color: white;
}
.project-details-bar .inner a{
	color: white;
	font-size: 10px;
	font-weight: 300;
	margin-left: auto;
}
.project-details-bar .inner p{
	max-width: 80%;
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.project-details-bar .inner a:hover{
	opacity: 0.7;

}
.project-milestone-status{
	width: 100%;
	font-size: 10px;
	line-height: 20px;
}

.project-milestone-status .item{
	/* padding: 4px calc(var(--base-p) / 2); */
	padding-top: 4px;
	padding-bottom:4px;
	padding-left: var(--base-p);
	padding-right: var(--base-p);
	box-sizing: border-box;
}
.project-milestone-status .item p{
	flex: 1;
	text-align: left;
	margin-right: 3px;
	padding-left: 10px;
	width: calc(100% - 150px);
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.project-milestone-status .item .icon{
	width: 16px;
	height: 16px;
	margin-right: -3px;
	background-repeat: no-repeat;
	background-position: center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	display: block;
	
}
.project-milestone-status .item .icon.flag{
    margin-top: 1px;
	background-image: url("/public/images/common/icon_milestone_flag.png");
}
.project-milestone-status .status-box.item .icon{
	margin-top: -1px;
	margin-right: -6px;
}
.project-milestone-status .status-box.item p{
	margin-right: 3px;
}
.project-milestone-status .item .icon.token{
	/* margin-right: -3px;
    margin-top: 1px; */
	background-image: url("/public/images/common/icon_status_token.png");
}
.project-milestone-status .item .icon.storage{
	/* margin-right: -3px;
    margin-top: 1px; */
	background-image: url("/public/images/common/icon_status_storage.png");
}
.project-milestone-status .item .icon.calendar{
	/* margin-right: -3px;
    margin-top: 1px; */
	background-image: url("/public/images/common/icon_status_calendar.png");
}
.project-milestone-status .item .icon.plan{
	/* margin-right: -3px;
    margin-top: 1px; */
	background-image: url("/public/images/common/icon_status_plan_free_trial.png");
}
.project-milestone-status .box-inner{
	/* max-width: 300px; */
	width: 100%;
}
.project-milestone-status.f-width .box-inner{
	max-width: 100%;
}
.project-milestone-status.f-width .item.status-box{
	padding-right: var(--base-p);
}
.project-milestone-status.f-width .status-box.item .icon{
    margin-right: var(--base-p-half);
}
.project-milestone-status.f-width .status-box.item p{
	text-align: left;
}
.project-milestone-status.f-width .status-box .slide-wrapper{
	width: calc(100% - 80px);
}
.project-milestone-status.f-width .btn-seventh.small-btn.narrow-btn{
	padding-left: 8px;
    padding-right: 8px;
}

.project-milestone-status .item.status-box{
	background-color: var(--green-light);
	padding-top: 0;
	padding-bottom:0;
	padding-left: 0;
	padding-right: 6px;
	margin-bottom: 0;
}
.project-milestone-status .item.status-box.bg-yellow{
	background-color: var(--yellow);
}
.project-milestone-status .item.status-box.bg-yellow .btn-seventh{
	border: 1px solid var(--black);
	color: var(--black);
	background-color: transparent;	
}
.project-milestone-status .item.status-box.bg-red{
	background-color: var(--red);
	color: var(--white);
}
.project-milestone-status .item.status-box.bg-red .icon.token{
	background-image: url("/public/images/common/icon_status_token_w.png");
}
.project-milestone-status .item.status-box.bg-red .icon.storage{
	background-image: url("/public/images/common/icon_status_storage_w.png");
}
.project-milestone-status .item.status-box.bg-red .icon.calendar{
	background-image: url("/public/images/common/icon_status_calendar_w.png");
}
.project-milestone-status .item.status-box.bg-red .icon.plan{
	background-image: url("/public/images/common/icon_status_plan_free_trial_w.png");
}
.project-milestone-status .item.status-box.bg-red .btn-seventh{
	border: 1px solid var(--white);
	color: var(--white);
	background-color: transparent;
}
.project-milestone-status .status-box .slide-wrapper{
	height: 28px;
	width: calc(100% - 68px);
	position: relative;
	overflow: hidden;
}
.project-milestone-status .status-box .slide-wrapper .slide-inner {
    display: flex;
    flex-direction: column;
    transition: transform 0.6s ease;
}
.project-milestone-status .status-box .slide-item{
	flex: 1;
	position: absolute;
	width: 100%;
	height: 28px;
	top: 0;
	left: 10px;
	transition: top 0.6s ease, opacity 0.6s ease;
	align-items: center;
}
.project-milestone-status .status-box .btn-wrap{
	margin-top: 4px;
}
.project-milestone-status .milestone-box{
	padding-left: 4px;
	margin-right: -1px;
	background-color: var(--green-third);
}

.project-milestone-status .item .btn-wrap{
	margin-left: auto;
}

.project-milestone-status .item .item-child{}

.reminder{
	background-color: #A38338;
	position: relative;
	z-index: 100;
}
.reminder.mt{
	margin-top: 10px;
}
.reminder .inner{
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: var(--base-p);
	padding-right: var(--base-p);
	align-items: center;
}
.reminder .inner .icon{
	width: 20px;
	margin-right: var(--base-p);
}
.reminder .inner p{
	width: calc(100% - 45px);
	color: white;
	font-size: 12px;
	line-height: 14px;
}
.reminder.margin-btm{
	margin-bottom: 18px;
}

.reminder.type02{
	background-color: #FD9826;
}
.reminder.type02 .icon{
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: block;
	border-radius: 100%;
	border: 1px solid white;
	background-color: white;
	text-align: center;
	color: #FD9826;
	margin-right: 8px;
	margin-bottom: 0;
	box-sizing: border-box;
}
.reminder.type02 .ttl-wrap{
	width: calc(100% - 55px);
}
.reminder.type02 .inner p{
	width: calc(100% - 35px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}
.reminder.type02 a{
	color: white;
	font-size: 12px;
	margin-left: auto;
}
.reminder.type02 a:hover{
	opacity: 0.6;
}
.popup.bg-orange{
	background-color:#FD9826; 
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;	
	overflow: hidden;
	box-sizing:border-box;
}
.popup.bg-orange .popup-conts-wrap{
	padding-left: 15px;
	padding-right: 15px;
}
.popup.bg-orange .popup-ttl{
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 0px;
	margin-bottom: 12px;
	color: white;
}
.popup.bg-orange .popup-ttl .icon{
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: block;
	border-radius: 100%;
	border: 1px solid white;
	background-color: white;
	text-align: center;
	color: #FD9826;
	margin-right: 8px;
	margin-bottom: 0;
	box-sizing: border-box;
}
.popup.bg-orange .popup-ttl .txt{
    width: calc(100% - 35px);
}
.popup.bg-orange .scrollbox{
	position: relative;
}
.popup.bg-orange .ps__rail-y{
	margin-top: 30px;
}

.fancybox-inner .popup.bg-orange .fancybox-button--close.custom .cross-line{
	background-color: white;
}

.popup.bg-orange p{
	color: white;
	font-size: 14px;
	margin-bottom: 12px;
}
.popup.bg-orange p:last-child{
	margin-bottom: 0;
}
.popup.bg-orange .cls-btn{
	text-align: center;
	color: white;
	margin: 0 auto;
    display: block;
    width: 80px;
}
.popup.bg-orange .cls-btn:hover{
	opacity: 0.6;	
}
.popup.bg-orange .ps__thumb-y{
	background-color: white;
}

.card{
	width: 100%;
	max-width: 320px;
	background-color: white;
	border-radius: 10px;
	box-sizing:border-box;
	padding: 15px 18px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.32);
	margin: 0 auto var(--base-p);
	position: relative;
}
.card.milestone-card{
	padding: var(--base-p);
}
.card.wide{
	max-width: 100%;
	padding: 15px var(--base-p);
}
.registration .card.wide{
	max-width: 100%;
	padding: 15px 0px;	
}
.registration .card.wide.padding-adj{
	padding: 15px 18px;	
}
.card .notification-dot{
	top: 7px;
    left: 7px;
    opacity: 0;
	
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.card .notification-dot.active{
	opacity: 1;
}
.card .card-ttl{
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 8px;
}
.card p,
.popup .bdr-box p{
	font-size: 14px;
	line-height: 19px;
}
.card p.small,
.popup .bdr-box p.small{
	font-size: 12px;
}

.card p.strong,
.card span.strong,
.popup .bdr-box p.strong{
	font-weight: 700;
}
.card p.strong.large{
	font-size: 18px;
}
.card p .disc,
.dot-txt p .disc{
	width: 2px;
    margin-right: 6px;
    height: 2px;
    background: #1b1b1b;
    border-radius: 100%;
    line-height: 19px;
    display: block;
    margin-top: 8px;
}
.card p .txt,
.dot-txt p .txt{
	width: calc(100% - 10px);
}
.card .p-wrap{
	margin-bottom: 15px;
}
.card .p-wrap:last-child{
	margin-bottom: 0;
}
.card ul li{
	font-size: 14px;
	line-height: 19px;
}
.card .a-i-center{
	align-items: center;
}
.card .card-plan-detail dl{
	width: 100%;
}
.card .card-plan-detail .info-detail-wrap{
	margin-top: 18px;
	margin-bottom: 0px;
}
.card .btn-primary,
.card .btn-second{
	width: 100%;
}
.card .usage{

}
.card .usage .divider{
	margin-left: 3px;
	margin-right: 3px;
}
.card .usage a{
	/*margin-left: 5px;*/
}
.card .manual-mode-back-btn.btn-third{
	margin: 10px auto 0;
}
.my-account .card p{
	text-align: left;
}
.my-account .registration .card .icon-side p{
	text-align: center;
}
.my-account .card p.large{
	font-size: 18px;
}
.my-account .card dt,
.my-account .card dl dd{
	padding-left: 0;
	padding-right: 0;	
}
.my-account .card .icon-small{
    height: 18px;
    width: auto;
    margin-right: 5px;
}
.my-account .card .icon-smaller{
    height: auto;
    width: 12px;
    margin-right: 5px;
    margin-top: 2px;
    vertical-align: text-top;
}

.my-account .card .flex{
	align-items: center;
}

.my-account .card dl.margin-adj{
	margin-bottom: 0;
}
.my-account .card dl dt.split{
	width: calc(100% - 90px);
}
.my-account .card dl dd.split{
	width: 80px;
    margin-left: auto;
    margin-right: 0;
}
.my-account .card .btn-forth{
	width: 80px;
	color: white;
	margin-left: auto;
	margin-right: 0;
	margin-top: 0;
    margin-bottom: 0;
}
.icons3{
	text-align: center;
}
.icons3 img{
	opacity: 0.5;
	height: 30px;
	margin:0 5px;
}
.icons3 img.active{
	opacity: 1;
}
.txt-list .p-wrap{
	margin-top: 15px;
	margin-bottom: 15px;
}
.txt-list .p-wrap .strong{
	font-size: 18px;
	font-weight: 700;
	line-height: 25px;

}
.form .form-inside{
	padding-top: 15px;
}
.form .form-inside dl dd{
	padding-left: 0px;
	padding-right: 0px;
}
.form .form-inside dl:last-child{
	margin-bottom: 0;
}
.form .form-inside dl.col02 dd{
	padding-right: 9px;
}
.form .form-inside dl.col02 dd:last-child{
	padding-right: 0px;
	padding-left: 9px;
}
.form .form-inside .btn-second{
	margin: 0 auto;
}
.conts-wrap .aidy-icon-static{
	width: 150px;
	height: 150px;
	border-radius: 100%;
	margin: 0 auto 15px;

	background-repeat: no-repeat;
	background-position: center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.32);
}
.conts-wrap .aidy-icon-static.small{
	border: 4px solid #13913A;
	width: 100px;
	height: 100px;
}
.conts-wrap .aidy-icon-static.small-no-bdr{
	width: 100px;
	height: 100px;
}
.conts-wrap .aidy-icon-static.success{
	border: 8px solid #13913A;
	background-image: url("/public/images/aidy/aidy_success.jpg");
}
.conts-wrap .aidy-icon-static.fail{
	border: 8px solid #C70000;
	background-image: url("/public/images/aidy/aidy_fail.jpg");
}
.conts-wrap .aidy-icon-static.done{
	background-image: url("/public/images/aidy/aidy_done.jpg");
}
.conts-wrap .aidy-icon-static.dashboard{
	background-image: url("/public/images/aidy/aidy_dashboard.jpg");
}
.conts-wrap .aidy-icon-static.processing{
	border: 8px solid #13913A;
	background-image: url("/public/images/aidy/aidy_coffee.jpg");	
}
.conts-wrap .aidy-icon-static.working{
	border: 8px solid #13913A;
	background-image: url("/public/images/aidy/aidy_working.jpg");	
}
.conts-wrap .aidy-icon-static.warning{
	border: 8px solid #FFC700;
	background-image: url("/public/images/aidy/aidy_warning.jpg");
}
.conts-wrap.action-msg{

}
.conts-wrap.action-msg .ttl{
	margin-bottom: 10px;
}
.slide-navi{
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	z-index: 200;
	opacity: 0;
	height: 40px;
	background: linear-gradient(
		to top,
		rgba(255, 255, 255, 1) 0%,
		rgba(255, 255, 255, 0.9) 80%,
		rgba(255, 255, 255, 0) 100%
	);
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;	
}
.slide-navi.active{
	opacity: 1;
}
.slide-navi a{
	border-radius: 100%;
	margin: 14px 6px 0;
	border:1px solid #13913A;
	width: 10px;
	height: 10px;
	display: inline-block;

	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;		
}
.slide-navi a:hover,
.slide-navi a.current{
	background-color: #13913A;
}
.notification{
	position: fixed;
	bottom: -100px;
	width: 100%;
	background-color: #A38338;
	color: white;
	z-index: 9999;

	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.notification .inner{
	padding-left: 18px;
    padding-right: 18px;
	margin: 12px auto;
}
.notification.active{
	bottom: 0;
}

.notification-important{
	position: fixed;
	width: 100%;
	height: 40px;
	bottom: 0;
	left: 0;
	background-color: #C70000;
	z-index: 99999999;
	color: white;
	opacity: 0.9;
}
.notification-important.active{
	opacity: 1;
}
.notification-important .inner{
	padding-top: 12px;
	padding-bottom: 12px;
}
.notification-important .conts-wrap{
	position: relative;
}
.notification-important .ttl-wrap{
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 12px;
}
.notification-important .ttl-wrap .icon{
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: block;
	border-radius: 100%;
	border: 1px solid white;
	background-color: white;
	text-align: center;
	color: #C70000;
	margin-right: 8px;
	margin-bottom: 0;
	box-sizing: border-box;
}
.notification-important .details-wrap{
}
.notification-important .scroll-wrap{
	height: auto;
	padding-bottom: 36px;
}
.notification-important .details p{
	margin-bottom: 12px;
}
.notification-important .details p:last-child{
	margin-bottom: 0px;	
}
.notification-important .notification-close-btn {
    top: 21px;
    right: 3px;
}
.notification-important .notification-close-btn {
    top: 21px;
}
.notification-important .notification-close-btn {
    border: 0px;
    position: absolute;
    z-index: 99999;
    top: -3px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    display: none;
}
.notification-important.active .notification-close-btn{
	display: block;
}
.notification-important .notification-close-btn, .notification-important .notification-close-btn:visited, .notification-important .notification-close-btn:link {
    color: white;
}
.notification-important .notification-close-btn:hover{
	opacity: 0.5;
	background-color: transparent;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0);
    border: 0px solid #45bd6a;
}
.notification-important .notification-close-btn .cross-line:first-child {
    margin-left: -1px;
    margin-top: -6px;
    height: 12px;
    width: 2px;
}
.notification-important .notification-close-btn .cross-line {
    position: absolute;
    left: 50%;
    margin-left: -6px;
    top: 50%;
    margin-top: -1px;
    width: 12px;
    height: 2px;
    display: block;
    background-color: white;
    border-radius: 1px;
}

.output-list .btn-forth{
	width: 95px;
	margin-left: auto;
    margin-right: 0;
}
.form dl.output-list{
	margin-bottom: 0;
}

.closed .vertical {
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
}
.closed .horizontal {
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
  opacity: 1;
}

.opened {
  opacity: 1;
}
.opened .vertical {
  transition: all 0.5s ease-in-out;
  transform: rotate(90deg);
}
.opened .horizontal {
  transition: all 0.5s ease-in-out;
  transform: rotate(90deg);
  opacity: 0;
}

.circle-plus {
  height: 16px;
  width: 16px;
  font-size: 1em;
  display: none;
  margin-left: auto;
  margin-right: -1px;
}
.circle-plus.active{
  display: block;
}

.circle-plus .circle {
  position: relative;
  width: 100%;
  height: 100%;
}

.circle-plus .circle .horizontal {
  position: absolute;
  background-color: #13913A;
  width: 12px;
  height: 2px;
  left: 50%;
  margin-left: -6px;
  top: 50%;
  margin-top: -1px;
}

.circle-plus .circle .vertical {
  position: absolute;
  background-color: #13913A;
  width: 2px;
  height: 12px;
  left: 50%;
  margin-left: -1px;
  top: 50%;
  margin-top: -6px;
}
.form .bar-btn dl.narrow-dl{
	margin-bottom: 0;
}
.form .bar-btn dl a{
	color: #1b1b1b;
}
.bar-btn .reg-txt{
	margin-top: 0;
}
.bar-btn .label-ttl{
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
}
.bar-btn-popup{}
.bar-btn-popup.bdr-top-adj{
	border-top: 1px dotted #CCCCCC;
}
.bar-btn-popup dl{
	border-bottom: 1px dotted #CCCCCC;
}
.bar-btn-popup dd{
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dotted #CCCCCC;
}
.popup.aidy-popup .bar-btn-popup dd p{
	margin-bottom: 0;
}
.popup.aidy-popup .bar-btn-popup dd.li-txt p.margin-adj{
	margin-bottom: 20px;
}
.bar-btn-popup dt{
	padding-top: 10px;
	padding-bottom: 10px;
}
.bar-btn-popup .align-v-center{
	align-items: center;
}
.popup.aidy-popup .bar-btn-popup .popup-ttl.style04{
	margin-bottom: 0;
}

.li-txt p .disc{
	width: 2px;
    margin-right: 6px;
    height: 2px;
    background: #1b1b1b;
    border-radius: 100%;
    line-height: 19px;
    display: block;
    margin-top: 8px;
}
.li-txt p .txt{
	width: calc(100% - 10px);
}
.bar-btn-popup .l-info,
.form .bar-btn .l-info{
	width: calc(100% - 26px);	
}
.form .bar-btn dl dd.wide-dd dd{
	padding-right: 0px;
    padding-left: 0px;
}

.form .border-fields dl dd.wide-dd hr{
	margin-left: 0px;
    margin-right: 0px;
}
.form .border-fields dl dd.wide-dd .remove-btn{
	display: inline-block;
}
.form .bar-btn dl.col02-type02 dd.half{
	padding-right: 9px;
}
.form .bar-btn dl.col02-type02 dd.half:nth-child(odd){
	padding-right: 0;
}
.filter-btns-wrap{}
.filter-btns-wrap .col02{
	margin-bottom: 10px;
}
.filter-btns-wrap .col02 a{
	margin: 0 auto;
	font-size: 10px;
}
.filter-btns-wrap .col02 .a-wrap{
	padding-right: 9px;
	padding-left: 18px;
	box-sizing: border-box;
	width: 50%;
}
.filter-btns-wrap .col02 .a-wrap:nth-child(even){
	padding-right: 18px;
	padding-left: 9px;
}
.filter-btns-wrap .col02 .a-wrap a{
	max-width: 100%;
	width: 100%;
	position: relative;
}
.filter-btns-wrap .col02 .a-wrap a:hover .notification-dot{
	background-color: #ffffff;
}
.notification-dot{
	width: 6px;
	height: 6px;
	display: block;
	background-color: #23CCFD;
	position: absolute;
	top: 5px;
	left: 7px;
	border-radius: 100%;
}
.filter-btns-wrap .col02 .a-wrap a .notification-dot{}
.filter-btns-wrap .col03{
	margin-left: 11px;
	margin-right: 11px;
	width: calc(100% - 22px);
	margin-bottom: 16px;
}
.filter-btns-wrap .col03 .a-wrap{
	padding-left: 7px;
	padding-right: 7px;
	box-sizing: border-box;
	width: 33.33%;
}
.filter-btns-wrap .col03 .a-wrap:nth-child(2n){
	padding-right: 7px;
	padding-left: 7px;
}
.filter-btns-wrap .col03 .a-wrap:nth-child(3n){
	padding-left: 7px;
}
.filter-btns-wrap .col03 .a-wrap a{
	max-width: 100%;
	width: 100%;
	line-height: 24px;
	font-size: 10px;
	position: relative;
	text-align: left;
	margin: 0 auto;
}
.filter-btns-wrap .col03 .a-wrap a .txt{
	padding-left: 8px;
}
.filter-btns-wrap .col03 .a-wrap a .num{
	width: 16px;
	height: 16px;
	text-align: center;
	background-color: #ffffff;
	border-radius: 100%;
	line-height: 18px;
	display: block;
	color: #13913A;
	position: absolute;
	right: 5px;
	top:4px;
}
.filter-btns-wrap .col03 .a-wrap a.style02 .num{
	color: #FFC700;
}
.filter-btns-wrap .col03 .a-wrap a.style03 .num{
	color: #C70000;
}

/*//// PAGES VARIATIONS */
.registration{}
.registration .card{
	padding: 0px;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.registration .card:hover{
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.48);
}
.registration .icon-side{
	width: 90px;
}
.registration .icon-side .icon{
	width: 60px;
	margin: 0 auto;
	display: block;
}
.registration .icon-side .plan-ttl{
	font-size: 13px;
	line-height: 13px;
	font-weight: 700;
}
.registration .icon-side .price{
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
}
.registration .icon-side .period{
	font-size: 13px;
	line-height: 13px;
	color: #A6A6A6;
	margin-bottom: 10px;
}
.registration .detail-side{
	border-left: 1px solid #F0F0F0;
	width: calc(100% - 90px);
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing:border-box;
}
.registration .detail-side .detail{
	margin-bottom: 0px;
}
.registration .detail-side .detail p{
	font-size: 10px;
}
.registration .detail-side .detail .desc{
	width: 110px;
}
.registration .detail-side .detail .stat{
	font-size: 16px;
	font-weight: 700;
	width: calc(100% - 110px);
}
.registration .detail-side .detail .stat small{
	margin-left: 3px;
	font-weight: 400;
	font-size: 12px;
}
.registration .btn-fifth{
	margin-left: auto;
	margin-right: 0;
	margin-bottom: 0;
}

/*.tutorial header{
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.tutorial header.show{
	left: 0!important;
}*/
.tutorial header{
	display: none;
}
.tutorial header.ready{
	display: block;
}
.tutorial .nav-tip{

}
.tutorial .top-visual{
	height: 200px;
	overflow: hidden;
	/*height: 230px;*/
  	
} 
.tutorial .top-visual .bg-visual{
	-moz-background-size: auto 180px;
	-o-background-size: auto 180px;
	-webkit-background-size: auto 180px;
	background-size: auto 180px;
}

.tutorial .slide00 .top-visual .bg-visual,
.tutorial .slide01 .top-visual .bg-visual,
.tutorial .slide03 .top-visual .bg-visual,
.tutorial .slide04 .top-visual .bg-visual,
.tutorial .slide05 .top-visual .bg-visual,
.tutorial .slide07 .top-visual .bg-visual,
.tutorial .slideP401 .top-visual .bg-visual{
	background-image: url("/public/images/tutorial/bg_top_visual_tutorial.png");
}
.tutorial .slideP403 .top-visual .bg-visual{
	background-position: left top;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url("/public/images/tutorial/bg_welcome_tab.jpg");
}
.tutorial .lab .bg-visual{
	background-position: left bottom;
    background-repeat: repeat-x;
    -moz-background-size: 320px auto;
    -o-background-size: 320px auto;
    -webkit-background-size: 320px auto;
    background-size: 320px auto;
	background-image: url("/public/images/tutorial/bg_lab_tall.png");
}
.tutorial .slide00 .min-arrows{
	width: 320px;
	margin: 40px auto 0;
}
.tutorial .slide00 .aidy-figure{
	/*width: 80px;*/
	width: 100px;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -50px;
	z-index: 20;
}

.tutorial .slide01 .aidy-figure{
	width: 282px;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -141px;
	z-index: 20;
}

.tutorial .slide08 .btn-primary.type02.form-btn{
	margin: 0 auto 68px;
}

.tutorial.bottom .slide08 .top-visual{
	margin-top: 9px;
    border-top: 1px solid #e8e8e8;
}
.tutorial.bottom .conts-wrap {
    padding-top: 9px;
    padding-bottom: 9px;
}
.tutorial.bottom .slide08 .btn-primary.type02.form-btn{
	margin: 30px auto 0;
}
.tutorial .blk-link{
	margin: 24px auto 68px;
}
.tutorial .conts-wrap{
	padding-top: 14px;
	padding-bottom: 14px;
}
.tutorial .small{
	font-size: 12px;
}
.tutorial .conts-wrap .lead{
	text-align: left;
	margin-bottom: 20px;
}
.tutorial .conts-wrap.txt-wrap p{
	margin-bottom: 20px;
}
.tutorial .conts-wrap.txt-wrap p:last-child{
	margin-bottom: 0;
}
}
.tutorial .blue-box{
	width: 260px;
	margin: 0 auto 8px;
	background-color: #28CCFE;
	padding: 12px;
	color: white;
	box-sizing:border-box;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.tutorial .blue-box .icon{
	width: 20px;
	margin-right: 12px;
}
.tutorial .blue-box p{
	width: calc(100% - 32px);
}
.tutorial .slide00 .top-visual{
	/*align-items: center;*/
}
.tutorial .slide00 .arrow-des{
	text-align: center;
	color: white;
	font-weight: 700;
	margin-top: -8px;
}
.tutorial .slide00 .expand{
	max-width: 320px;
	margin-top:20px;
	width: 100%;
}
.tutorial .slide01 .aidy-icon-static{
	width: 70px;
	height: 70px;
	display: block;
	overflow: hidden;
	margin-left: auto;
	border-radius: 100%;
	box-sizing:border-box;

	background-repeat: no-repeat;
	background-position: center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.32);

	border: 2px solid #13913A;
	background-image: url("/public/images/aidy/aidy_regular.jpg");
}
.tutorial .slide01 .aidy-icon-static.regular{
	border: 2px solid #13913A;
	background-image: url("/public/images/aidy/aidy_regular.jpg");
}
.tutorial .slide01 .aidy-icon-static.regular.final{
	background-image: url("/public/images/aidy/aidy_thumbs_up.jpg");
}
.tutorial .slide01 .aidy-icon-static.regular.success,
.tutorial .slide01 .aidy-icon-static.regular.success{
	background-image: url("/public/images/aidy/aidy_done.jpg");
}
.tutorial .slide01 .aidy-icon-static.regular.error,
.tutorial .slide01 .aidy-icon-static.regular.error{
	border: 2px solid #C70000;
	background-image: url("/public/images/aidy/aidy_fail.jpg");
}
.tutorial .slide01 .aidy-icon-static.regular.final{}

.tutorial .slide01 .slide-conts{
	align-items: center;
}
.tutorial .slide01 .slide-conts .icon-wrap{
	/*width: 80px;*/
	width: 100%;
}
.tutorial .slide01 .slide-conts .icon-wrap .aidy-icon-static{
	margin-right: 0;
}
.tutorial .slide01 .slide-conts p{
	/*width: calc(100% - 80px);*/
}
.tutorial .slide01 .slide-conts.col04{
	/*max-width: 300px;*/
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
    text-align: left;
}
.tutorial .slide01 .slide-conts.col04 .icon-wrap{
/*	width: 33.33%;
	padding: 0 10px;
	max-width: 33.33%;*/
    align-items: center;
	box-sizing:border-box;
	margin-bottom: 20px;
}
.tutorial .slide01 .slide-conts.col04 .icon-wrap p{
	width: calc(100% - 80px);
	padding-left: 10px;
	box-sizing:border-box;
	font-weight: 700;
}
.tutorial .slide01 .slide-conts.col04 .icon-wrap .aidy-icon-static,
.tutorial .slide01 .slide-conts.col04 .icon-wrap .aidy-icon{
	position: relative;
	bottom: auto;
	right: auto;
	margin: 0;
/*    width: 56px;
    height: 56px;*/
}
.tutorial .slide01 .slide-conts.col04 .icon-wrap:first-child .aidy-icon,
.tutorial .slide01 .slide-conts.col04 .icon-wrap:first-child .aidy-icon-static{
	margin-left: 0;
}
.tutorial .slide01 .slide-conts.col04 .icon-wrap:last-child .aidy-icon,
.tutorial .slide01 .slide-conts.col04 .icon-wrap:last-child .aidy-icon-static{
	margin-left: 0;
	margin-right: 0;
}

.tutorial .slide02 .top-visual,
.tutorial .slide08 .top-visual{
	-moz-background-size: 28px auto;
	-o-background-size: 28px auto;
	-webkit-background-size: 28px auto;
	background-size: 28px auto;
	background-image: url("/public/images/tutorial/bg_top_visual_tutorial02.jpg");
}

.tutorial .slide02 .aidy-figure,
.tutorial .slide08 .aidy-figure{
	/*width: 260px;*/
	width: 290px;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -145px;
	z-index: 20;	
}
.tutorial .slide03 .aidy-figure{
	width: 300px;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -150px;
	z-index: 20;
}
.tutorial .slide03 .block{
	width: 90px;
	height: 24px;
	color: white;
	display: inline-block;
	line-height: 24px;
	font-weight: 700;
	text-align: center;
}
.tutorial .slide03 .block.green{
	background-color: #13913A;
}
.tutorial .slide03 .block.orange{
	background-color: #FD9826;
}
.tutorial .slide03 .block.yellow{
	color: #1b1b1b;
	background-color: #FFC700;
}
.tutorial .slide03 p{
	margin-bottom: 5px;
}

.tutorial .slide00 .figure-wrap{
	position: relative;
	z-index: 30;
	margin: 0 auto;
   	width: 320px;
   	height: 100%;
   	overflow: hidden;
}

.tutorial .slide04 .figure-wrap{
	width: 250px;
	height: 150px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -125px;
	z-index: 20;
}
.tutorial .slide04 .aidy-figure{
	/*width: 288px;*/
	width: 250px;
	height: auto;
	position: absolute;
	left: 0;
	bottom:0;
	z-index: 0;
	
}
.tutorial .slide04 .bubble-conts{
	position: absolute;
	top: 99px;
    left: 8px;
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
	z-index: 10;
}

.tutorial .slide00 .overlay,
.tutorial .slide04 .overlay,
.tutorial .slide05 .overlay,
.tutorial .slide07 .overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #1b1b1b;
	opacity: 0.58;
	z-index: 10;
}
.tutorial .slide04 .header-highlight,
.tutorial .slide07 .header-highlight{
	width: 100%;
	height: 36px;
	box-sizing:border-box;
	padding-right: 18px;
	padding-left: 2px;
	position: absolute;
	top: 5px;
	left: 0px;
	opacity: 0.5;

	z-index: 15;
}
.tutorial .slide04 .header-highlight .highlight-area,
.tutorial .slide07 .header-highlight .highlight-area{
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background-color: white;
}
.tutorial .slide04 dl,
.tutorial .slide06 dl{
	width: 250px;
	margin: 10px auto 0;

}
.tutorial .slide04 dl dd{
	padding-right: 0px;
    padding-left: 30px;
    width: auto;
}
.tutorial .slide04 .btn-primary.type02.form-btn{
	margin: 0 auto;
}
.tutorial .slide05-conts{
	position: absolute;
	z-index: 20;
	width: 284px;
	height: 100%;
	left: 50%;
	margin-left: -142px;
}
.tutorial .slide05 .aidy-figure{
	width: 80px;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
}
.tutorial .slide05 .aidy-tasks-card{
	width: 228px;
	height: auto;
	position: absolute;
	top: 45px;
	left: 50%;
	margin-left: -34px;
}
.tutorial .slide06 .top-visual{
	background-color: #E0E0E0;
}
.tutorial .slide06 .expand{
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	display: block;
}
.tutorial .slide07 .aidy-figure{
	width: 80px;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 33px;
}
.tutorial .slide07 .aidy-this-way{
	/*width: 288px;*/
	width: 130px;
	height: auto;
	position: absolute;
	right: 40px;
	bottom:-20px;
	z-index: 0;
	
}

.tutorial .slide08 .icon-wrap .icon{
	width: 72px;
	display: block;
}
.tutorial .slide08 .icon-wrap .icon img{
	width: 40px;
	margin: 0 auto 8px;
	display: block;
}

.tutorial .slide08 .icon-wrap .lead{
	width: calc(100% - 72px);
    padding-left: 18px;
	box-sizing:border-box;
}

.tutorial .slideP401 .aidy-figure{
	/*width: 80px;*/
	width: 130px;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -65px;
	z-index: 20;
}
.tutorial .slideP403 .figure-wrap{
	width: 250px;
	height: 150px;
	position: absolute;
	bottom: 0;
	right: 24px;
	z-index: 20;
}
.tutorial .slideP403 .aidy-figure{
	/*width: 288px;*/
	width: 250px;
	height: auto;
	position: absolute;
	right: 0;
	bottom:0;
	z-index: 0;
	
}
.tutorial .slideP403 .bubble-conts{
	position: absolute;
	top: 107px;
    left: 33px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	z-index: 10;
	color: white;
}
.tutorial .slideP404 .icons-wrap{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10;
}
.tutorial .slideP404 .icons-wrap .item-wrap{
	width: 130px;
	text-align: center;
	align-self: center;
}
.tutorial .slideP404 .icons-wrap .icon{
	width: 64px;
	height: 64px;
	margin:0 auto var(--base-p-half);
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover; 
	text-align: center;
}
.tutorial .slideP404 .icons-wrap .icon.auto-pilot{
	background-image: url("/public/images/common/icon_auto_pilot.png");
}
.tutorial .slideP404 .icons-wrap .icon.manual-mode{
	background-image: url("/public/images/common/icon_manual_mode.png");
}
.tutorial .slideP404 .icons-wrap p{
	font-weight: 700;
}
.tutorial .slideP406 .main-figure{
	width: 280px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -140px;
	z-index: 20;
}
.nav-static header .inner{
  	overflow: visible;
}
nav.home-nav .flex li .tip{
  	position: relative;
  	display: none;
  	opacity: 0;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
nav.home-nav .flex li .tip .tri{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6.5px 30px 6.5px;
	border-color: transparent transparent #00CCFF transparent;
	display: block;
	position: absolute;
    left: 50%;
    margin-left: -6.5px;
}
nav.home-nav .flex li .tip .conts{
	margin-top: 28px;
    /*padding: 5px;*/
    font-size: 10px;
    border-radius: 100%;
    background-color: #00CCFF;
    color: white;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.32);
    position: absolute;
    text-align: center;
    font-weight: 700;
    width: 56px;
    height: 56px;
    line-height: 56px;
    margin-left: -28px;
    position: absolute;
    left: 50%;
    box-sizing: border-box;
}
nav.home-nav .flex li .tip .conts.long{
	line-height: 12px;
	padding-top: 16px;
}
nav.home-nav .flex li .tip .conts.wide{
	width: 70px;
	height: 70px;
	margin-left: -35px;
}
nav.home-nav .flex li .tip.ready{
	display: block;
}
nav.home-nav .flex li .tip.stay{
	display: block!important;
}
nav.home-nav .flex li .tip.active{
	opacity: 1;
}
.login .main-logo{
	width: 200px;
	display: block;
	margin: 0 auto 16px;
	position: relative;
	z-index: 200;
}
.login .welcome{
	position: fixed;
	bottom: 0;
	width: 300px;
	height: auto;
	left: 50%;
	margin-left: -150px;
	z-index: 80;
}

.login .form .migrate dl.col02,
.form .narrow-btns dl.col02{
	width: 218px;
	margin: 0 auto;
}
.form .narrow-btns dl.col02,
.form .narrow-btns dl.col02.lower{
	margin:10px auto 0;
}
.login .form .migrate dl.col02 dd,
.form .narrow-btns dl.col02 dd{
	padding-left: 0;
	padding-right: 0;
}
.login .form .migrate dl.col02 dd .btn-second,
.form .narrow-btns dl.col02 dd .btn-second{
	max-width: 90px;
	margin: 0 auto;
}
.login .form .migrate .lead{
	margin: 5px auto 18px;
}
.login .form .migrate .lead.top-btm-wide{
	margin: 40px auto;
}
.login .form button, .login .form [type="submit"], .login .form .btn-second{
	width: 200px;
}
.home-gps .top-visual{
	background-repeat: no-repeat;
	background-color: #D8EEF3;
    border-bottom: 0px solid #e8e8e8;
    overflow: hidden;
}
.home-gps .top-visual .bg-visual{
	bottom: auto;
	top: 0;
	z-index: 10;
	background-position: left bottom;
	background-repeat: repeat-x;
	-moz-background-size: 320px auto;
	-o-background-size: 320px auto;
	-webkit-background-size: 320px auto;
	background-size: 320px auto;
	background-image: url("/public/images/home/bg_top_visual_home.png");
}
.home-gps .top-visual.lab .bg-visual{
	background-image: url("/public/images/home/bg_top_visual_lab.png");
}
.home-gps .top-visual .gps-wrap{
	width: 174px;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -87px;
	z-index: 20;
}
.home-gps .top-visual .gps-wrap.type02{
	width: 300px;
	margin-left: -150px;
}
.home-gps .top-visual .aidy-figure{
	width: 84px;
	height: auto;
	position: absolute;
	bottom: 0;
	z-index: 20;
}
.home-gps .popup .top-visual .aidy-figure{
	left: 0;
}
.home-gps .popup .top-visual p{
	font-size: 10px;
	line-height: 12px;
}

.home-gps .top-visual .aidy-figure.working{
	width: 86px;
	position: absolute;
	animation: aidyFloat 4.8s ease-in-out infinite;
	z-index: 10;
	left: 50%;
	margin-left: -42px;
}
.home-gps .top-visual .aidy-figure.rest{
	width: 86px;
	position: absolute;
	z-index: 10;
	left: 50%;
	margin-left: -43px;

}
.home-gps .top-visual .aidy-figure.rest.inactive{
	opacity: 0;
}
@keyframes aidyFloat {
	0% {
	  transform: translateX(0);
	}
	25% {
	  transform: translateX(40px);
	}
	50% {
	  transform: translateX(0);
	}
	75% {
	  transform: translateX(-40px);
	}
	100% {
	  transform: translateX(0);
	}
}

.home-gps .top-visual .sign{
    width: 100px;
    height: 108px;
	position: absolute;
	bottom: 0;
	right:0;
	z-index: 20;
}

.home-gps .top-visual .sign img.sign-bg{
	width: 100%;
	position: relative;
	z-index: 0;
}

.home-gps .top-visual .sign .sign-conts{
	width: 64px;
	height: 64px;
	text-align: center;
	position: absolute;
	color: white;
	font-weight: 700;
	font-size: 10px;
    line-height: 12px;
    top: 10px;
    left: 18px;
	z-index: 10;
	/*display: flex;
	align-items:center;*/
	display: table;

}
.home-gps .top-visual .sign .sign-conts p{
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
.home-gps .top-visual .sign .sign-conts .sign-conts-lv02{
	height: 100%;
	width: 100%;
	display: table-cell;
    vertical-align: middle;
}
.home-gps .top-visual .sign .img-wrap{
	width: 30px;
    height: 28px;
    overflow: hidden;
    margin: 0 auto 3px;
}
.home-gps .top-visual .sign .img-wrap img{
	width: 100%;
    height: auto;
    margin-top: -5px;
}
.home-gps .top-visual .gps-wrap.type02 .sign.green{
	right: auto;
	left: 136px;
}
.home-gps .top-visual .gps-wrap .sign.side{
    width: 80px;
    height: 84px;
	position: absolute;
	bottom: 0;
	right: auto;
	left:72px;
}
.home-gps .top-visual .gps-wrap .sign.side .sign-conts{
	width: 56px;
	height: 46px;
	text-align: center;
	position: absolute;
	color: white;
	font-weight: 700;
	font-size: 8px;
    line-height: 10px;
	top: 15px;
    left: 12px;
}
.home-gps .top-visual .gps-wrap .sign.side .sign-conts p{
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}
.home-gps .top-visual .gps-wrap .sign.side .img-wrap{
	height: 22px;
	margin: 0 auto 1px;
}
.home-gps .top-visual .gps-wrap.type02 .sign.side.left-side{
	right: auto;
	left:72px;
}
.home-gps .top-visual .gps-wrap.type02 .sign.side.right-side{
	left: auto;
	right: 0;
}
.home-gps .top-visual .gps-wrap.type03,
.home-gps .top-visual .gps-wrap.type04{
	width: 238px;
	margin-left: -119px
}
.home-gps .top-visual .gps-wrap.type03 .sign{
	right: auto;
	left: 72px;
}
.home-gps .top-visual .gps-wrap.type03 .sign.side.right-side{
	right: 0;
	left: auto;
}
.home-gps .top-visual .sign.side.right-side .img-wrap{
	width: 26px;
}
.home-gps .top-visual .sign.side.right-side .img-wrap img{
	width: 26px;
	margin-top: -1px;
    margin-left: 1px;
}
.home-gps .top-visual .gps-wrap.type05{
	width: 284px;
	margin-left: -142px;
}
.home-gps .top-visual .gps-wrap.type05 .sign{
	width: 198px;
	height: 112px;
}
.home-gps .top-visual .gps-wrap.type05 .btn-sixth{
	font-size: 12px;
}
.home-gps.refresh .top-visual .sign .img-wrap img{
	margin-top: -3px;
}

.home-gps .top-visual .gps-wrap.type05 .sign .sign-conts{
	width: 164px;
    text-align: left;
    left: 0px;
    top: 0px;
    font-weight: 300;
    font-size: 14px;
}
.sign-conts-wrap{
	position: absolute;
    left: 17px;
    top: 9px;
    width: calc(100% - 34px);
    height: calc(100% - 24px);
    overflow: hidden;
}
.sign-conts{
	left:0;
}
.home-gps .top-visual .gps-wrap.type05 .sign .sign-conts[data-sign="1"]{
	left: -164px;
}
.home-gps .top-visual .gps-wrap.type05 .sign .sign-conts[data-sign="2"]{
	left: 164px;
}
.home-gps .top-visual .gps-wrap.type05 .sign .sign-conts[data-sign="1"].is-active,
.home-gps .top-visual .gps-wrap.type05 .sign .sign-conts[data-sign="2"].is-active{
	left: 0px;
}
.home-gps .top-visual .icon-bubble{
	width: 64px;
	height: 64px;
	position: absolute;
	bottom:-64px;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	animation: bubbleFloat 10s ease-in infinite;
	z-index: 0;
}
.home-gps .top-visual .icon-bubble.fast{
	animation: bubbleFloat 8s ease-in infinite;
}
.home-gps .top-visual .icon-bubble.slow{
	animation: bubbleFloat 12s ease-in infinite;
}
/* Keyframes */
@keyframes bubbleFloat {
	0% {
	  transform: translateY(0px);
	}
	10% {
	}
	90% {
	}
	100% {
		transform: translateY(-240px);

	}
}
/* Add delay for each bubble */
.home-gps .top-visual .icon-bubble.icon-01{
	left: 0px;
	background-image: url("/public/images/home/icon_home_work01.png");
	animation-delay: 0s;
} 
.home-gps .top-visual .icon-bubble.icon-02{
	left: 58px;
	background-image: url("/public/images/home/icon_home_work02.png");
	animation-delay: 0.2s;
}
.home-gps .top-visual .icon-bubble.icon-03{
	right: 65px;
	background-image: url("/public/images/home/icon_home_work03.png");
	animation-delay: 0.4s;
}
.home-gps .top-visual .icon-bubble.icon-04{
	right: 0px;
	background-image: url("/public/images/home/icon_home_work04.png");
	animation-delay: 0.8s;
}
  
.sign .fixed-btn{
	left: 17px;
	bottom: 17px;
	position: absolute;
	z-index: 99;
}
.sign-nav{
	right: 17px;
	bottom: 12px;
	position: absolute;
	z-index: 99;
}
.sign-nav a{
	width: 23px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	display: inline-block;
	opacity: 0.2;
	margin-top: 5px;
}

.sign-nav a:hover{
	cursor: default;
}
.sign-nav a.is-on{
	opacity: 1;
}
.sign-nav a.is-on:hover{
	opacity: 0.5;
	cursor: pointer;
}
.sign-nav a img{
	width: 5px;
}

.home-gps .top-visual .gps-wrap.type05 .sign .sign-conts p{
	margin-bottom: 7px;
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.home-gps .top-visual .gps-wrap.type05 .sign .sign-conts p.margin-adj{
	/*margin-bottom: 8px;*/
}
.home-gps .top-visual .gps-wrap.type05 .sign .sign-conts a.blank-link{
	color: #ffffff;
	margin-left: 5px;
}
.home-gps .top-visual .gps-wrap.type05 .sign .sign-conts a.blank-link:hover{
	opacity: 0.7;
}
.home-gps .top-visual .gps-wrap.type05 .sign .sign-conts .mid-size{
	font-size: 12px;
}
.home-gps .top-visual .gps-wrap.type05 .sign .sign-conts .small{
	font-size: 10px;
}
.home-gps .top-visual .gps-wrap.type05 .sign .sign-conts .strong{
	font-weight: 700;
}
.home-gps .top-visual .gps-wrap.type05 .plan-icon{
    height: 16px;
    width: auto;
    margin-top: -3px;
    margin-right: 5px;
}

.home-gps.refresh .top-visual .sign{
	width: 86px;
}
.home-gps.refresh .top-visual .sign .sign-conts{
	left: 11px;
}
.manage-project .top-visual{
	background-repeat: no-repeat;
	background: radial-gradient(circle closest-corner at center 160px, #E2F3F7, #BFE8F3);
}
.manage-project .top-visual .bg-visual{
	bottom: auto;
	top: 0;
	background-position: left top;
	background-repeat: repeat;
	-moz-background-size: 90px auto;
	-o-background-size: 90px auto;
	-webkit-background-size: 90px auto;
	background-size: 90px auto;
	background-image: url("/public/images/file/bg_top_visual_file.png");
}

.manage-project .top-visual .aidy-figure{
	width: 106px;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -53px;
	z-index: 20;
}
.contact .border{
	margin: 10px auto 16px;
}
.contact .lead.margin-adj{
	margin-bottom: 20px;
}
.manage-tasks .card{
	padding: 12px 16px;
}
.manage-tasks .card .graph{
	width: 50px;
}
.manage-tasks .card .txt-conts{
	width: calc(100% - 120px);
	padding-right: 10px;
	padding-left: 12px;
    box-sizing: border-box;
}
.manage-tasks .card .btn-forth{
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
}
.manage-tasks .card .btn-forth.style05{
	margin: 0 auto;
}
.manage-tasks .card .card-ttl{
	font-size: 14px;
	margin-bottom: 0px;
}
.manage-tasks .card .status{
	font-size: 12px;
	line-height: 16px;
	font-weight: 300;
	color: #919191;
}
/*//// REFRESH BUTTON */
.refreshed-btn-fixed{
	position: fixed;
	left: 15px;
	bottom: 15px;
	z-index: 99999;
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	border-radius: 100%;
	box-sizing:border-box;
	background-color: #13913A;

    background-image: url("/public/images/common/btn_refresh.png");

    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);

	background-repeat: no-repeat;
	background-position: center;
	-moz-background-size: 20px auto;
	-o-background-size: 20px auto;
	-webkit-background-size: 20px auto;
	background-size: 20px auto;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.32);

	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;	
}
.refreshed-btn-fixed.stay{
-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.refreshed-btn-fixed.active{
  	animation: inout 0.5s;
 	animation-iteration-count: 1;
  	-webkit-animation: inout 0.5s; /* Safari & Chrome */
  	-webkit-animation-iteration-count: 1;

  	-webkit-animation-fill-mode: forwards;  /* it works with Chrome */
    -moz-animation-fill-mode: forwards;  /* works with Mozilla Firefox */
     -ms-animation-fill-mode: forwards;  /* works with IE */
      -o-animation-fill-mode: forwards;  /* works with Opera */
         animation-fill-mode: forwards;  /* should work with all browser .... in theory */
}
.refreshed-btn-fixed:hover{
	cursor: pointer;
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.32);
}
.refreshed-btn-fixed.active-out{
  	animation: outin 0.5s;
 	animation-iteration-count: 1;
  	-webkit-animation: outin 0.5s; /* Safari & Chrome */
  	-webkit-animation-iteration-count: 1;

  	-webkit-animation-fill-mode: forwards;  /* it works with Chrome */
    -moz-animation-fill-mode: forwards;  /* works with Mozilla Firefox */
     -ms-animation-fill-mode: forwards;  /* works with IE */
      -o-animation-fill-mode: forwards;  /* works with Opera */
         animation-fill-mode: forwards;  /* should work with all browser .... in theory */
}
/*//// AIDY ICON */
.aidy-icon{
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 99999;
	width: 70px;
	height: 70px;
	display: block;
	overflow: hidden;
	border-radius: 100%;
	box-sizing:border-box;
	background-color: white;

    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);

	background-repeat: no-repeat;
	background-position: center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.32);

	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.aidy-icon.active{
  	animation: inout 0.5s;
 	animation-iteration-count: 1;
  	-webkit-animation: inout 0.5s; /* Safari & Chrome */
  	-webkit-animation-iteration-count: 1;

  	-webkit-animation-fill-mode: forwards;  /* it works with Chrome */
    -moz-animation-fill-mode: forwards;  /* works with Mozilla Firefox */
     -ms-animation-fill-mode: forwards;  /* works with IE */
      -o-animation-fill-mode: forwards;  /* works with Opera */
         animation-fill-mode: forwards;  /* should work with all browser .... in theory */
}
.aidy-icon.stay:hover{
	cursor: pointer;
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.32);
}
.aidy-icon.regular{
	border: 2px solid #13913A;
	background-image: url("/public/images/aidy/aidy_regular.jpg");
}
.aidy-icon.regular.success,
.aidy-icon-popup.regular.success{
	background-image: url("/public/images/aidy/aidy_done.jpg");
}
.aidy-icon.regular.error,
.aidy-icon-popup.regular.error{
	border: 2px solid #C70000;
	background-image: url("/public/images/aidy/aidy_fail.jpg");
}
.aidy-icon.regular.warning,
.aidy-icon-popup.regular.warning{
	border: 2px solid #FFC700;
	background-image: url("/public/images/aidy/aidy_fail.jpg");
}
.aidy-icon-popup.regular.final{
	background-image: url("/public/images/aidy/aidy_thumbs_up.jpg");
}
.aidy-icon.active{
  	animation: inout 0.5s;
 	animation-iteration-count: 1;
  	-webkit-animation: inout 0.5s; /* Safari & Chrome */
  	-webkit-animation-iteration-count: 1;

  	-webkit-animation-fill-mode: forwards;  /* it works with Chrome */
    -moz-animation-fill-mode: forwards;  /* works with Mozilla Firefox */
     -ms-animation-fill-mode: forwards;  /* works with IE */
      -o-animation-fill-mode: forwards;  /* works with Opera */
         animation-fill-mode: forwards;  /* should work with all browser .... in theory */
}
.aidy-icon.stay{
-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.aidy-icon.active-out{
  	animation: outin 0.5s;
 	animation-iteration-count: 1;
  	-webkit-animation: outin 0.5s; /* Safari & Chrome */
  	-webkit-animation-iteration-count: 1;

  	-webkit-animation-fill-mode: forwards;  /* it works with Chrome */
    -moz-animation-fill-mode: forwards;  /* works with Mozilla Firefox */
     -ms-animation-fill-mode: forwards;  /* works with IE */
      -o-animation-fill-mode: forwards;  /* works with Opera */
         animation-fill-mode: forwards;  /* should work with all browser .... in theory */
}
@keyframes inout {
  0%   { transform: scale(0, 0); }
  70%   { transform: scale(1.1, 1.1); }
  100%  { transform: scale(1, 1); }
}
@-webkit-keyframes inout { /* Safari & Chrome */
  0%   { -webkit-transform: scale(0, 0); }
  70%   { transform: scale(1.1, 1.1); }
  100% { -webkit-transform: scale(1, 1); }
}
@keyframes outin {
  0%   { transform: scale(1, 1); }
  50%   { transform: scale(1.1, 1.1); }
  100%  { transform: scale(0, 0); }
}
@-webkit-keyframes outin { /* Safari & Chrome */
  0%   { -webkit-transform: scale(1, 1); }
  50%   { transform: scale(1.1, 1.1); }
  100% { -webkit-transform: scale(0, 0); }
}

.aidy-icon.attention{
  	animation: inoutAttention 3s;
 	animation-iteration-count: 9;
  	-webkit-animation: inoutAttention 3s; /* Safari & Chrome */
  	-webkit-animation-iteration-count: 9;

  	-webkit-animation-fill-mode: forwards;  /* it works with Chrome */
    -moz-animation-fill-mode: forwards;  /* works with Mozilla Firefox */
     -ms-animation-fill-mode: forwards;  /* works with IE */
      -o-animation-fill-mode: forwards;  /* works with Opera */
         animation-fill-mode: forwards;  /* should work with all browser .... in theory */
}
.aidy-icon.attention.infinite{
  	animation: inoutAttention 3s;
 	animation-iteration-count: infinite;
  	-webkit-animation: inoutAttention 3s; /* Safari & Chrome */
  	-webkit-animation-iteration-count: infinite;
}
@keyframes inoutAttention {
  0%   { transform: translateY(10px); }
  5%   { transform: translateY(-20px); }
  8%   { transform: rotate(30deg) translateY(-20px); transform-origin: center; }
  10%  { transform: rotate(-30deg) translateY(-20px); transform-origin: center; }
  15%  { transform: translateY(-20px); }
  20%  { transform: translateY(0px); }
  21%  { transform: translateY(10px); }
  25%  { transform: translateY(-20px); }
  28%  { transform: rotate(30deg) translateY(-20px); transform-origin: center; }
  30%  { transform: rotate(-30deg) translateY(-20px); transform-origin: center; }
  35%  { transform: translateY(-20px); }
  40%  { transform: translateY(0px); }
  41%  { transform: translateY(10px); }
  45%  { transform: translateY(-20px); }
  48%  { transform: rotate(30deg) translateY(-20px); transform-origin: center; }
  50%  { transform: rotate(-30deg) translateY(-20px); transform-origin: center; }
  55%  { transform: translateY(-20px); }
  60%  { transform: translateY(0px); }  
}

@-webkit-keyframes inoutAttention {
  0%   { transform: translateY(10px); }
  5%   { transform: translateY(-20px); }
  8%   { transform: rotate(30deg) translateY(-20px); transform-origin: center; }
  10%  { transform: rotate(-30deg) translateY(-20px); transform-origin: center; }
  15%  { transform: translateY(-20px); }
  20%  { transform: translateY(0px); }
  21%  { transform: translateY(10px); }
  25%  { transform: translateY(-20px); }
  28%  { transform: rotate(30deg) translateY(-20px); transform-origin: center; }
  30%  { transform: rotate(-30deg) translateY(-20px); transform-origin: center; }
  35%  { transform: translateY(-20px); }
  40%  { transform: translateY(0px); }
  41%  { transform: translateY(10px); }
  45%  { transform: translateY(-20px); }
  48%  { transform: rotate(30deg) translateY(-20px); transform-origin: center; }
  50%  { transform: rotate(-30deg) translateY(-20px); transform-origin: center; }
  55%  { transform: translateY(-20px); }
  60%  { transform: translateY(0px); }  
}


.aidy-icon-popup.active-msg{
	z-index: 999999;
}
.aidy-icon-popup{
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 99999;
	width: 70px;
	height: 70px;
	display: block;
	overflow: hidden;
	border-radius: 100%;
	box-sizing:border-box;
	background-color: white;

	background-repeat: no-repeat;
	background-position: center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.32);

	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.aidy-icon-popup.temp-scale{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.aidy-icon-popup:hover{
	cursor: pointer;
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.32);
}
.aidy-icon-popup.regular{
	border: 2px solid #13913A;
	background-image: url("/public/images/aidy/aidy_regular.jpg");
}
.aidy-icon-popup.active-msg{

	background-image: url("/public/images/aidy/aidy_talking.jpg");	
}
.popup.aidy-popup{
	overflow: hidden;
	background-color: transparent;
    width: calc(100% - 36px);
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
/*    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 80px;*/
    color: #1b1b1b;

    position: absolute;
    bottom: 80px;
    top: auto;
    left: 18px;
    right: 18px;
    padding-top: 18px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 18px;
    margin-bottom: 0!important;
}
.fancybox-inner .popup.aidy-popup .fancybox-button--close.custom{
	top: 21px;
}

.popup.aidy-popup#payment{
	bottom: 80px;
    position: absolute;
    padding-left: 18px;
    padding-right: 18px;
	padding-top:18px;
	padding-bottom: 18px;
    padding-top: 0;
    left: 0;
}
.popup.aidy-popup p{
    font-size: 14px;
    line-height: 19px;
	margin-bottom: 20px;
}
/*.popup.aidy-popup p:last-of-type{
	margin-bottom: 0;
}*/
.popup.aidy-popup p.note{
	margin-bottom: 10px;
	font-size: 12px;
}
.popup.aidy-popup .popup-tri{
	width: 40px;
	position: fixed;
    bottom: 66px;
    right: 80px;
    z-index: 0;
}
.popup.aidy-popup .aidy-popup-inner{
	background-color: white;
	border-radius: 10px;
    width: 100%;
    height: 100%;
	padding-top: 18px;
	padding-bottom: 18px;	
    box-sizing: border-box;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    z-index: 10;
    position: relative;
    overflow: hidden;
}
.popup.aidy-popup.type04 .aidy-popup-inner{
	height: auto;
	position: relative;
}
.popup.aidy-popup.type04{
	height: auto;
/*	height: calc(100% - 88px);*/
}
.popup.aidy-popup .scrollbox,
.popup.popup-nav .scrollbox{
	position: relative;
	width: 100%;
	padding-left: 18px;
	padding-right: 18px;	
}

.popup.aidy-popup .aidy-popup-inner .popup-conts-wrap{
	/*padding-bottom: 30px;*/
}
.fancybox-inner .fancybox-button--close.custom{
	border: 0px;
	position: absolute;
	z-index: 99999;
	top: 3px;
    right: 1px;
    width: 20px;
    height: 20px;
    background: transparent;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	outline : none;

	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.popup.aidy-popup .flex-btns{
	align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.bar-btn-popup .flex-btns dt{
	padding-top: 0;
	padding-bottom: 0;
	width: 100%;
}
.bar-btn-popup .flex-btns .l-info{
	width: 100%;
}
.popup .flex-btns .popup-ttl{
	margin: 0;
}

.popup.aidy-popup .bar-btn-popup .flex-btns dd{
	border-top: 0px dotted #CCCCCC;
	padding-top: 0;
	padding-bottom: 0;
}
.popup.aidy-popup .flex-btns .btn-select{
	margin-left: auto;
    margin-top: 0;
}
.popup.p-0{
	padding: 0;
}
.pop-up-gps-btm{
	box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.16);
	padding: var(--base-p);
}
.fancybox-inner .fancybox-button--close.custom:hover {
    opacity: 0.5;
}
.fancybox-inner .fancybox-close-small{
	display: none!important;
}
.fancybox-inner .fancybox-button--close.custom .cross-line{
	position: absolute;
	left: 50%;
    margin-left: -6px;
    top: 50%;
    margin-top: -1px;
	width: 12px;
	height: 2px;
	display: block;
	background-color: #A4A4A4;
	border-radius: 1px;
}
.fancybox-inner .fancybox-button--close.custom .cross-line:first-child{
    margin-left: -1px;
    margin-top: -6px;	
	height: 12px;
	width: 2px;
}
.aidy-popup .ps__rail-y,
.popup-nav .ps__rail-y{
	right: 2px;
    margin-top: 25px;
}
.ps__thumb-y,
.aidy-popup .ps__thumb-y,
.popup-nav .ps__thumb-y{
	background-color: #CCCCCC;
}
#htmlBodyDiv .ps__rail-y,
#wrap .ps__rail-y{
	z-index: 999;
}
.popup.aidy-popup .popup-ttl{
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
/*	padding-top: 10px;
	border-top: 1px solid #CCCCCC;*/
	border-bottom: 1px solid #CCCCCC;
	color: #1b1b1b;
}
.popup.aidy-popup .popup-ttl:first-child{
	
}
.popup.aidy-popup .popup-ttl .icon{
	width: 20px;
	height: auto;
	margin-right: 8px;
    margin-top: 0px;
}
.popup.aidy-popup .popup-ttl span{
	width: calc(100% - 30px);
}
.popup.aidy-popup .popup-ttl.margin-adj{
	margin-bottom: 0;
}
.popup.aidy-popup .popup-ttl.padding-adj{
	padding-bottom: 0;
}
.popup.aidy-popup .popup-ttl.bdr-btm-adj{
	border-bottom: 0px solid #CCCCCC;
}
.popup.aidy-popup.type02 .aidy-popup-inner{
	color: white;
	background-color: #13913A;
}
.popup.aidy-popup.type03 .aidy-popup-inner{
	color: white;
	background-color: #C70000;
}
.popup.aidy-popup.type02 .popup-ttl,
.popup.aidy-popup.type03 .popup-ttl{
	color: white;
}
.popup.aidy-popup.type02 .popup-ttl.style02,
.popup.aidy-popup.type03 .popup-ttl.style02{
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 10px;
}
.popup.aidy-popup.type02 .btn-seventh,
.popup.aidy-popup.type03 .btn-seventh{
	display: inline-block;
	margin-top: 20px;
}

.fancybox-inner .popup.aidy-popup.type02 .fancybox-button--close.custom .cross-line,
.fancybox-inner .popup.aidy-popup.type03 .fancybox-button--close.custom .cross-line{
	background-color: white;
}
.popup.aidy-popup .popup-ttl.style03{
	color: #13913A;
	border-bottom: 0;
	padding-bottom: 0;
}
.popup.aidy-popup .popup-ttl.style04{
	color: #13913A;
	font-size: 14px;
	border-bottom: 0;
	padding-bottom: 0;
}
.popup.aidy-popup .popup-body-ttl{
	color: #13913A;
	font-weight: 700;
	margin-bottom: 5px;	
}

.popup.aidy-popup .cc-des{
	max-width: 250px;
	margin: 20px auto 0;
}

.popup.aidy-popup .btn-select{
	display: inline-block;
	margin-top: 30px;
	min-width: 94px;
	text-align: center;
}
.popup.aidy-popup .btn-select.margin-adj{
	margin-top: 0px;
	margin-bottom: 20px;	
}
.popup.aidy-popup hr.dotted{
	border-top: 1px dotted #cccccc;
	margin:0 auto 20px;
}
.popup.aidy-popup.questions-tab-wrap,
.popup.aidy-popup.questions-tab-wrap .aidy-popup-inner,
.popup.aidy-popup .questions-tab.aidy-popup-inner .scrollbox{
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	-webkit-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;		
}
.popup.aidy-popup.questions-tab-wrap{
	
}
.popup.aidy-popup .questions-tab.aidy-popup-inner .popup-conts-wrap,
.popup.popup-nav .popup-conts-wrap{
	position: relative;
	height: auto;

	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;	
	
}
.popup.aidy-popup .questions-tab .popup-conts-wrap .popup-conts-wrap-inner{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;

	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;	
	
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
}
.popup.aidy-popup .questions-tab .popup-conts-wrap .popup-conts-wrap-inner.standby{
	display: none;
}

.popup.aidy-popup .questions-tab .popup-conts-wrap .popup-conts-wrap-inner.ready{
	position: absolute;
	z-index: 0;
}
.popup.aidy-popup .questions-tab .popup-conts-wrap .popup-conts-wrap-inner.ready.active{
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	z-index: 10;	
}
.popup.aidy-popup .questions-tab .popup-conts-wrap .popup-conts-wrap-inner.type-btm-nav{
	padding-bottom: 44px;
}

.fancybox-inner .questions-tab-wrap .fancybox-button--close.custom{
	top:21px;
	right: 3px;
}
.popup.aidy-popup .form-popup dl dd{
	padding-left: 0;
	padding-right: 0;
}
.fancybox-active .aidy-form-select.select2-dropdown{
	z-index: 99999999;
}
.popup.aidy-popup .blank-link{
	color: #13913A;
}
.popup.aidy-popup .note .strong{
	font-weight: 700;
}
.popup.aidy-popup .blank-link:hover{
	opacity: 0.7;
}
.popup .btm-nav{
	width: calc(100% - 72px);
    height: 38px;
    position: fixed;
    background-color: white;
    bottom: 98px;
}
.popup .btm-nav a{
	margin-top:5px;
	margin-bottom:0;
}
.popup .btm-nav a:first-child{
	margin-left: 0;
	margin-right: auto;
}
.popup .btm-nav a:last-child{
	margin-right: 0;
	margin-left: auto;
}
.popup.aidy-popup p.strong{

}
.popup.aidy-popup .bar-btn-popup dd.li-txt p{
	margin-bottom: 8px;
}
.popup.description-style{}

.popup.description-style .popup-ttl{
	color: var(--green);
    font-size: 16px;
    line-height: 20px;
	font-weight: 700;
    margin: 0 auto 10px;
}
.popup.description-style ul,
.popup.description-style ol{
    font-size: 12px;
    line-height: 19px;
	margin-left: 12px;
}
.popup.description-style ul li{
    list-style: disc;
}
.popup.description-style ol li{
    list-style: decimal;
}
.popup .bdr-box{
	border: 1px dotted var(--gray06);
	width: 100%;
	box-sizing: border-box;
	padding: var(--base-p);
	border-radius: 8px;
	margin-bottom: var(--base-p);
}
.popup .bdr-box:last-child{
	margin-bottom: 0;
}
.popup .bdr-box .standalone{
	display: block;
	margin-bottom: var(--base-p);
}
/*//// VARIATIONS */
.form .reverse-adj dl dd{
	padding-left: 0;
	padding-right: 0;
}
.form.lower-wrap{
	padding-top: 80px;
}
.form dl.trigger-target{
	height: 0;
	margin-bottom: 0;
	opacity: 0;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.form dl.trigger-target.active{
	height: 38px;
	margin-bottom: 18px;
	opacity: 1;
}
.form dl dd a{
	display: block;
	text-align: center;
}
.form dl dd.margin-adj{
	margin-bottom: 18px;
}
.login #wrap .content{
	padding: 0;
}
.login .conts-wrap{
	width: 87.5%;
	margin:0 auto;
	box-sizing:border-box;
}
.login .conts-wrap.m-b-x1{
  margin: 0 auto calc(var(--base-p) * 1);
}
  .login .conts-wrap.wide{
	width: 100%;
}
.login .error-response.conts-wrap-narrow{
	padding-right: 18px;
    padding-left: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 90%;
    max-width: 320px;
    box-sizing: border-box;
}
.login .form dl,
.login .form a,
.login .form p
.login .form input{
	position: relative;
	z-index: 100;
}

/*//// UTILIEIS */
.sitemap{
	text-align: left;
}
.sitemap .inner{
	padding-left: 16px;
	padding-right: 16px;
}
.sitemap a{
	margin: 20px auto;
	display: block;
}
/*//// POPUP */
.fancybox-slide{
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 18px;
	padding-bottom: 18px;
}
.popup{
	display: none;
	padding: 30px 15px;
	max-width: 320px;
	width: 100%;
}
.popup .aidy-icon-static{
	width: 100px;
	height: 100px;
	border-radius: 100%;
	margin: 0 auto 15px;

	background-repeat: no-repeat;
	background-position: center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.32);
}
.popup .aidy-icon-static.success{
	border: 4px solid #13913A;
	background-image: url("/public/images/aidy/aidy_success.jpg");
}
.popup .aidy-icon-static.neutral{
	border: 4px solid #13913A;
	background-image: url("/public/images/aidy/aidy_neutral.jpg");
}
.popup .aidy-icon-static.fail{
	border: 4px solid #C70000;
	background-image: url("/public/images/aidy/aidy_fail.jpg");
}
.popup .aidy-icon-static.busy{
	border: 4px solid #13913A;
	background-image: url("/public/images/aidy/aidy_busy.jpg");
}
.popup .aidy-icon-static.dashboard{
	border: 4px solid #13913A;
	background-image: url("/public/images/aidy/aidy_dashboard.jpg");
}
.popup .aidy-icon-static.working{
	border: 4px solid #13913A;
	background-image: url("/public/images/aidy/aidy_working.jpg");	
}
.popup .aidy-icon-static.warning{
	border: 4px solid #FFC700;
	background-image: url("/public/images/aidy/aidy_warning.jpg");
}
.popup .aidy-icon-static.auto-pilot-mode{
	background-image: url("/public/images/common/icon_auto_pilot.png");
}
.aidy-icon-static.manual-mode{
	background-image: url("/public/images/common/icon_manual_mode.png");
}


.popup .popup-ttl{
	color: #13913A;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	margin: 0 auto 10px;
}
.popup .popup-ttl.small{
	font-size: 14px;
	line-height: 19px;
}
.popup .popup-ttl.fail{
	color: #C70000;
}
.popup .error-des{
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: left;
}
.popup p{
	font-size: 12px;
	line-height: 19px;
}
.popup p.strong{
	font-size: 14px;
	line-height: 19px;
	font-weight: 700;
	margin: 0 auto 10px;
}
.popup p.bold{
	font-weight: 700;
}
.popup img{
	max-width: 100%;
}
.popup .btn-primary{
	max-width: 200px;
	margin: 15px auto 0;
}

.popup .btn-second{
	margin: 15px auto 0;
	max-width: 200px;
}
.popup .btn-third{
	margin: 15px auto 0;	
}
.popup .btn-third.width-wide{
	width: auto;
    max-width: 100px;
}
.popup .fancybox-close-small{
	display: none;
}
.popup .form{
	min-height: auto;
}
.popup .form .form-inside-type01{
	padding-top: 15px;
}
.popup .form .form-inside-type01 .btn-second{
	margin: 0 auto;
	max-width: 100%;
}
.popup .form .form-inside-type01 dl:last-child{
	margin-bottom: 0;
}
.popup dl dd.not-show-again{
	padding-right: 0px;
    padding-left: 30px;
    width: auto;
}
.popup.popup-nav{
	margin-top: 28px;
	background-color: transparent;
	padding: 0;
	height: 100%;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}
.popup.popup-nav .popup-nav-wrap{
	background-color: white;
	width: 100%;
    height: 100%;
	border-radius: 10px;
	box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    z-index: 10;
    position: relative;
    overflow: hidden;
    padding-top: 18px;
    padding-bottom: 18px;    
}
.popup.popup-nav a{
	color: #1b1b1b;
}
.popup.popup-nav .popup-ttl{
	margin: 0 auto 10px;
}
.popup .half-width{
	margin-bottom: 20px;
}
.popup .half-width dt{
	width: 100%;
}

.popup .half-width .half{
	flex:1 0 50%;
	padding-top: 10px;
    padding-bottom: 10px;
}
.popup.popup-nav .half-width .half img{
	width: 20px;
    height: auto;
    margin-right: 10px;
    margin-top: -2px;
    vertical-align: text-top;
    line-height: 22px;
}
.popup-nav-tri{
	width: 40px;
    position: fixed;
    top: 30px;
    right: 40px;
    z-index: 0;
}
/*//// DONUTS */
/*.donuts {
  margin: 0px;
  width: 50px;
  height: 50px;
  position: relative;
}
.donuts .progressbar-text{
	position: absolute;
    top: 6px;
    left: 6px;
    font-size: 10px;
    font-weight: 700;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.32);
    border-radius: 100%;
}*/
.meter {
	max-width: 200px;
    height: 62px;
    line-height: 62px;
    /*border-radius: 20px;*/
    /*border: 1px solid #13913A;*/
    position: relative;
    background: white;
    /*overflow: hidden;*/
    margin:0 auto 10px;

	moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.meter span {
    display: block;
    height: 100%;
    position: relative;
    z-index: 0;
}
.meter .meter-text{
	position: absolute;
	color: #1b1b1b;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 10;
	display: block;
	box-shadow: 0px 3px 6px rgb(0 0 0 / 0%);

	moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.meter .loader-static{
	margin: 0 auto;
}
.meter .meter-text:hover{
	cursor: default;
}
.popup p.target-txt{
	margin-bottom: 10px;
}
.popup .wait-txt{
	margin-top: 15px;
	border-top: 1px dotted #CCCCCC;

	moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;	
}
.meter .meter-text.btn-primary{
	margin: 0 auto 0;
}
.meter.loading-bar{
	border: 1px solid #C3E7CE;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
}
.completed .meter{
    height: 40px;
    line-height: 40px;
}
.completed .meter .loader-static{
	display: none;
}
.completed .meter .meter-text{
	color: white;
	cursor: pointer;
	font-weight: 700;
}
.popup.omit-style .wait-txt{
	margin-top: 0px;
	border-top: 0px dotted #ffffff;
}
.completed .meter:hover{
/*    border: 1px solid #45bd6a;
	box-shadow: 0px 0px 3px rgb(0 0 0 / 48%);*/
}
.completed .meter .meter-text:hover{
    background-color: #45bd6a;
}
.completed .meter .progress {
	background-color: #13913A;
}
.completed .meter.loading-bar{
	border: 0px solid #13913A;
}
.progress {
    background-color: #86C89A;
    -webkit-animation: progressBar 3s ease-in-out;
    -webkit-animation-fill-mode:both; 
    -moz-animation: progressBar 3s ease-in-out;
    -moz-animation-fill-mode:both; 
}

@-webkit-keyframes progressBar {
  0% { width: 0; }
  100% { width: 100%; }
}

@-moz-keyframes progressBar {
  0% { width: 0; }
  100% { width: 100%; }
}


.donuts{
    position: relative;
    width: 54px;
    height: 54px;
    user-select: none;
    box-sizing: border-box;
}
.donuts-bg{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    /*border: 6px solid #ffffff;*/
    box-sizing: border-box;
}
.spiner-holder-one{
    position: absolute;
    top:0;
    left:0;
    overflow: hidden;
    width: 50%;
    height: 50%;
    background: transparent;
    box-sizing: border-box;
}
.spiner-holder-two{
    position: absolute;
    top:0;
    left:0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: transparent;
    box-sizing: border-box;
}
.loader-spiner{
    width: 200%;
    height: 200%;
    border-radius: 50%;
    border: 6px solid #FFC700;
    box-sizing: border-box;
}
.static-pos .donuts{
	width: 54px;
	height: 54px;
	margin-left: -3px;
	margin-top: -3px;
}
.loader-static{
	opacity: 1;
	width: 62px;
    border-radius: 100%;
    margin-left: -1px;
    margin-top: -1px;
}
.done .loader-static{
	opacity: 0;
}
.static-pos .donuts-text{
	/*font-size: 10px;*/
}
.manage-tasks .card.static-pos .txt-conts{
	/*width: calc(100% - 125px);
	padding-left: 8px;
	padding-right: 4px;*/
}
.static-pos .donuts-text{
	opacity: 0;
	top: 5px;
    left: 5px;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 0%);
    border: 6px solid #13913A;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
}
.static-pos.done .donuts-text{
	opacity: 1;
}
.static-pos.error .donuts-text{
    border: 6px solid #C70000;
}

.animate-0-25-a{
    transform: rotate(90deg);
    transform-origin: 100% 100%;
}
.animate-0-25-b{
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
}
.animate-25-50-a{
    transform: rotate(180deg);
    transform-origin: 100% 100%;
}
.animate-25-50-b{
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
}
.animate-50-75-a{
    transform: rotate(270deg);
    transform-origin: 100% 100%;
}
.animate-50-75-b{
    transform: rotate(-90deg);
    transform-origin:100% 100%;
}
.animate-75-100-a{
    transform: rotate(0deg);
    transform-origin: 100% 100%;
}
.animate-75-100-b{
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
}
.donuts-text{
	position: absolute;
    top: 7px;
    left: 7px;
    font-size: 12px;
    font-weight: 700;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFC700;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.32);
    border-radius: 100%;
}
.done .loader-spiner{
	border: 6px solid #13913A;
}
.done .donuts-text{
	color: #13913A;
}
.done.error .loader-spiner{
	border: 6px solid #C70000;
}
.done.error .donuts-text{
	color: #C70000;	
}
.done.refresh .loader-spiner{
	border: 6px solid #FFC700;
}
.done.refresh .donuts-text{
	color: #FFC700;
}
.transit-overlay{
	position: fixed;
	z-index: -99999;
	width: 100%;
	height: 100%;
	display: none;
	opacity: 0;
	top: 0;
	left: 0;

	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.transit-overlay.ready{
	display: block;
	z-index: 999999999999;
}
.transit-overlay.active{
	opacity: 1;
}
.transit-overlay .transit-overlay-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	top: 0;
    left: 0;
	background-color: #ffffff;
	opacity: 0.95;	
}
.transit-overlay .spinner{
	margin:0 auto;
	width: 60px;
	height: 60px;
/*	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;*/
	background-color: white;
	border-radius: 100%;
	background-image: url("/public/images/common/spinner.gif");

	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: auto 30px;
	-o-background-size: auto 30px;
	-webkit-background-size: auto 30px;
	background-size: auto 30px; 
}
.transit-overlay .loading-conts{
	position: relative;
	z-index: 10;

	height: 100%;
    width: 100%;
    display: table;
}
.transit-overlay .loading-conts .loading-conts-detail{
	display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.transit-overlay .sign{
	width: 30px;
	display: block;
	margin: 0 auto;
}
.transit-overlay .main-logo{
	width: 200px;
    display: block;
    margin: 0 auto 10px;
}
.transit-overlay .conts-wrap-load{
	padding-left: 16px;
	padding-right: 16px;
	box-sizing: border-box;
}
.transit-overlay .ttl-load{
	font-size: 18px;
	font-weight: 700;
	color: #1b1b1b;
}
.transit-overlay hr.bdr{
    width: 100%;
    border-top: 1px dotted #CCCCCC;
}
.transit-overlay .txt-inner{
	/*align-items:center;*/

}
.transit-overlay .warning-icon{
	width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #1b1b1b;
    border-radius: 100%;
    background-color: #FFC700;
    display: inline-block;
    font-weight: 700;
    margin-right: 8px;
}
.transit-overlay .ttl-sub-load{
	margin-bottom: 20px;
}
.transit-overlay .txt-wrap{
	padding-left: 16px;
	width: calc(100% - 50px);
}
body .ui-widget{
	font-family: "Nunito Sans","Open Sans", Helvetica, Arial, sans-serif;
}
body .ui-widget-content{
	color: #1b1b1b;
}
.ui-widget.ui-widget-content{
	width: calc(100% - 36px);
	border-radius: 0;
    border: 0px!important;
    box-sizing:border-box;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 16%);
}
.ui-datepicker .ui-datepicker-header{
	background: #13913A;
    color: white;
    border: 0;
    margin-top: 2px;
}
.ui-widget-header .ui-icon.ui-icon-circle-triangle-w{
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: auto 15px;
	-o-background-size: auto 15px;
	-webkit-background-size: auto 15px;
	background-size: auto 15px; 
	background-image: url("/public/images/common/arrow_l_w.png");
}
.ui-widget-header .ui-icon.ui-icon-circle-triangle-e{
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: auto 15px;
	-o-background-size: auto 15px;
	-webkit-background-size: auto 15px;
	background-size: auto 15px; 
	background-image: url("/public/images/common/arrow_r_w.png");	
}
body .ui-state-default,
body .ui-widget-content .ui-state-default,
body .ui-widget-header .ui-state-default,
body .ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active{
	border: 1px solid white;
	background: white;
	text-align: center;
}
body .ui-state-highlight,
body .ui-widget-content .ui-state-highlight,
body .ui-widget-header .ui-state-highlight{
	background:white!important;
	font-weight: 700!important;
    color: #1b1b1b;
}
body .ui-datepicker td a{
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
body .ui-datepicker td a:hover{
	color: white;
	box-shadow: 0px 0px 3px rgb(0 0 0 / 48%);
    border: 1px solid #45bd6a;
	background-color: #45bd6a;
}
body .ui-state-hover,
body .ui-widget-content .ui-state-hover,
body .ui-widget-header .ui-state-hover,
body .ui-state-focus,
body .ui-widget-content .ui-state-focus,
body .ui-widget-header .ui-state-focus,
body .ui-button:hover,
body .ui-button:focus {
	border: 0px solid #cccccc;
	background: #45bd6a;
	font-weight: normal;
	color: #2b2b2b;
}
body .ui-datepicker .ui-datepicker-prev{
	left: 4px;
}
body .ui-datepicker .ui-datepicker-next{
	right: 4px;
}
body .ui-datepicker .ui-datepicker-prev:hover{
	left: 4px;
	top: 2px;
}
body .ui-datepicker .ui-datepicker-next:hover{
	right: 4px;
	top: 2px;
}
#upgradeP{
    max-width: 150px;
    margin: 0 auto;
}
.blink-txt {
  	animation: blinker 2s ease-in;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes blinker {
	0% {
		opacity: 100%;
	}
	50% {
		opacity: 5%;
	}
	100% {
		opacity: 100%;
	}
}
span.note-ttl{
	margin-bottom: 8px;
	display: inline-block;
	width: 100%;
}
span.limited-text{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: calc(100% - 90px);
	display: inline-block;
}
img.shared{
	width: 15px;
	vertical-align: top;
	margin-top: 3px;
	margin-left: 8px;
}
.show-fields-value img.shared{
	margin-top: 8px;
}
span.current-indicator{
	font-style: italic;
	color: #A6A6A6;
    margin-left: 4px;
    vertical-align: top;
}
.aidy-token{
	text-align: center;
	max-width: 168px;
	margin:0 auto 15px;
}
.switch {
	max-width: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 9px auto;
    text-align: center;
}
.switch p{
	display: inline-block;
	padding-right: 18px;
}
.form .switch .cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}

input.cmn-toggle-round + label {
  width: 34px;
  height: 21px;
  background-color: #dddddd;
  border-radius: 21px;
/*  right: 0;
  bottom:auto;*/
}
input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 21px;
  transition: background 0.4s;
}
input.cmn-toggle-round + label:after {
  width: 19px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: margin 0.4s;
}
input.cmn-toggle-round:checked + label:before {
  background-color: #13913A;
}
input.cmn-toggle-round:checked + label:after {
  margin-left: 14px;
}
.stored-value{
	height: 0!important;
	position: fixed;
    bottom: 0;
    z-index: -99999999999;
}
.changeError .select-selected{
	color: #1b1b1b;
}
.changeError .select-selected:after{
	border-color: #1b1b1b transparent transparent transparent;
}
/*text to numeric*/
.error-explain .item.error-box.type01,
.changeError.type01 .select-selected,
.changeError.type01 .select2-container{
	background-color: #FF0000;
}
/*text to datetime*/
.error-explain .item.error-box.type02,
.changeError.type02 .select-selected,
.changeError.type02 .select2-container{
	background-color: #FFA848;
}
/*numeric to datetime*/
.error-explain .item.error-box.type03,
.changeError.type03 .select-selected,
.changeError.type03 .select2-container{
	background-color: #FEC52E;
}
/*datetime to numeric*/
.error-explain .item.error-box.type04,
.changeError.type04 .select-selected,
.changeError.type04 .select2-container{
	background-color: #FC6A22;
}
.changeError.type01 .select2-container--default .select2-selection--single .select2-selection__clear,
.changeError.type02 .select2-container--default .select2-selection--single .select2-selection__clear,
.changeError.type03 .select2-container--default .select2-selection--single .select2-selection__clear,
.changeError.type04 .select2-container--default .select2-selection--single .select2-selection__clear{
	color: #1b1b1b;
}
.form .changeError.type01 .select2-container--default .select2-selection--single .select2-selection__arrow b,
.form .changeError.type02 .select2-container--default .select2-selection--single .select2-selection__arrow b,
.form .changeError.type03 .select2-container--default .select2-selection--single .select2-selection__arrow b,
.form .changeError.type04 .select2-container--default .select2-selection--single .select2-selection__arrow b{
	border-color: #1b1b1b transparent;
}

.error-explain{
	margin-bottom: 18px;
}
.error-explain .item{
	min-width: 90px;
	text-align: center;
	border: 1px solid #D0D0D0;
	line-height: 28px;
	padding: 6px 12px;
}
.error-explain .item.error-box{
	border: 0px solid #D0D0D0;
}
.error-explain .arrow{
	width: 10px;
    margin-top: 12px;
    margin-left: 12px;
    margin-right: 12px;
}
.popup.aidy-popup .error-explain p,
.error-explain p{
	margin-bottom: 0;

}
.full-page{}
.full-page .page-ttl{
	font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    margin: 0 auto 10px;
}
.full-page p{
	font-size: var(--base-fs);
    line-height: var(--base-lh);
}
.tab-toggle {
	width: 100%;
	max-width: 224px;
	height: 28px;
	margin:0 auto;

}
  
.tab-buttons {
	position: relative;
	width: 100%;
	padding: 2px;
	box-sizing: border-box;
	background-color: #ddd;
	border-radius: 14px;
	
}
.tab-btn {
	flex: 1;
	text-align: center;
	font-size: 10px;
	font-weight: 700;
	line-height: 24px;
	position: relative;
	z-index: 10;
	color: var(--black);
}
.tab-btn.active {
	color: var(--white);
}
.tab-buttons .tab-indicator{
	position: absolute;
	z-index: 0;
	top: 2px;
	left: 2px;
	width: 110px;
	height: 24px;
	background-color: var(--green);
	border-radius: 12px;
}
  
.tab-content {
	/* display: none; */
	padding: var(--base-p) 0 0;
}
.tab-content {
	display: none;
	visibility: hidden;
}
  
.tab-content.active {
	display: block;
	visibility: visible;
}
  
.multi-cards-wrap{
	max-width: 768px;
	margin: 0 auto;
}

.multi-cards-wrap .card-grid-wrap{
	padding-left: var(--base-p-half);
	padding-right: var(--base-p-half);
	width: 50%;
	position: relative;
	box-sizing: border-box;
	align-self: stretch;
	margin-bottom: var(--base-p);
}
.multi-cards-wrap .card-grid-wrap .card{
	padding: 10px 12px 10px;
	border: 1px solid var(--white);
	height: 100%;
	margin-bottom: 0;
	box-sizing: border-box;
}
.multi-cards-wrap .card-grid-wrap .card:hover,
.multi-cards-wrap .card-grid-wrap .card.active{
	border: 1px solid var(--green);
	cursor: pointer;
}
.multi-cards-wrap .card-grid-wrap .card.transit{
	margin-bottom: 40px;
}
.multi-cards-wrap .card-grid-wrap .card .card-ttl{
	/* font-size: 12px;
	line-height: 14px; */
	font-size: 14px;
	line-height: 19px; 
	color: var(--green);
}
.multi-cards-wrap .card-grid-wrap .card p.des{
	/* font-size: 10px;
	line-height: 16px; */
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.multi-cards-wrap .card-grid-wrap .card .card-top{
	padding: 0 0 40px;
	position: relative;
}
.multi-cards-wrap .card-grid-wrap .card .btn-wrap{
	position: absolute;
	bottom: 0;
	right: 12px;
	width: calc(100% - 24px);
	height: 18px;
	text-align: right;
}
.multi-cards-wrap .card-grid-wrap .card .btn-wrap a.btn-more{
	position: absolute;
	top: 0;
	right: 0;
}
.multi-cards-wrap .card-grid-wrap .card .select-wrap{
	position: absolute;
	bottom:10px;
	display: none;
	opacity: 0;
	height: 0;
	width: calc(100% - 24px);
}
.multi-cards-wrap .card-grid-wrap .card .select-wrap.active{
	display: block;
	opacity: 1;
	height: 40px;
	/* display: block; */
}
.multi-cards-wrap .card-grid-wrap .card .select-wrap a{
	margin:16px auto 0;
}
@media only screen and (min-width: 640px){
	.multi-cards-wrap .card-grid-wrap{
		width: 33.3333%;
	}
}
.slide-in{
	width: 300px;
	height: 100%;
	padding-top: 24px;
	position: absolute;
	z-index: 110;
	top: 0;
    right: -300px;
	background-color: var(--white);
	box-sizing: border-box;
}
.slide-in.active{
	right: 0;
}
.slide-in .slide-in-meta,
.milestone-card .milestone-meta{
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	padding-bottom: var(--base-p);
	border-bottom: 1px solid var(--gray06);
	margin-bottom: 8px;
}
.milestone-card .milestone-meta{
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.slide-in .slide-in-meta .slide-in-ttl,
.milestone-card .milestone-ttl{
	color: var(--green);
	margin-bottom: 4px;
}
.milestone-card .milestone-ttl{
	margin-bottom: 0;
	font-weight: 700;
}

.slide-in-cls-btn{
	position: absolute;
	top:4px;
	right: 4px;
	width: 20px;
    height: 20px;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.slide-in-cls-btn .cross-line{
	position: absolute;
    left: 50%;
    margin-left: -6px;
    top: 50%;
    margin-top: -1px;
    width: 12px;
    height: 2px;
    display: block;
    background-color: #A4A4A4;
    border-radius: 1px;
	box-sizing: border-box;
}
.slide-in-cls-btn .cross-line:first-child{
	margin-left: -1px;
    margin-top: -6px;
    height: 12px;
    width: 2px;
}
.slide-in-bg{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -100;
	top: 0;
    left: 0;
	opacity: 0;
	background-color: var(--black);
	display: none;
}
.slide-in-bg.active{
	z-index: 100;
	display: block;
}
.milestone-list{

}

.milestone-list .indicator{
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: auto 8px;
	-o-background-size: auto 8px;
	-webkit-background-size: auto 8px;
	background-size: auto 8px; 
	border-radius: 100%;
	background-color: var(--gray04);
	background-image: url("/public/images/common/icon_check_w.png");  
	margin-right: 12px;
}
.milestone-list .milestone-list-ttl{
	font-size: 12px;
	color: var(--black);
}
.milestone-list dl{
	padding-top: 4px;
	padding-bottom: 4px;
}
.milestone-list dl .circle-plus{
	margin-right: 4px;
}
.milestone-list dd{
	padding-left: 32px;
	font-size: 12px;
}
.milestone-list .milestone-sub-item{
	padding-top: 4px;
	padding-bottom: 4px;
}
.milestone-list .milestone-sub-item .text-des{
	align-items: flex-start;
}
.milestone-list .milestone-sub-item .sub-indicator{
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: var(--gray04);
	margin-right: 12px;
	margin-top: 8px;
}
.milestone-list .milestone-sub-item .sub-item-txt{
	color: var(--gray04);
	width: calc(100% - 16px);
}
.milestone-list .milestone-sub-item .sub-item-txt.loading,
.milestone-list .milestone-sub-item .sub-item-txt.completed{
	color: var(--black);
}
.milestone-list .btn-forth{
	margin:0;
}
.milestone-list .indicator.loading,
.milestone-list .sub-indicator.loading{
	background-color: var(--yellow);
}
.milestone-list .indicator.completed,
.milestone-list .sub-indicator.completed{
	background-color: var(--green);
}

.milestone-list .demo-btn{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 40px;
}
.milestone-list .loading-bar {
	width: 170px;
	height: 4px;
	background-color: var(--gray07);
	position: relative;
	overflow: hidden;
	margin-left: 16px;
	margin-top: 6px;
    margin-bottom: 2px;
	display: none;
}
.milestone-list .loading-bar.active{
	display: block;
}
.milestone-list .loading-bar.completed .loading-fill{
	background-color: var(--green);
}
  
.milestone-list .loading-fill {
	width: 0%;
	height: 100%;
	background-color: var(--yellow); /* Use your brand color */
	transition: width 0.3s ease;
	border-radius: 3px;
}
.milestone-list .milestone-btn{
	display: none;
	margin-top: 6px;
    margin-bottom: 2px;
	margin-left: 16px;
}
.milestone-list .milestone-btn.active{
	display: block;
}
.form .milestone-list dt{
	padding-right:0px;
    padding-left:0px;
}
.milestone-card .milestone-list .indicator{
	margin-right: 8px;
}
.form .milestone-list dl dd{
	padding-left: 28px;
}
.form .milestone-list dl{
	margin-bottom: 4px;
}
.form .milestone-card .bar-btn dl .btn-forth{
	color: var(--white);
}



.demo-btn-wrap{
	width: 100%;
}