html, body {
  background-image: none !important;
}
h1 {
  margin-top: 40px;
  margin-bottom: 40px;
}
h1 img {
  width: 100%;
  max-width: 700px;
}

main {
  width: 100%;
  max-width: 920px;
  margin:0 auto;
}
.member-entry-mail-text {
  width: calc(100% - 20px);
  max-width: 330px;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  margin: 0px 10px 4px 10px;
}
.member-entry-mail-input input {
  box-sizing: border-box;
  width: calc(100% - 20px);
  max-width: 330px;
  min-height: 38px;
  text-align: left;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  margin: 0px 10px 40px 10px;
  padding: 0px 8px 0px 8px;
}
::placeholder {
  font-family: "Meiryo";
  font-size: 14px;
  color: #CCCCCC;
}

.member-entry-mail-input-consent input {
  box-sizing: border-box;
  width: calc(100% - 20px);
  max-width: 330px;
  min-height: 38px;
  text-align: left;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  margin: 0px 10px 40px 10px;
  padding: 0px 8px 0px 8px;
}
.member-entry-consent-text {
  width: calc(100% - 20px);
  max-width: 880px;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  padding-bottom: 20px;
  margin: 0px 10px;
}
.member-entry-consent-wrapper {
  box-sizing: border-box;
  width: calc(100% - 20px);
  max-width: 880px;
  height: 124px;
  overflow-y: scroll;
  font-size: 16px;
  line-height: 20px;
  background-color: #FFFFFF;
  border: 1px solid #707070;
  padding: 10px 40px 10px 10px;
  margin: 0px 10px 30px 10px;
}
.member-entry-consent-input{
  display: flex;
  justify-content: center;
}
.member-entry-consent-input input {
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0px 4px 4px 0px;
  cursor: pointer;
}
.member-entry-consent-input label {
  cursor: pointer;
  font-size: 16px;
}

.member-entry-button {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 160px;
}
.member-entry-button button {
  min-width: 134px;
  min-height: 44px;
  cursor: pointer;
  background-color: #F07B0C;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
}
.member-entry-button button:hover {
  background-color: #e58200;
}
.member-entry-button button:disabled {
  background-color: #c0c0c0;
  cursor: not-allowed;
}