@charset "utf-8";

#footer_menu {
	padding: 30px 0 70px;
	border-top: 1px solid #5b5b5b;
}

.footer_menu_inner {
	width: 960px;
	margin: 0 auto 35px;
}

#footer_menu h3 {
	font-size: 24px;
	font-weight: bold;
	color: #005ab4;
	text-align: center;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

#footer_menu h3:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 90px;
	height: 4px;
	margin-left: -45px;
	background: #005ab4;
}

#footer_menu .menu_box {
	display: inline-block;
	vertical-align: top;
	width: 236px;
	padding: 0 20px 0 0;
	box-sizing: border-box;
}

#footer_menu .menu_box h4 {
	font-size: 110%;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}

#footer_menu .menu_box ul {
	margin-bottom: 15px;
}

#footer_menu .menu_box ul li {
	list-style: none;
	margin-bottom: 5px;
}

#footer_menu .menu_box ul li a {
	display: block;
	color: #0c5299;
	padding:3px 5px 3px 15px;
	font-weight:normal;
	background:url(/shared/images/navi/rnavi/rnavi_box_icon.png) no-repeat 5px 0.6em;
}

#footer_menu .menu_box ul li a:hover {
	text-decoration: none;
}


@media screen and (max-width : 480px) {
	#footer_menu {
		display: none;/* スマホでは非表示 以下は表示した際のレイアウト用 */
		padding: 15px 10px 30px;
	}
	
	.footer_menu_inner {
		width: 100%;
		margin-bottom: 20px;
	}
	
	#footer_menu h3 {
		font-size: 18px;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	
	#footer_menu h3:after {
		width: 60px;
		margin-left: -30px;
		height: 2px;
	}
	
	#footer_menu .menu_box {
		width: 49%;
		padding-right: 2%;
	}
	
	#footer_menu .menu_box:nth-child(2n) {
		padding-right: 0;
	}
	
	#footer_menu .menu_box h4 {
		font-size: 14px;
	}
	
	#footer_menu .menu_box .menu_box_inner {
		display: inline-block;
	}
}

/* 181107 下記を追記してください */
@media screen and (max-width: 768px) and (min-width: 481px) {
	#footer_menu {
		width: 100%;
		min-width: 768px;
	}
	
	.footer_menu_inner {
		width: 100%;
	}
	
	#footer_menu .menu_box {
		width: 33.3333%;
	}
	
	#footer_menu .menu_box {
		padding: 0 10px;
		margin-left: -4px;
	}
}