  @charset "utf-8";

/* ---------------------------------------------------------------------------------------------

　   MEDIAQUERY

--------------------------------------------------------------------------------------------- */
.h_nav .pc_only {
	display: block;
}
.h_nav .tab_sp {
	display: none;
}

@media only screen and (max-width: 1024px) {
	.h_nav .pc_only {
		display: none;
	}
	.h_nav .tab_sp {
		display: block;
	}
}

/* ---------------------------------------------------------------------------------------------

　   RAYOUT

--------------------------------------------------------------------------------------------- */
#header {
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
	z-index: 99;
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
}
	@media only screen and (max-width: 750px) {
		#header {
			padding: 10px 0;
			height: 65px;
		}
	}
#header .container {
    width: 98%;
	margin: 0 auto;
}
	@media only screen and (max-width : 768px) {
	  #header .container {
		padding: 0 30px;
	  }
	}
	@media only screen and (max-width : 750px) {
	  #header .container {
		padding: 0 0 0 5px;
	  }
	}
#h_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
	@media only screen and (max-width : 1024px) {
	  #h_top {
		padding-top: 10px;
	  }
	}
	@media only screen and (max-width : 750px) {
	  #h_top {
		padding-top: 0;
	  }
	}
nav#gNav a:hover {
  color: #0076FF;
}
nav#gNav .nav li {
  font-size: 13px;
}
nav#gNav .nav .sub-menu,
.mean-container .mean-nav ul ul {
	background: rgba(0, 0, 0, 0.8);
	opacity: .9;
}
	@media only screen and (max-width : 1024px) {
		.mean-container .mean-nav ul ul {		
			background: #fff;
		}
	}
.h_logo {
	height: auto;
	max-height: 58px;
	z-index: 10000000;
}
	@media only screen and (max-width : 1390px) {
		.h_logo {
			width: 10%;
			height: auto;
		}
	}
	@media only screen and (max-width : 1086px) {
		.h_logo {
			width: 7%;
			height: auto;
		}
	}
	@media only screen and (max-width : 1024px) {
	}
	@media only screen and (max-width : 750px) {
		.h_logo {
			height: 45px;
			z-index: 100;
		}
	}
h1.h_logo a {
	width: 164px;
	height: auto;
	max-height: 58px;
}
	@media only screen and (max-width : 1390px) {
		h1.h_logo a {
			width: 100%;
			max-height: auto;
		}
	}
	@media only screen and (max-width : 1024px) {
		h1.h_logo a {
			width: 164px;
			max-height: 58px;
		}
	}
	@media only screen and (max-width: 750px) {
		h1.h_logo a {
			width: 120px;
			height: auto;
		}
	}
h1.h_logo a img {
	height: 100%;
}
	@media only screen and (max-width : 1390px) {
		h1.h_logo a img {
			width: 100%;
			height: auto;
		}
	}
	@media only screen and (max-width : 1024px) {
		h1.h_logo a img {
			width: auto;
			height: 100%;
		}
	}
#gNav ul.nav {
	position: relative;
	display: flex;
}
	@media only screen and (max-width: 750px) {
		#gNav ul.nav {
			overflow-y: auto;
			height: 100vh;
		}
		.mean-nav .container {
			padding: 0;
		}
	}
#gNav li {
	position: relative;
	margin-right: 2.5em;
}
	@media only screen and (max-width: 1574px) {
		#gNav li {
			margin-right: 1.5em;
		}
	}
	@media only screen and (max-width: 1230px) {
		#gNav li {
			margin-right: .5em;
		}
	}
	@media only screen and (max-width : 1086px) {
		#gNav li {
			font-size: 80%;
		}
	}
#gNav li:last-child {
	margin-right: 0;
}
#gNav li i {
	font-size: 16px;
	margin-left: 5px;
}
#gNav li {
	position: relative;
	display: block;
	text-align: center;
	line-height: 78px;
}
	@media only screen and (max-width: 1024px) {
		nav li .fa {
			display: none;
		}
	}
#gNav .sub-menu {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	display: block;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
#gNav .sub-menu a {
	display: block;
	text-align: left;
	line-height: 1.2em;
	border-bottom: none;
	padding: 20px 15px;
}
#gNav .sub-menu a:hover:after {
	content: none;
}
#gNav .sub-menu li {
	display: block;
	font-size: 16px;
	padding: 0;
	margin: 0;
}
#gNav .sub-menu li:last-child {
	border-bottom: none;
}
#gNav ul.nav > li:hover {
-webkit-transition: all .5s;
	transition: all .5s;
}
#gNav ul.nav > li:hover,
#gNav .current-menu-item,
#gNav .current-menu-parent {
	color: #7BA0FB;
}
#gNav li:hover ul.sub-menu {
	top: 79px;
	visibility: visible;
	opacity: 1;
	z-index: 9999;
}
#gNav ul.nav li ul li:after {
	content: none;
}
#gNav ul.nav li:hover ul.sub-menu a {
	color: #fff;
}
#gNav .sub-menu li a:hover {
	color: #000;
	background: rgba(100, 100, 100, 1);
}
#gNav .h_btn,
.tab_sp .h_btn {
	display: block;
	margin-right: 1rem;
	padding: 10px 0;
}
	@media only screen and (max-width: 1024px) {
		.tab_sp .h_btn {
			padding: 0;
		}
	}
#gNav .h_btn a,
.tab_sp .h_btn a {
	color: #fff;
	display: block;
	position: relative;
	width: 120px;
	font-size: 1.4rem;
	text-align: center;
	line-height: 58px;
	border-radius: 10px;
	box-shadow: 2px 3px 0 #0000001f;
}
.tab_sp .h_btn a {
	z-index: 10000000;
}
	@media only screen and (max-width : 1390px) {
		#gNav .h_btn a {
			width: 100px;
		}
	}
	@media only screen and (max-width : 1280px) {
		#gNav .h_btn a {
			width: 80px;
			box-shadow: none;
		}
	}
	@media only screen and (max-width : 1086px) {
		#gNav .h_btn a {
			width: 70px;
			font-size: 1.2rem;
		}
	}
	@media only screen and (max-width: 1024px) {
		.tab_sp .h_btn a {
			box-shadow: none;
		}
	}
	@media only screen and (max-width: 768px) {
		.tab_sp .h_btn a {
			line-height: 56px;
		}
	}
	@media only screen and (max-width: 750px) {
		.tab_sp .h_btn a {
			width: 80px;
			font-size: 1.2rem;
			line-height: 46px;
		}
	}
	#gNav .h_btn a::after,
	.tab_sp .h_btn a::after {
		content: "";
		position: absolute;
		right: 10px;
		top: 25px;
		width: 7px;
		height: 7px;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		transform: rotate(45deg);
	}
	@media only screen and (max-width : 1280px) {
		#gNav .h_btn a::after {
			position: relative;
			rop: 0;
			width: 0;
			height: 0;
			border: none;
		}
	}
	@media only screen and (max-width: 768px) {
		.tab_sp .h_btn a::after {
			top: 22px;
		}
	}
	@media only screen and (max-width: 750px) {
		.tab_sp .h_btn a::after {
			position: relative;
			rop: 0;
			width: 0;
			height: 0;
			border: none;
		}
	}
#gNav .h_btn a.entry,
.tab_sp .h_btn a.entry {
	background: #0376da;
}
	@media only screen and (max-width: 1024px) {
		.tab_sp .h_btn a.entry {
			margin-left: 20px;
		}
	}
	@media only screen and (max-width: 750px) {
		.tab_sp .h_btn a.entry {
			margin-left: 0;
		}
	}
#gNav .h_btn a.mypage,
.tab_sp .h_btn a.mypage {
	background: #00b0d7;
}
	@media only screen and (max-width: 750px) {
		.tab_sp .h_btn a.mypage {
			margin-left: -5px;
		}
	}
.h_nav .tab_sp {
	position: relative;
	margin-right: 80px;
}
	@media only screen and (max-width: 750px) {
		.h_nav .tab_sp {
			margin-right: 40px;
		}
	}
.h_nav .tab_sp ul {
	display: flex;
}