@charset "UTF-8";
.pageNav {
	margin-bottom: 70px;
}
.pageNav_title {
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 30px;
}
.pageNav_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.pageNav_listWrap {
	background-color: #F7F7F7;
	padding-top: 30px;
	padding-bottom: 24px;
}
.pageNav_list > li {
	width: 32%;
	margin-left: 2%;
}
.pageNav_list > li:first-child {}
.pageNav_list > li:last-child {}
.pageNav_list > li:nth-child(3n+1) {
	margin-left: 0;
}
.pageNav_list > li:nth-child(n+4) {
	margin-top: 7px;
}
.pageNav_list > li > a {
	text-decoration: none;
	color: inherit;
	background: #FFFFFF;
	height: 42px;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	display: flex;
	border: 1px solid #C4C4C4;
	border-radius: 4px;
	transition-duration: .3s;
	transition-property: background-color, color;
	line-height: 1.4;
	text-align: center;
}
.pageNav_list > li > a::before {
	content: "";
}
.pageNav_list > li > a::after {
	content: "";
}
.support {}
.support_title {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	line-height: 1.4;
}
.support_title > img {
	display: block;
	width: 99px;
	height: auto;
	margin-right: 13px;
}
.support_title > b {
	display: block;
	font-size: 24px;
	font-weight: 500;
}
.support_table {}
.support_table-no3 {
	margin-top: 40px;
}
.support_table-no3:first-child {
	margin-top: 0;
}
.support_table-no3 caption {
	font-size: 20px;
	font-weight: bold;
	color: #2D962B;
	margin-bottom: 10px;
	white-space: nowrap;
}
.support_table > tbody {}
.support_table > tbody > tr {}
.support_table > tbody > tr:first-child {}
.support_table > tbody > tr:last-child {}
.support_table > tbody > tr > th {
	background-color: #175EB4;
	color: #fff;
	padding: 12px 20px;
}
.support_table-no2 > tbody > tr > th {
	background-color: #E46AB4;
}
.support_table-no3 > tbody > tr > th {
	background-color: #2C962C;
}
.support_table-no4 > tbody > tr > th {
	background-color: #29B9BE;
}
.support_table-no5 > tbody > tr > th {
	background-color: #B9C80C;
}
.support_table-no6 > tbody > tr > th {
	background-color: #F29A41;
}
.support_table-no7 > tbody > tr > th {
	background-color: #9d50d6;
}
.support_table > tbody > tr > td {
	padding: 12px 20px;
}
.support_table > tbody > tr > td > b {
    font-weight: inherit;
}
.support_dList {
	list-style: none;
}
.support_dList > dt {}
.support_dList > dd {
	position: relative;
	z-index: 1;
	padding-left: 14px;
}
.support_dList > dd::before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background: #333;
	border-radius: 50px;
	position: absolute;
	z-index: 1;
	left: 2px;
	top: calc(1em - 2px);
}
.support_dList > dt > b {
	/* color: #175EB4; */
	font-weight: normal;
}
.support_dList > dd > b {
	/* color: #175EB4; */
	font-weight: normal;
}
.support_list {
	list-style: none;
}
.support_list > li {
	position: relative;
	z-index: 1;
	/* padding-left: 14px; */
}
.support_list > li > b {
	/* color: #175EB4; */
	font-weight: inherit;
}
.support_list-no3 > li > b {
	color: #2C962C;
}
.support_list-no4 > li > b {
	color: #29B9BE;
}
.support_list > li::before {
	/* content: "";
	display: block;
	width: 4px;
	height: 4px;
	background: #333;
	border-radius: 50px;
	position: absolute;
	z-index: 1;
	left: 2px;
	top: calc(1em - 2px); */
}
.support_list > li:first-child {}
.support_list > li:last-child {}
.support_list > li:nth-child(2n+1) {}
.support_list > li:nth-child(n+3) {}
.support_cauList {
	list-style: none;
}
.support_cauList > li {
	text-indent: -1em;
	padding-left: 1em;
}
.support_cauList > li:first-child {}
.support_cauList > li:last-child {}
.support_cauList > li:nth-child(2n+1) {}
.support_cauList > li:nth-child(n+3) {}
.support_link {
	max-width: 500px;
	margin: 30px auto 0;
}
.support_link > a {
	color: #fff;
}
.support_link-no1 > a {
	background-color: #175EB4;
	border-color: #175EB4;
}
.support_link-no2 > a {
	background-color: #E46AB4;
	border-color: #E46AB4;
}
.support_link-no3 > a {
	background-color: #2C962C;
	border-color: #2C962C;
}
.support_link-no4 > a {
	background-color: #29B9BE;
	border-color: #29B9BE;
}
.support_link-no5 > a {
	background-color: #B9C80C;
	border-color: #B9C80C;
}
.support_link-no6 > a {
	background-color: #F29A41;
	border-color: #F29A41;
}
.support_link-no7 > a {
	background-color: #9d50d6;
	border-color: #9d50d6;
}
.support_link > a::before {
	content: "";
}
.support_link > a::after {
	content: "";
}
@media screen and (min-width:1000px) {
	.support_link-no1 > a:hover {
		color: #175EB4;
	}
	.support_link-no2 > a:hover {
		color: #E46AB4;
	}
	.support_link-no3 > a:hover {
		color: #2C962C;
	}
	.support_link-no4 > a:hover {
		color: #29B9BE;
	}
	.support_link-no5 > a:hover {
		color: #B9C80C;
	}
	.pageNav_list > li > a:hover {
		background-color: #f5f5f5;
	}
}
@media screen and (max-width:999px) {
	.pageNav {}
	.pageNav_title {}
	.pageNav_list {}
	.pageNav_listWrap {}
	.pageNav_list > li {}
	.pageNav_list > li:first-child {}
	.pageNav_list > li:last-child {}
	.pageNav_list > li:nth-child(3n+1) {}
	.pageNav_list > li:nth-child(n+4) {}
	.pageNav_list > li > a {
		font-size: 13px;
	}
	.pageNav_list > li > a::before {}
	.pageNav_list > li > a::after {}
	.support {}
	.support_title {}
	.support_title > img {
		width: 70px;
	}
	.support_title > b {
		font-size: 22px;
	}
	.support_table {}
	.support_table > tbody {}
	.support_table > tbody > tr {
		border: none;
	}
	.support_table > tbody > tr:first-child {}
	.support_table > tbody > tr:last-child {}
	.support_table > tbody > tr > th {}
	.support_table-no2 > tbody > tr > th {}
	.support_table-no3 > tbody > tr > th {}
	.support_table-no4 > tbody > tr > th {}
	.support_table-no5 > tbody > tr > th {}
	.support_table > tbody > tr > td {}
	.support_dList {}
	.support_dList > dt {}
	.support_dList > dd {}
	.support_dList > dd::before {}
	.support_dList > dt > b {}
	.support_dList > dd > b {}
	.support_list {}
	.support_list > li {}
	.support_list > li > b {}
	.support_list-no3 > li > b {}
	.support_list-no4 > li > b {}
	.support_list > li::before {}
	.support_list > li:first-child {}
	.support_list > li:last-child {}
	.support_list > li:nth-child(2n+1) {}
	.support_list > li:nth-child(n+3) {}
	.support_cauList {}
	.support_cauList > li {}
	.support_cauList > li:first-child {}
	.support_cauList > li:last-child {}
	.support_cauList > li:nth-child(2n+1) {}
	.support_cauList > li:nth-child(n+3) {}
	.support_link {}
	.support_link > a {}
	.support_link-no1 > a {}
	.support_link-no2 > a {}
	.support_link-no3 > a {}
	.support_link-no4 > a {}
	.support_link-no5 > a {}
	.support_link > a::before {}
	.support_link > a::after {}
}
@media screen and (max-width:767px) {
	.pageNav {
		margin-bottom: 35px;
	}
	.pageNav_title {
		font-size: 14px;
		margin-bottom: 15px;
	}
	.pageNav_list {
		display: block;
	}
	.pageNav_listWrap {}
	.pageNav_list > li {
		width: auto;
		margin: 5px auto 0;
	}
	.pageNav_list > li:first-child {
		margin-top: 0;
	}
	.pageNav_list > li:last-child {}
	.pageNav_list > li:nth-child(3n+1) {}
	.pageNav_list > li:nth-child(n+4) {
		margin-top: 5px;
	}
	.pageNav_list > li > a {}
	.pageNav_list > li > a::before {}
	.pageNav_list > li > a::after {}
	.support {}
	.support_title {
		margin-bottom: 15px;
		display: block;
	}
	.support_title > img {
		width: 60px;
		margin: 0 auto 8px;
	}
	.support_title > b {
		font-size: 20px;
		text-align: center;
	}
	.support_table {
		display: block;
	}
	.support_table-no3 caption {
		display: block;
	}
	.support_table > tbody {
		display: block;
	}
	.support_table > tbody > tr {
		display: block;
	}
	.support_table > tbody > tr:first-child {}
	.support_table > tbody > tr:last-child {}
	.support_table > tbody > tr > th {
		display: block;
		border: none;
		padding: 7px 15px;
	}
	.support_table-no2 > tbody > tr > th {}
	.support_table-no3 > tbody > tr > th {}
	.support_table-no4 > tbody > tr > th {}
	.support_table-no5 > tbody > tr > th {}
	.support_table > tbody > tr > td {
		display: block;
		border: none;
		padding: 10px 15px;
	}
	.support_dList {}
	.support_dList > dt {}
	.support_dList > dd {}
	.support_dList > dd::before {}
	.support_dList > dt > b {}
	.support_dList > dd > b {}
	.support_list {}
	.support_list > li {}
	.support_list > li > b {}
	.support_list-no3 > li > b {}
	.support_list-no4 > li > b {}
	.support_list > li::before {}
	.support_list > li:first-child {}
	.support_list > li:last-child {}
	.support_list > li:nth-child(2n+1) {}
	.support_list > li:nth-child(n+3) {}
	.support_cauList {}
	.support_cauList > li {}
	.support_cauList > li:first-child {}
	.support_cauList > li:last-child {}
	.support_cauList > li:nth-child(2n+1) {}
	.support_cauList > li:nth-child(n+3) {}
	.support_link {
		max-width: none;
		margin-top: 0;
	}
	.support_link > a {}
	.support_link-no1 > a {}
	.support_link-no2 > a {}
	.support_link-no3 > a {}
	.support_link-no4 > a {}
	.support_link-no5 > a {}
	.support_link > a::before {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		bottom: 0;
		right: 10px;
		margin-top: auto;
		margin-bottom: auto;
		border: 2px solid #fff;
		width: 6px;
		height: 6px;
		transform: rotate(45deg);
		border-bottom: none;
		border-left: none;
	}
	.support_link > a::after {}
}
