@charset "utf-8";

.page_header::before {
	background: url(https://www.osaka-engokai.com/images/compliance/compliance-header_bg.jpg) no-repeat right top;
}
.t_txt {
	margin-bottom: 60px;
	line-height: 1.6;
}
.t_content {
	background: #fff;
	box-shadow: 3.441px 4.915px 12px 0px rgba(14, 5, 10, 0.3);
	padding: 80px 50px 80px 80px;
	font-weight: 300;
}
.t_content h3 {
	margin-bottom: 40px;
}
.t_list {
	line-height: 2;
	list-style: disc;
}
/* ///////////////////////////////////////////////////////////////////

SP

/////////////////////////////////////////////////////////////////// */

@media screen and (max-width: 768px) {
.page_ttl {
	font-size: 6.5vw;
}
.page_header::before {
	background: #fff url(https://www.osaka-engokai.com/images/compliance/compliance-header_bg_sp.jpg) no-repeat center top;
	background-size: cover;
}
.page_ttl-sub {
	line-height: 1.4;
}
.t_txt {
	margin-bottom: 40px;
}
.t_content {
	padding: 50px 30px 50px 30px;
}
}