.mod-header {
	font-family: "Noto Sans Japanese", sans-serif;
}
img {
	vertical-align: top;
}
.instagram {
	width: 19px;
	margin-top: 12px;
}
.nav-afterservice .mod-sub-menu {
	height: 499px;
	;
}
.mod-header {
	position: fixed;
	z-index: 22;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #fff;
	line-height: 2;
}
.mod-header .icon {
	width: 8px;
	margin: 13px 5px 0 -15px;
}
.mod-header .question {
	width: 8px;
	margin: 15px 2px 0 0;
}
.mod-menu__list-item {
	display: block;
	width: 100%;
	height: 57px;
	margin-top: -1px;
}
.mod-menu__list-item > .mod-menu__list-link {
	display: table;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	text-decoration: none;
	color: #707070;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.mod-menu__list-item > .mod-menu__list-link span {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.5;
	font-size: 15px;
	font-weight: 700;
}
.mod-menu__list-item > .mod-menu__list-link span.menu_mypage {
	color: #09348b;
}
.mod-header .mod-search {
	transition: 0.1s background linear;
}
.mod-header .mod-search:hover {
	opacity: 0.8;
}
.mod-header {
	position: relative;
}
.mod-header .icon {
	width: 9px;
	margin: 0px 5px 0 -22px;
}
.mod-header .question {
	width: 16px;
	margin: -1px 5px 0 0;
}

.mod-btn-menu {
	display: none;
}
.mod-header .mod-search {
	position: absolute;
	right: 0;
	top: 0;
	box-sizing: border-box;
	width: 47px;
	height: 49px;
	border-left: 1px solid #e8e8e8;
	background: url("../img/header/search_icon.png") center 50% no-repeat;
}
.mod-menu__list {
	overflow: hidden;
	background-color: #fff;
	border-top: 1px solid #e8e8e8;
}
.mod-menu {
	box-sizing: border-box;
	padding-top: 49px;
	padding-left: 104px;
	border-bottom: 1px solid #969195;
}
.mod-menu__list-item {
	float: left;
	box-sizing: border-box;
	width: 20%;
	border-left: 1px solid #e8e8e8;
}
.mod-menu__list-item > .mod-menu__list-link {
	border-top: none;
	border-bottom: none;
}
.mod-menu__list-item.is-active:hover {
	background-color: #e8e8e8;
}
.mod-menu__list-item.is-active:hover > .mod-menu__list-link {
	background-color: #e8e8e8;
	background: url(../img/header/arr-right.svg) right 15px center no-repeat;
	background-size: 8px 13px;
	color: #666666;
}
.mod-menu__list-item:hover:not(.is-active) {
	background-color: #e8e8e8;
}
.mod-menu__list-item:hover:not(.is-active) > .mod-menu__list-link {
	background-color: #e8e8e8;
	background: url(../img/header/arr-right.svg) right 15px center no-repeat;
	background-size: 8px 13px;
	color: #666666;
}
