  @charset "utf-8";


/*============================
	Object
==============================*/
/*Component*/



/*
	Project
*/

.p-fw_index_body{
	text-align: left;
	font-size: 1.125rem;
	/*display: flex;
	justify-content: space-between;*/
	padding: 2rem 0;
	position: relative;
	z-index: 1;
}

/*fw_list_anc_nav*/
.p-fw_nav_pane{
	/*flex: 0 0 auto;*/
	width: 320px;
	position: fixed;
	top:80px;
	margin-left: 30px;
}

.p-fw_nav__menuarea{
	box-sizing: border-box;
	padding: 1.2rem 1.5rem 1.5rem;
	background-color: rgba(60,60,60,0.8);
}
.p-fw_nav_pane h1{
	font-size: 1.5rem;
	line-height: 2.1rem;text-align: center;
}

.p-fw_anc_menu{
	box-sizing: border-box;
	font-size: 1.25rem;
	text-align: center;
	background-color: rgba(255,255,255,0.85);
	box-shadow: 2px 3px 10px -1px rgba(0,0,0,0.3);
	margin: 0.4rem 0;
}
.p-fw_anc_menu a{
	text-decoration: none;
	color: #212121;
	display: block;
	padding: 1rem 0;
	transition: background-color 0.3s;
	position: relative;
}
.p-fw_anc_menu.is-current a{
	/*background-color: rgba(0,137,137,0.3);*/
}
.p-fw_anc_menu.is-current a{
	/*color: #008989;*/
}
.p-fw_anc_menu a::before{
	content: "";
	display: block;
	position: absolute;
	top:0px; left: 0px;
	box-sizing: border-box;
	width: 100%; height: 100%;
	border: #66c2c2 3px solid;
	background-color: rgba(0,137,137,0.3);
	opacity: 0;
	transition: opacity 0.3s;
}
.p-fw_anc_menu a:hover::before,
.p-fw_anc_menu.is-current a::before{
	opacity: 1;
}

.p-fw_nav_pane .p-fwNav__toIndex{
	margin: 20px 0rem;
	text-align: center;
	background-image: none;
}
.p-fw_nav_pane .p-fwNav__toIndex a{
	display: inline-block;
	background-image: url(/tech/healthcare/works/feature/images/icon_index.png);
	background-repeat: no-repeat;
	background-position: 5px 46%;
	line-height: 1;
	font-size: 0.875rem;
	padding: 0.6em 1em 0.6em 2.4em;
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
	box-sizing: border-box;
}
.p-fw_nav_pane .p-fwNav__toIndex a:hover{
	background-color: rgba(255,255,255,0.1);
}



/*fw_list*/
.p-fw_list a{
	color: #fff;
	text-decoration: none;
}

.p-fw_list{
	/*flex: 0 0 auto;
	width: 55%;*/
	margin-left: 360px;
	margin-right: 70px;
	opacity: 0;
	transition: all 0.8s 0.4s;
	letter-spacing: 0.08em;
}
.is-appear .p-fw_list{
	margin-left: 400px;
	margin-right: 30px;
	opacity: 1;
}

.p-fw_ctg_label{
	font-size: 1.5rem;
	margin: 0 0 1.2rem;
	padding: 0.75rem 1.2rem;
	background-color: #008989;
	border-radius: 3px;
	line-height: 1;
	letter-spacing: 0.05em;
}

.is-appear .p-fw_list ul{
	padding-bottom: 2.5rem;
}
.p-fw_item{
	border-bottom: rgba(0,137,137,0.3) 1px solid;
}
.p-fw_item a{
	display: block;
	padding: 0.8rem 0 0.8rem 50px;
	line-height: 1.4;
	background: url(/tech/healthcare/works/feature/images/arrow_index_all.svg) no-repeat 10px 48%;
	transition: background-color 0.2s;
	background-size: 26px 19px;
}
.p-fw_item a:hover{
	background-color: rgba(0,137,137,0.2);
}
