@charset "utf-8";

.main-title-box {
	text-align: center;
}

.privacy-box h3 {
	width: 100%;
	text-align: center;
	font-size: 1.8rem;
	margin: 2rem auto;
	color: #9cca54;
}

.privacy-box .ceo-box {
	text-align: right;
	line-height: 2;
	margin-bottom: 2rem;
}

.privacy-box .privacy-text {
	line-height: 1.8;
}

.privacy-box .privacy-text h4 {
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.privacy-box .privacy-text ol {
	padding-left: 2rem;
}

.privacy-box .privacy-text a {
	text-decoration: none;
}

.kaiji-box {
	padding: 1rem;
	margin-bottom: 1rem;
	border: 2px solid #9cca54;
	border-radius: 3px;
}