@charset "utf-8";




.contents {
	height: 460px;
	margin: 120px auto;
	
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.contentImg {
	width:100%;
	/*border: 1px solid #ddd;*/
}

.contentImg img{
	width:100%;
}

.input_frame{
	display: inline-block;
	position: relative;
	margin-left: 3rem;
	z-index: 1;
}
.input_frame_field{
	position: absolute;
	top: 0;
	left: 0;
}
.numText{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#formula{
	display: flex;
	margin: 0 auto;
}
.divQ{
	display: flex;
	justify-content: center;
	align-items: center;

}
.divQ span{
	font-size: 110px!important;
}



.checkBtn{
	height:30px;
	cursor: pointer;
	position:absolute;
}
.checkBtn img{
	height:30px;
	opacity: 0;
}

#retryPage{
	margin: 0 30px;
}

#endmenu{
	margin: 0 30px;
}

.d_next{
	z-index:999;
}


#black{
	/*
	background-color:#000;
	opacity:0.7;	
	*/
	background:rgba(0,0,0,0.7);
	position:absolute;
	top:-500px;
	left:-500px;
	width:2000px;
	height:2000px;
	z-index:99999;
}
#whiteBack{
	background-color:#eee;
	position:absolute;
	top:700px;
	left:700px;
	width:850px;
	height:200px;
	z-index:100000;	
	
}

.load_bg{
	display: none;
}
#l-overlay-kuku-list{
	top: 0;
    height: 720px;
}

.p-btn-start{
	position: absolute;
	width: 184px;
	height: 62px;
	z-index: 100;
	font-size: 15px;
}
.p-btn-menu{
	position: absolute;
	width: 184px;
	height: 62px;
	z-index: 100;
	font-size: 15px;
}
.p-btn-start span, .p-btn-all-check span, .p-btn-all-remove span {
	display: inline-flex;
    align-items: center;
}
.p-btn-start span img,
.p-btn-all-check span img,
.p-btn-all-remove span img,
.p-btn-question span img,
.p-btn-menu span img{
	margin-right: 8px;
}
.p-btn-all-check, .p-btn-all-remove, .p-btn-question {
	position: absolute;
	width: 184px;
	height: 62px;
	z-index: 100;
	font-size: 15px;
}


/*	���[�_���E�B���h�E
-------------------------------------------------------- */
.modal {
	display: none;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9998;
}

/* ���� */
.modal #overflow {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.modal #overflow .inner {
	position: relative;
	background: #fff;
	display: inline-block;
	margin: 0 auto;
	padding: 16px;
}

.modal-close {
	position: absolute;
	top: 0;
	right: -64px;
}

.modal-close a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	background: #333;
}

/* �A���[�g�E�B���h�E */
#alert-window {
	display: none;
	/* display: table-cell; */
	text-align: center;
	vertical-align: middle;
}

#alert-window .cf {
	margin-top: 30px;
}

#alert-window button {
	margin: 10px 5px 0;
}

#alert-window .inner {
	display: inline-block;
}

#alert-window button {
	border-radius: 4px;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 20px;
}

#alert-window button:active {
	border-bottom: none;
	margin-top: 3px;
}

.alert-ng {
	color: #555;
	/*float: left;*/
	background: #E9F0F0;
}

.alert-ok {
	color: #fff;
	/* float: right; */
	background: #555;
}

