@charset "utf-8";

/*--------------------------------------------------
header ヘッダ
--------------------------------------------------*/

@media screen and (max-width: 736px) {
	/* 旧デザイン */
	#header .head-nav-bar {
		display: inline-block;
	}
	#header .head-nav01 {
		font-size : 77%;
		list-style: none;
		overflow  : hidden;
		padding   : 2px 0px 0px 10px;
		position  : relative;
		/*right     : 0;*/
		/*top       : 0;*/
		margin : 0;
	}
	#header .head-nav01 li {
		float  : right;
		margin : -4px 5px 0 5px;
		padding: 1px 0px 0px 15px;
	}
	#header .head-nav01 li.h-nav {
		background: url("../images/ico_arrow02.png") no-repeat left 4px;
		float     : right;
		margin    : 0px 5px 0 5px;
		padding   : 2px 0px 0px 15px;

	}
	#header .head-nav01 li.head-cada-ico {
		float     : right;
		list-style: none;
		margin    : -4px 5px 5px 5px;
		padding   : 2px 0px 0px 15px;
		z-index   : 90;
	}
	#header .head-nav01 li.head-cada-ico :hover {
		/*↓ロールオーバー背景画像*/
		opacity: 0.85;
		filter: alpha(opacity=85);
		-moz-opacity: 0.85;
	}
}

@media screen and (min-width: 737px){
	/* ヘッダ */
	#header .head-nav01 {
		font-size : 77%;
		list-style: none;
		overflow  : hidden;
		padding   : 0 0 0 25px;
		position  : absolute;
		right     : 35px;
		top       : 0px;
		margin    : 0;
		height: 51px;
	}
	#header .head-nav01 .h-nav{
		font-size : 14px;
	}
	#header .head-nav01 li {
		float  : right;
		margin : -4px 5px 0 5px;
		padding: 1px 0px 0px 15px;
	}


	#header .head-nav01 li.h-nav {
		background: url("../images/ico_arrow02.png") no-repeat left 4px;
		float     : right;
		margin    : 13px 16px 0 0;
		padding   : 2px 0px 0px 15px;
	}


	#header .head-nav01 li.head-cada-ico {
		float     : right;
		list-style: none;
		margin    : -4px 5px 5px 5px;
		padding   : 2px 0px 0px 15px;
		z-index   : 90;
	}

	#header .head-nav01 li.head-cada-ico :hover {
		/*↓ロールオーバー背景画像*/
		opacity: 0.85;
		filter: alpha(opacity=85);
		-moz-opacity: 0.85;
	}

}

.header-display-nav ,.header-not-display-nav{
	background: url("../images/bg_header02.png") repeat-x left top;
	position: relative;
	z-index: 3;
	box-shadow: 0px 0px 9px -3px rgba(0,0,0,0.5);
}
#header .logo {
	margin-top: 0px;
	background-color: #fff;
	height: 60px;
	width: 100vw;
}
#header .logo a {
	height: inherit;
}
#header .logo a img {
	margin:12px;
	height:35px;
	width:auto;
}
#header .p-images {
	margin-top: 1px;
}
#header #head-cada {
	position: absolute;
	right: 100px;
	top: 9px;
}
#header #view-mode-link {
	display: none;
	position: absolute;
	top: 13px;
	left: 210px;
	font-size: 14px;
	/* font-weight: bold; */
	cursor: pointer;
	text-decoration: none;
	padding: 4px 8px;
	border-radius: 4px;
	border: 1px solid #444444;
	color: #444444;
	height:31px;
}
#header #view-mode-link:before {
  content: "";
  display: none;
  width: 18px;
  height: 18px;
  margin: 2px 3px 0 -3px;
  background: url("../images/header_pc.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#header #view-mode-link span{
	vertical-align: middle;
}

/* ドロワー */
#header #menu-drawer-show {
	position: absolute;
	top: 12px;
	right: 6px;
	cursor: pointer;
	text-decoration: none;
}
#header #menu-drawer-show img {
	width: 40px;
	height: 33px;
}
#header #menu-drawer-info-show {
	position: absolute;
	top: 12px;
	right: 50px;
	cursor: pointer;
	text-decoration: none;
}
#header #menu-drawer-info-show img {
	width: 40px;
	height: 33px;
}
#header #web-login-btn, #header #blog-btn{
	position: absolute;
	top: 12px;
	right: 106px;
	cursor: pointer;
	text-decoration: none;
	width: 130px;
	height: 32px;
	min-height: 32px;
	font-size: 15px;
	padding: 6px 0;
}
#header #web-login-btn{
	right: 250px;
}
#header #web-login-btn br, #header #blog-btn br{
	display: none;
}
#header .menu-contents .disabled {
	pointer-events: none;
	text-decoration: none;
}
#header .menu-contents .disabled_text {
	color: #d8d8c8;
}
@media screen and (max-width:736px) {
	/* ブログボタン表示調整用、LPページスマホ版のみロゴを小さくする */
	#header .logo-lp a {
		display: flex;
		align-items: center;
		height: inherit;
	}
	#header .logo-lp a img{
		width: auto;
		height:24px;
	}
	#header #web-login-btn, #header #blog-btn{
		width: 54px;
		height: 32px;
		font-size: 12px;
		padding: 0;
        line-height: 1.0em;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#header #web-login-btn{
		right: 168px;
	}
	#header #web-login-btn br, #header #blog-btn br{
		display: block;
	}
}
#header .menu-contents {
	margin: 0;
	padding-left: 0;
	background-color: #ffffff;
	height: 100vh;
	width: 80%;
	right: 0px;
	position: absolute;
	float: right;
	overflow-y: scroll;
}
#header .menu-contents ul {
	margin: 0;
	padding-left: 0;
}
#header .menu-contents li.menu-header-sub01 {

	list-style: none;
	border-top: #cccccc solid 1px;
	height: 41px;
}
#header .menu-contents li.menu-header-sub01 strong{
	font-size: 15px !important;
	height: inherit;
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 15px;
}
#header .menu-contents li.menu-contents-sub01{
	background: url("../images/arrow-right.png") no-repeat;
	background-position: 16px 13px;
	background-size: 10px auto;
	list-style: none;
	border-top: #cccccc solid 1px;
	height: 37px;
	cursor: pointer;
}

#header .menu-contents li.menu-contents-sub02{
	background: url("../images/arrow-right.png") no-repeat;
	background-position: 26px 13px;
	background-size: 10px auto;
	list-style: none;
	border-top: #cccccc dotted 1px;
	height: 37px;
	cursor: pointer;
}
#header .menu-contents li.menu-contents-sub01-disabled{
	background: none;
	cursor: default;
}
#header .menu-contents li.menu-contents-sub01-disabled span{
	color: #cccccc;
}
/* #header .menu-contents li.menu-contents-sub01-header{
	background: none;
}
#header .menu-contents ul li.menu-contents-sub01-header span{
	padding: 0 0 0 16px;
} */

#header .header-inner .menu-contents li.menu-contents-sub01 a{
	height: inherit;
	width: 100%;
	display: block;
}
#header .header-inner .menu-contents li.menu-contents-sub01 span{
	font-size: 15px !important;
	height: inherit;
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 32px;
}



#header .menu-contents li.menu-contents-sub01 a,
#header .menu-contents li.menu-contents-sub02 a{
	height: inherit;
	width: 100%;
	display: block;
}
#header .menu-contents li.menu-contents-sub01 span{
	font-size: 15px !important;
	height: inherit;
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 32px;
}
#header .menu-contents li.menu-contents-sub02 span{
	font-size: 15px !important;
	height: inherit;
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 42px;
}

#header .menu-contents-info {
	margin: 0;
	padding-left: 0;
	background-color: #ffffff;
	height: calc(100vh - 60px); /* 54px: #header .inner の高さ */
	width: 80%;
	right: 0px;
	position: absolute;
	float: right;
	overflow-y: scroll;
}
#header .menu-contents-info ul {
	margin: 0;
	padding-left: 0;
}
#header .menu-contents-info li.menu-contents-sub01 {
	background: url("../images/arrow-right.png") no-repeat;
	background-position: 16px 13px;
	background-size: 10px auto;
	list-style: none;
	border-top: #cccccc solid 1px;
	height: 41px;
}
#header .header-inner .menu-contents-info li.menu-contents-sub01 a{
	height: inherit;
	width: 100%;
	display: block;
}
#header .header-inner .menu-contents-info li.menu-contents-sub01 span{
	font-size: 15px !important;
	height: inherit;
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 32px;
}

#header .menu-contents-info li.menu-contents-sub01 a{
	height: inherit;
	width: 100%;
	display: block;
}
#header .menu-contents-info li.menu-contents-sub01 span{
	font-size: 15px !important;
	height: inherit;
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 32px;
}

/*ドロワー用オーバーレイ*/
#glay_layer3 {
	background: #7BAEB5;
	cursor: pointer;
	display: none;
	filter: alpha(opacity=75);
	height: 100%;
	left: 0;
	opacity: 0.75;
	position: fixed;
	top: 3px;
	width: 100%;
	z-index: 997;
	-webkit-overflow-scrolling: touch;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
* html #glay_layer3 {
    position: absolute;
}

/* お知らせ */
.tit-header-info{
	background-color: #cccccc;
	padding: 10px 10px 10px 16px;
	margin: 0;
	font-size: 15px;
	color: #ffffff;
}
#header-info .info_icon {
	display: inline-block;
	height: 19px;
	margin-left: 8px;
	vertical-align: middle;
	width: 80px;
}
#header-info .header-colum{
	font-size: 0.77em;
	/* border: solid;
	border: 1px solid #b2b2b2;
	border-radius: 0px; */
	line-height: 2em;
	overflow: auto;
	/* margin-top: -1px; */
}
#header-info article{
	border-bottom: 1px solid #cccccc;
	padding: 16px;
	position:relative;
}
#header-info .info_title{
	font-size: 0;
	position: absolute;
	top: 16px;
	display: flex;
	height: 19px;
}
#header-info .info_ymd{
	font-size: 12px;
}
#header-info .news0{
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3;
	margin: 8px 0 0 0;
}
#header-info .news0 a{
	border-bottom: 1px solid #444444;
}
#header-info .news0 a:hover {
    border-bottom: 1px solid #ffaa00;
}
#header-info .news1{
	font-size: 15px;
	line-height: 1.3;
	margin: 0;
}
#header-info .news1 a{
	border-bottom: 1px solid #444444;
}
#header-info .news1 a:hover {
    border-bottom: 1px solid #ffaa00;
}
#header-info .ico01 {
    background: url(../images/ico_info01.png) left center no-repeat;
}
#header-info .ico02 {
    background: url(../images/ico_mente01.png) left center no-repeat;
}
#header-info .ico03 {
    background: url(../images/ico_new01.png) left center no-repeat;
}
#header-info .icoinformation {
    background: url(../images/ico_info01.png) left center no-repeat;
}
#header-info .icomaintenance {
    background: url(../images/ico_mente01.png) left center no-repeat;
}
#header-info .iconew_release {
    background: url(../images/ico_new01.png) left center no-repeat;
}

/*お知らせグラデーション非表示・表示*/
.grad-wrap {
  position: relative;
}
.grad-wrap + .grad-wrap {
  margin-top: 40px;
}
.news1-ctrl {
	position: absolute;
	top: -22px;
	right: 0;
}
.news1-ctrl::after {
	content: '';
	display: inline-block;
  width: 16px;
  height: 9px;
	background-image: url(../images/gray_arrow.png);
	background-size: contain;
  vertical-align: middle;
}
.news1-ctrl .fa {
  margin-right: .5em;
}
.grad-item {
  position: relative;
  overflow: hidden;
	margin-top: 19px;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 20px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
}
.news1-ctrl.is-show::after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 9px;
	background-image: url(../images/gray_arrow_close.png);
	background-size: contain;
	vertical-align: middle;
}
.news1-ctrl.is-show + .grad-item::before {
  display: none;
}
.news1-ctrl.is-short + .grad-item::before {
  display: none;
}
.hide_height {
	height: 57px;
}


/* ログイン履歴の開閉 */
#header .lh_hide{
	display: none;
}
#header .lh_show{
	display: inline-block;
	position: absolute;
	top: 41px;
	left: 50px;
	font-size: 15px;
}
#header .menu-contents li.menu-contents-sub01.lh_show_height{
	height: 170px;
	position: relative;
}
#header .header-login_history{
	list-style: none;
}
#header .lh_show_span{
	position: absolute;
	top: 11px;
}

.icon-badge {
	margin-left: 10px;
	margin-right: 10px;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: #e82a2a;
}
.icon-badge-visible {
	display: inline-block;
}
.icon-badge-invisible {
	display: none;
}
#header .inner {
	width: 100% !important;
	position: relative;
	z-index: 3;
	height: 60px;
}