/* mente band 
-----------------------------------------------*/
.c-menteInfoBar {
	position: absolute;
	width: 100%;
	min-width: 1180px;
	background: #ea5a07;
	color: #fff;
	z-index: 622;
}
.c-menteInfoBar__inner {
	padding: 0 20px;
}
.c-menteInfoBar__title {
	padding: 10px 0;
	text-decoration: underline;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.c-menteInfoBar__content {
	padding: 20px 0 30px;
}
.c-menteInfoBar__content__test {
	margin: auto;
	width: 94%;
	max-width: 1360px;
}
.c-menteInfoBar__title__arror {
	position: relative;
	margin-left: 4px;
	padding: 8px;
}
.c-menteInfoBar__title__arror:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 8px 0 8px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -5px;
}
.c-menteInfoBar__active .c-menteInfoBar__title__arror:before {
	border-width: 0 8px 12px 8px;
	border-color: transparent transparent #fff transparent;
}
.c-menteInfoBar__show .header-wrap {
	padding: 42px 0 0;
}


