@charset "utf-8";
/*--------------------
	contents
--------------------*/
.contents > p {
	text-align: center;
}
.contents section section {
	width: 500px;
}
.contents section div::after,
.contents section section::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.contents section section.warehouse {
	clear: both;
	width: initial;
}
.contents section > p {
	clear: both;
	margin-bottom: 20px;
}
.contents b.strength {
	color: #ff0000;
}

.page_links {
	margin: 50px 0 100px;
	height: 400px;
}
.page_links a {
	position: relative;
	float: left;
	margin-right: 10px;
	text-decoration: none;
	color: #fff;
}
.page_links a:last-of-type {
	margin-right: 0;
}
.page_links a::before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 267px;
	height: 400px;
	background: rgba(0, 0, 0, 0.4);
	transition: .4s;
}
.page_links a:hover::before {
	background: rgba(0, 0, 0, 0);
}
.page_links a p {
	position: absolute;
	bottom: 140px;
	text-align: center;
	width: 267px;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4), 1px 1px 10px rgba(0, 0, 0, 0.4), 1px 1px 10px rgba(0, 0, 0, 0.4), 1px 1px 10px rgba(0, 0, 0, 0.4);
	transition: .4s;
}
.page_links a.two p {
	bottom: 115px;
}
#charter {
	clear: both;
}
#charter > div {
	margin-top: 40px;
}
#charter p,
#industrial-waste p,
#delivery-item p.delivery-note {
	float: right;
	width: 500px;
	line-height: 2em;
}

#secondary-delivery .warehouse {
	padding: 0;
}

#secondary-delivery .warehouse .left img {
	display: none;
}
#secondary-delivery .warehouse div img.img_active,
#secondary-delivery .warehouse div.thumbnail img.active {
	display: block;
}

#secondary-delivery .warehouse div.thumbnail a {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 150px;
	height: auto;
	cursor: pointer;
	background: #000;
	transition: 0.7s;
}
#secondary-delivery .warehouse div.thumbnail a:hover img {
	opacity: 1;
}
#secondary-delivery .warehouse div.thumbnail img {
	width: 150px;
	height: auto;
	opacity: 0.5;
}
#secondary-delivery .warehouse div.thumbnail img.active {
	opacity: 1;
}



#delivery-item dl {
	box-sizing: border-box;
	margin: 20px 0;
	width: 100%;
	border: 1px solid #000;
	background: rgb(255,255,255,0.7);
}
#delivery-item dl dt,
#delivery-item dl dd {
	padding: 10px 10px 10px 0;
}

#delivery-item dl dt {
	float: left;
	text-align: right;
	margin-right: 10px;
	padding-right: 10px;
	width: 300px;
	line-height: 51px;
	font-weight: bold;
	background: #C0FFE8;
	border-right: 1px solid #000;
}
#delivery-item dl dt.one-line {
}

#delivery-item dl dd {
	height: 51px;
	border-bottom: 1px solid #000;
}
#delivery-item dl dd:last-of-type {
	border-bottom: 0;
}

#delivery-item > .other_than_above {
	float: none;
	display: block;
	margin: 20px auto 0;
	padding: 0.2em 0.5em;
	width: 500px;
	line-height: 2em;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	position: relative;
	background: #65C4A4;
	box-shadow: 0px 0px 0px 5px #65C4A4;
	border: dashed 2px #fff;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	transition: 0.7s;
}
#delivery-item > .other_than_above:hover {
	opacity: 0.7;
}
#delivery-item > .other_than_above::after {
	position: absolute;
	content: '';
	left: -7px;
	top: -7px;
	border-width: 0 0 15px 15px;
	border-style: solid;
	border-color: #cecece #ececec #C0FFE8;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}