@charset "utf-8";



/* -------------------------------------------------------
	equipment
------------------------------------------------------- */

.mv-inspection {
  background: url(../img/equipment/inspection/mv.png) no-repeat bottom center;
}
.mv-manufacture {
	background: url(../img/equipment/manufacture/mv.png) no-repeat bottom center;
}
.mv-environment {
	background: url(../img/equipment/environment/mv.png) no-repeat bottom center;
}

.con {
  width: 90%;
  text-align: center;
  margin: 30px auto;
}
.con ul {
  text-align: left;

}
.con ul > li {
	font-size: 18px;
	text-indent:-1.3em;
	padding-left:1em;
	line-height: 1.4;
	margin-bottom: 10px;
}
.con ul > li::before {
  content: '\f046 ';
  font-family: FontAwesome;
  color: #054a97;
  line-height: 1.3;
  margin-right: 7px;
  font-size: 24px;
  vertical-align: middle;
}
.innerTtl {
  font-size: 32px;
  position: relative;
  margin-bottom: 50px;
  text-align: center;

}
.innerTtl::after{
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #054a97;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
  width: 10%;
}

.productTtl {
	border-bottom: 1px solid #333;
	padding: 0 0 0.5em 0.5em;
	font-size: 20px;
}
.productTtl-red {
	border-left: 10px solid #ff4800;
}
.productTtl-gr {
	border-left: 10px solid #14cc45;
}
.productTtl-bl {
	border-left: 10px solid #1d2088;
}
.productInfo {
	width: 100%;
	display: block;
	margin: 25px 0;

}
.productInfo .img {
	width: 45%;
	display: inline-block;
	margin-bottom: 30px;
}
.productInfo .txt {
	width: 50%;
	display: inline-block;
  margin-left: 30px;
	vertical-align: top;
  font-size: 18px;
}
.featureTtl {
	border: 1px solid #000;
	/* width: 3.5em; */
	width: 5em;
	text-align: center;
	font-weight: bold;
	margin: 20px 0 10px;
}
.productInfo .txt ul > li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.productInfo .txt ul > li::before {
	content: "■";
	padding-right: 5px;
}
p.indentx {
  text-indent: -1em;
  margin-left: 1em;
}
.txt .btnWrapper {
	display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.txt .btnWrapper a {
	text-decoration: none;
	text-align: center;
  font-size: 16px;
}
.btn {
	display: inline-block;
	color: #fff;
	width: 48%;
	position: relative;
	padding: 20px;
}
.contactsBtn {
	background-color: #00a0e9;
}
.contactsBtn::after {
  content: '';
  width: 18px;
  height: 1em;
  background: url(/common/img/equipment/mail-icon.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 39%;
  bottom: 12px;
}
.pdfCatalog {
	background-color: #054a97;
}
.pdfCatalog::after {
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 12px;
	height: 1em;
	margin: auto;
	color: #fff;
	content: '\f1c1';
	font-family: FontAwesome;
	font-size: 100%;
	font-weight: 400;
	}
	.contactsBtn:hover {
		background-color: #666;
	}
	.pdfCatalog:hover {
		background-color: #666;
	}
  .line-dotted {
    border-top: 1px dotted #ddd;
  }

@media screen and (max-width:1024px){
  .productInfo .txt {
    font-size: 16px;
  }
}

@media screen and (max-width:767px){
  .innerTtl {
    font-size: 24px;
    margin-bottom: 30px;
  }
	.productTtl {
    font-size: 16px;
	}
	.productInfo .img {
		width: 100%;
		display: block;
	}
	.productInfo .txt {
		width: 100%;
		display: block;
		margin-left: 0;
    margin-top: 10px;
	}
	.featureTtl {
		margin: 10px 0;
		font-size: 14px;
	}
	.txt p,
	.txt li {
		font-size: 14px;
	}
	.txt .btnWrapper  {
		display: block;
	  font-size: 14px;
    margin-top: 30px;
	}
	.btn {
		display: block;
		width: 100%;
		margin-top: 10px;
	}
}
