body.page-template-form .main .wp-block-group p {
  color: #eddde0;
  font-size: 5.4rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  body.page-template-form .main .wp-block-group p {
    font-size: 4.4rem;
    line-height: 1.2;
  }
}
body.page-template-form .wp-block-group {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  body.page-template-form .wp-block-group {
    margin-bottom: 3rem;
  }
}
body.page-template-form h1 {
  font-size: 3.2rem;
  color: #861b31;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.page-template-form h1 {
    font-size: 2.6rem;
  }
}
body.page-template-form h2 {
  font-size: 3.2rem;
  color: #bd3519;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.page-template-form h2 {
    font-size: 2.6rem;
  }
}
body.page-template-form .formtptxt {
  text-align: center;
}
body.page-template-form .formtbl2 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  max-width: 700px;
  border: 2px solid #979797;
  border-bottom: none;
  margin: 3rem auto 6rem;
}
body.page-template-form .formtbl2 dt {
  background-color: #ede2e2;
  color: #861b31;
  padding: 8px;
  font-weight: 600;
  border-bottom: 2px solid #979797;
  width: 42%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-template-form .formtbl2 dd {
  width: 58%;
  margin: 0;
  padding: 8px;
  font-weight: 600;
  border-bottom: 2px solid #979797;
  border-left: 2px solid #979797;
  background-color: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  body.page-template-form .formtbl2 {
    margin: 2rem auto 4rem;
    flex-direction: column;
  }
  body.page-template-form .formtbl2 dt {
    width: 100%;
  }
  body.page-template-form .formtbl2 dd {
    width: 100%;
    border-left: none;
  }
}
body.page-template-form .sendbtn {
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
}
body.page-template-form .sendbtn input {
  display: block;
  cursor: pointer;
  background: #bd3519;
  color: #fff;
  border-radius: 99px;
  width: 250px;
  height: 52px;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  margin: 5px auto 0;
}
@media screen and (max-width: 768px) {
  body.page-template-form .sendbtn input {
    width: 100vw;
    max-width: 250px;
  }
}
body.page-template-form .sendbtn input:hover {
  opacity: 0.8;
}
body.page-template-form .sendbtn input.wpcf7-previous {
  background: #656565;
  border: none;
}
body.page-template-form .sendbtn .previousbtn {
  position: relative;
}
body.page-template-form .sendbtn .previousbtn::before {
  content: "";
  background: url("../images/common/ico_arrow01.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  body.page-template-form .sendbtn {
    flex-direction: column;
    align-items: center;
  }
  body.page-template-form .sendbtn .previousbtn {
    display: block;
  }
}
body.page-template-form #thankspage {
  padding-top: 4rem;
  text-align: center;
}
body.page-template-form #thankspage h1 {
  margin-bottom: 10px;
}
body.page-template-form #thankspage .btn-page {
  margin-top: 50px;
  width: 343px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.page-template-form #thankspage {
    padding-top: 0;
  }
  body.page-template-form #thankspage .btn-page {
    margin: 30px 0 0;
    width: 100%;
    max-width: 343px;
  }
}/*# sourceMappingURL=form.css.map */