@charset "shift_jis";
.topicpath_ {
	margin-left: auto;
	margin-right: auto;
}

#cbonbeyond {
	width: 100%;
	text-align: center;
	padding: 0 0 100px;
	background-color: #241e30;
}
#cbonbeyond .inner_ {
	width: 1200px;
	margin: 0 auto;
}
#cbonbeyond #mv {
	background-image: url("../../img/usr/freepage/products/cbonbeyond/mv_bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
#main_bg {
	background-image: url("../../img/usr/freepage/products/cbonbeyond/bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
#cbonbeyond #nav {
	width: 100%;
	background-color: #b098b6;
	background-image: url("../../img/usr/freepage/products/cbonbeyond/nav_bg.png");
	background-position: center  top;
	background-repeat: no-repeat;
}
#cbonbeyond #nav ul {
	display: flex;
	justify-content: center;
}
#cbonbeyond #nav ul li {
	width: 500px;
	position: relative;
}
#cbonbeyond #nav ul li:first-child::before,
#cbonbeyond #nav ul li::after {
	content: "";
	position: absolute;
	top: 16px;
	width: 1px;
	height: 40px;
	background-color: rgba(255,255,255,0.50);
}
#cbonbeyond #nav ul li:first-child::before {
	left: 0;
}
#cbonbeyond #nav ul li::after {
	right: 0;
}
#cbonbeyond #nav ul li a {
	display: block;
	text-align: center;
}


