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

h3.h3-policy {
	font-size: 1.750em;
	color: #2A7ACC;
	text-decoration: none;
	text-align: left;
	line-height: 2.0;
	margin: 20px 0;
  font-weight: bold;
}

.policy-content {
	width: 740px;
  margin: 0 auto;
  text-align: left;
}

ul.ul-policy {
  margin: 30px 0 0 20px;
  list-style-type: disc;
  line-height: 1.8;
}

/* ============================== */
/* ============================== */
/* ============================== */

@media screen and (max-width:1113px){

}

/* ============================== */
/* ============================== */
/* ============================== */

@media screen and (max-width:768px){

.policy-content {
	width: 94%;
}



}

/* ============================== */
/* ============================== */
/* ============================== */

@media screen and (max-width:480px){

.policy-content {
	width: 94%;
}



}


