.ruleupdate {
	font-size: 0.6em;
	text-align: right;
	width: 90%;
	margin: 20px auto;
}
.rulebody {
	display: block;
	font-size: 0.7em;
	resize: none;
	border: 0;
	width: 90%;
	max-width: 1000px;
	margin: auto;
	line-height: 1.6;
	background: var(--color-lightgray);
	border-radius: 10px;
	padding: 40px 20px;
}
.rulebody a {
	font-size: 1em;
	text-decoration: underline;
	color: #60BAFF;
}
textarea {
	min-height: 300px;
	height: 60vh;
	background: #FFF;
}

/*===========================
=============================
SP ~750
=============================
===========================*/
@media screen and (min-width:750px) {
}