@charset "utf-8";

/* -------------------------------------------------- */
/* ハイエンドオーディオ強化買取*/
/* -------------------------------------------------- */
/* メインイメージ */
.fv {
	background-image: url(../img/fv_bg_hi-end-buy.webp);
}

.mainContent {
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.mainContentHead {
	text-align: center;
	font-size: 4.2rem;
	line-height: 1.4;
	letter-spacing: 0.060em;
	color: #dac495;
	text-shadow: 0px 0px 15px rgba(255, 220, 154, 1);
	padding-bottom: 35px;
}

.mainContentBody {
	padding: 0 30px;
}

.mainContentBody p {
	font-size: 2.0rem;;
	line-height: 1.25;
}

/* 代表的な買取ブランド */
#buyBrand {
	width: 1000px;
	margin: 0 auto 100px;
}

#buyBrand .commonTit1 {
	font-size: 2.2rem;
	line-height: 1;
	letter-spacing: 0.180em;
	color: #dac495;
	margin-bottom: 15px;
}

#buyBrandList {
	border: 6px #eeecde solid;
	padding: 30px;
}

#buyBrandList ul {
	padding-left: 1.5em;
	display: table;
}

#buyBrandList ul li {
	float: left;
	width: 30%;
	margin-right: 3%;
	list-style: disc;
	font-size: 1.7rem;
	line-height: 1.2;
	letter-spacing: 0.180em;
	margin-bottom: 30px;
}
#buyBrandList ul li span {
	letter-spacing: 0em;
}

#buyBrandList ul li a {
	color: #fff;
	padding: 15px 0;
}

#buyBrandListEtc {
	text-align: right;
}