section {
  padding: 60px 0 0;
  margin-top: var(--headerHeight);
}
section .inputWrap:not(:last-child) {
  margin-bottom: 20.5px;
}
section .inputWrap__label {
  margin-bottom: 11px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4375;
}
section .inputWrap__label .required {
  padding: 0 6px;
  margin-left: 10px;
  color: #B87B5E;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  display: inline-block;
  transform: translateY(-3px);
}
section .inputWrap__label .required--off {
  background-color: #E3DCD2;
  color: #5A4A3A;
}
section .inputWrap input[type=text], section .inputWrap input[type=tel], section .inputWrap input[type=email], section .inputWrap textarea {
  width: 100%;
  height: 45px;
  padding: 10px;
  background-color: #F2F0ED;
}
section .inputWrap textarea {
  height: 250px;
}
section .inputWrap--policy p {
  display: contents;
}
section .inputWrap--policy .wpcf7-list-item {
  margin: 0;
}
section .inputWrap--policy label:has(input[type=checkbox]) {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
section .inputWrap--policy input[type=checkbox] {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid var(--text);
  border-radius: 2px;
  display: inline-block;
  flex-shrink: 0;
}
section .inputWrap--policy input[type=checkbox]:checked {
  background: url('data:image/svg+xml;charset=utf8,<svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.6635 0.251789C12.0767 0.618201 12.1146 1.25023 11.7482 1.66346L4.79311 9.50729L0.251789 4.38568C-0.114623 3.97245 -0.0766688 3.34042 0.336563 2.97401C0.749795 2.6076 1.38182 2.64555 1.74823 3.05879L4.79311 6.49273L10.2518 0.336563C10.6182 -0.0766688 11.2502 -0.114623 11.6635 0.251789Z" fill="%23AB8E7C"/></svg>') center/10px no-repeat;
}
section .policyBlk__ttl {
  color: var(--main);
  font-weight: 500;
}
section .policyBox {
  width: 100%;
  height: 200px;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid var(--main);
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
section .policyBox::-webkit-scrollbar {
  display: none;
}
section .policyBox__blk {
  width: 100%;
}
section .policyBox__blk:not(:last-child) {
  margin-bottom: 20px;
}
section .policyBox__ttl {
  width: 100%;
  color: var(--main);
  font-weight: 700;
}
section .policyBox ol {
  margin-left: 1em;
}
section .policyBox ol li {
  list-style-type: decimal;
}
section .policyBox ol.list-roman li {
  list-style-type: lower-roman;
}
section .policyBox ol.list-alpha li {
  list-style-type: lower-alpha;
}
section .btnWrap p {
  display: contents;
}
section .btnWrap input[type=submit] {
  width: 320px;
  height: 49px;
  margin: 0 auto;
  background-color: var(--main);
  border: 1px solid var(--main);
  border-radius: 25px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  display: block;
  transition: var(--speed);
}
section .btnWrap input[type=submit]:hover {
  background-color: #fff;
  color: var(--main);
}
section #wpcf7cpcnf th {
  color: var(--main);
  font-weight: 700;
  white-space: nowrap;
}
section #wpcf7cpcnf table tr:last-child th {
  display: none;
}
section #wpcf7cpcnf table tr:last-child td {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
section #wpcf7cpcnf table tr:last-child td::before {
  content: "";
  width: 1em;
  height: 1em;
  background: url('data:image/svg+xml;charset=utf8,<svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.6635 0.251789C12.0767 0.618201 12.1146 1.25023 11.7482 1.66346L4.79311 9.50729L0.251789 4.38568C-0.114623 3.97245 -0.0766688 3.34042 0.336563 2.97401C0.749795 2.6076 1.38182 2.64555 1.74823 3.05879L4.79311 6.49273L10.2518 0.336563C10.6182 -0.0766688 11.2502 -0.114623 11.6635 0.251789Z" fill="%23AB8E7C"/></svg>') center/contain no-repeat;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  section #wpcf7cpcnf th, section #wpcf7cpcnf td {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  section #wpcf7cpcnf th, section #wpcf7cpcnf td {
    padding: 15px 0;
  }
}
section #wpcf7cpcnf .wpcf7cp-btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
section #wpcf7cpcnf .wpcf7cp-btns button {
  width: 100%;
  max-width: 320px;
  height: 49px;
  margin: 0 auto;
  background-color: var(--main);
  border: 1px solid var(--main);
  border-radius: 25px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  display: block;
  transition: var(--speed);
}
section #wpcf7cpcnf .wpcf7cp-btns button:hover {
  background-color: #fff;
  color: var(--main);
}
section #wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn {
  background-color: #fff;
  color: var(--main);
}
section #wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn:hover {
  background-color: var(--main);
  color: #fff;
}
@media screen and (min-width: 768px) {
  section .inner {
    max-width: 800px;
  }
  section .policyBox__contents {
    max-width: 760px;
    margin: 0 auto;
    font-size: 14px;
  }
}