@charset "UTF-8";
/*
 * .detail-data__fmlc-50_test is test
*/
/* product設定
---------------------------------------------------------- */

/* main
---------------------------------------------------------- */
/* ページtop */
.picArea {
	margin-top: .5rem;
	margin-bottom: 4rem;
	border: solid 1px #e3e3e3;
	text-align: center;
}
.picArea img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.imagesPc {
	display: none;
}

/* キャッチコピー */
.catchArea {
	margin-bottom: 4rem
}
.catch {
	font-size: 3.2rem;
	font-weight: bold;
}

/* 商品情報 */
.productArea {
	margin-bottom: 4rem;
}
.productListArea {
	margin-bottom: 2rem;
}
.productList {
	font-size: 2.8rem;
	margin-bottom: 1rem;
}
.productIconArea {
	display: -ms-flexbox; /* IE */
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-direction: row; /* Safari */
  flex-direction:         row;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
}
.productIconBox {
	margin-right: 1rem;
	margin-bottom: 1rem;
}

/* 特長 */
.charaArea {
	margin-bottom: 8rem;
}
.charaListArea {
	margin-bottom: 4rem;
}
.charaListArea .charaList {
	font-size: 2.8rem;
	padding-left:1.2em;
	padding-bottom: 1rem;
	position:relative;
}
.charaListArea .note {
  font-size: 2.4rem;
}
.charaListArea .note .note__small-font {
	font-size: 0.8rem;
}
.charaListArea .charaList::before {
	content: "■";
	color: #e3e3e3;
	position:absolute;
	left:0;
	top:0;
}
.charaPicArea {
	margin: 0 auto;
	padding: 4%;
	border: solid 1px #e3e3e3;

	display: -ms-flexbox; /* IE */
	display: -webkit-flex; /* Safari */
	display: flex;
	-ms-flex-pack: justify; /* IE */
	-webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}
.charaPicImg {
	width: 24.4%;
}
.charaPicImg img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.charaPicText {
	width: 72%;
	font-size: 2.4rem;
}
.brPc {
  display: none;
}

/* detailsFlexBox
---------------------------------------------------------- */
.detailsArea {
	margin-bottom: 2rem;
	overflow: hidden;
}
.detailsFlexBox{
	overflow: hidden;
	width: 100%;
}
.detailsArea .detailsImg {
  text-align: center;
	margin-bottom: 2rem;
}
.detailsArea .detailsImg img {
	max-width: 100%;
}
.detailsText {
	font-size: 2.8rem;
  margin-bottom: 2rem;
}

@media print, screen and (min-width: 641px)  {
	.detailsArea .interval30 {
		margin-bottom: 30px;
	}
	.detailsArea .detailsImg.imgL {
		float: left;
		padding-right: 4rem;
		margin-bottom: 2rem;
	}
	.detailsArea .detailsImg.imgR {
		float: right;
		padding-left: 4rem;
		padding-right: 0rem;
	}
  /*.detailsArea .detailsImg.imgL.maxImg { padding-right: 0; }
  .detailsArea .detailsImg.imgR.maxImg { padding-left: 0; }*/
	.detailsText {
		font-size: 1.6rem;
	}
}

/* 製品スペック */

.specAndDocumentsFlexBox {
	margin-bottom: 4rem
}
.addCaution{
  font-size: 2.6rem;
  margin-top: 2rem;
}
.addCaution::after{
  content:"";
  display: table;
  clear: both;
}
.addCaution > .mark{
  display: block;
  float: left;
}
.addCaution > .detail{
  display: block;
  overflow: hidden;
}
.specAndDocumentsFlexBox + .addCaution{
  margin-top: -2rem;
  margin-bottom: 4rem;
}

.specArea {
	margin-bottom: 4rem;
}
.specArea .interval30 {
	margin-bottom: 2rem;
}
.specArea table {
	width: 100%;
	border-collapse: collapse;
}
.specArea table th, .specArea table td {
	border: solid 1px #e3e3e3;
}
.specArea table th {
	padding: 2rem;
	width: 18%;
	font-size: 2.6rem;
	font-weight: bold;
	color: #838383;
	vertical-align: middle;
}
.specArea table td {
	padding: 1rem;
	font-size: 2.6rem;
	vertical-align: middle;
}

/* 関連文書 */
.relatedDocumentsArea {
	margin-bottom: 2rem;
}
.documentsList {
	line-height: 2.15;
}
.documentsList a {
	display: inline-block;
  padding-left: 1em;
	font-size: 2.6rem;
	position: relative;
	line-height: 2.15;
}
.documentsList .arrowL::before {
	content: ">";
	display: inline;
	color: #2153a5;
	font-size: 2.6rem;
	text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
}

/* 関連商品 */
.relatedProductsArea .interval40 {
	margin-bottom: 2rem;
}

.relatedProductsArea {
	margin-bottom: 8rem;
}
.relatedProductsArea table {
	width: 100%;
}
.relatedProductsArea table th,
.relatedProductsArea table td {
	border: solid 1px #e3e3e3;
}
.relatedProductsArea table thead th {
	padding: 1.6rem;
	width: 33.3%;
	font-size: 2.4rem;
	font-weight: bold;
	color: #838383;
	background-color: #f2f2f2;
	vertical-align: middle;
}
.relatedProductsArea table tbody td {
	padding: 1.6rem 1rem;
	font-size: 2.4rem;
	text-align: left;
	vertical-align: middle;
	word-break: break-all;
}

@media print, screen and (min-width: 641px)  {
	.productFlexBox {
		margin-bottom: 10px;
		display: -ms-flexbox; /* IE */
		display: -webkit-flex; /* Safari */
	  display: flex;
		-ms-flex-direction: row-reverse; /* IE */
		-webkit-flex-direction: row-reverse; /* Safari */
		flex-direction: row-reverse;
		-ms-flex-pack: justify; /* IE */
		-webkit-justify-content: space-between; /* Safari */
		justify-content: space-between;
	}

	.catchArea {
		margin-bottom: 15px;
		width: 350px;
	}

	.productArea {
		width: 47%;
	}

	.picArea {
		width: 47%;
		height: 100%;
		margin-bottom: 0;
    text-align: center;
	}

	.imagesSp {
		display: none;
	}
	.imagesPc {
		display: inline-block;
	}
	.catch {
		font-size: 1.8rem;
	}

	.productArea {
		margin-bottom: 15px;
	}
	.productListArea {
		margin-bottom: 0;
	}
	.productList {
		margin-bottom: 4px;
		font-size: 1.4rem;
	}
	.productIconArea {
	}
	.productIconBox {
		margin-right: .5rem;
    margin-bottom: 1rem;
		max-height: 4.2rem;
		min-width: 11rem;
		width: auto;
	}

	.charaArea {
		margin-bottom: 45px;
	}
	.charaListArea {
		margin-bottom: 30px;
	}
	.charaListArea .charaList {
		font-size: 1.6rem;
		padding-bottom: 0;
	}
	.charaListArea .note {
		font-size: 1.4rem;
	}
	.charaListArea .note .note__small-font {
		font-size: 0.8rem;
	}
	.charaPicArea {
		margin: 0 auto;
		padding: 2%;
		width: 622px;
		-ms-flex-align: center; /* IE */
		-ms-flex-pack: center; /* IE */
		-webkit-justify-content: center; /* Safari */
		justify-content: center;
		-webkit-align-items: center; /* Safari */
		align-items: center;
	}
	.charaPicImg {
		margin-right: 26px;
		width: 114px;
	}
	.charaPicText {
		line-height: 1.8;
		font-size: 1.3rem;
	}
	.brPc {
	   display: inline;
	}

	.specAndDocumentsFlexBox {
		margin-bottom: 55px;
		display: -ms-flexbox; /* IE */
		display: -webkit-flex; /* Safari */
		display: flex;
		-ms-flex-pack: justify; /* IE */
		-webkit-justify-content: space-between; /* Safari */
		justify-content: space-between;
	}
	.addCaution{
		font-size: 1.4rem;
	}
	.specAndDocumentsFlexBox + .addCaution{
		margin-top: -40px;
		margin-bottom: 55px;
	}
	.specArea {
		margin-bottom: 0;
		width: 47%;
	}
	.specArea .interval30 {
		margin-bottom: 30px;
	}
	.specArea table {
		height: 48px;
	}
	.specArea table th {
		padding: 0;
		width: 54px;
		height: 48px;
		font-size: 1.4rem;
	}
	.specArea table td {
		padding: 0 0 0 10px;
		width: 300px;
		height: 48px;
		font-size: 1.4rem;
	}

	.relatedDocumentsArea {
		margin-bottom: 0;
		width: 47%;
	}
	.relatedDocumentsArea .interval30 {
		margin-bottom: 30px;
	}
	.documentsList {
		height: 20px;
		line-height: 1;
	}
	.documentsList a {
		vertical-align: middle;
		font-size: 1.4rem;
		line-height: 1;
	}
	.documentsList .arrowL::before {
		font-size: 1.4rem;
	}
	.documentsList {
		margin-bottom: 10px;
	}

	.relatedProductsArea .interval30 {
		margin-bottom: 30px;
	}
	.relatedProductsArea table thead th {
		padding: 0;
		height: 40px;
		font-size: 1.4rem;
		vertical-align: middle;
	}
	.relatedProductsArea table thead th:nth-child(1) {
		width: 200px;
	}
	.relatedProductsArea table thead th:nth-child(2) {
		width: 340px;
	}
	.relatedProductsArea table thead th:nth-child(3) {
		width: 200px;
	}
	.relatedProductsArea table tbody td {
		padding: 0 0 0 15px;
		height: 40px;
		font-size: 1.4rem;
	}

}

.specArea.w100 {
	width: 100%;
}
.specArea.w100 table td{
	font-size: 1.6rem;
}

.report {
  overflow: hidden;
}

.report li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 100%;
}
.report li p {
  margin-top: 1rem;
  margin-left: 0rem;
  text-align: left;
}

/* media */
@media print, screen and (min-width: 641px)  {
  .report li {
    width: 49%;
  }
  .report li p {
    margin-left: 3rem;
  }
}

/* headline h2
---------------------------------------------------------- */
.h1Area {
	margin-bottom: 4rem;
}

.h2Area {
  margin-bottom: 2rem;
	color: #838383;
	border-bottom: 4px solid #e3e3e3;
}

	/* h3
	---------------------------------------------------------- */
	.h3Area .headline {
		margin-bottom: 4%;
    font-size: 2.8rem;
		color: #838383;
    line-height: 1.1;
    font-weight: bold;
  }
	.h3Area .headline::before {
		padding-right: 0.2em;
		content: "■";
		color: #e3e3e3;
	}
	.h3Area .headline.mgAjst {
		margin-top: 4%;
		margin-bottom: 0;
  }

/* media */
@media print, screen and (min-width: 641px)  {
	.h1Area {
		margin-bottom: 30px;
	}

  .h2Area {
		margin-top: 0;
    margin-bottom: 20px;
  	border-bottom: 2px solid #e3e3e3;
  }
	.h3Area .headline {
		font-size: 1.6rem;
	}
}



/* モーダルウィンドウ
--------------------------------------*/
#modal-open {
  color: #cc0000;
}
/* モーダル 背景エリア */
.modalBg {
  display: none;
	position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color: rgba(0,0,0,0.55);
  z-index: 99;
}

.modalBgArea {
	position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index: 99;
}


.modalMain {
	display: -ms-flexbox;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  /* Safari */
  align-items: center;
  width:100%;
  height:100%;
  z-index: 100;
}

/* モーダル コンテンツエリア */
.modalContArea {
  display: none;
  padding: 0;
  color: #fff;
	max-width: 92.5%;
  z-index: 100;
}

.modalImg {
	display: block;
  z-index: 100;
}

.modalContArea img {
  width: auto;
	max-width: 100%;
  z-index: 100;
}

.modalBtnArea {
	text-align: right;
  z-index: 100;
}

.btnModalClose {
	cursor: pointer;
	display: inline-block;
	height: 1em;
	width: 1em;
	background-image: url(../../../../images/recruit/career/btn_close.png);
	background-size: cover;
  z-index: 100;
}

/* YouTube埋め込み部分*/
.youtubeArea {
	margin: 0 auto;
  max-width: 50rem;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 55%;
}
@media print, screen and (min-width: 641px)  {
	.youtubeArea {
  padding-top: 37.7%;
	}
}
.detailsImg iframe.youtube {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.discription-icon::before,
.headline.discription-icon::before {
	padding-right: 0.2em;
	content: "◆";
	color: #e3e3e3;
}


 .product-form__navi {
	display: none;
  }
  .product-form__navi li {
	display: none;
  }
  @media print, screen and (min-width: 641px) {
	
	.product-form__navi li {
		display: block;
	  }
  .product-form__navi {
	  display: block;
	}
	/*テストコード*/
  
	.product-form__navi {
		position: fixed;
		top: 215px;
		right: 20px;
	}
	.product-form__navi li {
	  margin-bottom: 1px;
	}
	.product-form__navi a {
	  background-color: #2153A5;
	  color: #fff;
	  font-size: 1.3rem;
	  display: block;
	  min-width:120px;
	  min-height:45px;
	  padding-top: 15px;
	  padding-bottom: 15px;
	  text-align: center;
	  text-decoration: none;
	  transition: 1s;
	  line-height: 1.4;
	}
	.product-form__navi a:hover {
	  background-color: rgba(27, 64, 122, 1);
	}
	.product-form__navi a:before {
	  content: "";
	  display: block;
	}
	.product-form__navi .document-request a:before {
	  background-image: url(/images/medical/products/ico_document-request.svg);
	  width: 19.64px;
	  height: 21.04px;
	  margin:0 auto 10px;
  
	}
  
	.product-form__navi .demo-request a:before {
	  background-image: url(/images/medical/products/ico_demo-request.svg);
	  width: 24px;
	  height: 21px;
	  margin:0 auto 7px;
  
	}
  
	.product-form__navi .product-contact a:before {
	  background-image: url(/images/medical/products/ico_product_contact.svg);
	  width: 26.04px;
	  height: 20.09px;
	  margin:0 auto 5px;
  
	}
  }
  .productDetailSpNavi a div:before {
	content: "";
	display: inline-block;
  }
  .productDetailSpNavi a.document-request div:before {
	background-image: url(/images/medical/products/ico_document-request.svg);
	width: 19.64px;
	height: 21.04px;
	padding: 4px 10px 2px 0px;
	background-repeat: no-repeat;
	margin-left: -9px;
  
  }
  
  .productDetailSpNavi a.demo-request div:before {
	background-image: url(/images/medical/products/ico_demo-request.svg);
	width: 24px;
	height: 21px;
	padding: 4px 10px 2px 0px;
	background-repeat: no-repeat;
	margin-left: -9px;
  
  }
  
  .productDetailSpNavi a.product-contact div:before {
	background-image: url(/images/medical/products/ico_product_contact.svg);
	width: 26.04px;
	height: 20.09px;
	padding: 4px 10px 2px 0px;
	background-repeat: no-repeat;
	margin-left: -10px;
  
  }

.product-detail-body .contactPc {
	display: none;
}

.detail-data__biomonitor_iiim .contactPcInTab {
	display: none;
}
.product-detail-body .typeLegacy{
	display: none;
}
.product-detail-body .shortContactPcInTab.typeLegacy {
	display:block;

}
@media print, screen and (min-width: 641px) {
	
.product-detail-body .typeLegacy{
	display: block;
}
	.contactPcInTab {
		position: relative;
		max-width: 1000px;
		border:1px solid #DDDDDD;
		padding: 45px 25px 45px 40px;
		display: flex;
		margin-top: 100px;
		margin-bottom: 100px;
		justify-content: space-between;
		margin-left: auto;
		margin-right: auto;	
	}

	.contactPcInTab .contactPcTel {
	width: 340px;
	text-align: center;
	}
	.contactPcInTab .contactPcTel h2 {
	margin-bottom: 12px;
	border-bottom:1px solid #ddd;
	margin-bottom: 12px;
	}
	.contactPcInTab .contactPcTel .tel {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.2rem;
	}
	.contactPcInTab .contactPcTel .tel img {
	width: 31px;
	padding-bottom: 6px;
	margin-bottom: 10px;
	}

	/*テストコード*/

	.productFormInTab {
		display: flex;
		width: 570px;
		justify-content: space-between;
		align-items: center;
	}
	.productFormInTab a {
		background-color: #2153A5;
		color: #fff;
		font-size: 1.6rem;
		display: block;
		min-width:180px;
		min-height:50px;
		padding-top: 30px;
		padding-bottom: 30px;
		text-align: center;
		text-decoration: none;
		transition: 1s;
		line-height: 1.4;
	}
	.typeLegacy .productFormInTab a {
		font-size: 1.3rem;
		
	}
	
	.productFormInTab a:hover {
	background-color: rgba(27, 64, 122, 1);
	}
	.productFormInTab a:before {
	content: "";
	display: block;
	}
	.productFormInTab .document-request a:before {
	background-image: url(/images/medical/products/ico_document-request.svg);
	width: 19.64px;
	height: 21.04px;
	margin:0 auto 10px;

	}

	.productFormInTab .demo-request a:before {
	background-image: url(/images/medical/products/ico_demo-request.svg);
	width: 24px;
	height: 21px;
	margin:0 auto 7px;

	}

	.productFormInTab .product-contact a:before {
	background-image: url(/images/medical/products/ico_product_contact.svg);
	width: 26.04px;
	height: 20.09px;
	margin:0 auto 5px;

	}

	.shortContactPcInTab .contactPcInTab{
		max-width: 745px;
		padding: 30px 10px 30px 10px;
	}
	.shortContactPcInTab .contactPcInTab .contactPcTel .tel img {
		padding-bottom: 0;
		padding-top: 3px;
	}
	.shortContactPcInTab .contactPcInTab .contactPcTel {
		width: 300px;
		max-width: 40%;
	}
	.shortContactPcInTab .productFormInTab {
		width: 420px;
	}
	
	.shortContactPcInTab .productFormInTab a {
		min-width: 137px;
		min-height: 53px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	
	.shortContactPcInTab.typeLegacy .productFormInTab a {
		min-height: 49px;
		
	}
	/*2個の時 3つの時は、削除で対応可能*/
	.productFormInTab a {
		min-width: 280px;
		min-height: 53px;
	}
	.productFormInTab.displayDemo a {
		min-width: 183px;
	}
	.shortContactPcInTab .productFormInTab a {
		min-width: 203px;	
	}
	.shortContactPcInTab .productFormInTab.displayDemo a {
		min-width: 135px;
	}
	/*//2個の時 3つの時は、削除で対応可能*/



}