@charset "utf-8";
#contents {
	padding-bottom: 0;
}
#business .pageTtlUnderImg.electronicwaste {
    background: url("../electronicwaste/img/bg_pagettl_electronicwaste.jpg") no-repeat center center/cover;
}
#contents a[target="_blank"]:not([class^="btn-"])::after {
	display: none;
}
/* section01 */
#section01 p {
	padding: 15px 0;
}
#section01 ul.col-3>* {
    width: calc((99.9999% - 40px) / 3);
	box-sizing: border-box;
	background: #e3f4ee;
    border-radius: 20px;
    padding: 35px 30px;
    text-align: center;
    color: #056b41;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    margin-left: 20px;
}
#section01 ul.col-3>*:first-child{
    margin-left: 0;
}
#section01 div:nth-of-type(2) {
	margin-top: 90px;
}
#section01 div:nth-of-type(2) h3 {
	text-align: center;
}
#section01 ul.col-5 {
	justify-content: center;
	width: 85%;
    margin: 20px auto 0;
}
#section01 div:nth-of-type(3) {
	color: #0066cc;
	text-align: center;
    margin: 150px auto 100px;
}
#section01 div:nth-of-type(3) p {
	display: inline-block;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    margin: 0 auto 60px;
}
#section01 div:nth-of-type(3) p::before {
	content: '';
    width: 166px;
    height: 196px;
    position: absolute;
    top: -80px;
    left: -170px;
    background: url("../electronicwaste/img/problem_p01.png") no-repeat;
}
#section01 ul.col-2 {
	position: relative;
	width: 69%;
    margin: 0 auto;
}
#section01 ul.col-2::after {
	content: '';
	background: url("../electronicwaste/img/problem_arrow.png") no-repeat;
	position: absolute;
    bottom: -140px;
    left: 50%;
    transform: translateX(-50%);
	width: 82px;
    height: 74px;
}
#section01 ul.col-2>* {
	background: #e0edf9;
	color: #0066cc;
	font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    border-radius: 20px;
    padding: 40px 5px 30px;
    box-sizing: border-box;
    position: relative;
}
#section01 ul.col-2>*:after {
    content: '';
	background: url("../electronicwaste/img/problem_check.png") no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -20px;
}
#section01 ul.col-2>* strong {
    font-size: 22px;
}

/* section02 */
#section02 .box-full {
    background: #e1f0e9;
    padding-top: 120px;
    padding-bottom: 120px;
}
#section02 .box-full .troubleSolving-ttl {
    font-size: 58px;
    font-weight: 700;
    line-height: 1.2;
    color: #00693e;
    text-align: center;
}
#section02 .green_circle>li>.txt {
	font-size: 22px;
    top: 14px;
    transform: translateX(-50%) translateY(14px);
}
#section02 .green_circle>li>.txt>.point {
	display: block;
    margin-bottom: 20px;
}
#section02 .point-ttl {
    display: inline-block;
    position: relative;
	margin-bottom: 10px;
}
.point-ttl .num {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
    margin-left: -4px;
}
.box-border2 .col-2 div>img,
.box-border2 .col-2 div>a>img{
    object-fit: contain;
	margin: 10px 0;
}
.box-border2:first-of-type .col-2,
.box-border2:nth-of-type(2) .col-2 {
	padding-top: 30px;
}
.box-border2:first-of-type .col-2 div>img {
	height: 411px;
}
.box-border2:nth-of-type(2) .col-2 div>img {
	height: 322px;
}
.box-border2:nth-of-type(3) ul.col-4 {
	margin-top: 30px;
}
.box-border2:nth-of-type(3) ul.col-4 li div img {
	    width: 100%;
    height: 50%;
    object-fit: cover;
}
.box-border2:nth-of-type(4) .col-2 div>img {
	margin: 0;
}
.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 10px auto 0;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
	#business .pageTtlUnderImg.electronicwaste {
		background: url("../electronicwaste/img/bg_pagettl_electronicwaste.jpg") no-repeat center center/cover!important;
	}
	.col-2>*:nth-child(n), .col-3>*:nth-child(n), .col-4>*:nth-child(n), .col-5>*:nth-child(n) {
		width: 100%!important;
		margin-left: 0!important;
	}
	/* section01 */
	#section01 div:nth-of-type(2) {
		margin: 50px auto;
	}
	#section01 ul.col-5 li {
		margin-bottom: 20px;
	}
	#section01 ul.col-5 li img {
		width: 100%;
	}
	#section01 div:nth-of-type(3) {
		margin: 50px auto 80px;
	}
	#section01 ul.col-2 {
		width: 100%;
	}
	#section01 ul.col-2::after {
		bottom: -120px;
	}
	#section01 ul.col-2>* {
		font-size: 16px;
    	padding: 30px 5px 20px;
	}
	#section01 ul.col-2>*:after {
		width: 20px;
		height: 20px;
		margin-top: -10px;
		background-size: contain;
	}
	#section01 ul.col-2>* strong {
		font-size: 20px;
	}
	#section01 div:nth-of-type(3) p {
		font-size: 22px;
		padding-left: 83px;
		box-sizing: border-box;
		margin: 0 auto 20px;
	}
	#section01 div:nth-of-type(3) p::before {
		width: 83px;
		top: -20px;
		left: 0;
		background-size: contain;
	}
	
	/* section02 */
	#section02 .box-full {
		padding-top: 80px;
	}
	#section02 .box-full .troubleSolving-ttl {
		font-size: 32px;
	}
	#section02 .green_circle>li>.txt {
		font-size: 16px;
	}
	#section02 .green_circle>li>.txt>.point {
		margin-bottom: 10px;
	}
	.box-border2:first-of-type .col-2 div>img {
		height: 225px;
	}
	.box-border2:nth-of-type(2) .col-2 div>img {
		height: 180px;
	}
	.youtube {
		width: 100%;
	}
}

















