@charset "utf-8";

#pagettl {
	background: rgba(61, 73, 117, 0.2);
}

/* ------------------------------
    compliance
------------------------------ */
#compliance .ttl {
	font-weight: bold;
	font-size: 2.0rem;
	line-height: 1.5;
	padding-left: 1em;
	position: relative;
	margin-bottom: 25px;
}

#compliance .ttl::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 4px;
	background: #3d4975;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}
 
#compliance p.large{
	margin-top: 35px;
}

#compliance p + * {
	margin-top: 35px;
}

#compliance p + .ttl {
	margin-top: 50px;
}

#compliance .ttl2 {
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 35px;
}

#compliance ol li{
	font-weight: bold;
	text-indent: -2em;
	padding-left: 2em;
}

#compliance ol li + li{
	margin-top: 1em;
}
_::-webkit-full-page-media, _:future, :root #compliance * {
	word-break: normal;
}

@media screen and (max-width: 768px) {
	#compliance .ttl {
		font-size: 1.5rem;
		padding-left: .8em;
		margin-bottom: 15px;
	}

	#compliance .ttl::before {
		width: 6px;
		height: 2px;
		margin-top: 0;
		top: 10px;
	}
	
	#compliance p.large{
		margin-top: 20px;
	}

	#compliance p + * {
		margin-top: 20px;
	}

	#compliance p + .ttl {
		margin-top: 25px;
	}

	#compliance .ttl2 {
		font-size: 1.4rem;
		margin-bottom: 3px;
		margin-top: 30px;
	}
}
@media screen and (max-width: 400px) {
	#compliance .ttl {
		letter-spacing: -0.05em; 
	}
}