@charset "UTF-8";
/* CSS Document */

/*#passWrap {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background-color: rgba(0,0,0,0.6);
	padding: 3%;

}*/
.lity {
	background-color: rgba(0,0,0,0.8)!important;
}
.lity-container {
	height: 90vh;
	overflow-y: scroll;
}

.lity-close {
    width: 50px!important;
    height: 50px!important;
    font-size: 80px!important;
    /*line-height: 80px!important;*/
	font-weight: 100!important;
	right: 3%!important;
	font-family: 'Cinzel', serif!important;
	font-weight: lighter;
}


#passWrap #passBox {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	background-color: #fff;
	padding: 3%;
	position: relative;
	overflow-y: auto;
}
#passWrap h3.h3Pass {
	font-size: 28px;
	padding-bottom: 1em;
	text-align: center;
}
#passWrap #mails {
	width: 90%;
	max-width: 920px;
}

#passWrap .info-area {
    margin: 0 auto ;
}
#passWrap .info-area .info-btn2 li {
	margin-top: 0;
}
#passWrap #sec01 {
	padding-top: 5%;
	width: 90%;
	max-width: 920px;
}
#passWrap #sec01 .lead {
	padding: 1em 0;
	/*text-align: left;*/
	font-size: 18px;
}
#passWrap #sec01 .lead.uLine {
	border-bottom: #000 solid 1px;
}
#passWrap #sec01 .lead.tLine {
	border-top: #000 solid 1px;
}
#passWrap #sec01 p.caption.red {
	font-size: 15px;
	color: #D20003;
	padding-bottom: 2em;
	text-align: center;
}
#passWrap #sec01 .info-area .info-btn1 li a {
	font-size: 20px;
}
#passWrap #sec01 .info-area .info-btn1 li {
	width: 30em;
	margin-top: 0;
}

@media screen and (max-width: 959px) {
	#passWrap h3.h3Pass {
    font-size: clamp(22px, 3.0vw, 24px);
	}
	#passWrap #sec01 .lead {
		font-size: clamp(16px, 2.2vw, 18px);
	}
	#passWrap #sec01 .info-area .info-btn1 li a {
		font-size: clamp(16px, 2.2vw, 18px);
		font-size: 180%;
	}
}

@media screen and (max-width: 599px) {
	#passWrap #passBox {
	width: 90%;
		margin-top: 5%;
		margin-bottom: 5%;
	}
	#passWrap h3.h3Pass {
		font-size: 4.6vw;
    font-size: clamp(16px, 4.6vw, 18px);
	}
	#passWrap #sec01 .lead {
		font-size: 3.7vw;
		font-size: clamp(13px, 3.7vw, 15px);
		text-align: justify;
	}
	#passWrap #sec01 .info-area .info-btn1 li a {
		font-size: clamp(16px, 2.2vw, 18px);
		font-size: 140%;
	}
	.lity-close {
		right: 0%!important;
	}
}

.boxWidth {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}