.mainVisual {
	background: transparent linear-gradient(280deg, #FFA791 0%, #F26876 100%) 0% 0% no-repeat padding-box;
	padding: 137px 0 117px;
	text-align: center;
}
.mainVisual h2::before {
	background: url(/assets/img/customer-harassment/customer-harassment2.svg) no-repeat center center;
	content: '';
	display: block;
	width: 100%;
	height: 61px;
}
h2 {
	color: #fff;
	font-size: 24px;
	padding-top: 10px;
}

.pad_2 {
	padding-bottom: 2rem;
}
.box_inner {
	padding-bottom: 60px;
}
.box_inner li.is_list_style_none {
	list-style: none;
}
.enactment_text {
	text-align: right;
}
h3 {
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 20px;
}

@media screen and (min-width: 751px) {
	.mainVisual h2::before {
		margin-bottom: 10px;
	}
	.box {
		width: 1000px;
		margin: 80px auto 0;
		color: #707070;
		font-size: 17px;
		line-height: 1.8;
	}
	.box_inner_text {
		margin-left: 70px;
	}
	.box_inner_text li::marker {
		font-weight: normal;
		font-size: 10px;
	}
	.box_inner li.is_list_style_none {
		padding-left: 55px;
	}
}

@media screen and (max-width: 750px) {
	h1 img {
		width: 100px;
	}
	.mainVisual {
		padding: 4.4rem 0 3rem;
		margin-bottom: 4.5rem;
	}
	.mainVisual h2::before {
		background: url(/assets/img/customer-harassment/customer-harassment.svg) no-repeat center center;
		content: '';
		display: block;
		width: 100%;
		height: 8rem;
	}
	.mainVisual img {
		width: 229px;
	}
	.box {
		width: calc(100% - 3rem);
		margin: auto;
		color: #707070;
	}
	h2 {
		font-size: 1.5rem;
	}
	h3 {
		font-size: 1.5rem;
		font-weight: 600;
		padding-bottom: 1.2rem;
	}
	.box_inner {
		padding-bottom: 3rem;
	}
	.box_inner li {
		font-size: 1.3rem;
		margin-left: 4.5rem;
	}
	p {
		font-size: 1.3rem;
	}

}