@charset "UTF-8";

.polyester {
	margin: 30px 0;
	padding-top: 50px;
	font-family: "Noto Sans CJK JP", sans-serif;
	font-feature-settings: "palt";
	box-sizing: border-box;
}
.polyester .inner {
	max-width: 830px;
	width: 100%;
	margin: 0 auto 100px;
	box-sizing: border-box;
}
.polyester .ttl {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
.polyester .mv {
	margin-top: 30px;
}
.polyester .lead {
	margin-top: 30px;
	font-size: 17px;
	font-weight: bold;
	line-height: 26px;
}
.polyester .image {
	padding-top: 60px
}
.polyester .image .imageTtl {
	font-size: 32px;
	text-align: center;
}
.polyester .image .img {
	margin-top: 60px;
}
.polyester .bringBnr {
	width: 220px;
	margin: 30px auto;
}

@media (max-width: 767px) {
	.polyester .inner {
		max-width: 100%;
		padding: 0 4.667vw;
		margin: 0 auto 13.333vw;
		box-sizing: border-box;
	}
	.polyester .ttl {
		font-size: 6.667vw;
	}
	.polyester .mv {
		margin-top: 6vw;
	}
	.polyester .lead {
		margin-top: 7.333vw;
		font-size: 3.6vw;
		line-height: 5.733vw;
	}
	.polyester .image {
		padding-top: 8vw
	}
	.polyester .image .imageTtl {
		font-size: 4.8vw;
	}
	.polyester .image .img {
		margin-top: 4vw;
	}
}

.polyester .bg {
	background-color: #ffeccd;
	padding: 60px 0;
}
.polyester .whiteBox {
	background: #fff;
	padding: 25px 60px;
	margin: 40px auto 0;
	box-sizing: border-box;
}
.polyester .whiteBox + .whiteBox {
	margin-top: 20px;
}
.polyester .whiteBox .whiteBoxTtl {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.polyester .whiteBox .whiteBoxTtl.bring {
	justify-content: center;
	position: relative;
	margin: 25px auto
}
.polyester .whiteBox .whiteBoxTtl .lavel {
	min-width: 24.05%;
	font-size: 31px;
	line-height: 0.8;
	color: #fff;
	text-align: center;
	background-color: #755f0c;
	padding: 10px;
	border-radius: 5px;
}
.polyester .whiteBox .whiteBoxTtl .lavel span {
	font-size: 16px;
}
.polyester .whiteBox .whiteBoxTtl .name {
	font-size: 23px;
}
.polyester .whiteBox .whiteBoxTtl .namelogo-wrap {
	order: 1;
	min-width: 24.05%;
	display: flex;
	justify-content: flex-end;
}
.polyester .whiteBox .whiteBoxTtl.bring .namelogo-wrap {
	position: absolute;
	right: 0;
}
.polyester .whiteBox .whiteBoxTtl.ecommit .namelogo {
	width: 146px;
}
.polyester .whiteBox .whiteBoxTtl.bring .namelogo {
	width: 116px;
}
.polyester .whiteBox .whiteBoxTtl.renu .namelogo {
	width: 70px;
}
.polyester .whiteBox .txt02 {
	margin-top: 15px;
	font-size: 17px;
	line-height: 1.5;
}
.polyester .whiteBox .txt02 .name {
	word-break: keep-all;
}
.polyester .whiteBox .txt02 sup {
	vertical-align: top;
}
.polyester .button {
	margin-top: 15px;
}
.polyester .button a {
	display: block;
	margin: 0 auto;
	line-height: 1;
	max-width: 360px;
	position: relative;
	font-size: 21px;
	padding: 14px 15px;
	border: 2px solid #000;
	box-sizing: border-box;
}
.polyester .button a::after {
	content: "";
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	top: 50%;
	right: 20px;
	transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 767px) {
	.polyester .bg {
		padding: 8vw 0 10vw;
	}
	.polyester .whiteBox {
		padding: 5.333vw 10.667vw;
		margin-top: 8vw;
	}
	.polyester .whiteBox + .whiteBox {
		margin-top: 4.667vw;
	}
	.polyester .whiteBox.ecommitBox {
		width: 100%;
		padding: 6.667vw 4.667vw 8vw;
	}
	.polyester .whiteBox.ippoBox {
		width: 100%;
		padding: 6.667vw 4.667vw 8vw;
	}
	.polyester .whiteBox.kameyamaBox {
		width: 100%;
		padding: 6.667vw 4.667vw 8vw;
	}
	.polyester .whiteBox.veoliaBox {
		width: 100%;
		padding: 6.667vw 4.667vw 8vw;
	}
	.polyester .whiteBox .whiteBoxTtl {
		flex-wrap: wrap;
	}
	.polyester .whiteBox .whiteBoxTtl.bring {
		margin: 2.5rem auto 2.667vw;
	}
	.polyester .whiteBox .whiteBoxTtl .lavel {
		min-width: 26.667vw;
		font-size: 4.667vw;
		padding: 2vw 0 1vw 2%;
		border-radius: 0.667vw;
	}
	.polyester .whiteBox .whiteBoxTtl .lavel span {
		font-size: 2.4vw;
	}
	.polyester .whiteBox .whiteBoxTtl .name {
		margin: 2rem auto 0;
		font-size: 4.533vw;
		text-align: center;
	}
	.polyester .whiteBox .whiteBoxTtl .namelogo-wrap {
		order: 0;
		min-width: auto;
	}
	.polyester .whiteBox .whiteBoxTtl.bring .namelogo-wrap {
		position: static;
		width: 100%;
	}
	.polyester .whiteBox .whiteBoxTtl.ecommit .namelogo {
		width: 32.8vw;
	}
	.polyester .whiteBox .whiteBoxTtl.bring .namelogo {
		width: 25vw;
	}
	.polyester .whiteBox .whiteBoxTtl.renu .namelogo {
		width: 19.2vw;
	}
	.polyester .whiteBox .txt02 {
		margin-top: 2.667vw;
		font-size: 3.467vw;
		line-height: 4.8vw;
	}
	.polyester .button a {
		max-width: 56vw;
		font-size: 3.067vw;
		text-align: center;
		padding: 1.867vw 0.667vw;
	}
	.polyester .button a::after {
		width: 2vw;
		height: 2vw;
		right: 2.667vw;
	}
}

/* contentsList */
.polyester .contentsList {
	max-width: 765px;
	margin: 50px auto 0;
	padding-bottom: 30px;
}
.polyester .contentsList .contentsListTxt {
	margin-top: 30px;
	font-size: 15px;
	text-align: center;
}
.polyester .contentsList ul {
	margin: 25px auto 0;
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 0 35px;
	position: relative;
	z-index: 5;
}
.polyester .contentsList ul li {
	width: 31%;
	border: solid 3px #000;
	border-radius: 15px;
	background: #fff;
	position: relative;
}
.polyester .contentsList ul li::before {
	content: "";
	width: 100%;
	height: 100%;
	border: solid 3px #000;
	border-radius: 15px;
	position: absolute;
	bottom: -7px;
	right: -7px;
	z-index: -1;
}
.polyester .contentsList ul li a {
	display: block;
	font-size: 26px;
	text-align: center;
	border-radius: 15px;
	background: #fff;
	padding: 40px 20px;
	position: relative;
}
.polyester .contentsList ul li a::after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: solid 3px #000;
	border-right: solid 3px #000;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 5px);
	right: 10px;
}
@media (max-width: 767px) {
	.polyester .contentsList {
		max-width: 100%;
		width: 90%;
		margin: 10vw auto;
		padding-bottom: 0;
	}
	.polyester .contentsList .contentsListTxt {
		margin-top: 4vw;
		font-size: 3.467vw;
		line-height: 1.3;
	}
	.polyester .contentsList ul {
		width: 100%;
		margin: 4.667vw auto 0;
		gap: 0 4.667vw;
	}
	.polyester .contentsList ul li {
		border: solid 0.4vw #000;
		border-radius: 2vw;
	}
	.polyester .contentsList ul li::before {
		border: solid 0.4vw #000;
		border-radius: 2vw;
		bottom: -0.933vw;
		right: -0.933vw;
	}
	.polyester .contentsList ul li a {
		font-size: 2.667vw;
		border-radius: 2vw;
		padding: 5.333vw 2vw 5.333vw 1vw;
	}
	.polyester .contentsList ul li a::after {
		width: 1.333vw;
		height: 1.333vw;
		border-top: solid 0.4vw #000;
		border-right: solid 0.4vw #000;
		top: calc(50% - 0.667vw);
		right: 1.667vw;
	}
}

.polyester .reclamationMenu {
	margin-top: 60px;
}
.polyester .reclamationMenu .menuTtl {
	max-width: 780px;
	width: 90%;
	margin: 0 auto;
	font-size: 26px;
	line-height: 1.3;
	text-align: center;
	color: #fff;
	border-radius: 15px;
	background: #000;
	padding: 5px;
}
.polyester .reclamationMenu ul {
	max-width: 780px;
	width: 90%;
	margin: 30px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px 24px;
	position: relative;
	z-index: 5;
}
.polyester .reclamationMenu ul li {
	width: 30%;
	border: solid 2px #000;
	border-radius: 17px;
	background: #fff;
	position: relative;
}
.polyester .reclamationMenu ul li::before {
	content: "";
	width: 100%;
	height: 100%;
	border: solid 2px #000;
	background-color: #fff;
	border-radius: 17px;
	position: absolute;
	bottom: -7px;
	right: -2px;
	z-index: -1;
}
.polyester .reclamationMenu ul li a {
	display: block;
}
.polyester .reclamationMenu ul li .menuListTtl {
	font-size: 25px;
	line-height: 1.3;
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 70px;
}
.polyester .reclamationMenu ul li .menuListTtl span {
	font-size: 18px;
}
.polyester .reclamationMenu ul li .menuListTtl::after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	transform: translate(0 , -50%) rotate(45deg);
	position: absolute;
	top:50%;
	right: 10px;
}
.polyester .reclamationMenu ul li a:hover {
	opacity: 0.7;
}
@media (max-width: 767px) {
	.polyester .reclamationMenu {
		margin-top: 8vw;
	}
	.polyester .reclamationMenu .menuTtl {
		max-width: 100%;
		width: 90%;
		font-size: 3.467vw;
		border-radius: 2vw;
		padding: 2vw;
	}
	.polyester .reclamationMenu ul {
		max-width: 100%;
		width: 90%;
		margin: 4vw auto 0;
		gap: 4vw 3.2vw;
	}
	.polyester .reclamationMenu ul li {
		border: solid 0.267vw #000;
		border-radius: 2.267vw;
	}
	.polyester .reclamationMenu ul li::before {
		border: solid 0.267vw #000;
		border-radius: 2.267vw;
		bottom: -0.933vw;
		right: -0.267vw;
	}
	.polyester .reclamationMenu ul li a {
		font-size: 3.467vw;
	}
	.polyester .reclamationMenu ul li .menuListTtl {
		font-size: 3.467vw;
		height: 9.333vw;
	}
	.polyester .reclamationMenu ul li .menuListTtl span {
		font-size: 2.8vw;
	}
	.polyester .reclamationMenu ul li .menuListTtl::after {
		width: 1.333vw;
		height: 1.333vw;
		border-top: solid 0.267vw #000;
		border-right: solid 0.267vw #000;
		right: 1.333vw;
	}
}