@charset "UTF-8";
#firstCustomer{
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}
#firstCustomer img{
	display: block;
	text-align: left;
	width: 314px;
	height: auto;
	float: left;
}
#firstCustomer p{
	text-align: left;
	font-size: 14px;
	float: right;
	width: 400px;
	margin-top: 14px!important;

}
#firstCustomer02{
	width: 100%;
	/* overflow: hidden; */

}
#firstCustomer02 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#firstCustomer02 ul li{
	/* float: left; */
	width: 210px;
	/* margin-right: 10px; */
	margin-top: 15px;
	padding:20px 20px 80px;
	background:#F4F4F4;
	position: relative;
}
/* #firstCustomer02 ul li.third{
	margin-right: 0px;
} */
#firstCustomer02 ul li .title{
	text-align:center;
	list-style:none;
	font-size: 17px;
	font-weight: bold;
}
#firstCustomer02 ul li figure{
	margin:0 auto;
	text-align:center;
}
#firstCustomer02 ul li p{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px!important;
	font-size: 14px;
}
/* #firstCustomer02 ul li p a{
	text-decoration: underline!important;
} */
#firstCustomer02 ul li a{
	width:190px;
	margin:0 auto;
	padding:10px;
	border-radius: 5px;
	display: block;
	background:#fff;
	color:#222;
	font-weight: normal!important;
	text-align: center;
	text-decoration: none!important;
	position: absolute;
	bottom:20px;
}
.guide_h4{
	margin: 100px 0 50px 0!important;
    padding: 0!important;
    border-top: none!important;
    background: none;
    font-size: 1.1em;
}

ul.first_brand_box{
	width: 750px;
	overflow: hidden;
	margin: auto;
}
ul.first_brand_box li{
	float: left;
	/* border: 1px solid #999999; */
	margin-right: 10px;
	margin-bottom: 10px;
	width: calc(100% / 7);
}
ul.first_brand_box li img{
	width: 100%;
	display: block;
}
