body:has(#privacy) {
  background: #fff;
  padding: 50px 20px;
}
body:has(#privacy)::before {
  display: none;
}

.contact-deco {
  position: absolute;
  width: 264px;
  top: 165px;
  left: calc(50% + 360px);
}
@media screen and (max-width: 1400px) {
  .contact-deco {
    right: 76px;
    left: auto;
  }
}
@media screen and (max-width: 1000px) {
  .contact-deco {
    top: 100px;
    width: 200px;
  }
}
@media (max-width: 799px) {
  .contact-deco {
    top: 107px;
    width: 80px;
    right: 34px;
  }
}

.send_comp {
  margin: 70px 0 0;
  text-align: center;
}

.contact_back {
  margin: 50px auto 0;
  width: 240px;
  position: relative;
}
.contact_back::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00bcef;
  border-radius: 28px;
  transition: all 0.25s;
}
@media (min-width: 800px) {
  .contact_back:hover::before {
    transform: scale(1.03);
  }
}
.contact_back a {
  display: inline-block;
  background: #00bcef;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  padding: 16px 40px;
  line-height: 1.5;
  letter-spacing: 0.12em;
  border-radius: 28px;
  position: relative;
}

.privacy {
  padding: 0;
}

#privacy ul li + li {
  margin-top: 40px;
}
#privacy ul li strong {
  font-size: 20px;
  margin: 0 0 15px;
}

.note {
  margin: 115px 0 55px;
  text-align: center;
}
@media (max-width: 799px) {
  .note {
    margin: 50px 0;
  }
}

#sfm-form {
  background: #fff;
  border-radius: 68px;
  padding: 96px 20px 100px;
}
#sfm-form .inner {
  width: 944px;
  margin: 0 auto;
  max-width: 100%;
}
#sfm-form table {
  width: 100%;
  display: block;
}
#sfm-form table tbody {
  display: block;
}
#sfm-form table tr {
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
}
#sfm-form table tr th, #sfm-form table tr td {
  text-align: left;
  display: block;
}
#sfm-form table tr td {
  width: 630px;
  max-width: calc(100% - 250px);
  word-break: break-word;
}
#sfm-form table tr td .error {
  color: red;
  margin: 5px 0 0;
  width: 100%;
}
#sfm-form table tr td input, #sfm-form table tr td textarea {
  background: #f4f4f4;
  border-radius: 10px;
  padding: 10.6px 24px;
  width: 100%;
  box-sizing: border-box;
  font-weight: 400;
}
#sfm-form table tr td input::placeholder, #sfm-form table tr td textarea::placeholder {
  color: #b4b4b4;
}
#sfm-form table tr td textarea {
  height: 168px;
}
#sfm-form table tr th {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  padding: 8px 0 0;
}
#sfm-form table tr th .need {
  display: inline-block;
  vertical-align: text-bottom;
  font-size: 13px;
  color: #fff;
  width: 51px;
  text-align: center;
  background: #f6706b;
  border-radius: 2px;
  line-height: 20px;
  letter-spacing: 0.08em;
  margin-left: 10px;
}
#sfm-form table tr.address td {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 16px;
}
#sfm-form table tr.address td .text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
#sfm-form table tr.address td .zip-wrap {
  width: 172px;
}
#sfm-form table tr.address td .ad_btn {
  width: 112px;
  border-radius: 10px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  padding: 10px 0 12px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background: #00bcef;
  cursor: pointer;
}
#sfm-form table tr.address td .ad_btn:hover {
  opacity: 0.8;
}
#sfm-form table tr.address td .text02 {
  width: 100%;
  margin: 24px 0 0;
}
#sfm-form .agree_area {
  margin: 22px 0 0;
  text-align: center;
}
#sfm-form .agree_area .checkAgree {
  display: inline-flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}
#sfm-form .agree_area .checkAgree::before {
  content: "";
  width: 32px;
  height: 32px;
  min-width: 32px;
  border: 1px solid #c1c2c4;
  border-radius: 8px;
  box-sizing: border-box;
  background: #f4f4f4;
}
#sfm-form .agree_area .checkAgree:after {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-60%) rotate(45deg);
  width: 6px;
  height: 12px;
  border-right: 2px solid #c2c4c8;
  border-bottom: 2px solid #c2c4c8;
}
#sfm-form .agree_area .checkAgree a {
  color: #e5563a;
  text-decoration: underline;
  text-underline-offset: 5px;
  letter-spacing: 0.08em;
  display: inline-flex;
  gap: 5px;
  align-items: baseline;
  margin: 0 7px 0 0;
}
#sfm-form .agree_area .checkAgree a:after {
  content: "";
  background: url("../images/price/icon_link.png") no-repeat center/100% auto;
  width: 12px;
  height: 12px;
}
#sfm-form .agree_area .checkAgree a:hover {
  text-decoration: none;
}
#sfm-form .agree_area input[type=checkbox]:checked + .checkAgree:after {
  border-color: #00bcef;
}
#sfm-form .submit_area {
  text-align: center;
  margin: 50px 0 0;
}
#sfm-form .submit_area > span {
  display: block;
  width: 240px;
  margin: 0 auto;
  position: relative;
}
#sfm-form .submit_area > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00bcef;
  border-radius: 28px;
  transition: all 0.25s;
}
@media (min-width: 800px) {
  #sfm-form .submit_area > span:hover::before {
    transform: scale(1.03);
  }
}
#sfm-form .submit_area .pushbtn {
  background: #00bcef;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  padding: 16px 0;
  line-height: 1.5;
  letter-spacing: 0.12em;
  border-radius: 28px;
  width: 240px;
  position: relative;
}
#sfm-form .submit_area .pushbtn:hover {
  opacity: 0.8;
}
#sfm-form .submit_area .btn_back {
  position: relative;
}
#sfm-form .submit_area .btn_back::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffea00;
  border-radius: 28px;
  transition: all 0.25s;
}
@media (min-width: 800px) {
  #sfm-form .submit_area .btn_back:hover::before {
    transform: scale(1.03);
  }
}
#sfm-form .submit_area .btn_back .pushbtn {
  background: #ffea00;
  color: #000;
}
#sfm-form .submit_area .send {
  position: relative;
}
#sfm-form .submit_area .send::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00bcef;
  border-radius: 28px;
  transition: all 0.25s;
}
@media (min-width: 800px) {
  #sfm-form .submit_area .send:hover::before {
    transform: scale(1.03);
  }
}
#sfm-form .submit_area .koumoku {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 799px) {
  #sfm-form {
    border-radius: 34px;
    padding: 35px 24px 60px;
  }
  #sfm-form table tr {
    display: block;
    padding: 12.5px 0;
  }
  #sfm-form table tr th {
    padding: 0 0 12px;
    font-size: 13px;
  }
  #sfm-form table tr th .need {
    width: 37px;
    font-size: 12px;
    line-height: 19px;
  }
  #sfm-form table tr td {
    width: 100%;
    max-width: 100%;
  }
  #sfm-form table tr td input, #sfm-form table tr td textarea {
    border-radius: 5px;
    padding: 13px 12px;
  }
  #sfm-form table tr.address {
    gap: 0 10px;
  }
  #sfm-form table tr.address td .text {
    font-size: 16px;
  }
  #sfm-form table tr.address td .zip-wrap {
    width: 101px;
  }
  #sfm-form table tr.address td .ad_btn {
    width: 90px;
    font-size: 14px;
    line-height: 2;
    padding: 9px 0;
    border-radius: 5px;
  }
  #sfm-form table tr.address td .text02 {
    margin: 12px 0 0;
  }
  #sfm-form .agree_area {
    margin: 0;
    position: relative;
  }
  #sfm-form .agree_area input[type=checkbox] {
    position: absolute;
  }
  #sfm-form .agree_area .checkAgree {
    align-items: flex-start;
    letter-spacing: 0;
    position: relative;
    z-index: 2;
  }
  #sfm-form .agree_area .checkAgree::before {
    width: 28px;
    min-width: 28px;
    height: 28px;
  }
  #sfm-form .agree_area .checkAgree:after {
    top: 6px;
    left: 10px;
    transform: rotate(45deg);
  }
  #sfm-form .submit_area {
    margin: 40px 0 0;
  }
  #sfm-form .submit_area .pushbtn {
    width: 277px;
    max-width: 100%;
    padding: 17.5px 0;
    text-align: center;
  }
  #sfm-form .submit_area .koumoku {
    flex-direction: column-reverse;
  }
}