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

/*- ページタイトル -*/
#pageTitle h1{ background-image:url("../../images/page_icon_management.png") }

/*======================================================

	PCサイズ（769px以上）ここから
	
======================================================*/

@media screen and (min-width:769px), print{

/* ----------------------------------------------
	指定管理運営について
------------------------------------------------- */
#aboutManagement{}
#aboutManagement .content .wrapper{}
#aboutManagement .content .wrapper h4{
	margin-bottom: 20px;
}

/* ----------------------------------------------
	お問い合わせ
------------------------------------------------- */
.inquiry .content .wrapper p:last-of-type{
	margin: 15px auto;
}

}

/*======================================================

	SPサイズ（768px以下）ここから
	
======================================================*/

@media screen and (max-width: 768px) {

/* ----------------------------------------------
	指定管理運営について
------------------------------------------------- */
#aboutManagement{}
#aboutManagement .content .wrapper{}
#aboutManagement .content .wrapper h4{
	margin-bottom: 8px;
}

/* ----------------------------------------------
	お問い合わせ
------------------------------------------------- */
.inquiry .content .wrapper p:last-of-type{
	margin: 15px auto;
}

}
