main p {
  color: var(--text-color);
}
.inner_wrapper {
  width: 95%;
  max-width: 780px;
  margin: 0 auto;
  padding: 2em 0 0 0;
}
.sm_br {
  display: none;
}
@media (max-width: 767px) {
  .sm_br {
    display: block;
  }
}
.headerWrap {
  margin: 0 auto;
  padding: 1em;
  max-width: 780px;
}

.titleArea {
  margin: 1em 0;
}

.titleArea__h1 {
  width: fit-content;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: bold;
}

.titleArea__info {
  margin: 2.5em 0 0 0;
  text-align: center;
  font-size: 0.9em;
}

.titleArea__info__attention {
  color: #ff5123;
  margin-top: 0.5em;
}
.cf7form {
  margin-top: 2em;
}
.emailForm__title {
  font-size: 1.25rem;
  font-weight: 700;
}
.emailForm__inputArea {
  margin: 1.5em 0 0 0;
}
.emailForm__inputArea__title {
  font-size: 0.8rem;
}

.emailForm__inputArea__title--must::after {
  content: "※";
  color: #ff5123;
}
input[type="text"],
textarea {
  border: 1px solid #364857;
}
.emailForm__inputArea__input {
  width: 100%;
  border-radius: 8px;
  padding: 1em 0.5em;
  margin: 0.5em 0 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f1f0ec;
}

.btnArea {
  margin: 5em 0 0 0;
}

.orangeBtn {
  width: 100%;
  max-width: 780px;
  border-radius: 8px;
  background: #ff5123;
  color: white;
  border-radius: 80px;
  padding: 0.5em 1em;
  margin: 1em 0 0 0;
  border: none;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  opacity: 1;
  transition: 0.3s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.orangeBtn:hover {
  transition: 0.3s;
  opacity: 0.8;
}
#sendBtn {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
.wpcf7-spinner {
  display: none !important;
}
.orangeBtn .btntxt {
  color: #fff;
}
.orangeBtn__writeArrow {
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translateY(-50%);
}

.returnBtn {
  width: 100%;
  max-width: 780px;
  border-radius: 8px;
  background: #f1f0ec;
  color: #333;
  border-radius: 80px;
  padding: 0.5em 1em;
  margin: 1.5em 0 0 0;
  border: 1px solid #333;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  opacity: 1;
  transition: 0.3s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btntxt {
  color: #333;
  text-align: center;
  padding: 0.5em 0;
  font-size: 1.2rem;
}
.returnBtn:hover {
  transition: 0.3s;
  opacity: 0.8;
}

.returnBtn__writeArrow {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
}

.formConfirm {
  margin-top: 2.5em;
}
.confirmArea {
  border-radius: 8px;
  border: 1px solid #364857;
}
.confirmArea__one {
  display: flex;
  justify-content: center;
  font-size: 0.8rem;
}

.confirmArea__one:first-child .confirmArea__one__left {
  border-radius: 8px 0 0 0;
}
.confirmArea__one:first-child .confirmArea__one__right {
  border-radius: 0 8px 0 0;
}

.confirmArea__one:last-child .confirmArea__one__left {
  border-radius: 0 0 0 8px;
  border-bottom: none;
}
.confirmArea__one:last-child .confirmArea__one__right {
  border-radius: 0 0 8px 0;
  border-bottom: none;
}

@media (max-width: 767px) {
  .confirmArea__one {
    display: block;
  }

  .confirmArea__one:first-child .confirmArea__one__left {
    border-radius: 8px 8px 0 0;
  }
  .confirmArea__one:first-child .confirmArea__one__right {
    border-radius: 0;
  }

  .confirmArea__one:last-child .confirmArea__one__left {
    border-radius: 0;
    border-bottom: 1px solid #333;

  }
  .confirmArea__one:last-child .confirmArea__one__right {
    border-radius: 0 0 8px 8px;
    border-bottom: none;
  }
}

.confirmArea__one__left {
  width: 40%;
  background: #f9f8f6;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  font-weight: bold;
}

@media (max-width: 767px) {
  .confirmArea__one__left {
    width: 100%;
    text-align: center;
    border-right: none;
  }
}

.confirmArea__one__left__txt {
  color: #333;
  font-weight: bold;
  padding: 1.5em 1em;
  font-size: 0.9rem;
}

.confirmArea__one__right {
  width: 60%;
  border-bottom: 1px solid #333;
  background: white;
}
@media (max-width: 767px) {
  .confirmArea__one__right {
    width: 100%;
  }
}
.confirmArea__one__right__txt {
  font-size: 0.8rem;
  padding: 1.5em 1em;
  font-weight: bold;
  color: #333;
}

.confirmArea__one__right__txt span {
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .confirmArea__one__right__txt {
    text-align: center;
  }
}

.termArea {
  margin-top: 30px;
  background: white;
  overflow: scroll;
  height: 220px;
  border-radius: 8px;
  padding: 2em 1em;
  font-size: 0.8rem;
  border: 1px solid #333;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.termArea::-webkit-scrollbar {
  display: none;
}

.checkArea {
  margin: 30px auto 0;
  text-align: center;
}

.checkArea__label {
  display: inline-block;
  width: fit-content;
  margin: 0 auto;
  font-weight: bold;
  cursor: pointer;
}
.confirm {
  margin-right: 8px;
}

#page1,
#page2 {
  display: none;
}

#page1.active,
#page2.active {
  display: block;
}

.error {
  font-size: 0.8rem;
  color: #ff5123;
  margin-top: 4px;
}

footer {
  margin-top: 120px;
  padding: 1em;
  background: #333;
  color: white;
  text-align: center;
  font-size: 0.8rem;
}
