.app-dajo-wrap{
	margin: 0;
	padding: 50px 0 0;
	font-family: 'PT Sans', sans-serif;
	font-size: 15px;
	color: #626262;
	background: white;
}
.app-dajo-wrap *{
	box-sizing: border-box;
	font-family: 'PT Sans', sans-serif;
}

.app-dajo-wrap input[type="text"],
.app-dajo-wrap input[type="number"],
.app-dajo-wrap textarea,
.app-dajo-wrap select{
    width: 100%;
    min-width: 4em;
	padding: 0.3em 0.5em;
    border: 1px solid #d0d2de;
	border-radius: 3px;
    outline: 0;
    font-size: 16px;
    color: #999;
    margin-top: 5px;
    transition: all 1s ease-out;
}

.app-dajo-wrap input[type="number"]{
	width: 4em;
}


	.app-dajo-wrap input[type="text"]:hover,
	.app-dajo-wrap input[type="number"]:hover,
	.app-dajo-wrap textarea:hover,
	.app-dajo-wrap select:hover{
		border-bottom-style: solid;
		color: #333;
	}
	.app-dajo-wrap input[type="text"]:focus,
	.app-dajo-wrap input[type="number"]:focus,
	.app-dajo-wrap textarea:focus,
	.app-dajo-wrap select:focus{
		border-bottom-style: solid;
		border-bottom-color: #82CD3D;
		color: #333;
	}

.app-dajo-wrap .c{
	text-align: center;
}

.app-dajo-wrap .w1{
	display: inline-block;
	width: 33%;
	margin: 0;
	vertical-align: top;
}

.app-dajo-wrap .w2{
	display: inline-block;
	width: 65%;
	margin: 0;
	vertical-align: top;
}

.app-dajo-wrap .nobr{
    white-space: nowrap;
}

.app-dajo-wrap .link-1{
	color: black;
	font-weight: bold;
}

.app-dajo-wrap .error-msg{
	color: #a94442;
	background-color: #f2dede;
	padding: 15px;
	margin: 20px 0;
	border: 1px solid #ebccd1;
	border-radius: 4px;
	font-weight: bold;
    transition: all 1s ease-out;
}

.app-dajo-wrap .error-fld{
	border: 1px solid #a94442 !important;
	background-color: #f2dede !important;
}

.app-dajo-wrap .p-thank {
    font-size: 22px;
}

.app-dajo-wrap .app-wrap{
	width: 90%;
	max-width: 1140px;
	margin: 0 auto;
}


.app-dajo-wrap .header{
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 30px
}

.app-dajo-wrap .header-last{
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 30px
}

.app-dajo-wrap .page > div:first-child{
	padding: 10px;
	background: #eef1f6;
	margin-bottom: 30px;
	border-radius: 3px;
}

.app-dajo-wrap .page label{
	display: inline-block;
	width: 49%;
	padding: 5px;	
}



.app-dajo-wrap .chart-box{
	border-bottom: 2px solid #2e4f78;
	margin: 20px auto 70px;
}

.app-dajo-wrap .chart-item{
	display: inline-block;
	width: calc((100% / 3) - 5px);
	font-family: Arial;
    font-size: 16px;
    text-align: center;
    vertical-align: bottom;
	color: #ccc;
}
	.chart-item.active{
		color: #2e4f78;
	}

.app-dajo-wrap .chart-item__disc{
	text-align: center;
}

.app-dajo-wrap .chart-item__disc > span{
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid #2e4f78;
	border-radius: 50%;
	background: #eef1f6;
	transition: all 0.2s ease-out;
    margin-bottom: -16px;
}

	.chart-item__disc span:hover,
	.chart-item.active span{
		background: #2e4f78;
	}



.app-dajo-wrap .slides{
	width: 65%;
	min-width: 450px;
	float: left;
}

.app-dajo-wrap .slides.last{
	width: 100%;	
}


.app-dajo-wrap .menu{
	width: 33%;
	float: right;
	outline: 0px solid red;	
	padding-left: 35px;
	vertical-align: top;
}


.app-dajo-wrap .slide-fade-enter-active {
	transition: all .5s ease;
}
.app-dajo-wrap .slide-fade-leave-active {
	transition: all .5s ease;
}
.app-dajo-wrap .slide-fade-enter{
	transform: translateY(50px);
	opacity: 0.3;
}
.app-dajo-wrap .slide-fade-leave-to{
	transform: translateY(-50px);
	opacity: 0;
}



.app-dajo-wrap .btn_dark,
.app-dajo-wrap .btn_light{
	display: block;
	width: 100%;
    height: 60px;
	background: #2e4f78;
	border: 1px solid #eef1f6;
	border-radius: 4px;
	cursor: pointer;
	color: white;
	outline: 0;
	font-size: 14px;
	padding: 0.5em 1em;
	margin-bottom: 10px;
    transition: all 0.3s ease-out;
}
	.app-dajo-wrap .btn_green:hover{
		background: #D9F0C4;
		color: #333;		
	}

.app-dajo-wrap .btn_light{
	background: white;
	border: 1px solid #9E9E9E;
	color: #666;
}
	.btn_light:hover{
		background: #2e4f78;
		color: white;
	}


.app-dajo-wrap .tab-1{
	width: 100%;
}

.app-dajo-wrap .tab-1 td{
	border-collapse: collapse;
	padding: 5px 10px;
	text-align: center;
	white-space: nowrap;
}

.app-dajo-wrap .tab-1 td:first-child{
	border-collapse: collapse;
	padding-left: 0;
	text-align: left;
	white-space: normal;
}
.app-dajo-wrap .tab-1 td:nth-child(2){
	font-size: 16px;
}

.app-dajo-wrap .tab-1 th{
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding: 15px 10px;
	white-space: nowrap;
}

.app-dajo-wrap .tab-1 th:first-child{
	text-align: left;
}

.app-dajo-wrap .tab-1 .total-row td{
	border-top: 1px solid #333;
}


.app-dajo-wrap .agree-box{
	font-size: 12px;
}
.app-dajo-wrap .agree-box input{
	width: 15px;
    height: 15px;
}


@media screen and (max-width: 800px){
	.app-dajo-wrap .app-wrap{
		width: 100%;
		max-width: 100%;
	}
	
	.app-dajo-wrap .menu{
		padding-left: 10px;
	}
	
	.app-dajo-wrap .slides.last .page{
		padding: 0 10px;
	}
}

@media screen and (max-width: 768px){
	.app-dajo-wrap .slides, .menu{
		width: 100%;
		min-width: 100%;
		float: none;
	}

}

@media screen and (max-width: 480px){
	.app-dajo-wrap .menu{
		margin: 30px 0 50px;
    	padding-left: 0px;
	}
	.page > div:first-child {
	    margin-bottom: 10px;
	}

	.app-dajo-wrap .tab-1 th {
		padding: 10px 5px;
	    white-space: normal;
	}
	
	.app-dajo-wrap .page label {
	    display: block;
	    width: 100%;
	    margin-bottom: 15px;
	}
	
	.app-dajo-wrap .agree-box {
	    font-size: 14px;
	    padding: 0 10px;
	}
	
}

