@charset "utf-8";
/* ------------------------------------------ */
/* Quality CSS */
/* ------------------------------------------ */
.area-pagettl::before {
	background-image: url(../img/equipment/bg.jpg);
}

/* sec common */
@media (min-width: 1200px){
    #sec-equipment .wrap {
        max-width: 1140px;
    }
}

/* sec-equipment
--------------------------------------------- */
#sec-equipment .equip-wrap {
	position: relative;
}
#sec-equipment .equip-wrap .txt-box {
	position: relative;
	width: 100%;
	max-width: 580px;
	margin: 0 auto;
}
#sec-equipment .equip-wrap .txt-box:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#sec-equipment .equip-wrap .txt-box .box-inner {
	padding: 0 60px;
	width: 100%;
	margin: 0 auto;
}
#sec-equipment .equip-wrap .txt-box .box-inner .equip-ttl {
	letter-spacing: 0.4em;
}
#sec-equipment .equip-wrap .txt-box .box-inner .prof {
	opacity: 0.8;
	text-align: left;
	line-height: 1.87;
}
#sec-equipment .equip-wrap .bg-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -2;
}

#sec-equipment .equip-wrap .bg-image .bg-left {
	background-image: url("../img/equipment/img01.jpg");
}
#sec-equipment .equip-wrap .bg-image .bg-right {
	background-image: url("../img/equipment/img02.jpg");
}

@media (max-width: 480px) {
	#sec-equipment .equip-wrap .txt-box .box-inner {
		padding: 0;
		width: 90%;
	}
	#sec-equipment .equip-wrap .txt-box .box-inner .prof {
		line-height: 1.6;
	}
}

/* #sec-othereq
--------------------------------------------- */

/* .listbox-equip */
.listbox-equip {

}
.listbox-equip .col-thumb {
	display: block;
	position: relative;
}
.listbox-equip .col-thumb img {
	width: 100%;
	height: 100%;
}
#sec-equipment .listbox-equip .col-txt {
	padding: 25px 20px;
}
#sec-othereq .listbox-equip .col-txt {
	padding: 25px 10px;
}

@media (max-width: 480px) {
	.listbox-equip {
		margin-left: -5%;
		margin-right: -5%;
	}
	#sec-equipment .listbox-equip .col-txt,
	#sec-othereq .listbox-equip .col-txt {
		padding: 15px 10px;
	}
	#sec-equipment .listbox-equip .col-txt dt,
	#sec-othereq .listbox-equip .col-txt dt {
		font-size: 1.6rem;
	}
	#sec-equipment .listbox-equip .col-txt dd,
	#sec-othereq .listbox-equip .col-txt dd {
		font-size: 1.5rem;
		line-height: 1.4;
	}

}

