@charset "UTF-8";



/*=========================
サブページ用
=========================*/



/*===　ページタイトル　===*/
#pageTitle {
	background-size: cover;
/*	background-color: rgb(51, 51, 51,1);*/
	background-color: #333;
}
#pageTitle::before {
  content: "";
  background-position: center;
  background-size:cover;
  opacity: 0.2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}


#subpage_header p {
	padding: 40px 1vw 30px;
}
@media screen and (min-width:800px) {
	#subpage_header p {
		width: 1100px;
		margin: 0 auto;
		padding: 170px 0 100px;
		font-size: 1.11em;
	}
}









