@charset "UTF-8";
.refuse {
	position: relative;
	padding: 100px 90px;
}
.refuse .inner {
	padding-bottom: 115px;
}
.refuse .sec__heading {
	top: -100px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 220px;
	margin-bottom: 0;
}
.refuse .sec__heading .dot {
	color: #fff;
	background-image: radial-gradient(circle at center, #fff 20%, transparent 20%);
}
.refuse__txt p {
	font-size: 30px;
	line-height: 1.8;
	max-width: 960px;
	margin: 0 auto;
	white-space: nowrap;
}
.refuse__txt p ~ p {
	margin-top: 80px;
}
.refuse__txt .font01 {
	font-size: 130%;
	background: linear-gradient(transparent 50%, #fff649 0%);
}
.ul03 {
	position: relative;
	max-width: 1280px;
	line-height: 1.8;
	margin: 0 auto;
	margin-top: 80px;
	padding: 20px 0;
	border: 5px solid #ffef64;
}
.ul03 li {
	font-size: 34px;
	color: #dc010b;
	max-width: 960px;
	margin: 0 auto;
}

@media screen and (max-width: 1440px) {
	.refuse {
		padding: 67px 60px 0;
	}
	.refuse .sec__heading {
		top: -80px;
		height: 160px;
	}
	.refuse__txt {
		margin: 0 auto 40px;
	}
	.refuse__txt p {
		font-size: 20px;
		line-height: 40px;
		max-width: 670px;
	}
	.refuse__txt p ~ p {
		margin-top: 55px;
	}
	.ul03 {
		max-width: 870px;
		margin-top: 55px;
		padding: 15px 0;
		border: 3px solid #ffef64;
	}
	.ul03 li {
		font-size: 24px;
		max-width: 670px;
		white-space: nowrap;
	}
}
@media screen and (max-width: 1024px) {
	.refuse {
		padding: 0;
		margin-bottom: 0;
	}
	.refuse .inner {
		padding-top: 20px;
		max-width: 600px;
	}
	.refuse .sec__heading {
		top: -50px;
		height: 100px;
	}
	.refuse__txt {
		margin: 0 auto 24px;
	}
	.refuse__txt p {
		max-width: 480px;
		font-size: 14px;
		line-height: 30px;
	}
	.refuse__txt p ~ p {
		margin-top: 40px;
	}
	.ul03 {
		max-width: 540px;
		margin-top: 40px;
		padding: 10px 0;
		border: 2px solid #ffef64;
	}
	.ul03 li {
		font-size: 16px;
		max-width: 480px;
	}
}
@media screen and (max-width: 767px) {
	.refuse {
		padding: 0;
		margin-bottom: 40px;
	}
	.refuse .inner {
		padding-bottom: 40px;
	}
	.refuse__txt p {
		font-size: 13px;
		white-space: normal;
	}
	.refuse__txt p ~ p {
		margin-top: 28px;
	}
	.refuse__txt .font01 {
		display: inline;
	}
	.ul03 {
		margin-top: 28px;
		padding: 20px 10px;
	}
	.ul03 li {
		font-size: 14px;
		white-space: normal;
	}
}
