@charset "utf-8";



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

.mv-other-system {
  background: url(../img/other-system/mv.png) no-repeat bottom center;
  background-size: cover;
}
.pageNav ul {
  justify-content: flex-start;
}
.pageNav li {
  margin-left: 20px;
}
.pageNav li:first-child {
  margin-left: 0;
}

@media screen and (max-width:1024px){
  .productInfo .txt {
		margin: 0 auto;
	}
}
@media screen and (max-width:768px){
	.pageNav ul {
	  justify-content: center;
	}
	.pageNav li {
		margin-left: 0;
	}
	.pageNav li:first-child {
    margin-left: 0;
	}
}
