@charset "utf-8";
/* CSS Document */
#banner {
		padding: 14em 0 12em 0;
		background-image: url(../../images/01.jpg);
		background-size: cover;
		background-position: center top;
		background-repeat: no-repeat;
		text-align: center;
	}
#banner h1{color: rgba(0,0,0,1.00); position: relative;
  padding: 0.25em 1em;
  border-top: solid 2px black;
  border-bottom: solid 2px black;
	width: 50%;
	margin: 0 auto;
	background:  rgba(240,240,240,1.00);
}
h1:before, h1:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: black;
}
h1:before {
  left: 7px;
}
h1:after {
  right: 7px;
}
.form iframe{min-height: 1000px;
overflow: hidden;}

@media screen and (max-width: 980px) {
	.form iframe{min-height: 1200px;}
}