@charset "UTF-8";
/*----------------------------------------------------------
送信ボタン
------------------------------------------------------------*/
.common-btn-b {
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .common-btn-b {
    margin-top: 50px;
  }
}

.common-btn-b button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

/*----------------------------------------------------------
フォームテキスト
------------------------------------------------------------*/
.form-top-ttl {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .form-top-ttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .form-top-ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 576px) {
  .form-top-ttl {
    font-size: 24px;
  }
}

.form-top-text {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 20px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .form-top-text {
    font-size: 16px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .form-top-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .form-top-text {
    font-size: 12px;
  }
}

/*----------------------------------------------------------
フォーム
------------------------------------------------------------*/
.section-form {
  margin-top: 140px;
}
@media screen and (max-width: 1080px) {
  .section-form {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .section-form {
    margin-top: 80px;
  }
}
@media screen and (max-width: 576px) {
  .section-form {
    margin-top: 60px;
  }
}

.form-box .inputbox > input,
.form-box .inputbox textarea {
  background-color: #e1e1e1;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 14px;
  padding: 16px;
  width: 100%;
}

.form-box h3 {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1080px) {
  .form-box h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .form-box h3 {
    font-size: 16px;
  }
}
.checkbox-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}
@media screen and (max-width: 768px) {
  .checkbox-flex {
    gap: 15px 30px;
  }
}

.checkbox-container {
  align-items: center;
  display: flex;
}
.checkbox-container p {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
.checkbox-container input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  border: 1px solid #000;
  border-radius: 2px;
  height: 14px;
  width: 14px;
}
.checkbox-container input:checked {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.checkbox {
  margin-right: 20px;
  /* チェックボックスとテキストの間のスペース */
}

.radio {
  margin-right: 15px;
}

/*----------------------------------------------------------
住所時導入雨力追記
------------------------------------------------------------*/
.form-box .addressbox > div:not(:last-of-type) {
  margin-bottom: 10px;
}
.form-box .addressbox .address1 {
  gap: 10px;
}
.form-box .addressbox .address1 input {
  max-width: 100px;
}

.addressbox input {
  background-color: #e1e1e1;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 14px;
  padding: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .addressbox input {
    padding: 16px;
  }
}

.form-txt {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .form-txt {
    font-size: 18px;
  }
}

.old-wrapper {
  margin-right: auto;
  width: calc(100% - 300px);
}
@media screen and (max-width: 768px) {
  .old-wrapper {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 576px) {
  .old-wrapper {
    width: 100%;
  }
}
.old-wrapper .old {
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .old-wrapper .old {
    gap: 10px;
  }
}
.old-wrapper .old input {
  background-color: #d5d9da;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 14px;
  max-width: 100px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .old-wrapper .old input {
    max-width: 80px;
  }
}

.textarea02 textarea {
  height: 170px !important;
}
/*# sourceMappingURL=sourcemaps/contact02.css.map */