/* EQUIPMENT  **************************
------------------------------------*/
.processing-list {
	width: 1305px;
}

.processing-img-box {
  width: 586px;
}

.processing-txt-box {
	width: 950px;
	margin-right: auto;
}

.processing-name {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  color:#fff;
}

.processing-list-01 {
	height: 720px;
	margin-left: 135px;
	position: relative;
	top: 0;
}

.processing-list-01 .processing-img-box {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}

.processing-list-01 .processing-txt-box {
	position: absolute;
	z-index: 1;
	top: 60px;
	right: 0;
	padding: 45px 170px 45px 290px;
}

.processing-txt-box .u-text {
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}

.processing-list-02 {
	height: 670px;
	margin-right: 135px;
	position: relative;
}

.processing-list-02 .processing-img-box {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
}

.processing-list-02 .processing-txt-box {
	position: absolute;
	z-index: 1;
	top: 60px;
	left: 0;
	padding: 45px 290px 45px 190px;
}

.processing-img-list {
	justify-content: space-between;
}

.processing-img_item {
	width: 48.5%;
}

.equipment-headding {
  font-size: 36px;
  text-align: center;
  margin-bottom: 80px;
}


.equipment-processing-area .c-btn {
	margin-bottom: 70px;
}

.machine-img-list {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.machine_item {
  width: calc(100%/3);
}

.machine_item .machine-img-box {
  margin-bottom: 25px;
  min-height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.machine-text-box {
  margin: 0 auto;
}

.machine-name {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.equipment-table-area {
	width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 55px 0 90px;
	background: url(../image/equipment/pc/bg_main-equipment.jpg) no-repeat;
	background-size: contain;
}

.table-box {
	width: 100%;
  padding: 30px 50px;
  margin-bottom: 20px;
  background-color: #fff;
}

.tabele-ttl {
  margin-bottom: 45px;
  padding: 20px 0;
  text-align: center;
  font-size: 24px;
  color: #00479d;
  border-top: 4px solid #00479d;
  border-bottom: 4px solid #00479d;
}

.machine-table {
	width: 100%;
	max-width: 885px;
	margin: 0 auto;
	border-collapse: collapse;
}

.machine-table tr {
  border-top: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
  text-align: left;
}

.machine-table th,
.machine-table td {
  padding: 20px;
  font-size: 16px;
}

.machine-tr th {
  color: #00479d;
}

tr:nth-child(odd) {
  background-color: #f7f7f7;
}
tr.machine-tr {
  background-color: #e8eef4;
}

@media screen and (max-width: 768px) {
	.processing-list {
		width: 100%;
	}

	.processing-img-box {
		width: 100%;
		padding: 0 20px;
	}

	.processing-txt-box {
		width: 100%;
		margin-right: initial;
	}

	.processing-list-01 {
		height: 775px;
		margin-left: initial;
		top: 0;
	}

	.processing-list-01 .processing-img-box {
		position: absolute;
		top: 0;
		left: 0;
	}

	.processing-list-01 .processing-txt-box {
		position: absolute;
		top: 60px;
		right: 0;
		padding: 290px 20px 45px 20px;
	}

	.processing-txt-box .u-text {
    margin-bottom: 50px;
    font-size: 15px;
	}

	.processing-list-02 {
		height: 775px;
	}

	.processing-list-02 .processing-img-box {
		top: 70px;
		right: 0;
	}

	.processing-list-02 .processing-txt-box {
		top: 120px;
		left: 0;
		padding: 290px 20px 45px 20px;
	}

	.processing-img-list {
		justify-content: space-between;
	}

	.processing-img_item {
		width: 48.5%;
	}

  .equipment-table-area {
    padding: 55px 0;
    background: url(../image/equipment/sp/bg_main-equipment_sp.jpg) no-repeat;
    background-size: contain;
  }

  .equipment-headding {
    font-size: 24px;
    margin-bottom: 60px;
  }


	.equipment-processing-area .c-btn {
		margin-top: 60px;
  }

	.machine-img-list {
		flex-wrap: wrap;
		margin-bottom: 30px;
	}

	.machine_item {
		width: 100%;
		text-align: center;
		margin:  0 auto 50px;
	}
	.machine_item:last-child {
		margin-bottom: 0;
	}

	.machine_item .machine-img-box {
		text-align: center;
		margin-bottom: 25px;
	}

	.machine-text-box {
		margin: 0 auto;
  }

  .machine-name {
    font-size: 15px;
  }

	.table-box {
		width: 100%;
		padding: 0;
  }

  .tabele-ttl {
    margin-bottom: 35px;
    padding: 10px 0;
    font-size: 20px;
    border-top: 2px solid #00479d;
    border-bottom: 2px solid #00479d;
  }

	.table-box .machine-table {
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	  display: block;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
  }

  .machine-table {
    width: 100%;
    border-collapse: collapse;
  }

  .machine-table tr {
    border-top: 1px solid #b4b4b4;
    border-bottom: 1px solid #b4b4b4;
    text-align: left;
  }

  .machine-table th,
  .machine-table td {
    padding: 15px;
    font-size: 15px;
  }

  .machine-tr th {
    color: #00479d;
  }

  tr:nth-child(odd) {
    background-color: #f7f7f7;
  }

  tr.machine-tr {
    background-color: #e8eef4;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.processing-list {
		width: 100%;
	}

	.processing-img-box {
		width: 45%;
		max-width: 586px;
	}

	.processing-txt-box {
		width: 80%;
		max-width: 950px;
		margin-right: auto;
		padding: 45px 20px 30px 200px;
	}

	.processing-list-01 {
		height: 600px;
		margin-left: 0;
		position: relative;
		top: 0;
	}

	.processing-list-01 .processing-img-box {
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
	}

	.processing-list-01 .processing-txt-box {
		width: 80%;
		top: 60px;
		right: 0;
		padding: 45px 20px 30px 200px;
	}

	.processing-txt-box .u-text {
		margin-bottom: 60px;
	}

	.processing-list-02 {
		height: 490px;
		margin-right: 135px;
		position: relative;
	}

	.processing-list-02 .processing-img-box {
		position: absolute;
		z-index: 2;
		top: 0;
		right: 0;
	}

	.processing-list-02 .processing-txt-box {
		top: 60px;
		left: 0;
		padding: 45px 180px 30px 20px;
  }

  .processing-name {
    margin-bottom: 30px;
    font-size: 20px;
  }

	.processing-img-list {
		justify-content: space-between;
	}

	.processing-img_item {
		width: 48.5%;
	}

	.equipment-processing-area .c-btn {
		margin-top: 60px;
	}

	.machine-img-list {
		justify-content: space-between;
		align-items: center;
		margin-bottom: 30px;
	}

	.machine_item {
		width: 30%;
	}

	.machine_item .machine-img-box {
		margin-bottom: 25px;
	}

	.machine-text-box {
		margin: 0 auto;
	}

	.table-box {
		width: 100%;
		padding: 30px 50px;
		margin-bottom: 20px;
	}

	.machine-table {
		width: 100%;
		max-width: 885px;
		margin: 0 auto;
	}

	.table-box .machine-table {
		padding: 0 30px;
	}
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
	.processing-list-01 .processing-txt-box {
		padding: 45px 20px 30px 280px;
	}

	.processing-list-02 .processing-txt-box {
		padding: 45px 280px 30px 20px;
	}
}

@media screen and (max-width: 320px) {
	.processing-list-02 {
		margin-top: 80px;
	}
	.equipment-processing-area .c-btn {
		max-width: 95%;
		margin-top: 150px;
	}
}
