@charset "utf-8";



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

.mv-manufacturing-sier {
	background: url(../img/manufacturing-sier/mv.png) no-repeat bottom center;
}
.con {
  width: 70%;
  text-align: center;
  margin: 0 auto 30px;
}
.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%;
}
.conImg {
	width: 140%;
	margin-left: -20%;
}
.line-gr {
  border-top: 1px solid #ddd;
}
.infoTxtBox {
  margin-bottom: 80px;
}
.infoHeader {
  color: #053597;
  position: relative;
  font-size: 32px;
  margin-bottom: 20px;
  padding-top: 60px;

}
.infoHeader::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #333;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
.infoTxtHeader {
	font-size: 18px;
	font-weight: bold;
}
.weight-nomal {
	font-weight: normal;
}
.infoTxtHeader::before {
  content: "■";
  padding-right: 5px;
}
.infoTxt {
  margin-left: calc(1em + 5px);
  margin-bottom: 20px;
	font-size: 18px;
}
.inner > .infoTxt:last-child {
  margin-bottom: 0;
}
.btnWrapper {
	display: flex;
  justify-content: space-between;
	width: 50%;
  margin: 50px auto 0;
}
.btnWrapper a {
	text-decoration: none;
	text-align: center;
}
.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;
}
@media screen and (max-width:767px) {
  .innerTtl {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .infoTxtBox {
    margin-bottom: 60px;
  }
  .infoHeader {
    font-size: 24px;
  }
  .con ul > li,
  .infoTxtHeader,
  .infoTxt {
    font-size: 14px;
  }
	.btnWrapper  {
		display: block;
		font-size: 14px;
		width: 100%;
		margin-top: 30px;
	}
	.btn {
		display: block;
		width: 100%;
		margin-top: 10px;
	}
}
@media screen and (max-width:640px){
	.mv h2 {
		margin-top: 14px;
	}
}
