@charset "UTF-8";

/* upper */
.second-bg::after {
	background-image: url(../../../policy/img/policy_main.jpg);
}

.bg-wrapper {
	position: relative;
}
.bg-wrapper::after {
	content: "";
	position: absolute;
	background: var(--blue);
	opacity: 0.1;
	width: 30vw;
	height: 200%;
	min-width: 400px;
	right: 0;
	top: -17%;
	transform: rotate(45deg);
}

.policy-contents h2 {
	font-size: 2.5rem;
	padding-bottom: 20px;
}
.policy-contents h3 {
	font-size: 2rem;
	font-weight: bold;
	border-bottom: var(--border);
	padding-bottom: 11px;
	margin-bottom: 17px;
	position: relative;
}
.policy-contents h3::before {
	content: "";
	position: absolute;
	background: var(--txtblue);
	width: 20%;
	height: 2px;
	left: 0;
	bottom: -1px;
}

.policy-contents {
	padding: 77px 0 38px;
	width: 84%;
	max-width: 1200px;
	margin: 0 auto;
}
.policy-contents p {
	margin-bottom: 51px;
}
.policy-contents .m-none {
	margin: 0;
}
.policy-contents ol,
.policy-contents table {
	margin-bottom: 51px;
}
.policy-contents table {
	margin-top: 28px;
}
.table-style02 th,
.table-style02 td {
	padding: 12px 0 12px 2em;
	border: var(--border);
}
.table-style02 th {
	font-weight: normal;
	font-size: 1.7rem;
	width: 200px;
}
.table-style02 td {
	width: 480px;
}
