@charset "utf-8";

.brandPageDetail .brandPhoto {margin:4%; text-align:center;}

/* ************************

20190617

************************* */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    margin: 9% auto 13%;
    width: 100%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.brandPageDetail h3 {
	margin-bottom: 3%;	
}

.brandPageDetail dl {
	width: 98%;
	margin: 3% 1% 0;
	padding: 4% 3% 1% 3%;
	background-color: #effeff;
	border-radius: 10px;
}

.brandPageDetail dt {
	font-weight: bold;
	font-size: 15px;
	color: #76422a;
	border-bottom: 2px dotted #73665b;
	margin-bottom: 2%;
	text-align: left;
}

.brandPageDetail dd {
	font-size: 14px;
	margin-bottom: 5%;
	text-align: left;
}

.ecarea {
	margin: 40px 0 0 0;
	/*background: #eaf3f6;*/
}

.ecarea h2#ecH {
	padding-top: 40px;
	font-size: 16px;
	margin-bottom: 5px;
	text-align: center;
	color: #000000;
	font-weight: 600;
}

.ecarea ul {
	list-style: none;
}

.ecarea .item-category {
	text-align: center;
	display: flex;
	align-items: center;
    flex-wrap: wrap;
	margin: 20px auto;
	padding-bottom: 20px;
}

.ecarea .item-category li {
	margin-left: 3.5%;
	margin-bottom: 5%;
	padding: 0;
	width: 45%;
	display: inline-block;
}

.ecarea .item-category li a {
	margin: 0;
	display: block;
	text-decoration: none;
	color: #000000;
}

.ecarea .item-category li a:hover {
	opacity: 0.7;
}

.ecarea .item-category li span {
	margin: 2%;
	display: block;
	line-height: 1.8em;
}

.ecarea .item-category li span.SX_m {
	border-radius: 2px;
	background: #69b4c7;
	font-size: 80%;
	padding: 3px;
	margin-top: 3.5%;
	margin-right: 60%;
	color: #ffffff;
	line-height: 1.4em;
}

.ecarea .item-category li span.SX_l {
	border-radius: 2px;
	background: #eda2c3;
	font-size: 80%;
	padding: 3px;
	margin-right: 80px;
	margin-top: 3%;
	line-height: 1.4em;
	color: #ffffff;
	text-align: center;
}

.ecarea .item-category li span.ecbtn{
	text-align: center;
	border-radius: 3px;
	background: #c50000;
	padding: 1% auto;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	padding: 2.5% 2.5% 2.5% 2.5%;
}

.ecarea .item-category li span.ecbtn img{
	margin-right: 1.8%;
	margin-bottom: 0.3%;
}
