@charset "utf-8";
@media print, screen and (min-width: 721px) {
.antisocial .subpage_ttl {
	background:url(../img/antisocial/bg_title.jpg);
	background-size:cover;
}
/* ============================================
	暴力団等反社会的勢力排除宣言
============================================ */
.antisocial_box {
}
.antisocial_box p {
	line-height:180%;
	margin-bottom:10px;
	clear: both;
}
.antisocial_box ul {
	padding-left: 1.5em;
}
.antisocial_box ul li {
	list-style: decimal;
}
}


@media only screen and (max-width:720px) {
.antisocial .subpage_ttl {
	background: url(../img/antisocial/bg_title.jpg) center;
    background-size: cover;
}
/* ============================================
	暴力団等反社会的勢力排除宣言
============================================ */
.antisocial_box {
	margin: 0 20px;
}
.antisocial_box p {
	margin-bottom:10px;
	clear: both;
}
.antisocial_box ul {
	padding-left: 1.5em;
	margin-bottom:10px;
}
.antisocial_box ul li {
	list-style: decimal;
}
}