@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Roboto:500i');

/* -------------------------------------------------------
contents
------------------------------------------------------- */
.contents{
	width: 100%;
	position: relative;
	background-size: 100%;
}
.sec{
	display: block;
	padding-bottom: 1px;
	margin: 10px auto 20px;
}
.sec.bgBl{
	background-color:#f5f9fc;
	padding:40px 0;
}
.sec.btm{
	padding-bottom: 50px;
}
.inner{
	margin: 0 auto;
	padding:0;
	width: 100%;
	max-width: 1200px;
	text-align: left;
	position: relative;
}
@media screen and (max-width:1200px){
	.inner {
		max-width: 96%;
	}
}
@media screen and (max-width:768px){
	.sec{
		margin-bottom: 30px;
	}
	.sec:last-child{
		padding-bottom: 0;
	}
	.sec.bgBl{
		background-color:#f5f9fc;
		padding:30px 0;
	}
	.sec.btm{
		padding-bottom: 30px;
	}
	.inner{
		padding: 0 20px;
		max-width:100%;
	}
}

/* -------------------------------------------------------
  mv
------------------------------------------------------- */
.mv{
	width: 100%;
	height: 240px;
	position: relative;
	text-align: center;
	color: #fff;
	background: url(../img/equipment/mv.png) no-repeat bottom center;
	background-size: cover;
}
.mv .mvInner{
	max-width: 1200px;
	margin: auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content:center;
	position:relative;
	text-align: center;
}
.mv h2 {
	font-size: 300%;
	color: #fff;
	font-weight: 100;
	text-shadow: 0px 0px 10px rgba(71,71,71,0.9);
}

/*readText*/
.readText{
	position: relative;
	top: -40px;
	max-width: 1200px;
	padding: 70px;
	margin: 0 auto 35px;
	background-color: rgba(255,255,255,0.90);
	box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.2);
	text-align: center;
}
.readText h3{
	font-weight: 100;
	font-size: 200%;
	line-height: 1.4;
	color:#053597;
}
.readText p {
	text-align: left;
	font-size: 26px;
	line-height: 1.7;
	color: #2b4b9f;
	text-align: center;
}
/* .readText .headerTxt {
	font-size: 32px;
	line-height: 48px;
	color: #000;
	font-weight: normal;
} */
.readText-ttl {
	width: 40%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.readText-bg {
	background-color: #f5faff;
}
@media screen and (max-width:1200px){
	.readText{
		max-width: 96%;
		padding: 60px;
	}
	.readText::before {
		left: 40px;
	}
	.readText::after {
		right: 40px;
	}
	.readText p{
		font-size: 22px;
	}
}
@media screen and (max-width:768px){
	.mv{
		height: 150px;
	}
	.mv h2{
		font-size:  220%;
	}
	.readText{
		top: -30px;
		max-width: 90%;
		padding: 20px;
		margin: 0 auto 20px;
	}
	.readText h3{
		font-size: 160%;
		margin: 30px 10px 30px;
	}
	.readText p{
		font-size: 16px;
		line-height: 1.7;
	}
	.readText::before {
	  top: 40px;
		left: 10px;
	}
	.readText::after {
		bottom: 10px;
		right: 10px;
	}
	.readText .headerTxt {
		font-size: 24px;
		line-height: 24px;
	}
}
@media screen and (max-width:640px){
	.mv .mvInner{
		max-width: 90%;
		width: 100%;
	}
	.mv h2{
		font-size: 170%;
	}
	.readText h3{
		font-size: 130%;
	}
	.readText p{
		font-size: 92%;
	}
}

/* -------------------------------------------------------
  example
------------------------------------------------------- */
.example {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.example li {
	font-size: 20px;
	line-height: 36px;
	font-weight: bold;
	border-bottom: 2px solid #000;
	padding-right: 38px;
	padding-bottom: 5px;
}
.example li:last-child {
	padding-right: 0;
}
.example li::before {
	content: '\f046 ';
	font-family: FontAwesome;
	color: #fe9001;
	line-height: 1.3;
	margin-right: 7px;
}
/* .border-bottom-none::after {
	border-bottom: none !important;
} */

/* -------------------------------------------------------
  pageNav
------------------------------------------------------- */
.pageNav {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 60px;
}
.pageNav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pageNav li {
  width: 32.5%;
	background-color: #f1f8ff;
  text-align: center;
  line-height: 36px;
  position: relative;
  font-size: 16px;
  display: block;
	padding: 5px 0;
  margin: 0 0 40px;
	color: #000;
	box-shadow: 1px 1.5px 3px 0px rgba(0,0,0,0.2);
}
.pageNav li:after {
	content: '\f107';
	font-family: FontAwesome;
	position: absolute;
	right: 0;
	left: 0;
	bottom: -30px;
	height: 1em;
	margin: auto;
	font-size: 180%;
	line-height: 1;
	color: #16569e;
}
.pageNav a {
	text-decoration: none;
	display: block;
}
@media screen and (max-width:1200px){
	.pageNav li {
		line-height: 1.7;
	}
}
@media screen and (max-width:768px){
	.pageNav ul {
	  justify-content: center;
	}
	.pageNav li {
	  width: 70%;
		margin: 20px 0 30px;
	}
	.pageNav li:first-child {
		margin-top: 10px;
	}
}
@media screen and (max-width: 640px){
	.pageNav li {
		font-size: 14px;
		margin: 20px 5px 20px;
	}
}


/* -------------------------------------------------------
  ttl
------------------------------------------------------- */
.innerTtl {
  font-size: 32px;
	line-height: 36px;
	font-weight: normal;
	color: #053597;
  position: relative;
  margin-bottom: 50px;
	text-align: center;
	border-bottom: solid 1px #ccc;
	padding-bottom: 18px;
}
.innerTtl::after{
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 8px #fdf15a;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
  width: 10%;
}
@media screen and (max-width:767px){
	.innerTtl {
		font-size: 24px;
		margin-bottom: 30px;
	}
}

/* -------------------------------------------------------
	product
------------------------------------------------------- */
.productTtl {
	border-bottom: 1px solid #333;
	padding: 0 0 0 0.5em;
	font-size: 24px;
	line-height: 37px;
}
.productTtl-bl {
	border-left: 10px solid #053597;
}
.productTtl-red {
	border-left: 10px solid #e60012;
}
.productTtl-gr {
	border-left: 10px solid #009e96;
}
.border-line {
	border-top: 1px solid #ddd;
}
.productInfoHeader {
	line-height: 27px;
	margin-top: 38px;
}
.productInfoHeader b {
	font-size: 18px;
}
.productInfoHeader p {
	font-size: 16px;
	line-height: 36px;
}
.header-bl {
	font-size: 24px;
	line-height: 27px;
	color: #053597;
	margin-bottom: 30px;
}
.model {
	color: #ff9c00;
	font-size: 18px;
	font-weight: bold;
}
.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: 50px;
	vertical-align: top;
	text-align: left;
}
.productInfo table {
	width: 100%;
	border: 1px solid #ddd;
	border-collapse: collapse;
	font-size: 14px;
	line-height: 36px;
	table-layout: fixed;
	word-break: break-word;
}
.productInfo table th {
	background-color: #053597;
	color: #fff;
	font-weight: normal;
}
.productInfo table tr:nth-child(2n) td {
	background-color: #fff;
}
.productInfo table tr:nth-child(2n + 1) td {
	background-color: #f1f8ff;;
}
.productInfo table tr th,
.productInfo table tr td {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding-left: 7px;
}
.productInfo table tr th:first-child,
.productInfo table tr td:first-child {
	width: 24%;
}
.productInfo table tr.tableBg-wh td {
	background-color: #fff;
}
.productInfo table tr.tableBg-bl td {
	background-color: #f1f8ff;
}
.lines {
	line-height: 24px;
}
.featureTtl {
	border: 1px solid #000;
	/* width: 3.5em; */
	width: 5em;
	text-align: center;
	font-weight: bold;
	margin: 20px 0 10px;
}
.txt ul {
	margin: 40px 0 0 40px;
}
.txt ul li {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 25px;
}
.txt .btnWrapper {
	display: flex;
  justify-content: space-between;
  margin: 40px 0;
}
.txt .btnWrapper a {
	text-decoration: none;
	text-align: center;
}
.btn {
	display: inline-block;
	color: #fff;
	width: 80%;
	margin: 0 auto;
	position: relative;
	padding: 20px;
}
.contactsBtn {
	background-color: #00a0e9;
}
.contactsBtn::after {
	position: absolute;
	right: 30px;
	top: 1.3em;
	color: #fff;
	content: '\f178';
	font-family: FontAwesome;;
}
.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 {
		text-align: center;
	}
	.productInfo .txt {
    width: 60%;
    margin-left: 0;
}
	.contactsBtn::after {
		right: 15px;
	}
}
@media screen and (max-width:767px){
	.productTtl {
    font-size: 16px;
	}
	.productInfoHeader {
    margin-top: 15px;
	}
	.productInfo .img {
		width: 90%;
		display: block;
		margin: 0 auto 30px;
	}
	.productInfo .txt {
		width: 100%;
		display: block;
		margin-left: 0;
    margin-top: 10px;
	}
	.featureTtl {
		margin: 10px 0;
		font-size: 14px;
	}
	.txt ul {
		margin: 40px 0 0 0;
	}
	.txt p,
	.txt li {
		font-size: 14px;
	}
	.productInfo table {
		line-height: 1.7;
	}
	.productInfo table tr th,
	.productInfo table tr td {
		padding: 5px 3px;
	}
	.productInfoHeader p {
    line-height: 1.7;
	}
	.lines {
		line-height: 1.7;
	}
	.txt .btnWrapper  {
		display: block;
	  font-size: 14px;
    margin-top: 30px;
	}
	.btn {
		display: block;
		width: 100%;
		margin-top: 10px;
	}
	.contactsBtn::after {
    right: 20px;
    top: 1.5em;
	}
}

/* -------------------------------------------------------
	number list (fpc-products / technology)
------------------------------------------------------- */
.numList {
	max-width: 840px;
	display: block;
	margin: 0 auto 30px;
}
.numList.col2 li {
	width: 47.5%;
}
.numList.col3 li {
	width: 31.2%;
}
.numList li {
	font-size: 100%;
	padding-bottom: 8px;
	margin-bottom: 16px;
}
.numList li {
	padding-left:2.2em;
	text-indent: -2.2em;
	line-height: 32px;
}
.numList li span {
	color: #053597;
	font-size: 25px;
	font-family: 'Roboto', sans-serif;
	padding-right: 10px;
	font-style: italic;
	font-weight: bold;
}
.numList li b {
	font-size: 20.5px;
}
.numList li.emptyCell{
	border-bottom: none;
}
.numList li p::before {
	content: '';
	padding-left: 2em;
}
@media screen and (max-width:767px){
	.numList{
		margin-bottom: 30px;
	}
	.numList li {
		width: 100%;
		padding-bottom: 10px;
		margin-bottom: 10px;
		font-size: 15px;
		line-height: 1.7;
	}
	.numList li:last-child{
		margin-bottom: 0;
	}
	.numList li.emptyCell{display:none;}
}

/* -------------------------------------------------------
	image bg
------------------------------------------------------- */
.imgBg{
	text-align: center;
	width: 100%;
	padding: 30px;
	margin-bottom: 30px;
	position: relative;
}
.imgBg.wt{
	background-color: #fff;
}
.imgBg.gry{
	background-color: #f8f8f8;
	border:solid 1px #eaeaea;
}
.imgBg.txt{
	padding:0;
}
@media screen and (max-width:767px){
	.imgBg{
		padding: 30px 20px;
	}
}


/* -------------------------------------------------------
	imgWrap
------------------------------------------------------- */
.imgWrap img{
	margin: auto;
	display: block;
}
.imgWrap.w400 img{width:400px;}
.imgWrap.w500 img{width:500px;}
.imgWrap.w600 img{width:600px;}
.imgWrap.w700 img{width:700px;}
.imgWrap.w800 img{width:800px;}
.imgWrap.w900 img{width:900px;}
.imgWrap.w1000 img{width:1000px;}
.imgWrap.w1100 img{width:1100px;}
@media screen and (max-width:1200px){
  .imgWrap.w1100 img{
		width:100%;
	}
}
@media screen and (max-width:1000px){
  .imgWrap.w1000 img{
		width:100%;
	}
}
@media screen and (max-width:900px){
  .imgWrap.w900 img{
		width:100%;
	}
}
@media screen and (max-width:767px){
	.imgWrap.w400 img,
	.imgWrap.w500 img,
	.imgWrap.w600 img,
	.imgWrap.w700 img,
	.imgWrap.w800 img,
	.imgWrap.w900 img{
		width:100%;
	}
}
