#cover,
.firViMask {
    opacity: 0;
    visibility: hidden;
}
.ruleBox2 {
	margin-bottom: 10px;
	background-color: rgba(250,250,238,0.8);
}
.ruleBox2 h3 {
	padding: 16px 70px;
	position: relative;
/*	cursor: pointer;	*/
	text-align: center;
	font-size: 1.5rem;
	letter-spacing: 0.05rem;
	font-weight: 500;
}
/*
.ruleBox2 h3:before,
.ruleBox2 h3:after {
	position: absolute;
	right: 60px;
	top: 50%;
	width: 15px;
	height: 2px;
	background-color: #51A887;
	transition: all .3s ease;
	content: "";
}
.ruleBox2 h3::after {
	transform: rotate(90deg);
}
.ruleBox2 h3.on::after {
	transform: rotate(180deg);
	opacity: 0;
}
*/
.ruleBox2 .txtBox {
	padding: 0 70px 37px;
/*	display: none;	*/
}
.ruleBox2 p {
	line-height: 1.85;
	letter-spacing: 0.04em;
}
.ruleBox2 a {
	text-decoration: underline;
}
@media all and (min-width: 999px) {
	.ruleBox2 a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 767px) {
	.ruleBox2 h3 {
		padding: 16px 20px;
		font-size: 1.3rem;
		text-align: left;
	}
	.ruleBox2 .txtBox {
		padding: 0 20px 22px;
		font-size: 1.3rem;
	}
	.ruleBox2 h3:before,
	.ruleBox2 h3:after {
		right: 20px;
	}
}
@media all and (max-width: 374px) {
	.ruleBox2 h3 {
    font-size: 1.25rem;
	}
	.ruleBox2 h3:before, .ruleBox2 h3:after {
    width: 12px;
	}
	.ruleBox2 .txtBox {
    font-size: 1.2rem;
	}
}
