@charset "UTF-8";

/* CSS Document */

/* ---------------------------------------------------------

	01. メガメニュー

--------------------------------------------------------- */

.MMGlobalNaviStyle .NaviItem {
	line-height: 2.5;
}

@media screen and (min-width :995px) and (max-width: 1304px) {

  .OptionWideRWD .MMGrid1,
	.OptionWideRWD .MMGrid2,
	.OptionWideRWD .MMGrid3,
	.OptionWideRWD .MMGrid4 {
		margin: 0;
		padding: 0 0 0 15px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}

}

@media screen and (max-width:994px) {

	.OptionRWD.JS .MMGrid1,
	.OptionRWD.JS .MMGrid2,
	.OptionRWD.JS .MMGrid3,
	.OptionRWD.JS .MMGrid4 {
		margin: 0;
		padding: 0 0 0 15px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}

}


#MegaMenuWrap {
}
#MegaMenuWrap.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
@media screen and (min-width:768px) {
	.MMSet {}
	.is-fixed .MMSet {
		top: 33px !important;
		width: 100%;
	}
}

.MMLinkListStyle {
  display: none;
}

.MM_heading {
	margin: 0 0 5px;
	padding: 0;
	color: #fff;
	font-size: 83%;
}
.MM_heading a {
	padding: 0 17px 0 0;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-ms-background-size: 16px 16px;
}
.MM_heading a:link,
.MM_heading a:visited {
	color: #fff;
	text-decoration: none;
	background-image: url(/image/cn/r1/icon/icon_link_right_hd.gif);
}
.MM_heading a:hover,
.MM_headingi a:active {
	color: #fff;
	text-decoration: underline;
	background-image: url(/image/cn/r1/icon/icon_link_right_hover_hd.gif);
}


/*===============================================
	SP：開閉メニューまわり：768px未満
===============================================*/
@media screen and (max-width:767px) {

  .JS #GlobalNaviTopSP .NaviItem {
    line-height: 140%;
  }
  .JS #GlobalNaviTopSP a:focus,
  .JS #GlobalNaviTopSP *:focus { outline:none; }

  .JS .MMLinkListStyle {
    display: block;
  }
  .JS #GlobalNaviTopSP .MegaMenuSP2nd a:after {
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    top: 50%;
    margin: -8px 0 0;
    background-image: url(/image/cn/r1/icon/icon_link_right_l_white_hd.gif);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    -webkit-background-size: 16px 16px;
    -o-background-size: 16px 16px;
    -ms-background-size: 16px 16px;
  }
	.JS #GlobalNaviTopSP .MegaMenuSP2nd a:link:after,
	.JS #GlobalNaviTopSP .MegaMenuSP2nd a:visited:after {right: 7px;}
	.JS #GlobalNaviTopSP .MegaMenuSP2nd a:hover:after,
	.JS #GlobalNaviTopSP .MegaMenuSP2nd a:active:after {right: 5px;}

	.MegaMenuSP .MM_heading {
    margin-bottom: 0;
  }
	.MegaMenuSP .MM_heading a {
    background: none;
  }


	.MegaMenuSP,
	.MegaMenuSP .MM_heading + div {
		height: 0;
		overflow: hidden;
		transition: height .3s ease-in-out;
	}

	.MegaMenuSP .MM_heading {
		background-color: #262626;
		border-top: 1px solid #444;
		color: #ccc;
		font-size: 90%;
		line-height: 140%;
		margin-bottom: 0;
		padding: 12px 40px 12px 15px;
		position: relative;
	}
  
  .MegaMenuSP .MM_heading a {
    display: block;
    border: none;
	}

	.hasMegaMenuSP {
		position: relative;
	}

	.MegaMenuSpBtn,
	.MegaMenuSpBtn2nd {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 32px;
		margin: 0;
		padding: 0;
		border-style: none;
		border-top: 1px solid #444;
		border-left: 1px solid #444;
		border-radius: 0;
		background-color: #262626;
		background-image: url(/hcrd/image/icon_down_l_white_hd.gif);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 16px 16px;
		overflow: hidden;
		outline: none;
		font-size: inherit;
		cursor: pointer;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		z-index: 10;
	}

	.MegaMenuSpBtn2nd {
		background-color: #111;
		border-top: none;
		box-sizing: border-box;
		height: 100%;
	}
	.MegaMenuSpBtn.open,
  .MegaMenuSpBtn2nd.open {
		background-image: url(/hcrd/image/icon_up_l_white_hd.gif);
	}
	.MegaMenuSpBtn span {
		display: block;
		visibility: hidden;
		padding: 12px 0;
		font-size: 90%;
		line-height: 140%;
	}

	.OptionWide ul.MMLinkListStyle {
		background-color: #111;
		box-sizing: border-box;
		margin: 0;
		padding: 0 0 0 15px;
	}
	.OptionRWD.JS ul.MMLinkListStyle li {
    position: relative;
		padding: 5px 0;
		width: 100%;
	}
	.OptionRWD.JS ul.MMLinkListStyle li:first-child {padding-top: 5px;}
	.OptionRWD.JS ul.MMLinkListStyle li:last-child {padding-bottom: 5px;}

  ul.MMLinkListStyle li a {
    display: block;
  }
  ul.MMLinkListStyle li a:link,
	ul.MMLinkListStyle li a:visited {
		background-image: none;
		padding: 5px 0;
	}
	.OptionRWD.JS ul.MMLinkListStyle li.MM_indent {
		padding-left: 1em;
	}

	ul.MMLinkListStyle li a.MM_blank::after {
		content: '';
		background: url(/hcrd/image/ico_window_sp.png) right center/contain no-repeat;
		display: inline-block;
		height: 10px;
		margin-left: 8px;
		width: 10px;
	}

}