@charset "utf-8";


/* --------------------------------------------------------------------------------
　ブランドから探す
-------------------------------------------------------------------------------- */

#fs_CustomPage .brand{
	margin:0 2vw;
	padding: 0 0 10vw;
}
#fs_CustomPage .brand h2{
	margin: 0 0 6vw;
	padding: 0 0 2vw;
	border-bottom: solid 2px #113a57;
	text-align: center;
	font-size: 5.6vw;
	font-weight:normal;
}
#fs_CustomPage .brand ul{
	list-style:none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
	margin:0 1vw 2vw;
	padding:0;
}
#fs_CustomPage .brand ul li{
	width: 48%;
	margin: 0 0 6vw;
}
#fs_CustomPage .brand ul li a{
	display: block;
	text-align: center;
}
#fs_CustomPage .brand ul li a img{
	display: block;
	border:1px solid #bdccd4;
    margin: 0 0 1vw;
}
#fs_CustomPage .brand .btn-other a{
	display: block;
	width: 75%;
	margin: 0 auto;
	padding: 4vw 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size:3.8vw;
	background: #113a57 url(../images/index/icon-arr.png) no-repeat 95% 50%;
}