@charset "utf-8";
/* CSS Document */


.brand_list__logo_a_adam {
	width:90%;
	margin:0% auto;
	padding:2% 2% 2%;
	border-top: solid 0 #000000;
}

.brand_list__logo_a_adam .brand_logo_t{
	margin-bottom: 3%;
}

.brand_list__logo_a_adam ul {
	padding:0;
	margin:0;
	list-style: none;
	display: flex;
	column-gap: 20px;
	justify-content: center;
}

.brand_list__logo_a_adam li {
	box-sizing:border-box;
	padding:1% 2%;
	background-color: #fff;
	border:1px solid #D9D5D5;
	border-radius: 6px;
	line-height: 0;
}


@media(min-width:750px){
.brand_list__logo_a_adam .brand_logo_t{
	width: 100%;
	text-align: center;
	margin-bottom: 5%;
}

	.brand_list__logo_a_adam {
	width:31%;
}
}
