@charset "UTF-8";

/* upper */
@media screen and (max-width: 767px) {
	.second-bg::after {
		background-image: url(../../../policy/img/sp_policy_main.jpg);
	}
}

@media screen and (max-width: 767px) {
	.policy-contents h2 {
		font-size: 2rem;
		padding-bottom: 12px;
	}
	.policy-contents h3 {
		font-size: 1.8rem;
	}
	.policy-contents h3::before {
		width: 30%;
	}
	.policy-contents {
		width: 100%;
		padding: 0 3%;
	}
	.policy-contents p {
		margin-bottom: 41px;
	}
	.policy-contents ol,
	.policy-contents table {
		margin-bottom: 30px;
	}
	.policy-contents table {
		margin-top: 18px;
	}
	.table-style02 th,
	.table-style02 td {
		padding-left: 0.5em;
	}
	.table-style02 th {
		width: 150px;
	}
}
