body{
	
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	scrollbar-base-color:#EE7600;
}

a {
	
}

.header{
	width:1313px;
	height:auto;
	overflow: hidden;
	position:relative;
	background: repeat-x #fff;
}

.mast_logo{
	position: absolute;
	top:18px;
	right:15px;
	display: block;
	width:132px;
	height:65px;
	
}

.gnav{
	
	
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
}
.gnavUL{
	list-style-type: none;
	display:flex;
	justify-content: center;
	margin:30px auto 30px auto;
}
.gnavLI{
	
}
.gnavLI > *
{
text-indent: -100%;
white-space: nowrap;
overflow: hidden;
	background-size:contain;
	
	display: block;
	width:154px;
	height:42px;
	background-repeat: no-repeat;
	
	
}

.gnavUL > li.logo {
	padding:0 30px;
}

.gnavLI.toppage > *{
	background-image: url(image/header/gnav_01@2x.png);
}

.gnavLI.inquity > *{
	background-image: url(image/header/gnav_02@2x.png);
}

.gnavLI.outline > *{
	background-image: url(image/header/gnav_03@2x.png);
}

.gnavLI.privacy > *{
	background-image: url(image/header/gnav_04@2x.png);
}

.gnavLI.mast > *{
	background-image: url(image/header/gnav_05@2x.png);
}

.gnavLI.shinmatsudo > *{
	background-image: url(image/header/gnav_06@2x.png);
}


.gnavLI > *:hover
{
	
	transition: all 300ms 0s ease;
}


.gnavLI.toppage > *:hover{
	background-image: url(image/header/gnav_01_on@2x.png);
}

.gnavLI.inquity > *:hover{
	background-image: url(image/header/gnav_02_on@2x.png);
}

.gnavLI.outline > *:hover{
	background-image: url(image/header/gnav_03_on@2x.png);
}

.gnavLI.privacy > *:hover{
	background-image: url(image/header/gnav_04_on@2x.png);
}

.gnavLI.mast > *:hover{
	background-image: url(image/header/gnav_05_on@2x.png);
}

.gnavLI.shinmatsudo > *:hover{
	background-image: url(image/header/gnav_06_on@2x.png);
}




.header_brand {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}
.header_brand > * {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
}

.header_brand div:nth-child(1){
	width:549px;}
.header_brand div:nth-child(2){
	width:490px;
	background: #f6f5f5;}
.header_brand div:nth-child(3){
	width:300px;}

.header_brand div:nth-child(3) figure{
	text-align: center;}
.header_brand div:nth-child(3) figure p{
	font-size:12px;
	color:#666;
	text-align: center;}

