@charset "UTF-8";
/* CSS Document */

.pp-content h3 {
	text-align: center;
	font-size: 16px;
}

.box_gray {
	background: #f0f5f8;
	padding: 20px;
	border: 1px solid #dee7ec;
	margin-bottom: 15px;
}
.box_gray h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	text-align: left;
}
.box_gray p {
	font-size: 14px;
}


@media screen and (max-width:768px) {
	
.pp-content h3 {
	text-align: center;
	font-size: 14px;
}

.box_gray {
	background: #f0f5f8;
	padding: 20px;
	border: 1px solid #dee7ec;
	margin-bottom: 15px;
}
.box_gray h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	text-align: left;
}
.box_gray p {
	font-size: 14px;
}


	
}