@charset "utf-8";
@media screen and (max-width:768px) {
	/*------------------------------------------------------------------------------------------
	*
	*
		 /webcatalog/performance/ecology/
		 Responsive / SP
	*
	*
	------------------------------------------------------------------------------------------ */


	.clean_anime {
		background:-webkit-linear-gradient(#fafeff, #f0fbfd );
		background:linear-gradient(#fafeff, #f0fbfd );
		border:1px solid #b8dff1;
		padding:30px 0 25px;
		}
	.clean_anime .img_wrap {
		width:90%;
		margin:0 auto;
		position: relative;
		}
	.clean_anime img {
		width:100%;
		}
	.clean_anime .overlap {
		position: absolute;
		top: 0;
		left: 0;
		}

	#section_ecology .detail {
		margin-bottom:20px;
		}


	}