#navWrapper {

}
.header {
	position: relative;
}
.nav-parent2-list {
	display: inline-flex;
	vertical-align: top;
	flex-direction: column;
	flex: 1 1 auto;
	padding-right: 30px;
}
.nav-parent2-list > .navItem {
	margin-bottom: 10px;
	padding-left: 10px;
}
.nav-parent2-list > .navItem > .navLink {
	color: #000;
	font-weight: bold;
	background-image: none;
	padding: 5px;
}
.nav-child1 {
	display: none;
	position: absolute;
	box-sizing: border-box;
}

.nav-bycategory {
	position: absolute;
	left: 0;
}
.hNav__cContentsWrap {
	background-color: #FFF;
	padding: 20px 20px;
	display: flex;
	position: relative;
	border: 1px solid #d0d0d0;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}

.nav-parent-item > .navLink:hover {
	text-decoration: none;
}

.hNav__cContentsWrap--sgwid {
	min-width: 500px;
}

/* メニューアイコン */
@media screen and (max-width: 767px) {
	.nav-parent2-list .nav-parent2-item > .navLink > span {
		font-size: 14px;
		line-height: 1.4em;
		padding-right: 16px;
	}
	.nav-parent2-list {
		display: block;
	}
	.hNavItem:last-child {
		background-image: none;
	}
	.hNav__cContentsWrap--sgwid {
		min-width: auto;
	}
	
}

.nav-parent2-item > .navLink.link-none {
	color: #23BDEA;
	pointer-events: none;
}

.hNav__child {
	z-index: 100;
	padding: 10px 20px 0;
	/* width: 100%; */
}
.nav-child--1col {
	/* width: calc(100% / 2 + 40px); */
}
.hNav__child__before,
.hNav__child__after {
    content: "";
	position: absolute;
    top: 10px;
	left: 0;
	background: transparent;
	z-index: 10;
}
.hNav__child__before {
    border-top: none;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #d0d0d0;
    border-right: 20px solid transparent;
    transform: translateY(-20px) translateX(-22px);

}
.hNav__child__after {
    border-top: none;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #FFF;
    border-right: 20px solid transparent;
    transform: translateY(-18px) translateX(-22px);
}
.hNav__child__closeBtn {
	position: absolute;
	top: 10px;
	right: 10px;
	border: none;
	padding: 0;
	cursor: pointer;
}
.hNav__child__closeBtnImg {
	width: 20px;
	height: 20px;
	vertical-align: bottom;
}
.hNav__cHeader {
	margin-bottom: 0.45em;
}
.hNav__cTitle {
	font-size: 18px;
	font-weight: bold;
	color: #1B2340;
	padding: 0 10px 0;
}
.hNav__cCaption {
}
.hNav__cBuildName {
	font-size: 16px;
	font-weight: bold;
	padding: 0px 10px 5px 10px;
}
.hNav__cBuildName--single {
	padding: 3px 10px;
}
.hNav__cBizhour {
	color: #1B2340;
	background-color: #E4E4E4;
	padding: 5px 10px;
	font-size: 12px;
}
.hNav__cLabel {
	display: none;
}
.hNav__cbhList {
	display: flex;
}
.hNav__cbhTitle {
	width: 20%;
}
.hNav__cbhData {
}
.hNav__cContentsCol {
	/* width: 50%; */
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px dashed #707070;
	box-sizing: border-box;
}
.hNav__cContentsWrap .hNav__cContentsCol:last-child {
	border-right: 1px dashed #707070;
}
.hNav__cContentsCol--1col {
	width: 100%;
}
.hNav__cContents {
	
}
.hNav__cContents + .hNav__cContents {
	margin-top: 1em;
}
.hNav___cCard {
    display: flex;
    padding: 3px 10px;
	max-width: 400px;
    width: 100%;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: right 7px center;
	background-size: 15px 15px;

}
.hNav___cCard:hover {
	background-color: #E4E4E4;
}
.hncCard__imgBox {
	width: 120px;
	margin-right: 10px;
}
.hncCard__body {
	padding-right: 20px;
}
.rpbr {
	display: none;
}
.hncCard__body .rpbr {
	display: inline;
}
.hncCard__img {
	width: 100%;
	height: auto;
    display: block;
    border: 1px solid #888;
    box-sizing: border-box;
}
.hncCard__name {
	color: #1B2340;
	font-size: 14px;
}
.hNav___cCard:hover .hncCard__name {
	color: #B01E23;
}
.hNavResHead {
	display: none;
}
.hncCard__data {
	color: #1B2340;
	font-size: 12px;
}
.hNav__cTitle--wwid {
	padding: 0;
}
.hNav__cContentsCol--wwid {
	padding-left: 8px;
	padding-right: 8px;
}
.hNav___cCard--wwid {
    padding: 3px 0;
}
@media screen and (max-width: 1023px) {
	.hNav__cContentsCol {
		padding-left: 0;
	}
}
@media screen and (max-width: 767px) {
	.hNav__child__closeBtn {
		display: none;
	}
	.hNav__cTitle {
		border-bottom: none;
		font-size: 12px;
		padding: 0;
		display: inline;
		font-weight: normal;
	}
	.hNav__cBuildName {
		font-size: 12px;
		padding: 0;
		display: inline;
		font-weight: normal;
		color: #1B2340;
	}
	.hNav__child {
		padding: 0;
		position: static;
		display: block;
	}
	.hNav__child__before,
	.hNav__child__after {
		top: 10px;
		margin-left: -18px;
		display: none;
	}
	.hNav__cContentsWrap {
		overflow: auto;
		flex-direction: column;
		padding: 0;
		border: none;
		filter: none;
		position: static;
	}
	.hNav__cContents {
		border: none;
	}
	.hNav__cContentsCol {
		width: 100%;
		padding: 0;

	}
	.hNav__cContentsCol:last-of-type {
		border: none;
	}
	.hNav__cContentsCol + .hNav__cContentsCol {
		/* margin-top: 6px; */
	}
	.hNav__cContents {
		width: 100%;
		padding: 0;
		box-sizing: border-box;
	}
	.hNav__cHeader {
		padding: 10px 10px 10px 15px;
		background-image: url(../images/arrow/hNav_right_arrow.svg);
		background-repeat: no-repeat;
		background-position: right 7px center;
		background-size: 10px 10px;		
	}
	.hNav__cHeader.hncHeader--active {
		/* background-image: url('../images/minus_gray.svg'); */
	}
	.hNav__cContents:last-of-type .hNav__cHeader {
		border: none;
	}
	.hNav__cBody {
		/* display: none; */
		position: absolute;
		background-color: #FFF;
		width: 100%;
		height: 100%;
		z-index: 1;
		left: 0;
		top: 0;
		margin-left: 100%;
    	transition: all 0.2s ease;
	}
	.hNav__cBody.hncBody--active {
		display: block;
		margin-left: 0;
	}
	.hNav___cCardCol {
		width: 100%;
		padding: 0;
		margin-bottom: 0;
	}
	.hNav___cCard {
		display: flex;
		padding: 10px 0px 10px 25px;
		width: 100%;
		max-width: none;
		background-size: 10px 10px;
		border: none;
	}
	.hncCard__name {
		margin-bottom: 0;
		font-size: 12px;
		font-weight: normal;
	}
	.hNav__cCaption {
		height: auto;
		flex-direction: column;
	}
	.hNav__cbhTitle {
		width: 25%;
	}
	.hncCard__imgBox {
		width: 27%;
		margin-right: 4%;
		display: none;
	}
	.hNav__cLabel {
		background-image: url(../../images/arrow/arrow_gray_left.svg);
		background-repeat: no-repeat;
		background-size: 10px 15px;
		background-position: left 10px center;
		font-size: 14px;
		padding: 10px 0;
		margin-bottom: 10px;
		text-align: center;
		border-bottom: 1px solid #e4e4e4;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 50px;
		box-sizing: border-box;
	}
	.hNav__cBizhour {
		padding: 0;
		display: none;
	}
	.hncCard__data {
		display: none;
	}
	.hNav__cContents + .hNav__cContents {
		margin-top: 0;
		border-top: none;
	}
	.hNavResHead {
		padding: 0 15px;
		border-bottom: 1px solid #e4e4e4;
		height: 50px;
		box-sizing: border-box;
		display: flex;
		align-items: center;
	}
	.hNavResHead__logo {
		width: 110px;
		height: 25px;
	}
}

.hni_br {
	/* display: none; */
}
@media screen and (max-width: 1023px) {
	.hni_br {
		/* display: inline; */
	}
}
.menuCanselBlack--nav {
    z-index: 50;
}
.menuCanselBlack--hhb {
	z-index: 90;
	/* opacity: 0 !important; */
}



/* ハンバーガーボタン関係 */
.subCtrlContainer {
    position: relative;
}
.header_hmb_btn {
    width: 26px;
	height: 22px;
	display: none;
}
.header_hmb_btn, .header_hmb_btn span {
	transition: all .4s;
    box-sizing: border-box;
}

.header_hmb_btn span {
	display: inline-block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #FFF;
	border-radius: 4px;
}
.header_hmb_btn span:nth-of-type(1) {
	top: 0;
}
.header_hmb_btn span:nth-of-type(2) {
	top: 9px;
}
.header_hmb_btn span:nth-of-type(3) {
	bottom: 0;
}
.header_hmb_btn.hhb--active span:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(135deg);
	transform: translateY(9px) rotate(135deg);
}
.header_hmb_btn.hhb--active span:nth-of-type(2) {
	opacity: 0;
}
.header_hmb_btn.hhb--active span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}
@media screen and (max-width: 767px) {
    .header_hmb_btn {
        display: block;
        position: absolute;
        right: 16px;
    }
}
/* ハンバーガーボタン関係ここまで */


.headerMenuArea__close {
    display: none;
}
@media screen and (max-width: 767px) {
	.hnb--active .headerMenuArea__close {
		position: absolute;
		top: 0;
		right: 0;
		/* background-color: #ccc; */
		display: flex;
		flex-direction: column;
		/* color: #FFF; */
		color: #999;
		width: 50px;
		height: 50px;
		justify-content: center;
		align-items: center;
	}

	.headerMenuArea__closeIcon {
		transform: rotate(45deg);
		font-size: 26px;
	}

}
