/* プライバシーポリシー */
body {
	background: #eff1f7;
}

.section .container h3 {
	border-bottom: #e60012 solid 1px;
	color: #000;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 50px;
	padding-bottom: 4px;
}

.section .container p {
	margin-bottom: 15px;
}

.section .container ul {
	list-style: disc;
	margin-left: 16px;
}

.section .container ul li {
	margin-bottom: 5px;
}

.bg-gray {	background: #eff1f7;}

@media (max-width: 767px) {
	.section .container h2 {
		background-size: 30px 30px;
		font-size: 22px;
		padding-left: 45px;
 }
	.section .container h3 {
		font-size: 18px;
	}
}