@charset "utf-8";

/*===================================================================
	page
===================================================================*/
/* title */
#page_title { position:relative; height:200px; }
#page_title > * { height:100%; }
#page_title .page_title_wrap { display:flex; align-items:center; height:100%; }
#page_title .page_title_wrap h2 { position:relative; }
#page_title .page_title_wrap h2::before { position:absolute; content:""; width:80px; height:80px; border-radius:50px; top:50%; left:0; transform:translate(-60%, -70%); background:#DD2B14; }
#page_title .page_title_wrap h2 .main { font-weight:bold; font-size:2.5em; color:#242424; position:relative; z-index:2; line-height:1.2; }
@media (max-width:1500px) {
	#page_title .page_title_wrap h2::before { position:absolute; content:""; width:50px; height:50px; border-radius:50px; transform:translate(-20px, -100%); background:#DD2B14; }
}
@media (max-width:767px) {
	#page_title .page_title_wrap h2 .main { font-size:1.5em; }
}

/* pankuzu */
#pankuzu { font-size:16px; padding:15px 0; }
#pankuzu a { text-decoration:none; font-weight:bold; color:#986842; }
#pankuzu ul { text-align:left; }
#pankuzu li { position:relative; display:inline-block; line-height:100%; color:#818283; }
#pankuzu li:first-child a { display:inline-block; }
#pankuzu li:not(:first-child) { padding-left:30px; margin-left:15px; }
#pankuzu li:not(:first-child):before { position:absolute; content:"＞"; display:block; left:0; }
	@media (max-width: 575px){
		#pankuzu { display:none; }
	}

#law .law_list > dl:not(:last-child) { margin-bottom:40px; }
#law .law_list > dl dt { font-size:1.5em; font-weight:bold; }
