@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　notice
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-lower-ttl::after{
  background-image:url(../image/bg_page_ttl_pc.jpg);  
}


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* notice
-----------------------------------------------------------------*/
.notice{
	padding: 135px 0 185px;	
}
.notice .spec-list{
	margin-bottom: 85px;	
}
.notice .spec-list dt {
    width: 200px;
}







/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	.page-lower-ttl::after{
		background-image:url(../image/bg_page_ttl_sp.jpg);  
	}
	.notice{
		padding: 40px 0 75px;	
	}
	.notice .spec-list{
		margin-bottom: 40px;	
	}
	.notice .spec-list dt {
			width: 120px;
	}

}