.campaign-banner .banner-image {
  width: 100%;
  height: auto;
}

label {
  display: block;
  margin: 1rem 0 1rem;
  font-weight: bold;
  font-size: 1.4rem;
}

.nonRequired::before {
  content: "任意";
  color: #fff;
  background-color: #808080;
  font-size: 2rem;
  color: #fff;
  padding: 0.8rem 2.7rem;
  margin-right: 0.5rem;
  border-radius: 2.2rem;
  position: relative;
  top: -0.4rem;
}

.required::before {
  content: "必須";
  color: #fff;
  background-color: #d82300;
  font-size: 2rem;
  color: #fff;
  padding: 0.8rem 2.7rem;
  margin-right: 0.5rem;
  border-radius: 2.2rem;
  position: relative;
  top: -0.4rem;
}

input,
select,
button,
textarea {
  width: 100%;
  height: 9rem;
  padding: 1rem;
  padding-left: 4.5rem;
  margin: 0.5rem 0 3rem;
  font-size: 2.8rem;
  font-weight: 700;
  border: 0.1rem solid #ccc;
  border-radius: 5rem;
  box-sizing: border-box;
}

textarea {
  height: 30rem;
  margin-bottom: unset;
}

input[type="file"] {
  width: 100%;
  height: 9rem;
  padding-left: 4.5rem;
  padding-top: 2rem;
  margin: 0.5rem 0 3rem;
  font-size: 2.8rem;
  font-weight: 700;
  border: 0.1rem solid #ccc;
  border-radius: 5rem;
  box-sizing: border-box;
}

input:focus,
select:focus,
button:focus {
  outline: none;
  /* border-color: #ff4500; */
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/arrow.webp);
  background-repeat: no-repeat;
  background-position: right 4rem center;
  background-position-y: 3.2;
  background-size: 2.5rem 2.4rem;
}

textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #808080;
  opacity: 1; /* Firefox */
}

textarea::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #808080;
}

textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #808080;
}

.radio-group label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 9rem;
  padding: 1rem;
  padding-top: 1.8rem;
  padding-left: 4.5rem;
  margin: 0.5rem 0 1.5rem;
  font-size: 2.8rem;
  font-weight: 700;
  border: 0.1rem solid #ccc;
  border-radius: 5rem;
  box-sizing: border-box;
}

.radio-group input {
  width: 3.3rem;
  height: 3.3rem;
  margin-right: 0.5rem;
  margin-top: 2rem;
}

.formRow {
  position: relative;
  margin-bottom: 2em;
}

.privacy {
  font-size: 1.4rem;
  color: #333;
  margin-bottom: 2rem;
}

.privacy p {
  margin: 0 0 1rem;
}

.privacy label {
  display: flex;
  align-items: center;
}

.privacy-policy input {
  margin-right: 0.5rem;
}

.privacyContent {
  width: 69rem;
  height: 48rem;
  box-sizing: border-box;
  overflow: hidden;
  padding: 1rem 2.5rem 1rem 3.5rem;
  border: 0.1rem solid #ccc;
  border-radius: 3.3rem;
}

.privacyDes {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.privacyDes::-webkit-scrollbar {
  width: 2.2rem;
}

.privacyDes::-webkit-scrollbar-track {
  border-radius: 1rem;
}

.privacyDes::-webkit-scrollbar-thumb {
  background: #d82300;
  border-radius: 1rem;
}

.checkBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 9rem;
  padding: 1rem;
  padding-top: 1.8rem;
  padding-left: 4.5rem;
  margin: 1.5rem 0 3.5rem 0;
  font-size: 2.8rem;
  font-weight: 700;
  border: 0.1rem solid #ccc;
  border-radius: 5rem;
  box-sizing: border-box;
  cursor: pointer;
}

.checkBox input {
  width: 3.3rem;
  height: 3.3rem;
  border: 0.1rem solid #ccc;
  margin: 1.2rem 0 0 0 !important;
}

.submit-button {
  width: 69rem;
  display: block;
  margin: 0 auto;
  background-color: #d82300;
  color: #fff;
  border-radius: 5rem;
  padding: 1rem;
  cursor: pointer;
}

.uploadError {
  color: #d82300;
  margin-top: -1rem;
  font-size: 2rem;
}
