@charset "UTF-8";

section.privacy {
	padding: 60px 0;
}

section.privacy h2 {
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 1em;
	text-align: center;
	margin-bottom: 45px;
}

section.privacy h2 span {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-size: 16px;
}

section.privacy div.box {
	display: flex;
	margin-bottom: 60px;
}

section.privacy div.image {
	flex: 0 0 87px;
	margin-right: 30px;
}

section.privacy div.image img {
	display: block;
	width: 87px;
	height: 90px;
}

section.privacy div.text h3 {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 15px;
}

section.privacy div.text p {
	margin-bottom: 0;
}

section.privacy h4 {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 30px;
}

section.privacy p {
	margin-bottom: 30px;
}

section.privacy p.last {
	margin-bottom: 0;
}

/* デスクトップ用 */
@media(min-width:700px) {
	section.privacy {
	padding: 100px 0;
	}
	section.privacy h2 {
	font-size: 36px;
	margin-bottom: 80px;
	}
	section.privacy div.text h3 {
	font-size: 24px;
	}
}
