.u-backnumber {
	position : relative;
	max-width : 100%;
	width : 100%;
	display : none;
	margin-top : 20px;
}
@media screen and (min-width: 768px) {
	.u-backnumber {
		display : block;
	}
}
.u-backnumber:before {
	content : '';
	background : url(../../svg/i_arrow2.svg) center no-repeat;
	background-size : 100% auto;
	width : 8px;
	height : 10px;
	display : block;
	position : absolute;
	top : 0;
	bottom : 0;
	right : 11px;
	margin : auto;
}
.u-backnumber select {
	-webkit-appearance : none;
	   -moz-appearance : none;
	        appearance : none;
	min-height : 35px;
	border : solid 1px #3b93e3;
	border-radius : 4px;
	color : #0296e5;
	font-size : 25.6px;
	font-size : 1.6rem;
	padding : 10px 20px 10px 12px;
	background-color : #fff;
	width : 100%;
	line-height : 1.25;
}
.u-backnumber select::-ms-expand {
	display : none;
}

#l-content .content-inner .content-nav {
	display : block;
}
@media screen and (max-width: 767px) {
	#l-content .content-inner .content-nav .nav-list {
		border-top : solid 1px #dce3e9;
	}
}
@media screen and (max-width: 767px) {
	#l-content .content-inner .content-nav .nav-list > li {
		border-bottom : solid 1px #dce3e9;
	}
}
@media screen and (min-width: 768px) {
	#l-content .content-inner .content-nav .nav-list > li:nth-child(n+6) {
		display : none;
	}
}
@media screen and (max-width: 767px) {
	#l-content .content-inner .content-nav .nav-list > li > a {
		padding : 20px 0;
		font-size : 1.4rem;
	}
	#l-content .content-inner .content-nav .nav-list > li > a:before {
		display : none;
	}
	#l-content .content-inner .content-nav .nav-list > li > a:after {
		content : '';
		background : url(../../svg/i_arrow.svg?c=0296e5) center no-repeat;
		background-size : 100% auto;
		width : 14px;
		height : 14px;
		display : block;
		position : absolute;
		top : 0;
		bottom : 0;
		right : 0;
		margin : auto;
	}
	#l-content .content-inner .content-nav .nav-list > li > ul {
		display : none !important;
	}
}
