@charset "utf-8";
/* ------------------------------------------ */
/* Equipment Detail CSS */
/* ------------------------------------------ */
.area-pagettl::before {
	background-image: url(../img/equipment/bg.jpg);
	height: 220%;
}
@media (max-width: 1155px) {
	.area-pagettl::before {
		height: 100%;
	}

}

.page-equipmentdetail .area-pagettl {
	padding-bottom: 10px;
}

/* sec-equipmentdetail
--------------------------------------------- */
.slide-wrap {
	max-width: 1140px;
}

#sec-equipmentdetail .wrap {
	max-width: 1140px;
}

/* .slider */
.slick-arrow,
.slick-dots button {
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -1000px;
  overflow: hidden;
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  display: block;
  cursor: pointer;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	display: block;
	text-indent: -1000px;
	z-index: +1;
	background: rgba(255,255,255,0.5);
	border: none;
	transition: all ease 0.2s;
}

.slick-arrow:hover {
	cursor: pointer;
	background: rgba(255,255,255,0.75);
}

.slick-arrow::after {
	content:"";
	position: absolute;
	border-right: 2px solid #000;
    border-top: 2px solid #000;
	width: 12px;
    height: 12px;
    box-sizing: border-box;
	top: 50%;
	margin-top: -6px;
}

.slick-prev.slick-arrow {
	left: 0;
}

.slick-prev.slick-arrow::after {
	left: 16px;
	transform: rotate(-135deg);
}

.slick-next.slick-arrow {
	right: 0;
}

.slick-next.slick-arrow::after {
	right: 16px;
    transform: rotate(45deg);
}

#sec-equipmentdetail .machine-slider {
	position: relative;
}

#sec-equipmentdetail .machine-slider .slider li {
	position: relative;
	outline: none;
}

#sec-equipmentdetail .machine-slider .slide-caption {
	display: block;
	text-align: right;
	position: absolute;
    bottom: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 25px;
	background: rgba(0, 0, 0, 0.75);	
}

#sec-equipmentdetail .machine-slider .slick-dots {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -28px;
	text-align: center;
}
#sec-equipmentdetail .machine-slider .slick-dots > li {
	display: inline-block;
	width: 50px;
	margin: 0 5px;
}
#sec-equipmentdetail .machine-slider .slick-dots > li button {
	background-color: rgba(0,0,0,0.2);
	width: 50px;
	height: 4px;
}
#sec-equipmentdetail .machine-slider .slick-dots > li.slick-active button {
	background: #136bc5;
}

/* .machine-intro */
#sec-equipmentdetail .machine-intro .intro-catch {
	color: #007ebf;
}
#sec-equipmentdetail .machine-intro .performance {
	display: block;
	width: 100%;
	max-width: 1030px;
	padding: 30px 10px;
	margin: 0 auto;
	background-color: #f0f5fb;
}
@media (max-width: 480px) {
	#sec-equipmentdetail .machine-intro .intro-catch {
/*		font-size: 1.5rem;*/
	}
	#sec-equipmentdetail .machine-intro .performance {
		padding: 15px 10px;
	}
	#sec-equipmentdetail .machine-slider .slide-caption {
		padding: 3px 15px;
		font-size: 1.35rem;
	}
}


/* .listbox-product */

#sec-equipmentdetail .listbox-product {
/*	width: 100%;
	max-width: 800px;*/
	margin: 0 auto;
}
@media (max-width: 1280px) {
	#sec-equipmentdetail .wrap .listbox-product {
	    width: calc(100% + 5px);
	}
}
/*
#sec-equipmentdetail .listbox-product li {
	width: 100%;
	max-width: 270px;
}

@media (max-width: 1280px){
	#sec-equipmentdetail .list-product li {
    	width: 270px;
	    height: auto;
	    padding-bottom: 10px;
	}
	.t-ex {
	    display: block;
	}
}
@media (max-width: 1024px) {
	#sec-equipmentdetail .list-product li {
		width: calc(33.33333333333% + 5px);
	    height: auto;
	    padding-bottom: 10px;
	}	
}

@media (max-width: 560px) {
	#sec-equipmentdetail .list-product li {
   		width: calc(50% + 5px);
	}
}
*/


#business.page-equipmentdetail .sbox-work.work01{
	background-color: #fdffe2;
}

