@charset "utf-8";
/*--------------------
	contents
--------------------*/
.contents section section.warehouse {
	width: initial;
}
.contents section > p {
	margin-bottom: 20px;
}
.contents b.strength {
	color: #ff0000;
}
.contents section img {
	width: 100%;
    height: auto;
}

.left, .right {
	float: none;
}
.page_links {
	margin: 20px 0;
}
.page_links a {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #65C4A4;
	border-bottom: 1px solid #fff;
}
.page_links a:last-child {
	border-bottom: 0;
}
.page_links a img {
	display: none;
}
.page_links a:last-of-type {
	margin-right: 0;
}
.page_links a p {
	text-align: left;
	margin-left: 30px;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
}
.page_links a p::after {
	content: "▼";
	float: right;
	margin-right: 40px;
}
.page_links a p br {
	display: none;
}


#charter {
	clear: both;
}
#charter p,
#industrial-waste p {
	line-height: 2em;
}
#secondary-delivery::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#secondary-delivery .warehouse {
	margin-bottom: 50px;
	padding: 0;
}
#secondary-delivery .warehouse .view_pic {
	margin-bottom: 10px;
}
#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.active {
	display: block;
}
#secondary-delivery .warehouse > div img {
	margin-bottom: -7px;
}
#secondary-delivery .warehouse > div span {
	display: block;
	box-sizing: border-box;
	text-align: center;
	font-size: 18px;
	background: #fff;
	border: 1px solid #000;
}

#secondary-delivery .warehouse .thumbnail {
	display: block;
	margin: auto;
}
#secondary-delivery .warehouse .thumbnail a {
	display: inline-flex;
	margin-right: 5px;
	margin-bottom: 15px;
	width: 22%;
	background: #000;
}
#secondary-delivery .warehouse .thumbnail div:nth-of-type(4n) {
	margin-right: 0;
}

#secondary-delivery .warehouse .thumbnail img {
	opacity: 0.4;
}
#secondary-delivery .warehouse .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 {
	padding: 10px 0 10px 10px;
	font-weight: bold;
	background: #C0FFE8;
	border-bottom: 1px solid #000;
}
#delivery-item dl dd {
	padding: 10px;
	border-bottom: 1px solid #000;
}
#delivery-item dl dd:last-of-type {
	border-bottom: 0;
}

#delivery-item > p:last-child {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}


#delivery-item > .other_than_above {
	float: none;
	display: block;
	margin: 20px auto 0;
	padding: 0.2em 0.5em;
	line-height: 2em;
	text-align: center;
	font-size: 18px;
	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::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);
}