@charset "utf-8";
/* 30秒見積もりform */
.sec-inner {
  max-width: 980px;
  width: auto;
  margin: 0 auto;
  padding: 0 10px;
}

#Top30Form .sec-inner {
  width: 980px;
}

#FooterCommonForm10 {
  margin: 20px auto 40px;
}

#FooterCommonForm10Bg {
  background: #ff7e00;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  padding: 20px 20px 0;
  box-sizing: border-box;
}

#FooterCommonForm10Bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(assets/img/common/btn-ptn01.png) repeat;
}

#FooterCommonForm10Bg>div {
  position: relative;
  z-index: 2;
}

#FooterCommonForm10Inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#FormBox,
#FormTitle10Sub {
  background: #fff;
  border-radius: 10px;
  border: 5px solid rgb(255 166 77 / 0.7);
}

#FormBox {
  width: 510px;
  margin-bottom: 20px;
}

#TelBox {
  width: 375px;
}

#FormTitle10Sub {
  text-align: center;
  padding-bottom: 20px;
}

#FormTitle10Sub a {
  pointer-events: none;
}

#FormStaff {
  position: absolute;
  right: 0;
  bottom: 0;
}

#FormTitle10 {
  margin-bottom: 20px;
  margin-top: 16px;
}

#FormTitle10 img {
  margin-top: -34px;
  margin-left: -16px;
}

#FooterCommonForm10 table {
  width: 90%;
  margin: 10px auto;
  background: #fff;
}

#FooterCommonForm10 table th {
  width: 25%;
  overflow: hidden;
  padding: 10px 0px;
  font-size: 12px;
  text-align: left;
}

#FooterCommonForm10 table th p {
  display: block;
  position: relative;
  font-weight: bold;
}

#FooterCommonForm10 table th p span {
  position: absolute;
  right: 0;
  background: #cb0e12;
  color: #fff;
  font-weight: bold;
  padding: 2px 4px;
  border-radius: 3px;
}

#FooterCommonForm10 table tr:nth-child(1) th p span {
  background: #B0B0B0;
}

.checkbox-10sec span.wpcf7-list-item {
  display: inline-flex;
  margin-left: 5%;
  margin-bottom: 10px;
}

#FooterCommonForm10 table td {
  padding: 5px;
}

#FooterCommonForm10 table td input[type="checkbox"] {
  position: relative;
  top: 0px;
  appearance: auto;
}

#FooterCommonForm10 table td input[type="text"],
#FooterCommonForm10 table td input[type="tel"] {
  margin-left: 5%;
  padding: 8px 5px;
  width: 90%;
  box-sizing: border-box;
  border: 1px solid #bbbbbb;
  background: #fcf8d9;
}

#FooterCommonForm10Submit {
  position: relative;
  display: block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #00a00c;
  border-bottom: solid 2px #017d0a;
  border-radius: 4px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  width: 300px;
  text-align: center;
  margin: 0 auto 20px;
}

#FooterCommonForm10Submit:active {
  border-bottom: solid 2px #00a00c;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

#FooterCommonForm10Submit input[type="submit"] {
  border: 0;
  outline: none;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background-color: transparent;
  margin-left: 16px;
  padding: 4px 0 0;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok,
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  text-align: center;
  margin: -20px 0 20px;
}

.screen-reader-response {
  display: none;
}

span.wpcf7-not-valid-tip {
  display: block;
  color: #cb0e12;
  margin-left: 20px;
}

.wpcf7-response-output {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  #Top30Form .sec-inner {
    width: 100%;
    box-sizing: border-box;
  }

  #FooterCommonForm10Bg {
    padding: 10px 10px 0;
  }

  #FooterCommonForm10Inner {
    flex-direction: column;
  }

  #FormBox,
  #TelBox {
    width: 100%;
    box-sizing: border-box;
  }

  #FormTitle10 img {
    margin-top: -30px;
    margin-left: -10px;
  }

  #FooterCommonForm10 table {
    width: 90%;
    margin: 10px auto;
  }

  #FooterCommonForm10 table th {
    width: 30%;
  }

  .checkbox-10sec span.wpcf7-list-item {
    font-size: 12px;
  }

  #FormTitle10Sub {
    padding: 0;
    margin-bottom: 20px;
  }

  #FormTitle10Sub a {
    display: flex;
    align-items: flex-start;
    padding: 0 5px;
    pointer-events: auto;
    margin-top: 16px;
  }

  #FormTitle10Sub picture img {
    width: 100%;
    margin-top: -26px;
  }

  #FormStaff {
    display: none;
  }

  #FooterCommonForm10 table td input[type="checkbox"] {
    top: -2px;
  }
}

@media screen and (max-width: 320px) {
  #FooterCommonForm10Submit {
    width: 240px;
  }
}

