@charset "UTF-8";
.cnv {
  background-color: #00adbb;
  background: -moz-linear-gradient(top, #00adbb, #d2ecf0);
  background: -webkit-linear-gradient(top, #00adbb, #d2ecf0);
  background: linear-gradient(to bottom, #00adbb, #d2ecf0);
  overflow: hidden;
  background-repeat: repeat;
  padding-bottom: 40px;
}

.sections .inners {
  max-width: 1000px;
  width: 1000px;
  margin: auto;
  min-height: auto;
}
.sections h2 {
  text-align: center;
  font-size: 0;
  width: 100%;
  margin: 70px auto 50px;
}
.sections.section-thanks h2.title {
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
}
.sections.section-thanks p {
  text-align: center;
}

.form-border {
  width: 980px;
  margin: 0 auto;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
  color: #343434;
}

.conbox {
  padding: 30px 50px;
  padding-bottom: 0;
}
.conbox.contents {
  background-color: #fff;
}

.dt_ttl {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}

.needcome {
  font-size: 12px;
  background-color: #ff917b;
  color: #fff;
  padding: 2px 10px;
  vertical-align: middle;
  margin-left: 5px;
}

.conbox dd textarea,
.conbox dd select,
.conbox dd input[type=text],
.conbox dd input[type=email],
.conbox dd input[type=tel] {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  height: 50px;
  font-size: 14px;
  color: #555;
  width: 100%;
  padding: 1%;
  margin-bottom: 20px;
  border: #bfbfbf 1px solid;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.conbox dd textarea::placeholder,
.conbox dd select::placeholder,
.conbox dd input[type=text]::placeholder,
.conbox dd input[type=email]::placeholder,
.conbox dd input[type=tel]::placeholder {
  color: #808080;
}
.conbox dd textarea:focus,
.conbox dd select:focus,
.conbox dd input[type=text]:focus,
.conbox dd input[type=email]:focus,
.conbox dd input[type=tel]:focus {
  -webkit-box-shadow: 0 0 2px 2px #6aa5b4 inset;
  box-shadow: 0 0 2px 2px #6aa5b4 inset;
}
.conbox dd textarea {
  height: auto;
}

.container-btn {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.container-btn button {
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  width: 530px;
  margin: 20px auto;
  font-size: 25px;
  color: #fff;
  padding: 20px 0;
  background: #ff5c5c;
}

.kiyaku,
.kiyaku a {
  text-align: center;
  font-size: 14px;
  color: #353535;
  line-height: 1.5;
  font-weight: bold;
}

.banner-fixed-bottom {
  position: fixed;
  right: 0;
  bottom: -5px;
  left: 0;
  z-index: 1000;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

.cell {
  width: 50%;
}
.cell img {
  width: 100%;
}

.pci {
  display: inline;
}

.sp,
.spi {
  display: none;
}

.p-fix {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 999;
}

.p-kv__form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 30px rgba(25, 151, 163, 0.3);
  margin: 0 auto;
  width: 100%;
  max-width: 50%;
  height: 40vw;
}
.p-kv__form__inner {
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.p-kv__form .conbox.fv-form {
  padding: 0;
}
.p-kv__form .conbox .form-flex {
  display: flex;
}
.p-kv__form .conbox dd textarea,
.p-kv__form .conbox dd select,
.p-kv__form .conbox dd input[type=text],
.p-kv__form .conbox dd input[type=email],
.p-kv__form .conbox dd input[type=tel] {
  margin: 0;
  padding: 20px;
  font-size: clamp(8px, 1vw, 25px);
}
.p-kv__form .dt_ttl {
  font-size: clamp(8px, 1vw, 25px);
}
.p-kv__form .container-btn button {
  width: 100%;
  color: #fff;
  background-color: #00BBBD;
  border-radius: 5px;
  font-size: clamp(8px, 1vw, 25px);
}
.p-kv__form .kiyaku a {
  font-size: clamp(8px, 1vw, 25px);
  margin: 20px 0;
  color: #858989;
}

.form-flex .item-container {
  width: 50%;
}
.form-flex .item-container.tmail {
  margin-right: 20px;
}

@media only screen and (max-width: 1199px) {
  .form-border {
    width: 100%;
  }
  .container-btn button {
    width: 90%;
    font-size: 18px;
    padding: 10px 0;
    margin-bottom: 40px;
  }
  .conbox {
    padding: 20px;
    padding-bottom: 0;
  }
  .p-kv__form .fv-form.conbox dd textarea {
    height: 70px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-kv__form {
    position: absolute;
    top: 25%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    background-color: #fff;
    margin: 0 auto;
    width: 100%;
    max-width: 95%;
    height: 65%;
  }
  .p-kv__form__inner {
    padding: 20px 15px;
  }
  .p-kv__form .conbox .form-flex {
    display: block;
  }
  .p-kv__form .conbox dd textarea,
  .p-kv__form .conbox dd select,
  .p-kv__form .conbox dd input[type=text],
  .p-kv__form .conbox dd input[type=email],
  .p-kv__form .conbox dd input[type=tel] {
    font-size: clamp(13px, 1vw, 18px);
    padding: 10px;
  }
  .p-kv__form .dt_ttl {
    font-size: clamp(13px, 1vw, 18px);
  }
  .p-kv__form .container-btn button {
    font-size: clamp(13px, 1vw, 18px);
    padding: 20px 0;
  }
  .p-kv__form .kiyaku a {
    font-size: clamp(13px, 1vw, 18px);
  }
  .form-flex .item-container {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .pc,
  .pci,
  .cont01 p a {
    display: none;
  }
  .spi {
    display: inline;
  }
  .p-fix {
    display: block;
  }
  .cnv {
    padding: 0 3vw;
  }
  .cnv h2 img {
    width: 60%;
  }
  .conbox,
  .sections h2,
  .sec02 .contents,
  .fv .button_block a,
  .nav02,
  .main_nav,
  .foot_nav01,
  .foot_nav02,
  .head_nav,
  .fv .inners,
  .header .inners,
  .footer .inners,
  .sections .inners {
    width: auto;
  }
  .conbox {
    width: auto;
    margin: auto;
  }
}

/*# sourceMappingURL=form.css.map */
