/* suit.html */
.lb-container.suit {
	margin-top: 30px;
}
.lb-container.suit .suitTtl {
	font-size: 39px;
	text-align: center;
}
.lb-container.recovery #suit.group {
	margin-top: 30px;
	width: 100%;
}
.lb-container.suit .suitMv {
	max-width: 750px;
	margin: 0 auto;
	position: relative;
}
.lb-container.suit .suitMv .title {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 78%;
	transform: translate(-50%, -50%);
}
.lb-container.suit .lead {
	margin-top: 20px;
}
.lb-container.suit .lead > p {
	font-size: 17px;
	line-height: 26px;
}
.lb-container.suit .lead > p + p {
	margin-top: 1em;
}

.lb-container.recovery .suitProcess {
	margin: 75px auto 0;
	width: 94%;
	max-width: 750px;
}
.lb-container.recovery .suitProcess .btn {
	width: 36%;
	margin: 80px auto 65px;
}
.lb-container.recovery.suit .suitProcess h2 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 60px;
}

.lb-container.recovery.suit .processContent {
	background-color: #e6dcd7;
}
.lb-container.recovery.suit .processContent h2 {
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 30px;
}
.lb-container.recovery.suit .processContent .processBox::after {
	bottom: -45px;
}
.lb-container.recovery.suit .processContent .processBox .ttlBox .lavel {
	display: inline-block;
	background-color: #96644b;
	padding: 10px 15px;
}
.lb-container.recovery.suit .processContent .processBox .ttlBox {
	justify-content: flex-start;
	gap: 0 70px;
}
.lb-container.recovery.suit .processContent .processBox .ttlBox.box02 {
	margin-top: 10px;
	justify-content: flex-end;
	gap: 0 20%;
}
.lb-container.recovery.suit .processContent .processBox .ttlBox.box03 {
	margin-top: 20px;
	justify-content: center;
	position: relative;
}
.lb-container.recovery.suit .processContent .processBox .ttlBox.box03 .logoPic {
	position: absolute;
	right: 0;
}
.lb-container.recovery.suit .processContent .processBox .lavel02 {
	display: inline-block;
	font-size: 26px;
	color: #fff;
	text-align: center;
	background-color: #96644b;
	padding: 10px 15px;
	border-radius: 5px;
	min-width: 24.05%;
}
.lb-container.recovery.suit .processContent .processBox .ttlBox .logo01 {
	width: 7%;
}
.lb-container.recovery.suit .processContent .processBox .ttlBox .logo02 {
	width: 20%;
}
.lb-container.recovery.suit .processContent .processBox .processImg {
	margin-top: 20px;
}

#top .suit .contentsList {
	max-width: 765px;
	margin: 80px auto 0;
	padding-bottom: 30px;
	border-bottom: none;
}
#top .suit .contentsList .contentsListTxt {
	margin-top: 30px;
	font-size: 15px;
	text-align: center;
}
#top .suit .contentsList ul {
	margin: 25px auto 0;
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 0 35px;
	position: relative;
	z-index: 5;
}
#top .suit .contentsList ul li {
	width: 31%;
	border: solid 3px #000;
	border-radius: 15px;
	background: #fff;
	position: relative;
}
#top .suit .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;
}
#top .suit .contentsList ul li a {
	display: block;
	font-size: 26px;
	text-align: center;
	border-radius: 15px;
	background: #fff;
	padding: 40px 20px;
	position: relative;
}
#top .suit .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;
}

#top .suit .reclamationMenu {
	margin-top: 60px;
}
#top .suit .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;
}
#top .suit .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;
}
#top .suit .reclamationMenu ul li {
	width: 30%;
	border: solid 2px #000;
	border-radius: 17px;
	background: #fff;
	position: relative;
}
#top .suit .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;
}
#top .suit .reclamationMenu ul li a {
	display: block;
}
#top .suit .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;
}
#top .suit .reclamationMenu ul li .menuListTtl span {
	font-size: 18px;
}
#top .suit .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;
}
#top .suit .reclamationMenu ul li a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
	.lb-container.suit .suitTtl {
		font-size: 6.667vw;
	}
	.lb-container.recovery #suit.group {
		margin-top: 6vw;
		overflow-x: hidden;
	}
	.lb-container.suit .suitMv {
		max-width: 100%;
	}
	.lb-container.suit .suitMv .title {
		width: 62vw;
	}
	.lb-container.suit .lead {
		margin-top: 7.333vw;
	}
	.lb-container.suit .lead > p {
		font-size: 3.6vw;
		line-height: 5.733vw;
	}

	.lb-container.recovery .suitProcess {
		margin: 8.667vw auto 0;
		width: 100%;
		max-width: 100%;
	}
	.lb-container.recovery.suit .suitProcess h2 {
		font-size: 5.467vw;
		margin-bottom: 4vw;
	}
	.lb-container.recovery.suit .processContent .processBox::after {
		bottom: -8.933vw;
	}
	.lb-container.recovery .suitProcess .btn {
		width: 65.7%;
		margin: 8.667vw auto 8vw;
	}
	.lb-container.recovery .suitProcess .suitProcessFlow {
		padding: 0 4vw;
	}

	.lb-container.recovery.suit .processContent h2 {
		font-size: 5.467vw;
		margin-bottom: 4vw;
	}
	.lb-container.recovery.suit .processContent .processBox .ttlBox {
		justify-content: flex-start;
		gap: 0 70px;
	}
	.lb-container.recovery.suit .processContent .processBox .ttlBox.box02 {
		margin-top: 10px;
		display: block;
	}
	.lb-container.recovery.suit .processContent .processBox .ttlBox.box03 {
		margin-top: 10px;
		display: block;
	}
	.lb-container.recovery.suit .processContent .processBox .ttlBox.box03 .logoPic {
		position: static;
	}
	.lb-container.recovery.suit .processContent .processBox .ttlBox .lavel {
		width: 35.667vw;
		padding: 1.333vw 0;
	}
	.lb-container.recovery.suit .processContent .processBox .lavel02 {
		font-size: 4.667vw;
		padding: 1.333vw 5.2vw;
		border-radius: 0.667vw;
		width: auto;
		min-width: 35.667vw;
		box-sizing: border-box;
	}
	.lb-container.recovery.suit .processContent .processBox .ttlBox .logo01 {
		margin: 3.333vw auto 0;
	}
	.lb-container.recovery.suit .processContent .processBox .ttlBox .logo02 {
		margin: 3.333vw auto 0;
		width: 32%;
	}
	.lb-container.recovery.suit .processContent .processBox .processImg {
		margin-top: 3.333vw;
	}

	#top .suit .contentsList {
		max-width: 100%;
		width: 90%;
		margin: 10vw auto;
		padding-bottom: 0;
	}
	#top .suit .contentsList .contentsListTxt {
		margin-top: 4vw;
		font-size: 3.467vw;
		line-height: 1.3;
	}
	#top .suit .contentsList ul {
		width: 100%;
		margin: 4.667vw auto 0;
		gap: 0 4.667vw;
	}
	#top .suit .contentsList ul li {
		border: solid 0.4vw #000;
		border-radius: 2vw;
	}
	#top .suit .contentsList ul li::before {
		border: solid 0.4vw #000;
		border-radius: 2vw;
		bottom: -0.933vw;
		right: -0.933vw;
	}
	#top .suit .contentsList ul li a {
		font-size: 2.667vw;
		border-radius: 2vw;
		padding: 5.333vw 2vw 5.333vw 1vw;
	}
	#top .suit .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;
	}

	#top .suit .reclamationMenu {
		margin-top: 8vw;
	}
	#top .suit .reclamationMenu .menuTtl {
		max-width: 100%;
		width: 90%;
		font-size: 3.467vw;
		border-radius: 2vw;
		padding: 2vw;
	}
	#top .suit .reclamationMenu ul {
		max-width: 100%;
		width: 90%;
		margin: 4vw auto 0;
		gap: 4vw 3.2vw;
	}
	#top .suit .reclamationMenu ul li {
		border: solid 0.267vw #000;
		border-radius: 2.267vw;
	}
	#top .suit .reclamationMenu ul li::before {
		border: solid 0.267vw #000;
		border-radius: 2.267vw;
		bottom: -0.933vw;
		right: -0.267vw;
	}
	#top .suit .reclamationMenu ul li a {
		font-size: 3.467vw;
	}
	#top .suit .reclamationMenu ul li .menuListTtl {
		font-size: 3.467vw;
		height: 9.333vw;
	}
	#top .suit .reclamationMenu ul li .menuListTtl span {
		font-size: 2.8vw;
	}
	#top .suit .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;
	}
}