@charset "utf-8";
/* CSS Document */

.notification{
	background: #ECECEC;
	/*margin-top: 112px;*/
	position: relative;
	z-index: 1;
}
.notification-content{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.notification--items{
	display: flex;
	justify-content: center;
	align-items: center;
}
.notification-content li a{
	display: block;
	text-align: center;
	padding: 10px 0;
}
.notification-content li a:empty{
	padding: 0;
}
.notification-content li a:hover{
	text-decoration: none;
	opacity: 0.5;
}
.notification2{
	background: #feda34;
	/*margin-top: 112px;*/
	position: relative;
	z-index: 1;
}
.notification-content2{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.notification--items2{
	display: flex;
	justify-content: center;
	align-items: center;
}
.notification-content2 li a{
	display: block;
	text-align: center;
	padding: 10px 0;
	font-weight:bold;
}
.notification-content2 li a:empty{
	padding: 0;
}
.notification-content2 li a:hover{
	text-decoration: none;
	opacity: 0.5;
}

/* スライダー時 */
.notification-content .bx-wrapper{
	width: calc(100% - 60px);
}
.notification-content a.bx-prev,
.notification-content a.bx-next{
	display: block;
	width: 30px;
	height: 100%;
	position: absolute;
	top: 0;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
}
.notification-content a.bx-prev{
	left: 0;
}
.notification-content a.bx-next{
	right: 0;
}
.notification-content a.bx-prev:after,
.notification-content a.bx-next:after{
	content: "";
	position: absolute;
	top: calc(50% - 4px);
	width: 7px;
	height: 7px;
	border-top: 1px solid #666;
}
.notification-content a.bx-prev:after{
	border-left: 1px solid #666;
	left: 10px;
	transform: rotate(-45deg);
}
.notification-content a.bx-next:after{
	border-right: 1px solid #666;
	right: 10px;
	transform: rotate(45deg);
}
.notification-content a.bx-prev:hover,
.notification-content a.bx-next:hover{
	opacity: 0.5;
}

/* スライダー時 */
.notification-content2 .bx-wrapper{
	width: calc(100% - 60px);
}
.notification-content2 a.bx-prev,
.notification-content2 a.bx-next{
	display: block;
	width: 30px;
	height: 100%;
	position: absolute;
	top: 0;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
}
.notification-content2 a.bx-prev{
	left: 0;
}
.notification-content2 a.bx-next{
	right: 0;
}
.notification-content2 a.bx-prev:after,
.notification-content2 a.bx-next:after{
	content: "";
	position: absolute;
	top: calc(50% - 4px);
	width: 7px;
	height: 7px;
	border-top: 1px solid #666;
}
.notification-content2 a.bx-prev:after{
	border-left: 1px solid #666;
	left: 10px;
	transform: rotate(-45deg);
}
.notification-content2 a.bx-next:after{
	border-right: 1px solid #666;
	right: 10px;
	transform: rotate(45deg);
}
.notification-content2 a.bx-prev:hover,
.notification-content2 a.bx-next:hover{
	opacity: 0.5;
}