
.plc_container {
	width: 100%;
}
h2.plc_title {
	text-align: center;
	font-size: 22px;
	margin: 30px 0 80px;
}
.plc_paragraph {
	position: relative;
	margin-bottom: 60px;
}
.plc_paragraph p {
	font-size: 14px;
}
.plc_paragraph p span.eff_day {
	position: absolute;
	top: -30px;
	right: 0;
}
.plc_purpose {
	margin-bottom: 50px;
}
.plc_purpose h4 {
	text-align: center;
	font-size: 19px;
	margin-bottom: 10px;
}
.plc_purpose p {
	font-size: 13px;
	text-align: center;
	margin-bottom: 40px;
}
.plc_purpose ul {
	text-align: center;
}
.plc_purpose ul li {
	display: inline-block;
	width: 18%;
}
.plc_purpose ul li img {
	display: block;
	width: 100%;
}
.plc_index {
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 10px;
}
.plc_index h4 {
	font-size: 19px;
	text-align: center;
	padding: 20px 0;
}
.plc_index ul {
	padding-left: 25px;
}
.plc_index ul li {
	display: inline-block;
	width: 50%;
	margin-left: -4px;
	padding-left: 10px;
	position: relative;
	margin-bottom: 10px;
}
.plc_index ul li:before {
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	background: #333;
	left: 0;
	top: 9px;
}
.plc_indent {
	margin: 50px 0;
}
.plc_indent h3 {
	font-size: 19px;
	padding-left: 20px;
	position: relative;
}
.plc_indent h3:before {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	background: #333;
	left: 0;
	top: 9px;
}
.plc_indent .index_tt {
	font-size: 14px;
}
.plc_indent .in_tt {
	padding-left: 10px;
	font-size: 13px;
}
.plc_indent table {
	margin: 15px 0;
	width: 100%;
}
.plc_indent table tr th {
	background: #eee;
	padding: 5px;
	font-size: 14px;
	font-weight: 600;
	border-right: 1px solid #ddd;
	text-align: center;
}
.plc_indent table tr th:last-child { border-right:0; }
.plc_indent table tr td {
	padding: 10px;
	border-bottom: 1px solid #ddd;
	font-size: 13px;
}
.plc_indent table tr td ul.list li {
	font-size: 13px;
	position: relative;
	padding-left: 10px;
}
.plc_indent table tr td ul.list li:before {
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	background: #333;
	left: 0;
	top: 6px;
	border-radius: 50%;
}
.plc_indent table tr td p {
	font-size: 13px;
}
ul.out_list {
	margin-top: 10px;
}
ul.out_list li {
	font-size: 14px;
	position: relative;
	padding-left: 10px;
}
ul.out_list li:before {
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	background: #333;
	border-radius: 50%;
	left: 0;
	top: 8px;
}

.plc_container .collect_email_title { margin-bottom: 40px; font-weight: bolder}
.plc_container p.index_tt { margin-top: 15px; font-weight: 600; font-size: 15px;}
.plc_container p.in_tt { margin-left: 15px; margin-top:5px; font-weight: 400; font-size: 14px;}
