/*--■■■ヘッダー--*/
.header {
	width: 1200px;
	margin: 0 auto;
	line-height: 60px;
}
.logo-corp {
	text-align: left;
	float: left;
}
.logo-corp img {
	vertical-align: middle;
}
.logo-corp2 {
	text-align: left;
	float: left;
	margin-left: 10px;
	font-size: 1.1em;
	font-weight: bold;
}
.logo-corp2 a {
	color: #333;
}

.menu {
	text-align: right;
	overflow: hidden;
	
}
.menu img {
	margin: 5px;
	vertical-align: middle;
}
.menu p {
	float: right;
	margin: 0;
	margin-right: 20px;
	margin-top: 0px;
	padding: 0;
}
.menu p a {
	color: #333;
	z-index: 9999!important;
}
.menu p a:hover {
	text-decoration: underline;
}
.menu p.icon02 a:before {
    content: url(../../img/common/icon-header01b.png);
    margin: 10px;
    position: relative;
    top: 8px;
}
.menu p.icon01 a:before {
    content: url(../../img/common/icon-header02b.png);
    margin: 10px;
    position: relative;
    top: 8px;
}
.menu p.icon01 {
    display: block;
}
.menu p.icon01-ios {
    display: none;
}
/*--■■■ヘッダー常に固定--*/

.header-all {
	text-align:center;
	width:1200px;
	margin:0 auto;
	line-height:55px;
}

.pagetitle {
	padding: 5px 0;
	font-weight: bold;
	font-size: 0.9em;
	z-index: 998;
/*	color: #fff;*/
}
.pagetitle a {
	color: #444;
}
.pankuzu {
	padding: 0px 0 5px 0;
	font-size: 0.7em;
	text-align: left;
	z-index: 10;
}
.pankuzu a {
	color: #0066cc;
	text-decoration: underline;
}

/*--■■■ヘッダー固定--*/
#header-fix {
	z-index: 999;
	width: 100%;
	position: fixed;
	background-color: #fff;
	height:60px;
	border-bottom:1px solid #ccc;
}
.header {
	text-align: center;
	width: 1200px;
	margin: 0 auto;
}

#header-fix.fixed {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	margin: 0;
	padding: 0;
	line-height: 40px;
	background-color: #005079;
}
#header-fix.fixed .header {
	width: 1200px;
	line-height: 55px;
}
#header-fix.fixed .logo-corp img {
	width: 90%;
	height: auto;
}
#header-fix {
	transition: all 0s ease;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
}
#header-fix.fixed .menu p a {
	color: #fff;
}
#header-fix.fixed .menu img {
	width: 22px;
	height: auto;
}
#header-fix.fixed .menu p.icon01 a:before {
	width: 22px;
	height: auto;
	content: url(../../img/common/icon-header02.svg);
}
#header-fix.fixed .menu p.icon02 a:before {
	content: url(../../img/common/icon-header01.png);
}
.menu p a, .menu p.icon01, .menu p.icon02, #header-fix .menu p.icon01, #header-fix .menu p.icon02, #header-fix.fixed .logo-corp img, #header-fix.fixed .head-nav, #header-fix.fixed .head-nav ul li, .head-nav, .menu img, #header-fix.fixed .head-nav ul li::before {
	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
}
.icon-search02{
	display:none;
}
.hgmenu {
	background: #fff;
		border-top: 1px solid #ededed;
	border-bottom: 1px solid #ccc;
}
.hgmenu-list {
/*	display: flex;*/
	display: table;
  table-layout: fixed;

	width: 1200px;
	margin: 0 auto;
	clear: both;
}
.hgmenu-list li {
	padding: 8px 10px 5px 10px;
	display: table-cell;
	font-size: 0.9em;
	text-align: center;
/*	font-weight: bold;*/
	background: url("../../img/common/header-nav-line-black.svg") no-repeat right;/*グローバルメニュー仕切り線*/
}
.hgmenu-list li:first-child {
/*	background-image: none;*/
}
.hgmenu-list li a {
	padding: 10px;
	color: #555;
}

/* メディア
-------------------------------------------------------------------------------------------------*/

/* 幅1200px以上 */
@media only screen and (min-width:1200px) {

}

/* 幅1199px以下 */
@media only screen and (max-width:1199px) {
.header {
	width:100%;
}
#header-fix.fixed .header {
	width:100%;
}
.header-all {
	width:100%;
}
}

/* PC 横 */
@media only screen and (max-width:768px) {
.icon01 span:before {
	display:none;
}
.icon02 span:before {
	display:none;
}
}

/* スマホ 横 */
@media only screen and (max-width:640px) {
.logo-corp img {
	width:80%;
	height:auto;
}
.txt-menu {
	display:none;
}
.menu p {
	margin-right: 0;
}
.menu p.icon02 a:before {
	margin: 0px;
}
.menu p.icon01 a:before {
	margin: 0px;
}
.icon-search01{
	display:none;
}
.icon-search02{
	display:block;
}
}

/* 印刷 */
@media print {

.header {
	width: 100%;
}
.header-all {
	width: 100%;
}
.header {
	width: 100%;
}
#header-fix-all {
	position: static;

}
#header-fix {
	position: static;
}
.head-nav-fix{
	width: 100%;
}
#header-fix.fixed .header {
	width: 100%;
}

.icon-search01{
	display:none;
}
.icon-search02{
	display:none;
}
.icon02 {
	display:none;
}
.logo-corp img {
	width:80%;
	height:auto;
}
.main-info {
  padding-top: 0px;
}

}
