@charset "utf-8";
/* CSS Document */

.page_bottom .pager li{
	display:none;
}

/*p-fw_index_main_body*/
.p-fw_index_main_body{
	position: relative;
	width: 958px;
	margin-left: 1px;
}

.p-hero_area{
	position: relative;
	width: 100%;
	height: 500px;
}
.p-heroPhoto li{
	position: absolute;
	top:0px; left: 0px;
	width: 958px;
	height: 500px;
	opacity: 0;
	z-index: 0;
	transition: opacity 1.2s;
}
.p-heroPhoto li.is-now{
	opacity: 1;
	z-index: 1;
}
.p-heroArea__InfoBox{
	position: absolute;
	width: 240px;
	box-sizing: border-box;
	padding: 15px;
	right: 0px; bottom: 0px;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	opacity: 0;
	z-index: 2;
	transition: all 1.2s ease-in-out;
}
.p-heroArea__InfoBox.is-appear{
	opacity: 1;
	width: 320px;
}
.p-heroArea__photoInfo{
	height: 2.5em;
	position: relative;
	font-size: 1rem;
	line-height: 1;
}
.p-heroArea__photoInfo a{
	color: #fff;
	text-decoration: none;
	display: block;
}
.p-heroArea__photoInfo a:hover{
	text-decoration: underline;
}
.p-heroArea__photoInfo li{
	position: absolute;
	top:0px; left: 60px;
	width: 100%;
	opacity: 0;
	z-index: 0;
	transition: opacity 1.2s, left 1.2s ease-in-out;
}
.p-heroArea__photoInfo li.is-now{
	left: 0px;
	opacity: 1;
	z-index: 1;
}
.p-heroArea__slPos ul{
	display: flex;
	justify-content: flex-end;
}
.p-heroArea__slPos li{
	width: 10px; height: 10px;
	border-radius: 50%;
	box-sizing: border-box;
	border: #ccc 1px solid;
	overflow: hidden;
	margin: 0 5px;
	cursor: pointer;
	transition: background-color 0.3s;
}
.p-heroArea__slPos li.is-now{
	background-color: #fff;
}
.p-heroArea__slPos li span{
	display: none;
}

.p-heroArea__loading{
	position:absolute;
	/*top:50%; left:50%;
	width: 50px; height: 50px;*/
	top:0px; left:0px;
	width: 100%; height: 100%;
	background: url(/tech/healthcare/works/feature/images/loading-icon.svg) no-repeat 50% 50%;
	/*margin-left:-25px;
	margin-top:-25px;*/
	opacity: 0.7;
	transition: opacity 0.5s;
}
.p-heroArea__loading.is-hidden{
	opacity: 0;
}

/*p-fw_main_menu*/

.p-fw_main_menu{
	position: absolute;
	top:26px; left: 54px;
	width: 308px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.8);
	padding-bottom: 1.25rem;
	z-index: 3;
	opacity: 0;
	transition: all 0.6s 0.8s;
	line-height: 1;
}
.p-fw_main_menu.is-appear{
	opacity: 1;
	left: 24px;
	box-shadow: 1px 2px 12px -2px rgba(0,0,0,0.2);
}
.p-fw_main_menu a{
	display: block;
	text-decoration: none;
	color: #212121;
}

div#main.tech_body h2.p-fw_title{
	background-color: #009999;
	margin: 0; padding: 17px 1px 21px 0px;
	box-sizing: border-box;
	border: none;
	text-align: center;
	line-height: 1;
}

.p-fw_ctgbtn{
	padding-top: 10px;
}
.p-fw_ctgbtn li{
	margin: 7px 22px;
	background: #fff url(/tech/healthcare/works/feature/images/fwmain_icon_wide.svg) no-repeat 12px 48%;
	font-size: 1.25rem;
	box-shadow: 1px 2px 12px -2px rgba(0,0,0,0.2);
}
.p-fw_ctgbtn li a{
	box-sizing: border-box;
	padding: 15px 20px 15px 60px;
	position: relative;
}
.p-fw_ctgbtn li a::before{
	content: "";
	display: block;
	position: absolute;
	top:0px; left: 0px;
	box-sizing: border-box;
	border: #66c2c2 3px solid;
	width: 100%; height: 100%;
	opacity: 0;
	transition: opacity 0.3s;
}
.p-fw_ctgbtn li a:hover::before{
	opacity: 1;
}
.p-fw_index_all{
	margin: 18px 22px 0;
	background: #fff url(/tech/healthcare/works/feature/images/fwmain_icon_index_all.svg) no-repeat 50px 48%;
	font-size: 1rem;
	box-shadow: 1px 2px 12px -2px rgba(0,0,0,0.2);
	text-align: center;
}
.p-fw_index_all a{
	box-sizing: border-box;
	padding: 12px 0px;
	position: relative;
	border: #66c2c2 1px solid;
}
.p-fw_index_all a::before{
	content: "";
	display: block;
	position: absolute;
	top:0px; left: 0px;
	box-sizing: border-box;
	border: #66c2c2 2px solid;
	width: 100%; height: 100%;
	opacity: 0;
	transition: opacity 0.3s;
}
.p-fw_index_all a:hover::before{
	opacity: 1;
}

/*p-news_topics*/

.p-news_topics{
	background-color: #e2e2e2;
	font-size: 1rem;
	line-height: 1.4;
	padding: 2rem 2rem;
	margin: 0 1px;
}
.p-news_topics dl{
	display: flex;
	justify-content: space-between;
}
.p-news_topics dt{
	flex: 0 0 auto;
	width: 8em;
	color: #009999;
	font-size: 1.125rem;
}
.p-news_topics dd{
	padding-top: 0.125rem;
	flex: 0 0 auto;
	width: 720px;
}
.p-news_topics li{
	padding: 0 0 0.6em 5.5em;
	margin-bottom: 0.6em;
	border-bottom: #ccc 1px solid;
	position: relative;
}
.p-news_topics li .date{
	display: block;
	position: absolute;
	top:0px; left: 0px;
}
.p-news_topics li a{
	color: #212121;
	text-decoration: none;
}
.p-news_topics li a:hover{
	text-decoration: underline;
}

/*sub_banner_box_bottom*/
#sub_banner_box_bottom{
	margin-top: 0;
}

