.policy {
}

.policy_lead {
}

.policy_cnt {
}

.policy_item {
	padding: 30px 0;
	border-top: 1px dashed #ccc;
}

.policy_item:first-child {
	border-top: 0px;
}

.policy_item_ttl {
	font-size: 16px;
	font-weight: bold;
}

.policy_item_txt {
	margin-top: 15px;
}

.policy_list {
	margin-top: 15px;
}

.policy_list > li {
	text-indent: -1em;
	padding-left: 1em;
}

.policy_list > li:before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #333;
	vertical-align: middle;
	margin-right: 10px;
}

/* All SP & Tablet */
@media screen and (max-width:1230px) {
}

/* All SP */
@media screen and (max-width:640px) {
}