@charset "UTF-8";
/* CSS Document */

/*汎用
---------------------------------------------------------------------------*/
.brandchoice li{margin-bottom: 40px;}
.brandchoice p{margin: 10px 10px 0; color:#666;}
.brandchoice2 p{margin: 20px 0 40px; color:#666; font-size: 10px; line-height: 1.4;}

.brandchoice-small{display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start;}
.brandchoice-small li{flex: 0 1 49%; margin-top: 20px;}
.brandchoice-small li:first-child,.brandchoice-small li:nth-child(2){margin-top: 0;}
.brandchoice-small-subtit{font-size:18px; color:#f90; font-weight:bold; position:relative; padding-left:30px; margin-bottom:20px; font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; border-bottom: 1px dotted #f90;padding-bottom: 8px;}
.brandchoice-small-subtit::before {
	content: "";
	position: absolute;
	width: 4px;
	height: 15px;
	top: -.4em;
	left: 10px;
	-webkit-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	transform: rotate(50deg);
	border-right: 4px solid #d00;
	border-bottom: 4px solid #d00;
	z-index:1;
}
.brandchoice-small-subtit::after {
	content: "";
	position: absolute;
	top: -.25em;
	left: 0;
	width: 15px;
	height: 15px;
	border: 3px solid #ccc;
	border-radius: 2px;
	z-index:0;
}


/*-----パンくず----- */

.breadcrumb {
	padding: 0;
	list-style: none;
	padding-bottom: 5px;
	margin: 4px 3px 7px;
	border-bottom: 1px dotted #999;
}
/*.breadcrumb:last-child{margin-bottom: 0;}*/

.breadcrumb li {
	display: inline;
	list-style: none;
	font-weight: normal;
	color: #666;
	font-size: 13px;

}

.breadcrumb li::after {
	content: '>>';
	padding: 0 .7em;
}

.breadcrumb li:last-child::after {
	content: '';
	padding: 0;
}

/*Leg Avenue
---------------------------------------------------------------------------*/
.bland-txt {
	font-size: 12px;
	line-height: 1.4;
	color: #888;
	margin-top: 10px;
	padding: 0 10px;
}

.leg-box {
	flex:0 1 180px;
	font-size: 12px;
	color: #666;
}

.leg-img {
	margin-bottom:5px;
}
