@charset "utf-8";

/*--------------------------------------------------
header ヘッダ
--------------------------------------------------*/
#header {
	font-family: 'YakuHanJP', Arial, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
}
#header ,.header-not-display-nav{
	background: url("../images/bg_header01.png") repeat-x left top;
	position: relative;
	z-index: 3;
	box-shadow: 0px 0px 9px -3px rgba(0,0,0,0.5);
}
#header .inner{
	width: 100% !important;
	position: relative;
	z-index: 3;
	height: 60px;
}
#header .logo {
	margin-top: 0px;
	margin-bottom: 0;
	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: 60px;
	top: 10px;
}
#header #view-mode-link {
	display: none;
	position: absolute;
	top: 13px;
	left: 187px;
	font-size: 14px;
	/* font-weight: bold; */
	cursor: pointer;
	text-decoration: none;
	padding: 4px 8px;
	border-radius: 4px;
	border: 1px solid #444444;
	color: #444444;
	height:22px;
}
#header #view-mode-link:before {
  content: "";
  display: none;
  width: 9px;
  height: 14px;
	padding: 4px;
  background: url("../images/header_mobile.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#view-mode-link span {
	vertical-align: middle;
}
/* ヘッダ */
#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 #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{
	position: absolute;
	top: 12px;
	right: 106px;
	cursor: pointer;
	text-decoration: none;
	width: 130px;
	height: 32px;
	min-height: 32px;
	font-size: 15px;
	padding: 6px 12px;
}

#header .menu-contents {
	margin: 0;
	padding-left: 0;
	background-color: #ffffff;
	height: 93vh;
	width: 560px;
	right: 0px;
	position: fixed;
	float: right;
	overflow-y: scroll;
}
#header .menu-contents ul {
	margin: 0;
	padding-left: 0;
}
#header .menu-contents li.menu-contents-sub01 {
	background: url("../images/checkup/ks-arrow-right.png") no-repeat;
	background-position: 16px 13px;
	background-size: 10px auto;
	list-style: none;
	border-top: #cccccc solid 1px;
	height: 41px;
}
#header .menu-contents li.menu-contents-sub01 a{
	width: 100%;
}
#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-info {
	margin: 0;
	padding-left: 0;
	background-color: #ffffff;
	height: 93vh;
	width: 560px;
	right: 0px;
	position: fixed;
	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/checkup/ks-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;
}

.menu-contents-sub02{
	line-height: 41px;
	text-indent: 2em;
	cursor: pointer;
}
/*ドロワー用オーバーレイ*/
#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: 2;
	-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 .long::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;
	left: 2em;
}
#header .lh_show_span{
	position: absolute;
	top: 0px;
	left: 0px;
}

.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;
}
/*デフォルト白ボタン-小-*/

.btn-base-s {
	display: inline-block;
	background : linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(248, 248, 244, 1) 100%);
	box-shadow:0px 1px 5px -1px rgba(68, 68, 51, 0.4);
	padding: 5px 8px;
	border-radius: 4px;
	border: 2px solid #fff;
	transition: all 300ms 0s ease;
	font-size: 0.937rem;
	position: relative;
	cursor: pointer;
	font-weight: normal;
}
/*オレンジ地ボタン 強いボタン 肯定的な意味のとき使う*/

.btn-design-2 {
	border: 2px solid #fa0;
	background : -webkit-linear-gradient(-90deg, rgba(255, 189, 0, 1) 0%, rgba(255, 169, 0, 1) 100%);
	background : -webkit-gradient(linear,50% 0% ,50% 100% ,color-stop(0,rgba(255, 189, 0, 1) ),color-stop(1,rgba(255, 169, 0, 1) ));
	background : linear-gradient(180deg, rgba(255, 189, 0, 1) 0%, rgba(255, 169, 0, 1) 100%);
}
/* 行揃え  */
.ta-center {
	text-align: center;
}
#head-cada-id {
	position: absolute;
	right: 110px;
	top: 7px;
}

/*-----------------既存アンカータグのhover打ち消し----------------*/

.btn-base:hover , .btn-base-s:hover  {
	border-bottom: 2px solid #fff;
}
.btn-design-1:hover , .btn-design-2:hover , .btn-active:hover {
	border-bottom: 2px solid #fa0;
}
.btn-design-3:hover {
	border-bottom: 2px solid #bbbbaa;
}

.btn-base:hover, .btn-base:active , .btn-base-s:hover, .btn-base-s:active  {
	color: #443;
}

.btn-design-4:hover {
	border-bottom: 2px solid #00aaee;
	color: #fff;
}

.btn-inactive:hover {
	box-shadow: none;
	color: #d8d8c8;
	cursor: default;
	border-bottom: 2px solid #d8d8c8;
}

.btn-base:hover, .btn-base:active, .btn-base-s:hover, .btn-base-s:active {
	box-shadow: 0px 3px 7px -1px rgba(68, 68, 51, 0.5);
}