@charset "utf-8";

ol {
	list-style-type: decimal;
	list-style-position: inside;
}

.main-inner {
	max-width: 940px;
	padding: 0 20px;
	margin: 5rem auto;
	display: block;
}

.privacy-box-title {
	color: #111111;
}

.heading01 {
	position: relative;
	padding-top: 30px;
	font-size: 2rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.heading01 span {
	position: relative;
	z-index: 2;
}

.heading01::before {
	content: attr(data-en);
	position: absolute;
	top: -20px;
	left: 0;
	color: rgba(0, 0, 0, 0.1);
	font-size: 10rem;
	text-transform: uppercase;
	z-index: 1;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: bold;
}

#privacy-policy .privacy-box {
	margin-top: 5rem;
}

#privacy-policy .privacy-box h3 {
	width: 100%;
	height: auto;
	margin: 2rem auto;
	text-align: center;
	font-size: 1.8rem;
	color: #111111;
	font-weight: bold;
}

#privacy-policy .privacy-box .ceo-box {
	text-align: right;
	line-height: 2;
	margin-bottom: 2rem;
}

#privacy-policy .privacy-box .privacy-text {
	line-height: 1.8;
	text-align: justify;
}

#privacy-policy .privacy-box .privacy-text h4 {
	margin-top: 2rem;
	margin-bottom: 1rem;
	color: #111111;
	font-weight: bold;
}

#privacy-policy .privacy-box .privacy-text ol {
	padding-left: 1rem;
}

#privacy-policy .privacy-box .privacy-text a {
	text-decoration: none;
}

.kaiji-box {
	border: 1px solid #111111;
	border-radius: 5px;
	padding: 1rem;
	margin-bottom: 1rem;
}

@media screen and (max-width:768px) {

	.main-inner {
		margin: 2rem auto;
	}

	.privacy-box-title {
		border: none;
	}

	.heading01::before {
		top: 0;
		font-size: 4.5rem;
	}
}