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

.sub-page .page-header {
  background: url(/wp-content/uploads/images/document_bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
.sub-page .page-header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
}


.document-box {
	width: 800px;
	margin: auto;
}


@media(max-width:767px){
.document-box {
	width: 100%;
}
}