h3 {
	font-size: 2rem;
	margin-bottom: 19px;
}
h3 span {
	font-size: 1.6rem;
	color: #007bc2;
	border-bottom: 1px solid #007bc2;
	margin-left: 27px;
	cursor: pointer;
}
#tab.tab-s2 {
	margin-bottom: 26px;
}
#tab.tab-s2 li {
	color: #000;
	margin-bottom: 0;
}
#tab.tab-s2 li::before {
	display: none;
}
#tab.tab-s2 li label {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-left: 28px;
	margin-bottom: 11px;
	margin-right: 45px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#tab.tab-s2 li label input {
}
#tab.tab-s2 li label .checkmark {
	position: absolute;
	top: 6px;
	left: 0;
	height: 18px;
	width: 18px;
	border: 1px solid #6c6d6c;
}
#tab.tab-s2 li label .checkmark::after {
	content: "";
	position: absolute;
	display: none;
	left: 5px;
	top: 2px;
	width: 4px;
	height: 8px;
	border: solid #000;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}
#tab.tab-s2 li label input:checked ~ .checkmark::after {
	display: block;
}

input[type=text], input[type=submit]{
	border: 1px solid #6c6d6c;
	height: 40px;
	padding: 0 15px;
	width: 100%;
	margin-bottom: 49px;
	text-align: left;
	font-size: 1.6rem;
}
input[type=submit] {
	text-align: center;
	cursor: pointer;
}

.counter {
	margin-bottom: 16px;
	font-size: 1.6rem;
	line-height: 1.875;
	text-align: center;
}
.page-numbers li {
	font-size: 1.6rem;
	line-height: 1.875;
}

.page-numbers li a {
	color: #007bc2;
	padding: 6px 13px;
	display: block;
	border-bottom: 1px solid transparent;
	margin-bottom: 0;
}

.sec-support_member ul.list-table > li > p.txt > a {
	color: #007bc2;
}
