.component--header-msunhealth--pc { height: 3.6em; }

.component--header-msunhealth--pc .logo { width: 8em; }

.header-pc-children-group {
	position: absolute;
	background-color: #fff;
	min-width: 100%;
	top: 100%;
	text-align: center;
	word-break: keep-all;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	max-height: 0;
	overflow: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 16px;
	color: #666;
}

.component--header-msunhealth--pc .group:hover > .link {
	font-weight: bold;
}

.component--header-msunhealth--pc .group:hover .header-pc-children-group {
	max-height: 300px;
	padding: 10px 0;
}

.header-pc-children-item-link {
	display: block;
	color: inherit;
	font-size: inherit;
	padding: 0.5em 1em;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.header-pc-children-item-link:hover {
	color: #005fe6;
}

.header-pc-children-group-alpaca {
	position: fixed;
	width: 100%;
	left: 0;
	top: 3.6em;
	z-index: 2;
	background-color: #fff;
	text-align: center;
	word-break: keep-all;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	padding: 0 13.5vw;
	color: #666;
	font-size: 20px;
	max-height: 0px;
}

.component--header-msunhealth--pc .group > .link {
	color: inherit;
}

.component--header-msunhealth--pc .group:hover {
	color: #005fe6;
}

.component--header-msunhealth--pc .group:hover .header-pc-children-group-alpaca {
	max-height: 100vh;
}

.header-pc-children-group-alpaca .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.8em;
}

.header-pc-children-group-alpaca .left {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-color: #fbfbfb;
	padding-bottom: 3em;
}

.header-pc-children-group-alpaca .left-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.75em 2em;
	cursor: pointer;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.header-pc-children-group-alpaca .left-item > a {
	color: inherit;
}

.header-pc-children-group-alpaca .left-item-icon-box {
	position: relative;
	margin-right: 0.5em;
}

.header-pc-children-group-alpaca .left-item-icon {
	display: block;
	max-width: 3em;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.header-pc-children-group-alpaca .left-item-icon.active {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 0;
}

.header-pc-children-group-alpaca .left-item.over {
	background-color: #005fe6;
	color: #fff;
}

.header-pc-children-group-alpaca .left-item.over .left-item-icon.active {
	opacity: 1;
}

.header-pc-children-group-alpaca .right {
	padding: 12px 2vw;
}

.header-pc-children-group-alpaca .right-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.header-pc-children-group-alpaca .right-content.show {
	height: auto;
	opacity: 1;
}

.header-pc-children-group-alpaca .right-item {
	width: 25%;
	color: #999;
	word-break: break-word;
}

.header-pc-children-group-alpaca .right-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: inherit;
	color: inherit;
	padding: 0.75em 3px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.header-pc-children-group-alpaca .right-link p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.header-pc-children-group-alpaca .right-item-arrow {
	font-size: 1em;
	-webkit-transform: translateX(-1em);
	transform: translateX(-1em);
	opacity: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.header-pc-children-group-alpaca .right-link:hover {
	color: #005fe6;
}

.header-pc-children-group-alpaca .right-link:hover .right-item-arrow {
	-webkit-transform: translateX(2px);
	transform: translateX(2px);
	opacity: 1;
}

@media screen and (max-width: 1600px) {
	.header-pc-children-group-alpaca .right-item {
		width: 33.33%;
	}
}

@media screen and (max-width: 1400px) {
	.header-pc-children-group-alpaca {
		font-size: 18px;
		padding: 0;
	}
}

@media screen and (max-width: 1024px) {
	.header-pc-children-group-alpaca .right-item {
		width: 50%;
	}
}

