@charset "utf-8";

/* -------------------------------------------------- */
/* ブランド買い取りページ */
/* -------------------------------------------------- */

/* contents */
/* -------------------------------------------------- */
#brandSe1{
	width: 90%;
	margin: 0 auto 8%;
	font-size: 108%;
	color: #666666;
	line-height: 1.625;
	overflow: hidden;
}

.brandToggle h2{
	padding: 0 25px 0 10px;
	font-size: 120%;
	color: #d21d00;
	font-weight: bold;
	margin-bottom: 3%;
	border: 1px #da2805 solid;
	background: url(../img/pc_brand_icon_img1.png) 97% center no-repeat;
	-webkit-background-size: 11px;
	background-size: 11px;
}

.brandToggle h2.active {
	background: url(../img/pc_brand_icon_img2.png) 97% center no-repeat;
}

.brandToggle h2 a {
	padding: 3% 0 2%;
	display: block;
	color: #da2805;
	line-height: 1;
}

.brandToggle h2 span {
	display: inline-block;
}

.brandToggle h2 img {
	vertical-align: baseline;
}

.mLog {
	width: 30%;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: middle;
}

.brandToggleText {
	display: none;
	margin-bottom: 20px;
}

/*--------------タグ--------------*/

#begiSe2 {
  width: 90%;
  margin: 0 auto;
}

#begiSe2 li {
  display: block;
  margin-bottom: 20px;
}


#begiSe2 li a {
  width: 100%;
  display: inline-block;
  position: relative;
  background-color: transparent;
  border: 1px solid #da2805;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}

#begiSe2 li a:before,
#begiSe2 li a:after {
  width: 100%;
  height: 0;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  z-index: 2;
  background-color: #da2805;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#begiSe2 li a:before {
  top: 0;
}

#begiSe2 li a:after {
  bottom: 0;
}

#begiSe2 li a:hover:before,
#begiSe2 li a:hover:after {
  height: 50%;
}

#begiSe2 li p {
  display: inline-block;
  margin-bottom: 0;
}

#begiSe2 li span {
  height: 58px;
  display: table-cell;
  position: relative;
  z-index: 5;
  vertical-align: middle;
  font-size: 167%;
  font-weight: bold;
  color: #da2805;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#begiSe2 li a:hover span {
  color: #FFFFFF;
}

#begiSe2 li p:after {
  width: 6px;
  height: 11px;
  display: block;
  content: "";
  position: absolute;
  top: 25px;
  right: 15px;
  z-index: 5;
  background: url(../img/pc_top_icon28.png) 94.5% center no-repeat;
}

#begiSe2 li a:hover p:after {
  background-image: url(../img/pc_top_icon28_2.png);
}



