@charset "UTF-8";

/* ヒーローエリア */
section.hero_privacy {
	width: 100%;
	height: 600px;
	background: url(../img/hero_privacy.jpg) no-repeat center center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 30px;
}

section.hero_privacy img {
	display: block;
	max-width: 686px;
	width: 100%;
	height: auto;
}

/* コンテンツ */
section.content {
	padding: 30px 0px 45px;
}

section.content img.icon1 {
	display: block;
	width: 163px;
	height: auto;
	margin: 0 auto 60px;
}

div.head {
	border-bottom: 1px solid #313131;
	margin-bottom: 30px;
}

div.head h3 {
	margin-bottom: 30px;
}