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


header {
	background: none;
  height: unset;
  padding-bottom: 0;
}
header .Logo {
	display: none
}
header h1 {
  width: inherit;
  margin-left: 0px;
	position: relative;
  left: 0%;
  top: 0;
	opacity: 1;
  -webkit-animation: none;
  animation: none;
}
header h1 img {
	width: 400px;
}
footer .inner {
	width: auto;
	max-width: 1000px;
  padding: 50px 0;
}
#Content {
  background: #EFEFEF;
}
#Form .inner {
	width: auto;
	max-width: 1000px;
	padding-top: 30px;
}
#Form .inner > *:nth-child(n+2) {
	margin-top: 30px;
}
#Form form p {
  margin: 20px;
  margin-top: 0;
  text-align: left;
}
#Form form input {
	margin-top: 10px;
	padding: 20px 10px;
	font-size: 1.4rem;
}
#Form form .btn {
	margin-top: 60px !important;
}
#Form .btn input {
	width: 400px;
	height: inherit;
	margin-top: 0 !important;
	padding: 40px 0;
	text-align: center;
	display: block;
}
#Form .supporter img {
	max-width: 500px;
	margin-top: 30px;
}
#Form .grecaptcha-badge {
	margin: 0 auto;
}
#ssl {
	height: 1px;
}
span.wpcf7-not-valid-tip, div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  color: #f7e700;
}
div.wpcf7-mail-sent-ok {
  border-color: #00ee00;
}
span.wpcf7-list-item {
  margin: 0 0 0 0;
  display: block;
}


/*pc
-------------------------------------------------------*/
@media print, screen and (min-width: 768px) {

  #Form form p {
    text-align: center;
  }
  #Form .wpcf7-form-control-wrap.your-present {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    display: block;
  }
	
}


/*sphone
-------------------------------------------------------*/
@media screen and (max-width: 767px) {
	
	#Form .btn {
		margin: 40px 20px 0 20px !important;
		text-align: center;
	}
	#Form .btn input {
		width: 100%;
		padding: 40px 0;
	}
  #Form .supporter img {
    max-width: 100%;
  }

}