@charset "utf-8";
/* CSS Document */

#title{
	background: url(../images/privacy/back_ttl.png) center no-repeat #d0ecfa;
}

.privacy__header {
	color: #5681BD;
	font-size: 21px;
	font-weight: 700;
	border-bottom: 1px solid #D1D1D1;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.privacy__header-2nd {
	color: #5681BD;
	font-size: 18px;
	font-weight: 700;
	border-bottom: 1px solid #D1D1D1;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.privacy__cont {
	line-height: 2;
}

.privacy__cont + .privacy__cont {
	margin-top: 60px;
}

@media screen and (max-width: 768px) {
}

