@charset "utf-8";

/* **************************************************

Name: common.css

Description: CSS for Additional Common Modules

Create: 2021.4.21
Update: 

Copyright 2017 Hitachi High-Technologies Corporation.

***************************************************** */


/*
bio head
---------------------------------*/

.bio_head {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.bio_head .logo {
	padding-top: 15px;
	margin-bottom: 25px;
}

.bio_head .logo p {
	font-size: 150%;
	background: #ebebeb;
	padding: 12px;
	display: inline-block;
	font-weight: normal;
	color: #000;
	line-height: 1.2em;
}

.bio_head .logo p .case {
	font-size: 125%;
}

.bio_head .logo p .ft_small {
	font-size: 80%;
}

.bio_head .logo p.medical_attention {
	font-size: 80%;
	background: none;
	padding: 0;
	display: inline-block;
	font-weight: normal;
	color: #e60027;
	line-height: 1.2em;
}

@media screen and (max-width: 767px) {
	.bio_head .logo p.medical_attention {
			display: block;
			margin-top: 8px;
	}
}

.bio_head .logo p.webinar {
	font-size: 80%;
	background: none;
	padding: 0;
	display: inline-block;
	font-weight: normal;
	line-height: 1.2em;
}

@media screen and (max-width: 767px) {
	.bio_head .logo p.webinar {
			display: block;
			margin-top: 8px;
	}
}


/** float relationProducts **/

.Section#float_relationProducts {
	position: fixed;
	z-index: 99999;
	right: -170px;
	top: 60%;
	
	width: 280px;
	
	-webkit-transition: all .4s .6s;
	transition: all .4s .6s;
}

@media screen and (max-width: 599px) {
	.Section#float_relationProducts {
			right: -248px;
	}
}

.Section#float_relationProducts.act {
	right: 0;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

.Section#float_relationProducts .title_wrap {
	background: #000;
	padding: 5px 8px;
	color: #fff;
	box-sizing: border-box;
	font-size: 15px;
	font-weight: bold;
	
	cursor: pointer;
}


.Section#float_relationProducts .title_wrap:after {
	content: '';
	clear: both;
	display: block;
}

.Section#float_relationProducts .title_wrap img.icon {
	position: relative;
	margin-right: 2px;
	top: 3px;
}

.Section#float_relationProducts .cont {
	background: rgba(255, 255, 255, 0.8);
	padding:10px;
	box-sizing: border-box;
	
	
	opacity: 0;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

.Section#float_relationProducts .cont.dispNone {
	display: none;
}

.Section#float_relationProducts .cont.act {
	display: block;
	opacity: 1;
	
	-webkit-transition: all .4s .4s;
	transition: all .4s .4s;
}

.Section#float_relationProducts .cont li {
	padding: 5px 4px 3px;
	border-bottom: 1px dotted #8c8c8c;
	box-sizing: border-box;
	font-size: 90%;
}



/** contents footer bio title wrap **/

div.Section .bio_title_wrap {
	position: relative;
	cursor: pointer;
}


div.Section .bio_title_wrap .bg_mainimage {
	
}



div.Section .bio_title_wrap .bg_mainimage img {
	max-width: 100%;
}



div.Section .bio_title_wrap .title_wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 12px 0;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-align: center;
}

@media screen and (max-width: 899px) {
	div.Section .bio_title_wrap .title_wrap {
		padding: 12px 4%;
	}
}

@media screen and (max-width: 767px) {
	div.Section .bio_title_wrap .title_wrap {
		position: relative;
		top: 0%;
		left: 0%;
		-webkit-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}
}

div.Section .bio_title_wrap .title_wrap h1 {
	font-size: calc(24px + 12 * (100vw - 320px)/1280);
    font-weight: bold;
}

div.Section .bio_title_wrap .title_wrap p {
	font-size: 16px;
}

@media screen and (max-width: 899px) {
	div.Section .bio_title_wrap .title_wrap p {
		font-size: 14px;
	}
}


/** contents footer bio contact_units **/
div.Section#contact_units {
	margin-bottom: 35px;
	padding: 25px 15px;
	box-sizing: border-box;
	text-align: center;
	
	background: #f2f2f2;
}

div.Section#contact_units .title {

	margin-bottom: 25px;
}

div.Section#contact_units .title h3 {
	font-size: 18px;
	color: #e60027;
	line-height: 1.6em;
}

div.Section#contact_units .text {
	font-size: 15px;
}

div.Section#contact_units .ButtonStyle2 li {
	float: none;
	
}

div.Section#contact_units .ButtonStyle2 li a.mb0 {
	margin-bottom: 0;
}