@charset "utf-8";

.support_Box {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.support_Box ul {
}
.support_Box li {
	width: 320px;
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	display: block;
	background-color: #FFFFFF;
}
.support_Box li:nth-child(3n) {
	margin-right: 0px;
}
.support_Box li h4 {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	background-image: url(../images/sankaku.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 18px;
}
.support_Box li a {
	color: #16A6B6;
}
@media (max-width: 700px) {
.support_Box {
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
}
.support_Box li {
	width: 48%;
	margin-bottom: 15px;
	margin-right: 1%;
	margin-left: 1%;
}
.support_Box li:nth-child(3n) {
	margin-right: 1%;
}
.support_Box li img {
	max-width: 100%;
	height: auto;
}
.support_Box li h4 {
	font-size: 14px;
	height: auto;
	padding: 5px;
}
}
