@charset "utf-8";
.red{color: #CF0000;}

/* nazo */
#nazo{
	position: relative;
	margin: 0 auto;
	padding: 45px 0;
	background-image: url("../img/corner01.png"), url("../img/corner02.png"), url("../img/corner03.png"), url("../img/corner04.png"), url("../img/bg02.jpg");
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
	background-position: 2px 12px, calc(100% - 2px) 12px, 2px calc(100% - 7px), calc(100% - 2px) calc(100% - 7px), 50% 50%;
	background-size: 65px auto, 65px auto, 65px auto, 65px auto, 150px auto;
}
#nazo h2{padding-bottom: 25px;}

#nazo .btn_nazo{
	position: relative;
	cursor: pointer;
	margin: 0 auto;
	width: 100%;
	max-width: 580px;
}
#nazo .nazoArea{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 30px);
	max-width: 800px;
}
#nazo .nazoImages{
	position: relative;
	margin: 10px auto 0 auto;
	width: 100%;
	max-width: 800px;
}
#nazo #err{
	position: relative;
	margin: 0 auto;
}
#nazo #err p{
	position: relative;
	margin: 0 auto;
	padding: 5px 10px;
	color: #e1d24f;
	text-align: center;
}
#nazo .hintWrap{
	position: relative;
	margin: 20px auto 40px auto;
}
#nazo .hintInWrap{
	position: relative;
	margin: 0 auto 10px auto;
	width: calc(100% - 40px);
	max-width: 600px;
	border: solid 1px #AF9546;
	background-color: #AF9546;
	border-radius:5px;
	overflow:hidden;
}
#nazo .hintWrap .Btnhint{
	position: relative;
	margin: 0 auto;
	padding: 3px 20px;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	font-size: .13rem;
	transition: all .3s ease-out;
}
#nazo .hintWrap .Btnhint:hover{background-color: #AB7912;}
#nazo .hintWrap .hintTxt{
	position: relative;
	margin: 0 auto;
	padding: 10px;
	font-size: .13rem;
	display: none;
	background-color: #ffffff;
	color: #2d020b;
}
#nazo .inputArea{
	margin: 0 auto;
	padding-bottom: 10px;
	width: calc(100% - 20px);
}
/* form */
.inputArea .inputTxt{
	position: relative;
    display: block;
	margin:  0 auto 20px auto !important;
	padding: 0 8px;
	border: solid 1px #240310;
	background-color: #FFFCF4;
	width: calc(100% - 16px);
	max-width: 686px;
	border-radius: 5px;
	height: 2.5em;
	line-height: 3em;
	font-size: .16rem;
}
.inputArea .inputTxt.disabled{background-color: #B0CFD7; color: #708392;pointer-events : none;}
::placeholder {color: #cecece;}
input::-webkit-contacts-auto-fill-button, 
input::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}
#nazo .button{font-size:105%;max-width: 15em; border:none;cursor: pointer;}
.button::after{display: none;}

.modal{
	top:50%;
	width: calc(100% - 20px);
	height: auto;
	transform: translate(-50%, -50%);
	background-color: transparent;
	padding: 0;
}

/* opwinO */
#opwinO{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100vh;
	height: 100lvh;
	display: none;
	z-index: 3800;
	overflow-y: auto;
	background-color: rgba(233,111,21,0.96);
}
.close_win1 {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
	overflow: hidden;
 }
.btn_win1{
	position: absolute;
	top:0;
	right: 0;
	display: block;
	width: 50px;
	height: 50px;
	background-image: url("../img/close.png");
	background-position: 50% 50%;
	background-size: contain;
	background-repeat:no-repeat;
	z-index: 3802;
	cursor: pointer;
}
.result{
	position: absolute;
	top:30px;
	left:50%;
	width: calc(100% - 60px);
	max-width: 960px;
	height: calc(100vh - 170px);
	overflow: scroll;
	transform: translateX(-50%);
	background-color: #ffffff;
	border-radius: 15px;
	padding: 25px 10px;
	color: #2d020b;
}
.result .clearImg{
	position: relative;
	margin: 0 auto 20px auto;
	width:70%;
	max-width: 373px;
}
.result h3{
	position: relative;
	margin: 40px auto 20px auto;
	width:80%;
	max-width: 378px;
}
.result p{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 30px);
}
.result ul{
	position: relative;
	margin: 0 auto 10px auto;
	width:100%;
	gap: 10px 5px;
}
.result ul li{
	position: relative;
	margin: 0;
	width:calc(25% - 6px);
}

/* ----- pc ----- */
@media screen and (min-width: 641px) {
	
	/* nazo */
	#nazo{
		padding: 80px 0;
		background-position: 3px 10px, calc(100% - 3px) 10px, 3px calc(100% - 4px), calc(100% - 3px) calc(100% - 4px), 50% 50%;
		background-size: 123px auto, 123px auto, 123px auto, 123px auto, 300px auto;
	}
	#nazo h2{padding-bottom: 45px;}

	#nazo .nazoImages{margin: 20px auto 0 auto;}
	#nazo .hintWrap{margin: 40px auto 60px auto;}
	#nazo .hintInWrap{margin: 0 auto 15px auto;}
	#nazo .hintWrap .Btnhint{
		padding: 5px 20px;
		font-size: .15rem;
	}
	#nazo .hintWrap .hintTxt{
		padding: 20px;
		font-size: .15rem;
	}
	/* form */
	.inputArea .inputTxt{
		margin:  0 auto 30px auto !important;
		height: 4em;
	}

	/* opwinO */
	.btn_win1{
		width: 70px;
		height: 70px;
	}
	.result{
		top:50px;
		height: calc(100vh - 180px);
		padding: 40px 70px;
	}
	.result .clearImg{margin: 0 auto 50px auto;}
	.result h3{margin: 60px auto 40px auto;}
	.result p{max-width: 600px;}
	.result ul{
		margin: 0 auto 15px auto;
		gap: 15px 10px;
		max-width: 620px;
	}
	.result ul li{width:calc(25% - 12px);}
	
}