@charset "UTF-8";

@media screen and (max-width:960px) {
.mask { display: none; position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 98; }
.header { height: 84px; }
.header-logo { display: none; }
.header-logo-mb { display: block; position: absolute; top: 20px; left: 3px; height: 44px; }
.header-logo-mb img { height: 100%; }
.header-mb { display: block; position: fixed; top: 20px; right: 20px; width: 44px; height: 44px; border-radius: 22px; background: #fff; cursor: pointer; z-index: 100; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); transform: all .2s; }
.header-mb.active { box-shadow: none; }
.header-mb i { display: block; position: absolute; left: 9px; width: 26px; height: 2px; background: #005d97; transition: all .3s; }
.header-mb i:nth-child(1) { top: 15px; }
.header-mb i:nth-child(2) { top: 22px; }
.header-mb i:nth-child(3) { top: 29px; }
.header-mb.active i:nth-child(1) { top: 22px; transform: rotate(45deg); }
.header-mb.active i:nth-child(2) { transform: translateX(100px); }
.header-mb.active i:nth-child(3) { top: 22px; transform: rotate(-45deg); }
.header-nav { display: none; position: fixed; top: 0; right: 0; width: 250px; height: 100%; margin: 0; text-align: left; overflow: none; z-index: 99; }
.header-nav>ul { display: block; box-sizing: border-box; width: 100%; height: 100%; padding: 50px 20px 20px; background: #fff; overflow: auto; -webkit-overflow-scrolling : touch; }
.header-nav .header-nav-index { display: block; }
.header-nav li { display: block; margin: 0; padding: 0; border-bottom: solid 1px #ddd; }
.header-nav a {
	display: block;
	color: #005d97;
	padding: 7px 0;
	word-spacing: normal;
	border-left: solid;
	border-left-width: 0px;
	padding-left: 0px;
	margin-top: -4px;
	background-color: #FFF;
}
.header-nav a:after { display: none; }
.header-nav a:active {

	background-color: #f5f5f5;
}
.header-nav ul ul {
	position: relative;
	margin: 0;
	padding: 0;
	opacity: 1;
	transform: scale(1);
	background: none;
	background-color: #FFF;
}
.header-nav ul ul li { border: none; }
.header-nav ul ul a {
	color: #666;
	font-weight: 600;
	padding: 0px 0;
	font-size: 15px;
}


.header-nav ul ul a {
	display: block;
	color: #000;
	font-size: 15px;
	padding: 3px 5px 3px -3px;
	white-space: now rap;
	background-color: #FFF;
}

.header-nav ul ul a:hover { background: none; }
.header-nav ul ul a:active {
	background-color: #f5f5f5;
}


.header-nav a  p.sub {
	margin-bottom: -5px;
	color: #0033CC;
	font-family: "Open Sans", "Noto Sans Japanese", Meiryo, MS PGothic, sans-serif;
	margin-top: -8px;
	padding-top: 0px;
	background-color: #FFF;
}
















}