/** Global Navigation */
@charset "utf-8";

/** common */
#gHeader {
	position: relative;
	z-index: 999;
	background-color: #fff;
}
#gHeader .hdInfo {
	overflow: hidden;
	padding: 31px 0 13px;
}
#gHeader .hdInfo .logo {
	margin-top: 0;
	margin-bottom: 0;
}
#gHeader .hdInfo .logo a img {
	max-width: 100%;
}
#gHeader .logo {
	float: left;
	width: 97px;
	padding: 13px 0 15px 10px;
}
#gHeader .logo a {
	display: block;
	color: #444;
}
#gHeader .hdInfo .btns {
	margin-bottom: 0;
}
#gHeader .btns {
	float: right;
}
#gHeader .btns .order {
	width: 65px;
	padding: 13px 15px 12px;
}
#gHeader .btns li {
	float: right;
}
#gHeader .links {
	float: right;
	width: 115px;
	padding: 13px 15px 12px 0;
	overflow: hidden;
}
#gHeader .links .order {

	background: linear-gradient(to bottom, #ffd07c 0%,#ffbb44 100%);
}
#gHeader .links > li {
	float: left;
	width: 60px;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #d3d3d3;
	overflow: hidden;
	background: -webkit-linear-gradient(top, #ffffff 0%,#e7e7e7 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#e7e7e7 100%);
}
#gHeader .links > li:first-child {
	position: relative;
	border-right: 0;
	padding-right: 1px;
	border-radius: 5px 0 0 5px;
}
#gHeader .links > li:last-child {
	border-left: 0;
	border-radius: 0 5px 5px 0;
}
#gHeader .links > li > a {
	display: block;
	line-height: 1;
	text-align: center;
	font-size: 10px;
	color: #666;
	font-weight: bold;
	padding: 9px 0;
	text-decoration: none;
	font-family: "ヒラギノ角ゴW3,Meiryo UI";
}
#gHeader .menu .menuIn {
	padding: 0;
}
#gHeader .menu .list {
	padding: 5px 0;
	border-bottom: 1px solid #c8c8c8;
	background-color: #f3f3f3;
}
#gHeader .menu .list:after {
	display: block;
	clear: both;
	content: '';
}
#gHeader .menu .list li {
	position: relative;
	float: left;
	box-sizing: border-box;
	width: 33.33%;
	cursor: pointer;
}
#gHeader .menu .list li + li {
	border-left: 1px solid #c8c8c8;
}
#gHeader .menu .list .islink a {
	display: block;
	position: relative;
	line-height: 1;
	padding: 12px 0;
	color: #444;
	font-weight: bold;
	font-size: 1.1rem;
	text-decoration: none;
	text-align: center;
}
.mod_inner {
	padding: 0 15px;
}
.page-header {
	height: auto;
}

li.dropdown-dark ul.dropdown-menu {
	position: absolute;
	top: 40%;
	right: 20px;
	left: auto;
	width: 250px;
}
li.dropdown-dark ul.dropdown-menu:before {
	border-left: 0;
	border-right: 0;
	position: absolute;
	top: -8px;
	right: 9px;
	display: inline-block !important;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #efefef;
	border-left: 8px solid transparent;
	content: '';
}


li.dropdown-dark > ul.dropdown-menu:after {
	position: absolute;
	top: -7px;
	right: 10px;
	display: inline-block !important;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #877;
	border-left: 7px solid transparent;
	content: '';
	z-index: 999;
}


li.dropdown-dark ul.dropdown-menu {
	background: #fffafa;
	border: 1px solid #f5f5f5 !important;
}
li.dropdown-dark ul.dropdown-menu > li.external {
	display: block;
	overflow: hidden;
	padding: 15px 15px;
	letter-spacing: .5px;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	background: #877;
}
li.dropdown-dark ul.dropdown-menu > li.external > h3 {
	margin: 0;
	padding: 0;
	float: left;
	font-size: 13px;
	display: inline-block;
}
li.dropdown-dark ul.dropdown-menu > li > a {
	padding: 8px 14px;
	font-size: 14px;
	font-weight: 300;
	font-size: 13px;
	color: gray;
}
li.dropdown-dark ul.dropdown-menu > li > a > i {
	color: #e78;
}

/** PC */
@media screen and (min-width: 768px) {
	#gHeader .menu:after {
		display: block;
		position: absolute;
		top: 95px;
		width: 100%;
		height: 4px;
		background: #d82138;
		content: '';
	}
	#gHeader .hdInfo {
		padding: 31px 0 20px;
	}
	#gHeader .logo {
		position: relative;
		width: 352px;
		margin: -2px 0 0 -1px;
		padding: 0;
	}
	#gHeader .logo img {
		width: 124px;
	}
	#gHeader .logo span {
		position: absolute;
		top: 5px;
		left: 140px;
		line-height: 1.54;
		font-size: 1.3rem;
		letter-spacing: 0.03em;
	}
	#gHeader .btns {
		float: right;
	}
	#gHeader .btns .order {
		width: 230px;
		padding: 0;
	}
	#gHeader .links {
		width: auto;
		margin-left: 25px;
		padding: 10px 0 0 0;
	}
	#gHeader .links > li {
		width: auto;
		padding: 0 13px;
		background: #fff;
		border-width: 0 0 0 1px;
		border-style: solid;
		border-color: #d3d3d3;
	}
	#gHeader .links > li > a {
		position: relative;
		padding: 3px 0;
		color: #444;
		font-weight: normal;
		font-size: 1.4rem;
		letter-spacing: 0.03em;
	}
	#gHeader .links > li > a:after {
		display: block;
		position: absolute;
		bottom: -4px;
		width: 100%;
		height: 1px;
		background-color: #818181;
		content: '';
	}
	#gHeader .links > li:first-child {
		padding: 0 13px;
		border-radius: 0;
	}
	#gHeader .links > li:first-child::after {
		content: "";
		display: block;
		width: 1px;
		height: 20px;
		margin-top: -10px;
		position: absolute;
		top: 50%;
		right: 0;
		background-color: #c0c0c0;
	}
	#gHeader .links > li:last-child {
		border-width: 0 1px 0 0;
		border-radius: 0;
	}
	#gHeader .menu {
		background: #f3f3f3;
	}
	#gHeader .menu .list {
		padding: 19px 0 15px;
		border-bottom: 0;
	}
	#gHeader .menu .list li {
		width: 220px;
		border: 1px solid #c8c8c8;
		border-radius: 5px;
	}
	#gHeader .menu .list li + li {
		margin-left: 10px;
	}
	#gHeader .menu .list .islink a {
		padding: 14px 0 13px;
		border-radius: 5px;
		background-color: #fff;
		font-size: 1.5rem;
	}
	#gHeader .menu .list .islink a:hover {
		background-color: #fff2a7;
	}
	#gHeader .menu .list .islink a:after {
		display: block;
		position: absolute;
		top: 50%;
		right: 19px;
		left: auto;
		width: 6px;
		height: 10px;
		margin: 0;
		margin-top: -5px;
		background: url(/about/assets/original/about/img/common/ico_arw02_right.png) no-repeat center;
		content: '';
	}
	.mod_inner {
		box-sizing: border-box;
		margin: 0 auto;
		padding: 0;
	}
	.viewSp {
		display: none;
	}
	.viewPc {
		display: block;
	}
}

@media screen and (min-width: 1200px) {
	#gHeader {
		width: 1170px;
		margin: 0 auto;
	}
}

/** SP */
@media screen and (max-width: 770px) {
	.top_cont_outer{
		padding-top: 5px;
	}
	#gHeader .hdInfo {
		padding: 0;
	}
	#gHeader .hdInfo .btns .order {
		width: 90px;
	}
	#gHeader .menu .list {
		margin-bottom: 0;
	}
	.viewSp {
		display: block;
	}
	.viewPc {
		display: none;
	}

	li.dropdown-dark ul.dropdown-menu {
		right: 10px;
		top: 40%;
		width: 65%;
	}

	li.dropdown-dark ul.dropdown-menu > li.external > h3 {
		font-size: 14px;
		font-family: 'Dosis',sans-serif;
		font-weight: 600;
		color: #222;
		font-size: 16px;
		margin: 0 0 5px 0;
	}
}
