@charset "utf-8";

/* ========================================================
	privacy-policy.css
======================================================== */

.page_title .ff_en {
	font-size: 12rem;
}
@media screen and (max-width: 767px) {
	.page_title .ff_en {
		font-size: 8rem;
		line-height: 0.8;
	}
}

/* privacy-policy_contents
============================================================================================================ */
.privacy-policy_contents {
	position: relative;
	margin-bottom: 220px;
}
.privacy-policy_contents::before,
.privacy-policy_contents::after {
	content: "";
	display: block;
	height: 4px;
	background: #442407;
	border-radius: 4px;
}
.privacy-policy_contents::before {
	margin-bottom: 70px;
}
.privacy-policy_contents::after {
	margin-top: 80px;
}
.privacy-policy_contents section + section {
	margin-top: 70px;
}
.privacy-policy_contents section h2 {
	font-size: 1.8rem;
	line-height: 1.6;
	color: #442407;
}
.privacy-policy_contents section .content > * + * {
	margin-top: 2em;
}
.privacy-policy_contents section .content a {
	color: #0099CC;
}
@media screen and (min-width: 768px), print {
	.privacy-policy_contents section {
		display: flex;
		justify-content: space-between;
	}
	.privacy-policy_contents section h2 {
		width: 240px;
	}
	.privacy-policy_contents section .content {
		width: calc(100% - 240px);
	}
}
@media screen and (max-width: 767px) {
	.privacy-policy_contents {
		margin-top: 40px;
		margin-bottom: 80px;
	}
	.privacy-policy_contents::before {
		margin-bottom: 40px;
	}
	.privacy-policy_contents::after {
		margin-top: 60px;
	}
	.privacy-policy_contents section + section {
		margin-top: 40px;
	}
	.privacy-policy_contents section {
		font-size: 1.2rem;
	}
	.privacy-policy_contents section h2 {
		margin-bottom: 1em;
		font-size: 1.6rem;
	}
}
