.main {
  background-color: #118761;
  text-align: center;
  height: 100%;
  justify-content: center;
  font-family: "Noto Sans JP", system-ui;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
.checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 0px 0px 0px;
}

.button-container {
  padding: 80px 0px 80px 0px !important;
}

.btn {
  padding: 0px 0px 0px 0px !important;
}
.btn div div {
  background: #ff5f04;
  border-radius: 80px;
  width: 900px;
  height: 110px;

  font-size: 50px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #ffffff;
  border: solid 1px #e5e5e5;
}
.btn_disabled {
  padding: 0px 0px 0px 0px !important;
}
.btn_disabled div div {
  background: #e9e9e9;
  border-radius: 80px;
  width: 900px;
  height: 110px;

  font-size: 50px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #000000;
  border: solid 1px #e5e5e5;
}

.btn:hover {
  opacity: 0.9;
  cursor: pointer;
}
.btn_disabled:hover {
  opacity: 0.9;
  cursor: pointer;
}

.background {
  background: #118761;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo {
  padding: 0px 0px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #91f1f0;
  height: 100px;
}
.logo img {
  padding: 0px 10px 0px 10px;
  height: 65px;
}
.banner {
  display: block;
  position:relative;
  font-size: 30px;
  color: #015338;
}
.banner div {
  position:absolute;
  bottom: 0px;
  width: 100%;
  z-index: 2;
  padding: 0px 0px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  margin-bottom: 40px;
}

.banner img {
  width: 100%;
  z-index: 1;
}
.banner div span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.banner div span a {
  color: #015338;
  text-decoration: underline;
}
.banner div span img {
  width: 30px;
  z-index: 2;
  height: 30px;
  padding: 5px 0px 0px 8px;
}

.main-form div {
  padding: 20px 0px 20px 0px;
}

.tips {
  padding: 80px 0px 40px 0px;
  font-size: 50px;
  color: #ffffff;
}
.tips div div {
  font-size: 35px;
}

.flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mission_clear {
  padding: 0px 0px 40px 0px;
  font-size: 80px;
  color: #ffffff;
}

.mission_clear_content {
  padding: 0px 0px 80px 0px;
  font-size: 38px;
  color: #ffffff;
}

.btn_complete {
  padding: 0px 0px 0px 0px !important;
}
.btn_complete div div {
  background: #ff5f04;
  border-radius: 80px;
  width: 900px;
  height: 150px;

  font-size: 50px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #ffffff;
  border: solid 1px #e5e5e5;
}
.btn_error {
	padding: 0px 0px 0px 0px !important;
  }
  .btn_error div div {
	background: #e9e9e9;
	border-radius: 80px;
	width: 900px;
	height: 150px;
  
	font-size: 50px;
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
	color: #000000;
	border: solid 1px #e5e5e5;
  }

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 400px;
}

.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  border-radius: 50px;
  width: 80%;
  font-size: 50px;
  font-family: "Noto Sans JP", system-ui;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
.modal-content div {
  padding: 0px 0px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.show_stamp {
  width: 900px;
  background-color: #ffffff;
  border-radius: 400px;
  margin: 160px 0px 0px 0px;
  padding: 50px 0px 50px 0px;
}

.show_stamp img {
  width: 700px;
}

.btn_modal {
  padding: 0px 0px 0px 0px !important;
}
.btn_modal div div {
  background: #e9e9e9;
  border-radius: 80px;
  width: 600px;
  height: 110px;

  font-size: 50px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #000000;
  border: solid 1px #e5e5e5;
}
.error_title {
  padding: 0px 0px 40px 0px;
  font-size: 70px;
  color: #ffffff;
}

.error_subtitle {
  padding: 0px 0px 40px 0px;
  font-size: 40px;
  color: #ffffff;
}

.error_content {
  padding: 0px 0px 80px 0px;
  font-size: 38px;
  color: #ffffff;
}