/*=================================
その他のリンク。
===============
====================================================*/

/*-------------------------
他項目。
------------------------------*/
.menu-big-other{
	width:100%;
	margin:0 auto;
	padding:0;
	border-bottom:1px solid #e0e0e0;
	display:flex;
	flex-wrap:wrap;
}
.menu-big-other a{
	width:50%;
	height:50px;
	line-height:50px;
	border-bottom:1px solid #e0e0e0 ;
	text-align:center;
	display:block;
	font-family:Verdana;
	color:#30302a;
	font-size:13px;
	text-decoration:none;
	position:relative;
}
.menu-big-other a:hover {
	text-decoration:underline;
}
.menu-big-other a:nth-child(n + 5){
	border-bottom:none;
}
.menu-big-other a:nth-child(odd){
	border-right:1px solid #e0e0e0;
}
.menu-big-other a::before{
	content:"";
	border-top:1px solid #e5e5e5;
	width:50%;
	position:absolute;
	top:1px;
	left:1px;
}
.menu-big-other a::after{
	content:"";
	border-top:1px solid #e5e5e5;
	width:15%;
	position:absolute;
	top:1px;
	right:1px;
}