@charset "UTF-8";

/* ヒーローエリア */
.hero {
	background-image: url(../img/hero-policy.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 554px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero .container {
	padding: 0px 30px;
}

.hero .container img.ttl {
	max-width: 576x;
	width: 100%;
	height: auto;
}

/* PRIVACY POLICY */
.policy {
	padding: 60px 30px;
}

.policy .container {
	display: block;
	max-width: 1200px;
	margin: 0 auto;
}

.policy .head {
	border-bottom: 1px solid #707070;
	margin-bottom: 30px;
}

.policy h2 {
	text-align: center;
	font-size: 24px;
	font-family: 'Noto Serif JP', serif;
	padding-bottom: 30px;
}

.policy p.catch {
	margin-bottom: 60px;
	text-align: center;
}

.policy h3,
.policy p {
	font-size: 16px;
	margin-bottom: 20px;
}

.policy p:last-child {
	margin-bottom: 0px;
}