#banner {
	background: #2b3649 url(../images/support/bg-br.jpg) no-repeat center center;
	background-size: cover;
}
#banner .font-size20 {
	text-align: left;
	line-height: 32px;
	width: 76%;
	padding: 0 0 0 20px;
	margin: 0 auto;	
}
#banner h1 {
	margin-left: auto;margin-right: auto;
	width:78%;
	text-align: left;
	padding-top: 9%;
}
#banner .container {
	padding-bottom: 9%;
}
#banner .bg-1 {
	background: url(../images/support/ic-tool.png) no-repeat left 9px;
}
#banner .bg-2 {
	background: url(../images/support/ic-email.png) no-repeat left 9px;
}
#banner .bg-3 {
	background: url(../images/support/ic-gtm.png) no-repeat left 9px;
}
.content .container>p {
	line-height: 26px;
	text-align: center;
	padding: 0 8%;
	margin-bottom: 4%;
}
.content ul {
	padding: 0 8%;
}
.content ul li {
	width: 45%;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;	
	border: 1px solid #EBF0F5;
	margin-right: 9%;
	margin-bottom: 5%;
	text-align: center;
	padding: 3% 2%;
}
.content ul li h4 {
	padding: 6% 0 3% 0;
}
.content ul li p {
	margin-bottom: 3%;
	height: 60px;
}
.content ul li>div,
.content .font-size14 {
	text-align: left;
}
.content ul li a {
	font-size: 14px;
	font-size: 1.4rem;
	margin-right: 10%;
}
.content ul li a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	border: 2px solid #4294E9;
	border-radius: 50%;
	margin-right: 2px;
}
/*
 * 
 *partner.html CSS部分
 *  
 * */
#banner.banner2 {
	background: url(../images/partner/banner.jpg) no-repeat center center;
	background-size: cover;
}
#banner.banner2 h1 {
	padding-top: 10.7%;
}
.content2 .container>p {
	text-align: left;
}
.content2 ul .font-size14 {
	text-align: center;
	margin-top: 5%;
	margin-bottom: 0;
	min-height: 40px;
}
.content2 ul li {
	padding-bottom: 1%;
}
.content2 .container>.link {
	display: block;
	text-align: center;
}
.content2 .line {
	border-color: rgba(0,0,0,.07);
	top: 0;
	margin-top: 5%;
	margin-bottom: 3%;
}
.content2 .last-txt {
	padding: 0 !important;
	margin-bottom: 0 !important;
}
@media screen and (min-width: 993px){
	#banner{
		height:400px;}
	#banner h1{
		padding-top:8% !important;}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
	.content ul li p {
		height: auto;
	}
	.content ul li {
		height: 300px;
	}
	.content ul{
		padding:0;}
	.content ul li{
		width:48%;margin-right: 4%}
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.content ul li p {
		height: auto;
	}
	#banner .font-size20 {
		width: auto;
	}
	.content ul li.last {
		margin-bottom: 20px !important;
	}
	.content .container>p,
	.content ul{
		padding:0;}
}
