/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */

.drawer-open{overflow:hidden !important;}
.drawer-menu{margin:0;padding:0;list-style:none;}
.drawer-menu-item{font-size:1rem;display:block;padding:.75rem;text-decoration:none;color:#222;}
.drawer-menu-item:hover{text-decoration:underline;color:#555;background-color:transparent;}
.drawer-overlay{position:fixed;z-index:1;top:0;left:0;display:none;width:100%;height:100%;background-color:rgba(0,0,0,.2);}
.drawer-open .drawer-overlay{display:block;}
.drawer--top .drawer-hamburger,.drawer--top.drawer-open .drawer-hamburger{right:0;}
.drawer--left.drawer-open .drawer-hamburger{left:16.25rem;}


.drawer--right.drawer-open .drawer-hamburger{right:16.25rem;}
.drawer-hamburger{
	position:fixed;
	z-index:4;
	top:0;
	display:block;
	box-sizing:content-box;
	width:2rem;
	padding:0;
	padding:18px .75rem 30px;
	-webkit-transition:all .6s cubic-bezier(.19,1,.22,1);
	transition:all .6s cubic-bezier(.19,1,.22,1);
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	border:0;
	outline:0;
	background-color:transparent;}
.drawer-hamburger:hover{cursor:pointer;background-color:transparent}
.drawer-hamburger-icon{position:relative;display:block;margin-top:10px}
.drawer-hamburger-icon,.drawer-hamburger-icon:after,.drawer-hamburger-icon:before{width:100%;height:2px;-webkit-transition:all .6s cubic-bezier(.19,1,.22,1);transition:all .6s cubic-bezier(.19,1,.22,1);background-color:#222}
.drawer-hamburger-icon:after,.drawer-hamburger-icon:before{position:absolute;top:-10px;left:0;content:" "}
.drawer-hamburger-icon:after{top:10px;}
.drawer-open .drawer-hamburger-icon{background-color:transparent;}
.drawer-open .drawer-hamburger-icon:after,.drawer-open .drawer-hamburger-icon:before{top:0}
.drawer-open .drawer-hamburger-icon:before{-webkit-transform:rotate(45deg);transform:rotate(45deg);}
.drawer-open .drawer-hamburger-icon:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);}
.sr-only{position:absolute;overflow:hidden;clip:rect(0,0,0,0);width:1px;height:1px;margin:-1px;padding:0;border:0;}
.sr-only-focusable:active,.sr-only-focusable:focus{position:static;overflow:visible;clip:auto;width:auto;height:auto;margin:0;}
.drawer--sidebar,.drawer--sidebar .drawer-contents{background-color:#fff;}
.drawer--navbarTopGutter{padding-top:3.75rem;}
.drawer-navbar .drawer-navbar-header{border-bottom:1px solid #ddd;
	background-color:#fff;
}
.drawer-navbar{z-index:3;top:0;width:100%;min-width: 1210px;}
.drawer-navbar--fixed{position:fixed;}
.drawer-navbar-header{position:relative;z-index:3;box-sizing:border-box;width:100%; padding:0 .75rem; text-align:center;}
.drawer-navbar .drawer-brand{
	display:inline-block;
	padding:0.8rem 1rem 0 1.2rem; 
	text-decoration:none;
	float: left;
}

.drawer-navbar .drawer-brand:hover{background-color:transparent}
.drawer-navbar-header .header_menu01{
	padding: 2rem 0.5rem 0 0;
}
.drawer-navbar-header .header_menu01 a{
	text-decoration: none;
	font-size: 13px;
	color: #333333;
}



.header_logo{

}
.header_logo .drawer-brand{
	font-size:1.5rem;
	font-weight:700;
	display:block;

	padding-right:.75rem;
	padding-left:0rem;
	text-decoration:none;
	color:#222;
}
.header_logo .drawer-brand img{ width: 100%; max-width:420px; height: auto; margin-top: 6px;}

.header_rightarea{
	float: right;

}

.header_right_logo{
	margin: 1.2rem 0rem 0 0.9rem;
    vertical-align: middle;
}




.header_menu01 ul{
	list-style: none;
}
.header_menu01 li {
	float: left;
}

.header_menu01 li a{
	border-radius: 3px;
	transition: 0.3s;
}
.header_menu01 li a:link{	
	padding: 0.5rem;
}
.header_menu01 li a:hover{
    background-color: #EAEEF4;
}




.search_area{
margin: 1rem 0 1rem 0;
background-color: #EFEFEF;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
padding: 0.75em 1em;
}

.search_area .btn_search{
	background-color: #2180d0; 
	border: none; 
	border-radius: 3px;
	width: 50px; height:31px; 
	vertical-align: middle;
	background-image: url("../img/icon_search.png");
	background-repeat: no-repeat;
	background-position: 14px 4px;
	cursor:pointer;
    float: right;
}

.search_area .search_box{
	border:1px #b4b4b4 solid !important;
	height:26px;
	border-radius: 3px;
    padding:2px 5px;
    font-size: 14px; line-height: 16px;
    vertical-align: middle;
    width: calc(100% - 68px);
    float: left;
}

.drawer-dropdown-menu{display:none;box-sizing:border-box;width:100%;margin:0;padding:0;background-color:#fff;}
.drawer-dropdown-menu>li{width:100%;list-style:none;}
.drawer-dropdown-menu-item{line-height:3.75rem;display:block;padding:0;padding-right:.75rem;padding-left:1.5rem;text-decoration:none;color:#222;}
.drawer-dropdown-menu-item:hover{text-decoration:underline;color:#555;background-color:transparent;}
.drawer-dropdown.open>.drawer-dropdown-menu{display:block;}
.drawer-dropdown .drawer-caret{display:inline-block;
	width:0;
	height:0;
	margin-left:4px;
	-webkit-transition:opacity .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,-webkit-transform .2s ease;transition:transform .2s ease,opacity .2s ease;transition:transform .2s ease,opacity .2s ease,-webkit-transform .2s ease;-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
	vertical-align:middle;
	border-top:4px solid;
	border-right:4px solid transparent;
	border-left:4px solid transparent;
}
.drawer-dropdown.open .drawer-caret{-webkit-transform:rotate(180deg);transform:rotate(180deg)}
.drawer-container{margin-right:auto;margin-left:auto; border-bottom: 1px #BBCBD8 solid;}



/* Global Menu */

#headermenu-area{
	position: relative;
	width: 1000px;
	margin: auto;
}

#headermenu-area ul{
	margin: 0;
}
#headermenu-area ul li{
	width: 19%;
	text-align: center;
}

#headermenu-area ul > li{
	display: inline-block;
}
#headermenu-area ul > li > a{
	padding: 8px 20px;
	display: block;
	font-size: 18px;
	color: #002f56;
	text-decoration: none;
}
#headermenu-area ul > li > span{
	margin-left: 1.2em;
}
#headermenu-area ul > li:hover > a{
	background-color: #2180d0;
	color: #fff;
	transition: 0.3s;
}

/* Submenu */

#headermenu-area ul li ul{
	position: absolute;
	top: 43px;
    z-index: 200;
}
@media all and (-ms-high-contrast: none){

#headermenu-area ul li ul{
background-color: aqua!important;
top: 40px!important;
}

}
#headermenu-area ul li ul li{
	display: block;
	width: 20em;
    text-align: left;
}
#headermenu-area ul li ul li a{
	font-size: 16px !important;
	background-color: #efefef;
	color: #444;
	transition: 0.3s;
}
#headermenu-area ul li ul li a:hover{
    background-color: #6E6E6E;
}

.menu02 ul li ul li{
	height: 0;	overflow: hidden;
}
.menu02 ul li:hover ul li{
	height: auto; /*サブメニューの高さ*/
	overflow: visible;
}




/* ========================================================================== */
/* スマホ用　ハンバーガーメニュー設定 */
/* ========================================================================== */


@media (min-width:64em){
	.drawer--sidebar .drawer-hamburger{display:none;visibility:hidden;}


	.drawer--sidebar.drawer--left .drawer-contents{margin-left:12.5rem;}

	.drawer--sidebar.drawer--right .drawer-contents{margin-right:12.5rem;}
	.drawer--sidebar .drawer-container{max-width:48rem;}
}

@media (min-width:75em){

	.drawer--sidebar.drawer--left .drawer-contents{margin-left:16.25rem;}
	.drawer--sidebar.drawer--right .drawer-contents{margin-right:16.25rem;}
	.drawer--sidebar .drawer-container{max-width:60rem;}
}

@media (min-width:64em){
	.drawer-navbar{
		height:8rem;
		border-bottom:1px solid #ddd;			
	}
	.drawer-navbar .drawer-navbar-header{
		position:relative;
		display:block;
		padding:0;
		height: 5.3rem;
		border-bottom: 1px solid #bbcbd8;
	}

	
	.drawer-navbar .drawer-menu--right{float:right}.drawer-navbar .drawer-menu li{float:left;}
	.drawer-navbar .drawer-menu-item{line-height:3.75rem;padding-top:0;padding-bottom:0;}
	.drawer-navbar .drawer-hamburger{display:none;}
	.drawer-navbar .drawer-menu{padding:0;}
	.drawer-navbar .drawer-dropdown-menu{position:absolute;width:16.25rem;border:1px solid #ddd;}
	.drawer-navbar .drawer-dropdown-menu-item{padding-left:.75rem;}
}






/* ============================================= */
/*ハンバーガーメニュー*/
/* ============================================= */

.box {
  background-color: #666;
  height: 500px;
}
.header {
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 2px 6px rgba(0,0,0,.16);
}
.global-nav {
  position: fixed;
  right: -320px; /* これで隠れる */
  top: 0;
  width: 300px; /* スマホに収まるくらい */
  height: 100vh;
  padding-top:0px;
  background-color: #fff;
  transition: all .6s;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}
.hamburger {
  position: absolute;
  right: 0;
  top: 0;
  width:32px; /* クリックしやすいようにちゃんと幅を指定する */
  height:32px; /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
}




/* header_menu　モバイル用 記述 */
nav.global-nav{ padding-bottom: 100px;}
.global-nav__list {
  margin: 0 0 ;
  padding: 0 0 0px 0;
  list-style: none;
}
.global-nav__item {
	text-align: center;
	padding: 0;
	background-color: #007A7F;
    color: #fff;
    margin-top: 20px;
}
.global-nav__item:first-child{margin-top: 0px;}
.global-nav__item a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #B3B3B3;
    text-decoration: none;
	background-color: #fff;
    color: #333;
    font-weight: bold;
	transition: 0.3s;
}
.global-nav__item a:hover {
    background-color: #C6EBF7;
	color: #002A5A;
}


/* header_＜sub＞menu　モバイル用 記述 */
.global-nav__list02 {
    margin: 0;
    padding: 10px 0 15px 0;
    list-style: none;
    background-color: #E7E7E7;
}
.global-nav__item02 {
	text-align: left;
	padding:0px 5px;
    background-color: #F6F8F9;
}
.global-nav__list .global-nav__item02:first-child {padding-top: 5px;}
.global-nav__item02 a {
    display: block;
    padding:10px 10px 5px 10px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px #acacac dotted;

    border-radius: 2px;
	transition: 0.3s;
}
.global-nav__item02 a:hover {
    background-color: #003C7E;
	color: #fff;
}

.global-nav__item02 a::before {
    content: '\e5cc';
    color: #138BFE;
    vertical-align: middle;
    font-size:18px;
    line-height: 1em;
    margin-left: -8px;
    margin-right: 2px;
    margin-top: 0px;
    font-family: "Material Icons";
    float: left;
}
.global-nav__item02 a:hover:before {
	color: #fff;
    margin-left: -5px;
    margin-right:-1px;
}
.g_nav_subtitle01 span {
    border: 1px #ddd solid;
    padding: 2px 5px;
    margin-left: 5px;
    line-height: 1.5em;
    vertical-align: bottom;
    border-radius: 3px;
}
.g_nav_subtitle01 span:before {
    content: '\e88a';
    color: #138BFE;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1em;
    margin-left: -1px;
    margin-right: 2px;
    margin-top: -2px;
    display: inline-block;
    font-family: "Material Icons";
}
.global-nav__item a.g_nav_subtitle01:hover span{
color: #fff;
background-color: #FF9800;
border-bottom: 1px solid #FF9800;
}
.global-nav__item a.g_nav_subtitle01:hover span:before{color: #fff;}


.g_nav__item_home img{
width: 100px; height: auto;
vertical-align: text-bottom;
}
.global-nav__item.g_nav__item_home{ background-color: #fff;}
.global-nav__item.g_nav__item_home a{ padding-bottom: 20px; padding-top: 16px;}
/* 検索エリア　モバイル用 記述 */

.h_menu_search_area{
	margin-top: 0.5rem;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding: 0.75em 1em;
	overflow: hidden;
}

.h_menu_search_area .btn_search{
	background-color: #2180d0; 
	border: none; 
	border-radius: 3px;
	width: 50px; height:31px; 
	vertical-align: middle;
	background-image: url("../img/icon_search.png");
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 14px 6px;
	cursor:pointer;
    float: right;
}

.h_menu_search_area .search_box{
	border:1px #b4b4b4 solid !important;
	height:24px;
	border-radius: 3px;
    padding:2px 5px;
    font-size: 14px; line-height: 16px;
    vertical-align: middle;
    width: calc(100% - 68px);
    float: left;
}









/* ------------------------- */

.header_right .dropdown { padding: 3px 10px 0px 0px; text-align: center!important;}
.header_right .dropdown-toggle i{ font-size: 20px; line-height: 1em; 
padding:3px;
 -moz-border-radius:2em;
 -webkit-border-radius:2em;
 border-radius:2em;
 margin-top:   0px;
 margin-right: 4px;
}

.hamburger__line {
  position: absolute!important;
  left:5px;
  height: 2px;
  background-color: #fff;
}
.nav-open .hamburger__line {
background-color: #606060;
}
.nav-open .hamburger { position: fixed!important;}
.hamburger__line--1 {
  top: 14px;
}
.hamburger__line--2 {
  top: 20px;
}
.hamburger__line--3 {
  top: 26px;
}
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}
/* 表示された時用のCSS */
.nav-open .global-nav {
  right: 0;
}
.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}
.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px;
}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 20px;
} 






/* ========================================================================== */
/* 04) ヘッダー */
/* ========================================================================== */
.header_nav_user,
.header_nav_help{position: relative;  display: flex; justify-content: center; align-items: center;}
.h_help {
    padding: 10px 5px 5px 5px;
    margin-right: 8px;
    font-size: 13px;
    line-height: 22px;
    vertical-align: middle;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.h_help::before {
    content: '\e887';
    color: #fff;
    vertical-align: middle;
    font-size: 24px;
    line-height: 1em;
    margin-left: -2px;
    margin-right: 3px;
    margin-top: 0px;
    font-family: "Material Icons";
    float: left;
}



A.h_help:link,
A.h_help:visited {
    COLOR: #fff!important;
    text-decoration: none;

}
A.h_help:hover,
A.h_help:active{
    COLOR: #333!important;
    background-color: #EDEDED;
}

A.h_help:hover:before,
A.h_help:active:before{
    COLOR: #053C7E!important;
    }


.header_right .header_nav_help i {
    font-size: 24px;
    line-height: 1em;
    padding: 2px; margin-right: 6px;margin-top: 3px;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
}
.header_right .header_nav_help A:link i,
.header_right .header_nav_help A:visited i {
    COLOR: #70757A!important;

}
.header_right .header_nav_help A:hover i,
.header_right .header_nav_help A:active i {
    COLOR: #70757A!important;
    background-color: #D9DADB;
}

img.header_right_logo{width: 100%; max-width: 134px;}
.hamburger_menu{visibility: hidden!important;  display: none!important; transition-duration:3s;display: block; width:40px;}
.hamburger{visibility: hidden;}
/*ここからタブレット横（481px-800px）環境の設定
---------------------------------------------------------------------------*/
@media (min-width:991px) and (max-width:1200px){
#headermenu-area,
#area02{width: 100%!important; }

.header_right_logo {  margin:0.75rem 0rem 0 0.75rem;}
.header_right_logo img{width: 100%; max-width:95px; }
.header_logo .drawer-brand img{ max-width:300px!important;}
.search_area{ max-width: 180px; margin:6px 0 0 0; padding: 0.4em 1em;}
.search_area .search_box {width: calc(100% - 65px)!important;}
.drawer-navbar-header .header_menu01 {  padding:1.25rem 0.5rem 0 0;}
}


/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 990px){
.header_right .dropdown { padding:3px 5px 3px 0px; }
.hamburger{visibility: inherit;}
header .navbar{ display: none; visibility: hidden;}
.menu02,
.header_rightarea_pc{ display: none!important; visibility: hidden!important;}
.hamburger_menu{visibility: inherit!important;  display: block!important;}
#headermenu-area,
#area02{width: 100%!important; }
.header_right_logo img{width: 100%; max-width:95px; }
.header_logo .drawer-brand img{ max-width:300px!important;}
.hamburger {
    position: absolute;
    right: 0;
    top: 0;

    cursor: pointer;
}
.pan{font-size: 12px; line-height: 1.5em; }

}

@media (min-width:481px) and (max-width:990px){
header .navbar{ display: none; visibility: hidden;}
.hamburger_menu{visibility: inherit!important;  display: block!important;}
.hamburger__line{width: 20px;  transition: all .4s;}
.hamburger__line--1 {  top: 10px;}
.hamburger__line--2 {  top: 17px;}
.hamburger__line--3 {  top: 24px;}
.nav-open .hamburger__line--1 {  top: 16px;}
.nav-open .hamburger__line--3 {  top: 16px;} 
}




/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px){
.site_logo img{margin: 5px 6px 5px 10px;}
.h_dropdown,
.header_nav_user,
header .navbar{ display: none; visibility: hidden;}
.hamburger_menu{visibility: inherit!important;  display: block!important;}
.hamburger {
  width:35px; /* クリックしやすいようにちゃんと幅を指定する */
  height:40; /* クリックしやすいようにちゃんと高さを指定する */
}
.header_right_logo {  margin:0.75rem 0rem 0 0.75rem;}
.header_right_logo img{width: 100%; max-width:90px; }
.hamburger__line{width:20px;  transition: all .4s;}
.hamburger__line--1 {  top: 14px;}
.hamburger__line--2 {  top: 20px;}
.hamburger__line--3 {  top: 26px;}
.nav-open .hamburger__line--1 {  top: 24px;}
.nav-open .hamburger__line--3 {  top: 24px;} 
.pan{font-size: 11px; line-height: 1.5em;}
}


.global-nav {z-index: 920;}
.hamburger{z-index: 930;}
.black-bg {z-index: 910;}
@media (max-width : 990px){
.hamburger{z-index: 930;}
}


