@charset "utf-8";
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	MACHINERY

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*----------------------------------------------------------------------------------------------
	title
----------------------------------------------------------------------------------------------*/
#titleBlock {
  background: url(../../machinary/img/title_img.jpg) no-repeat top center;
  background-size: cover;
}
/*----------------------------------------------------------------------------------------------
	主要設備
----------------------------------------------------------------------------------------------*/
#majorMachinaryBlock {
  padding-top: 110px;
  background: #f0f0f0;
  background-size: contain;
}
#majorMachinaryBlock h4 {
  font-size: 25px;
  font-weight: bold;
  color: #0546a0;
  margin-bottom: 50px;
}
.box_list {
  overflow: hidden;
}
.box_list > li {
  float: left;
  width: calc((100% - 56px)/3);
  margin: 0 27px 28px 0;
  padding-bottom: 70px;
  background: #0546a0;
  color: #fff;
}
.box_list > li:nth-child(3n) {
  margin-right: 0;
}
.box_list .img img {
  width: 100%;
}
.box_list .maker {
  display: inline-block;
  font-size: 14px;
  border: 1px solid #fff;
  padding: 0 10px;
  margin: 70px 10px 30px 10px;
}
.box_list .name {
  margin: 0 10px;
}
.box_list .name span {
  font-size: 14px;
  vertical-align: baseline;
}
#otherBox {
	display: inline-block;
	width: 100%;
	clear: both;
  background: #fff;
	
  margin-bottom: 170px;
}
#otherBox p {
  font-size: 25px;
  font-weight: bold;
  color: #0546a0;
	margin: 30px; 
  padding: 10px 0;
  background: url(../img/line_2.png) repeat-x top left, url(../img/line_2.png) repeat-x bottom left;
}
#otherBox ul{
	float: left;
	margin-left: 30px;
	margin-bottom: 30px;
  width: calc(50% - 45px);
	
}
#otherBox ul li {
	position: relative;
  text-align: left;
  padding: 15px;
  border-bottom: 1px solid #eaedf6;
}
#otherBox ul li::before {
  content: '・';
}
#otherBox span {
  display: inline-block;
  font-size: 14px;
  border: 1px solid #bfbfbf;
	padding: 1px 5px;
	margin-right: 15px;
}
#majorMachinaryImg img {
  width: 100%;
}
/*----------------------------------------------------------------------------------------------
	協力工場設備
----------------------------------------------------------------------------------------------*/
#cooperationBlock {
  padding: 110px 0 150px 0;
  overflow: hidden;
}
#cooperationBlock h4 {
  position: relative;
  font-size: 25px;
  font-weight: bold;
  color: #0546a0;
  margin-bottom: 50px;
  padding: 20px 0;
  background: url(../img/line_2.png) repeat-x top left, url(../img/line_2.png) repeat-x bottom left;
}
#cooperationBlock h4 span {
  position: absolute;
  top: 30px;
  right: 20px;
  font-size: 14px;
  font-weight: bold;
}
#cooperationBlock ul {
	
  float: left;
  width: calc(50% - 40px);
  margin: 0 20px;
}
#cooperationBlock ul li {
  text-align: left;
  padding: 15px;
  border-bottom: 1px solid #eaedf6;
}
#cooperationBlock ul li::before {
  content: '・';
}
/*--------------------------------------------------------------
	SP　表示領域が1076px以下
--------------------------------------------------------------*/
@media (max-width:1076px) {
  /*----------------------------------------------------------------------------------------------
			title
		----------------------------------------------------------------------------------------------*/
  #titleBlock {
    background: url(../../machinary/img/sp_title_img.jpg) no-repeat top center;
    background-size: cover;
  }
  /*----------------------------------------------------------------------------------------------
			主要設備
		----------------------------------------------------------------------------------------------*/
  #majorMachinaryBlock {
    padding-top: 60px;
  }
  #majorMachinaryBlock h4 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .box_list {
    margin-bottom: 40px;
  }
  .box_list > li {
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
    padding-bottom: 35px;
  }
  .box_list > li:nth-child(3n) {}
  .box_list .img img {}
  .box_list .maker {
    font-size: 12px;
    margin: 35px 5px 15px 5px;
  }
  .box_list .name {}
  .box_list .name span {
    font-size: 12px;
  }
  #otherBox {
    padding-top: 10px;
  }
  #otherBox p {
    font-size: 18px;
    margin: 15px;
  }
  #otherBox ul {
    float: none;
    width: calc(100% - 20px);
    margin: 0 10px;
  }
  #otherBox ul {
    margin: 0 15px 30px;
  }

#otherBox ul:first-of-type{
   margin: 0 15px 0;
  }
  #otherBox li span {
    font-size: 12px;
  }
  #majorMachinaryImg {}
  #majorMachinaryImg img {}
  /*----------------------------------------------------------------------------------------------
			協力工場設備
		----------------------------------------------------------------------------------------------*/
  #cooperationBlock {
    padding: 60px 0 80px 0;
  }
  #cooperationBlock h4 {
    font-size: 18px;
    margin-bottom: 25px;
    padding: 10px 0;
  }
  #cooperationBlock h4 span {
    top: 15px;
    right: 10px;
    font-size: 12px;
  }
  #cooperationBlock ul {
    float: none;
    width: calc(100% - 20px);
    margin: 0 10px;
  }
  #cooperationBlock ul li {}
  #cooperationBlock ul li:last-child {
    border: none;
  }
  #cooperationBlock ul li::before {}
  #cooperationBlock ul:nth-of-type(1) li:last-child {
    border-bottom: 1px solid #eaedf6;
	}
}