 .pc {
 	display: block;
 }
 .sp {
 	display: none;
 }



.nav{
 	width: 100%;
 	/*height: 59px;*/
 	background-color: #999;
	overflow:hidden;
}
 .gnav{
 	width: 1080px;
 	margin: 0 auto;
 }
 .gnav li{
 	float: left;
	width:20%;
}
 .gnav li:last-child{
 	padding-right: 0 !important;
 }
 .gnav li a{
 	font-size: 16px;
 	color: #fff;
 	text-align: center;
	height:60px;
	box-sizing:border-box;
}


 /* menu bottun text link*/
 ul.main li{
 	text-align: center;
 	float: left;
 }
 ul.main li a{
 	display:block;
 	line-height:60px;
 	font-weight:bold;
 	color:#fff;
 	text-decoration:none;	
 }
 /*submenu*/
 ul.sub{
 	display:none;
 	position:absolute;
 	width: 230px;	
 	text-align: center;
 	margin: 0;
 	z-index: 1;
 	background-color: #999;
 }
 ul.sub li{
 	width: 100%;	
 	border-bottom: 1px solid #fff;	
 	margin: 0 !important;
 }
 ul.sub li a{
 	border:none !important;
 	/*padding: 15px 0 !important;*/
 }

.li-first{
 	border-top: none;	
 }
 ul.sub li:last-child {
 	border-bottom: none !important;
 }
 /*clearfix*/
 ul.main:after{
 	content:".";
 	display:block;
 	clear:both;
 	height:0;
 	visibility:hidden;
 }

@media only screen and (max-width:640px) {
.pc {
	display: none;
}
.sp {
	display: block;
}
.sp_gnav {
	position: absolute;
	display: block;
	width: 100%;
	z-index: 999;
}
.nav {
	width: 100%;
	min-width: 100%;
}

/*-----------------------navigation--------------------*/
#toggle {
	width: 100%;
	background: #054687;
	position: relative;
	display: block;
	line-height:1.4em;
}
#toggle a {
	padding: 9px 0 9px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	display: block;
	position: relative;
}
#toggle a:hover {
	opacity: 1;
}
.sp_gnav {
	position: absolute;
	display: block;
	width: 100%;
}
.menu {
	position: absolute;
	width: 100%;
	height: 40px;
	cursor: pointer;
	top: 0;
	left: 0;
	z-index: 1;
}
.menu .line {
	position: absolute;
	top: 0;
	left: 5%;
	display: block;
	width: 32px;
	height: 4px;
	background: #fff;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.menu .line_01 {
	top: 8px;
}
.menu .line_02 {
	top: 18px;
}
.menu .line_03 {
	top: 28px;
}
.menu.is-active .line_01 {
	top: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu.is-active .line_02 {
	opacity: 0;
}
.menu.is-active .line_03 {
	top: 18px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.spmenu {
	display: none;
	background: #5385bc;
}
.spmenu li {
	font-size: 0.9em;
	border-bottom: 1px solid #fff;
}
.spmenu li:last-child {
	border-bottom: 0px;
}
.spmenu li a {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 12px 0px;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	display: block;
}
.spmenu li a:hover {
	width: 100%;
	color: #2b5990;
	background-color: #fff;
	opacity: 0.5;
}
.spmenu li.dropdown > a::after {
	content: "▼";
	color: rgba(255, 255, 255, 1);
	float: right;
}
.dropdown {
	position: relative;
}
.spmenu li.dropdown > a::after {
	content: "▼";
	color: rgba(255, 255, 255, 1);
	float: right;
}
.spmenu .gnav02 {
	position: relative;
}
.sp_menu ul.subul {
	display: none;
	border-top: 1px solid #fff;	/*background-color: rgba(0, 150, 136, 0.29);*/
	background-color: #255692;
}

}




