@charset "utf-8";
/* CSS Document */

.p-keiji .p-pageTitle {
	background: url(../img/keiji/bg_title_keiji.png) no-repeat center top;
}
.p-keiji .p-pageTitle:before {
	background: url(../img/keiji/icon_keiji.png) no-repeat center top, url(../img/keiji/tit_keiji.png) no-repeat center bottom;
	background-size: 90px 95px, 280px 70px;
}
@media screen and (max-width: 767px) {
	
	.p-keiji .p-pageTitle {
		background-size: auto 100px;
	}
	.p-keiji .p-pageTitle:before {
		width: 340px;
		height: 70px;
		background: url(../img/keiji/icon_keiji.png) no-repeat left center, url(../img/keiji/tit_keiji.png) no-repeat right center;
		background-size: 90px 95px, 280px 70px;
	}
	
}

.p-keiji .p-lists {
	list-style-type: decimal;
}
.p-keiji .p-lists ul li {
	list-style-type: disc;
}