@charset "utf-8";

.header {
}

@media screen and (max-width: 640px) {
.header {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	width: 100%;
	height: 88px;
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.6);
	position: fixed;
	top: 0;
	z-index: 9999;
}
.header-inner {
}

.header .header-box {
	overflow: hidden;
	position: relative;
	zoom:1;
	width: 94%;
	padding: 6px 0;
	margin: 0 auto;
}
.header .header-box #toshin {
	float: left;
	width: 70%;
	padding: 12px 0 0;
}
.header .header-box #toshin a {
	display: block;
	background: url(../images/common/bnr-toshin.png) no-repeat center top;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	width: 162px;
	height: 50px;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
}
.header .header-box #toshin h1 {
	font-size: 0.9em;
	padding: 4px 0 0;
}
.header .header-box #bbhome {
	display: none;
}

.header #menu-box {
	float: right;
	padding: 8px 0 0;
}
.header #menu-btn {
	background: #232323;
	cursor: pointer;
}
.header #menu-btn,
.header #menu-btn span {
	display: inline-block;
	-webkit-transition: all .3s;
	transition: all .3s;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.header #menu-btn {
	width: 60px;
	height: 60px;
	position: relative;
}
.header #menu-btn span {
	position: absolute;
	left: 12px;
	width: 36px;
	height: 3px;
	background-color: #fff;
}
.header #menu-btn span:nth-of-type(1) {
	top: 18px;
}
.header #menu-btn span:nth-of-type(2) {
	top: 28px;
}
.header #menu-btn span:nth-of-type(3) {
	top: 38px;
}
.header #menu-btn.close span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.header #menu-btn.close span:nth-of-type(2) {
	opacity: 0;
}
.header #menu-btn.close span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}

.header #page-nav {
	font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
	font-size: 0.9em;
	display: none;
	background: #fff;
	width: 100%;
	position: fixed;
	left: 0;
	z-index: 999999;
}
.header #page-nav ul {
	border-bottom: 1px solid #6ba5ba;
}
.header #page-nav li {
	width: 100%;
	color: #000;
	border-top: 1px solid #6ba5ba;
}
.header #page-nav li:last-child {
}
.header #page-nav li a {
	display: block;
	color: #000;
	text-decoration: none;
	text-align: left;
	padding: 1.1em 1.6em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
}

@media print, screen and (min-width: 641px) {
#menu-btn,
#page-nav {
	display: none;
}

.header {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: #fff;
	height: 284px;
}
#form-index .header {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: #fff;
	height: 88px;
}
.header-inner {
	width: 1100px;
	margin: 0 auto;
}

.header .header-box {
	overflow: hidden;
	position: relative;
	zoom:1;
	width: 100%;
}
.header .header-box #toshin {
	float: left;
	width: 50%;
	padding: 20px 0 0;
	position: relative;
}
.header .header-box #toshin a {
	display: block;
	background: url(../images/common/bnr-toshin.png) no-repeat center top;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	list-style-type: none;
	width: 150px;
	height: 46px;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
}
.header .header-box #toshin h1 {
	font-size: 12px;
	position: absolute;
	top: 50%;
	left: 176px;
}

.header .header-box #bbhome {
	float: right;
	line-height: 1.2;
	text-align: center;
	padding: 10px 0 0;
}
.header .header-box #bbhome a {
	font-size: 32px;
	padding: 0 0 0 42px;
	position: relative;
}
.header .header-box #bbhome a::before {
	position: absolute;
	top: 24.2%;
	left: 0;
	content: "";
	background: url(../images/common/freedial.png) no-repeat;    
	width: 40px;
	height: 21px;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
}
.header .header-box #bbhome span {
	display: block;
	font-size: 12px;
}
}